/* ==================================================
   CSS Imports
================================================== */

@import url("reset.css");
@import url("columns.css");
@import url("typography.css");
@import url("menu.css");
@import url("animate.css");
@import url("form.css");

/* ==================================================
   Icon Fonts
================================================== */

@import url("fonts/fontawesome/font-awesome.css");

/* ==================================================
   Google Fonts
================================================== */

@import url("https://code.cdn.mozilla.net/fonts/fira.css");
/*@import url(https://fonts.googleapis.com/css?family=Fira+Sans:400,300,300italic,400italic,500,500italic,700,700italic&subset=latin,latin-ext,cyrillic-ext,cyrillic);*/


/* ==================================================
   Global Styles
================================================== */

*
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html
{
	width: 100%;
	height: 100%;
	overflow: auto;
	
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body
{
	font-family: "Fira Sans", Arial, Verdana, Helvetica, sans-serif;
	font-size: 17px;
	color: #666;
	background: #16A085;
	line-height: 28px;
	font-weight: 300;
	z-index: auto;
	
	text-rendering: optimizeLegibility;
	vertical-align: baseline;
}

::selection
{
	background: #16A085;
	color: #FFF;
}

::-moz-selection
{
	background: #16A085;
	color: #FFF;
}

a
{
	color: #16A085;
	text-decoration: none;
}

a:hover
{
	color: #222;
}

/* tables */

table
{
max-width: 100%;
}

table th
{
	
	font-weight: 600;
	padding: 10px 20px 10px 0;
}

table td
{
	
	padding: 0 20px 5px 0;
	/* text-align: center;*/
}

button {
    background: #16A085;
    border: none;
    padding: 10px 25px 10px 25px;
	font-family: "Fira Sans", Arial, Verdana, Helvetica, sans-serif;
    color: #FFF;
    box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 0px;
    text-shadow: 1px 1px 1px #9E3F3F;
    cursor: pointer;
}

/* ==================================================
   Images
================================================== */

img
{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

	img.imgright
	{
		float: right;
		/* width: 100%;
		max-width: 300px; */
		margin: 0 0 20px 20px;
	}
	
	img.imgleft
	{
		float: left;
		/* width: 100%;
		max-width: 300px; */
		margin: 0 20px 20px 0;
	}
	
	img.imgteam
	{
		float: none;
		/* width: 100%;
		max-width: 300px; */
		margin: 0 20px 0 0;
	}

/* ==================================================
   Colours
================================================== */

.bg1
{
	background: url("../images/bg-1.jpg") no-repeat scroll top center;
	background-size: cover;
}

.bg2
{
	background: #FFF;
}

.bg3
{
	background: #16A085;
}

/* ==================================================
   Layout Styles
================================================== */

.container
{
	width: 100%;
	padding: 0 30px;
	min-width: 280px;
	line-height: 26px;
}

	.container .bodycontainer
	{
		margin: 0 auto;
		width: 100%;
		max-width: 1000px;
	}
	
/* ==================================================
   Sticky Menu
================================================== */
	
.stickydiv
{
	position: relative;
	z-index: 999;
	width: 100%;
}

	.stickydiv.stuck
	{
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 999;
	}
	
	
.clients {
  text-align: center;
}
.clients img {
  margin: 10px 10px;
  margin-top: 0px;
  opacity: 0.4;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.clients img:hover {
  opacity: 1.0;
}
	
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {

.stickydiv
{
	position: relative;
	z-index: 999;
	width: 100%;
}

	.stickydiv.stuck
	{
		position: relative;
		top: 0;
		width: 100%;
		z-index: 999;
	}

}
/* ==================================================
   Sections
================================================== */

#topcont
{
	padding: 25px 0;
	text-align: left;
}

	#topcont #topleft
	{
		float: left;
	}

		
		#topcont #topleft h1
		{
			font-size: 46px;
			line-height: 46px;
			margin: 0;
			font-weight: 600;
		}
		
			#topcont #topleft h1 a
			{
				color: #444;
			}
			
				#topcont #topleft h1 a span
				{
					color: #16A085;
					margin: 0 5px 0 0;
				}
				
	#topcont #topright
	{
		float: right;
		padding: 20px 0;
	}

		#topcont #topright #socialmedia ul
		{
			float: right;
			margin: 6px 0 0 0;
		}
	
		#topcont #topright #socialmedia ul li
		{
			display: block;
			float: left;
			list-style-type: none;
			padding: 0;
		}
	
			#topcont #topright #socialmedia ul li a
			{
				float: left;
				font-size: 22px;
				line-height: 40px;
				min-width: 40px;
				margin: 0 0 0 6px;
				text-align: center;
				color: #FFF;
				background: #CCC;
				
				-webkit-border-radius: 30px;
				-moz-border-radius: 30px;
				border-radius: 30px;
			}
			
			#topcont #topright #socialmedia ul li a:hover
			{
				background: #16A085;
			}
			
#menucont
{
	padding: 0;
}

	#menucont p
	{
		margin: 0;
	}

#gallerycont
{
	padding: 130px 0;
	color: #FFF;
}

	#gallerycont h1
	{
		width: 100%;
		max-width: 700px;
		color: #FFF;
		font-size: 62px;
		line-height: 62px;
		font-weight: 600;
		letter-spacing: -2px;
		margin: 0 0 20px 0;
	}

	#gallerycont p
	{
		font-size: 20px;
		margin: 0;
		font-style: italic;
	}
	
#maincont
{
	padding: 60px 0;
}

	#maincont #mainleft
	{
		float: left;
		width: 70%;
		padding-right: 25px;
	}
	
	#maincont #mainright
	{
		float: left;
		width: 30%;
		padding-left: 25px;
	}

#footercont
{
	padding: 20px 0;
	color: rgba(255, 255, 255, 0.5);
	font-style: italic;
	text-align: right;
}

	#footercont a
	{
		color: #FFF;
	}
	
	#footercont p
	{
		margin: 0;
	}

/* ==================================================
   Responsive Media Queries - Tablets
================================================== */

@media screen and (max-width: 768px)
{
	
	img.imgright
	{
		float: none;
		width: 100%;
		max-width: 300px;
		margin: 0 0 20px 0;
	}
	
	img.imgleft
	{
		float: none;
		width: 100%;
		max-width: 300px;
		margin: 0 0 20px 0;
	}
	
	#topcont #topleft
	{
		float: left;
		width: 100%;
	}
				
	#topcont #topright
	{
		float: left;
		width: 100%;
	}
	
		#topcont #topright #socialmedia ul
		{
			float: left;
			margin: 15px 0 0 0;
		}
	
			#topcont #topright #socialmedia ul li a
			{
				margin: 0 6px 0 0;
			}
	
	#gallerycont
	{
		padding: 80px 0;
	}
	
		#gallerycont h1
		{
			font-size: 42px;
			line-height: 42px;
			letter-spacing: -1px;
		}
	
		#gallerycont p
		{
			font-size: 18px;
		}
		
	#maincont
	{
		
	}
	
		#maincont #mainleft
		{
			width: 100%;
			padding-right: 0;
		}
		
		#maincont #mainright
		{
			width: 100%;
			padding-left: 0;
		}
		
	#footercont
	{
		text-align: left;
	}
	
}

/* ==================================================
   Responsive Media Queries - Mobiles
================================================== */

@media screen and (max-width: 480px)
{		
	
	#topcont #topleft h1 a span
	{
		display: none;
	}
	
}