@charset "utf-8";
/* CSS Document */

body {
    background-color: #f4f4f4;
	background-size: 100%;
	padding: 0;
	margin: 0;
}
.section img {
	width: 100%;
	max-width: 400px;
	display: block;
    margin: auto;
}
.section video {
	max-width: 400px;
	margin-top: 1%;
}
.section-1 {
	width: 100%;
	background-color: #f4f4f4;
	text-decoration: none;
} 
.section-1 .col3-1 {
	background-image: url("/images/shape-01.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	max-width: 300px;
	height: 300px;
}
.section-1 .col3-2 {
	background-image: url("/images/shape-02.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	max-width: 300px;
	height: 300px;
}
.section-1 .col3-3 {
	background-image: url("/images/shape-03.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	max-width: 300px;
	height: 300px;
}
.section-1 img {
	max-width: 33%;
	max-height: 180px;
	display: block;
    float: right;
	padding: 10px 10px 0 0;
}
.section-1 h1 {
	color: white; 
	text-align: center; 
	padding: 0 0 0 10px;
	margin-top: 50%;
}
.section-1 p {
	color: white; 
	text-align:left; 
	padding: 0 10px;
}
.testimonials img {
	width: 100%;
	max-width: 400px;
	display: block;
    margin: auto;
}
/*
.col2-1,.col2-2,.col3-1,.col3-2,.col3-3,.col4-1,.col4-2,.col4-3,.col4-4, img {
	padding: 2% 0;
}
*/
/* FLUID DESIGN */
	/* 1 COLUMN */
	.col1-1{
		margin-bottom:1em
		}
	/* 2 COLUMN 20/80 */
		.col2-20,.col2-80{
		margin-bottom:1em
		}
	/* 2 COLUMN */
	.col2-1{
		margin-bottom:1em
		}
	.col2-2{
		margin-bottom:1em
		}
	/* 3 COLUMN */
	.col3-1{
		margin-bottom:1em
		}
	.col3-2{
		margin-bottom:1em
		}
	.col3-3{
		margin-bottom:1em
		}
	/* 4 COLUMN */
	.col4-1{
		margin-bottom:1em
		}
	.col4-2{
		margin-bottom:1em
		}
	.col4-3{
		margin-bottom:1em
		}
	.col4-4{
		margin-bottom:1em
		}
	@media (max-width:760px){
		.section-1 h1 {
		margin-top: 0;
		padding-top: 50%;
		text-decoration: none;
}

}
	@media (min-width:760px){
		/* 1 COLUMN */
		.col1-1{
			float:left;
			margin-bottom:1em;
			margin-left:3%
			}
		.col1-1{
			width:90%
			}
		
		/* 2 COLUMN */
		.col2-1,.col2-2{
			float:left;
			margin-bottom:1em;
			margin-left:3%
			}
		.col2-1{
			width:45%
			}
		.col2-2{
			width:45%
			}
			
		/* 2 COLUMN 20/80 */
		.col2-20,.col2-80{
			float:left;
			margin-bottom:1em;
			margin-left:3%
			}
		.col2-20{
			width:18%
			}
		.col2-80{
			width:72%
			}	
		/* 3 COLUMN */	
		.col3-1,.col3-2,.col3-3{
			float:left;
			margin-bottom:1em;
			margin-left:3%
			}
		.col3-1{
			width:29%
			}
		.col3-2{
			width:29%
			}
		.col3-3{
			width:29%
			}
			/* 4 COLUMN */	
		.col4-1,.col4-2,.col4-3,.col4-4{
			float:left;
			margin-bottom:1em;
			margin-left:3%
			}
		.col4-1{
			width:21%
			}
		.col4-2{
			width:21%
			}
		.col4-3{
			width:21%
			}
		.col4-4{
			width:21%
			}
	}

/* END FLUID DESIGN */
.section-head {
	background-color: #000000;
	background-size: 100%;
	padding: 0;
	margin: 0;
}
.head {
	background-image: url("../images/header.jpg");
	background-repeat: no-x;
    background-position: center;
	min-height: 150px;
}
.wrapper-head {
	max-width: 1200px;
	padding: 0 2% 0 2%;
    margin: 0 auto 0 auto;
}
.nav-bar {
	background-color: #000000;
}
.wrapper-nav-bar {
	max-width: 1200px;
	padding: 0 2% 0 2%;
    margin: 0 auto 0 auto;
}
.wrapper {
	max-width: 1200px;
	padding: 0 2% 0 2%;
    margin: 0 auto 0 auto;
	text-decoration: none;
}
.videoconstrictor {
	max-width: 928px;
	max-height: 522px;
	margin: 2% auto;
	width: 100%;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 928px;
	max-height: 522px;
	width: 100%;
	height: 100%;
	align-content:center;
}
.videoconstrictor-portrait {
	max-width: 400px;
	max-height: 711px;
	margin: 2% auto;
	width: 100%;
}
.videoWrapper-portrait {
	position: relative;
	padding-bottom: 177.78%; 
	padding-top: 0;
	height: 0;
}
#logo {
   margin: 0 0 5px 0;
   padding: 5px 0 0 0;
}
#logo img{
   max-height: 150px;
}

#logo a:hover {
	opacity:0.7;
}
#logo .social {
	float:right;
	margin-top: 5px;	
}
h1 {
	color: #000000; 
	font-family: Pardesi;
	font-size: 2em;
	font-weight:600;
	margin: 0;
}
h2 {
	color: #c0c0c0;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight:normal;
	margin: 0;
}
p {
	color: #323232;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1em;
	margin: 0 0 0.5em 0;
}
.highlight {
	color: #c0c0c0;
	font-style: italic;
	margin-bottom: 0.3em;
}
.image-title {
	color: #c0c0c0;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9em;
	text-align: center;
	padding: 0;
	font-weight: 100;
}
.divide {
	background-color: #a8a8a8;
	height: 1px;
	width: 100%;
	margin: 5px 0 5px 0;
}
a:hover {
	opacity:0.7;
}
p a {
	color: #000000;	
}
p a:visited { 
    opacity: 0.5;
}
p a:hover { 
    opacity: 0.7;
}
.footer {
	width: 100%;
	background-color: #f4f4f4;
	min-height: 20px;
	padding-top: 1%;
}
.footer p{
	clear:both;
	color: #c0c0c0;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9em;
	text-align: left;
	padding: 0;
	font-weight: 100;
}
.footer a{
	color: #ff921d;
	clear:both;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9em;
	text-align: left;
	padding: 0;
	font-weight: 100;
}
.section-footer {
	width: 100%;
	background-color: #323232;
	padding: 1% 0 0 0;
	margin: 0;
} 
.section-footer img {
	width: 100%;
	max-width: 400px;
	display: block;
    margin: auto;
}
.section-footer h1 {
	color: #e1e1e1; 
	font-weight:200;
	text-align:center; 
}
#copyright{
	text-align: center;
	padding-bottom: 1%;
}
.float-right {
	float:right;
	max-width: 50%;
	margin: 0 0 5px 10px;
}
.float-left {
	float:left;
	max-width: 50%;
	margin: 0 10px 5px 0;
}
.clear_float {
    clear:both;
	height: 5px;
}
#wowslider-container1 img {
	margin: 0;
	padding: 0;	
}
#map {
	height: 400px;
	width: 100%;
}
.col2-2 #map  {
	height: 300px;
	width: 100%;
}

