/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0 0 0 10%;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none; color:#09C;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.clear img{ text-align:center; margin-left:15%;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
.slider2 img{ width:100%; height:auto;}


body{
	font-family:Arial, Helvetica, sans-serif;
	
	margin-top: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center;
	background-size: 100% 100%;

}
.wrap{
	width:80%;
	margin:0 auto;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear; 
	-o-transition:all .2s linear; 
	-ms-transition:all .2s linear;
}
.header{
	background-color: #244a95;
	margin-top: -30px;
}
.header-top{
	padding:0;
}
.header-bottom{
	text-align: center;
	background-color: #007ee5;
}
.logo {
	float:left;

}
.slogan{
	font-family: 'Open Sans', sans-serif;

	padding-left:15%;
	display: inline-block;
	
	font-size:1.5em;
	margin-top:0px;
	
	margin:0 auto;
	padding-top:55px;
	
	color:#fff;
	
	}
.el_dr{
	width:90%;
	margin:30px auto;
	border-top: 1px solid #CCC;
	margin-top: 60px;
}
.texto{
	width:90%;
	height:auto;
	float: left;
	margin-bottom: 50px;

}
.texto p{
	color: #888;
    padding: 60px 30px 30px 120px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: justify;

}
.foto_dr img{
	border-radius:200px;
	height: 200px;
	height: 200px;
	margin: 50px 50px 50px 150px;


}

.logos{
	width:100%;
	text-align: right;
}

.logos img{
	padding:0 2%;
	height: 130px;
	width: auto;
}

ul.follow_icon{
	float:right;
}
.follow_icon li {
	float: left;
	margin-right: 20px;
}
.follow_icon li a img {
	
}
.phone {
	float: right;
	margin:60px 0 0px 0px;
	
}

.phone:hover { -moz-box-shadow: 0 0 10px #ccc; -webkit-box-shadow: 0 0 10px #ccc; box-shadow: 0 0 10px #ccc; }

.face { width: 36px; height:35px;float: right;
	margin:55px 20px 0px 0px; }
.face:hover {  }




span.order{
	font-weight: normal;
	font-style: italic;
	font-size:1.3em;
	line-height: 10px;
	padding-left: 30px;
	color:#fff;
}
h5.ph-no{
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	padding-left: 20px;
	display: inline-block;
	font-size:1.5em;
	background:url(../images/phone.png) 0px -1px no-repeat;
	margin-top:15px;
}

.media{
	width: 1140px;
	text-align: center;
	margin:60px auto;
}
.video{ 
	float: left;
	width: 58%;
	text-align: left;
}
.video_dr{
	width: 100%;
	height:430px;
	position: relative;

}


.fb-page{
	width:90%;
	height: 100%;
	margin-left: 10%;
}
.facebook{ 
	display: inline-block;
	float: left;
	width: 40%;
	text-align: center;
	
}


/*--content--*/
.dc-head-img {
	float: left;
	width: 47%;
}
.dc-head-img img{
	border-radius:500px;
	-webkit-border-radius:500px;
	-moz-border-radius:500px;
	-o-border-radius:500px;
}
.dc-head-info {
	float: left;
	width: 50%;
	margin-left: 3%;
}
h5.head{
	color: #555;
	font-size:2.3em;
	line-height: 35px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 3%;
}
.dc-head-info span {
	font-family: 'Open Sans', sans-serif;
	color: #888;
	font-size: 1.1em;
	text-transform: uppercase;
}
.dc-profile p {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	color: #888;
	padding: 20px 0px;
	line-height: 1.5em;
}
.btn-6a {
	border: 4px solid #E3F7CE;
}
.btn-6 {
	color: #FFF;
	background:#333;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	font-family: 'Open Sans', sans-serif;
}
.btn {
	cursor: pointer;
	padding: 10px 40px;
	display: inline-block;
	margin: 15px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 1.2em;
}
.btn-6a:hover {
	background: rgba(0, 0, 0, 0);
	color:#000;
}
.top-box{
	background:#fff;
	margin: 0 auto;
	text-align: center;
}

.textos{
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size:1.6em;
	font-style:italic;
	width:65%;
	margin:10px auto;
	padding-top:80px;
	color:#254b96;
	
	}

.content-top{
	padding: 4% 0 6%;
}

.wrap{
		margin-top: 30px;
	}
/*  CONTENT INTERIORES   ============================================================================= */

.content{
	margin:0 auto;
	background-color:#FFF;
	width:80%;
	height:auto;
	margin-bottom:30px;
	}

/*  GRID OF THREE   ============================================================================= */
.col_1_of_3{
	display: block;
	float:left;
	margin:0% 0 0% 1.8%;
}
.col_1_of_3:first-child { margin-left: 0; }
.span_1_of_3 {
	width:23.5%;
}
.span_1_of_3  h3{
	color:#777;
	font-size:1.7em;
	line-height: 1.2;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 20px;
	text-transform: uppercase;
}
/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}
	
	
.textos{
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size:1.2em;
	font-style:italic;
	width:65%;
	margin:0 auto;
	padding-top:50px;
	color:#254b96;
	
	}
	
	
	

}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.col_1_of_3{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%;  
	}
	
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
     
     .wrap{
		width:95%;
	}		
	.col_1_of_3{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:92%;
		padding:4%;
	}
}
.content-middle{
	padding:5% 0;
	background:#fff;
}
h4 span {
	font-weight: 300;
	color: #555;
	display: block;
}
.more1{
	text-align:right;
	padding-top:3%;
}
.box-1 {
	display: block;
	background: #e6fffe;
	transition: all .4s ease;
	position: relative;
	padding-bottom: 75px;
	z-index: 100px;
	z-index: 9999;

}
.box-1:hover {
	color:#fff;
}
.box-1 .inside {
	padding: 0 30px;
	text-align: center;
}
.box-1 .inside p{
	color: #888;
	padding: 5% 0 1%;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 0.9em;
	line-height: 1.3em;
}
.box-1 h2 {
	padding-top:33px;
	padding-bottom: 12px;
}
h2.v1 {
	color:#0c78a2;
	font-size:1.6em;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
}
.box-1 .box-btn {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	float: right;
	width: 53px;
	height: 55px;
	background: #b4eae8 url(../images/arrow3.png) center center no-repeat;
}
.box-1 .box-btn:hover{
	background:#0c78a2 url(../images/arrow3.png) center center no-repeat;
}
p.desc{
	color:#888;
}
.magnifier:hover{
	background:url(../images/banner1.jpg);
}
.magnifier {
	position: relative;
	display: block;
	background: url(../images/magnifier.gif) right bottom no-repeat #000;
}
.magnifier span {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 45px;
	height: 45px;
	background: url(../images/magnifier.gif) right bottom no-repeat #000;
}
.magnifier img {
	width: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-shadow: 0 0 0 0 #FFF;
	-moz-box-shadow: 0 0 0 0 #fff;
	box-shadow: 0 0 0 0 #FFF;
	display: block;
}
.gallery ul li {
	display:inline-block;
	width: 31.444%;
	margin-right: 2.5%;
}
.gallery ul li.last{
	width: 31.444%;
	margin-right:0px;
}
.dc-head1 h3 {
	color:#666;
	font-size: 1.7em;
	line-height: 1.2;
	font-weight: normal;
	margin-top: 0px;
	letter-spacing: -1px;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 20px 0 10px;
	text-transform: uppercase;
}
.dc-head1 span{
	color:#888;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:1.2em;
	text-transform:uppercase;
}
/*--footer--*/
.footer{
	background: #244a95;
	padding:5% 0;
}
.copy{
	float:left;
	margin-top: 12px;
}
ul.follow_icon{
	float:right;
}

.follow_icon li{
	float:left;
	font-family: 'Open Sans', sans-serif;
  	font-size:1.5em;
	color: #FFF;
	
} 
.follow_icon li a{
	float:left;
	font-family: 'Open Sans', sans-serif;
  	font-size:1.5em;
	color: #FFF;
	
} 
.follow_icon li a img{
	margin-right:8px;
	
} 

.copy p {
	color: #FFF;
	font-size: 1.1em;
	font-family: 'Roboto Condensed', sans-serif;
}
.copy p a{
	color:#E3F7CE;
}
.copy p a:hover{
	color:#fff;
}
.footer-bot {
	padding-right: 20px;
}
.toTop, .toBottom {
	text-decoration: none;
	background: #FFF;
	color: #000;
	display: inline-block;
	padding: 15px 20px;
	font-weight: bold;
	float: right;
	margin-top: -50px;
}
.footer-box{
	background:url(../images/blur1.jpg);
	position:relative;
	padding:4% 0;
}
.slideshow {
	color:#ff; margin:0 auto; text-align:center;
}
.f-desc1{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-style:italic;
	text-align:center;
	margin:0 auto;
	width:60%;
	font-size: 1.1em;
	line-height:1.5em;
}
h4.f-head{
	font-size:1.8em;
	text-align:center;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	margin-bottom: 30px;
	text-transform: uppercase;
}
/*--about--*/
.about-grid {
	width: 95%;
	margin:0 auto;
}
.about-grid2 {
	width: 70%;
	margin:0;
	float:left;
}
.about-grid h3 {
	font-family: 'Open Sans', sans-serif;
	font-size:2em;
	font-weight:700;
	margin-bottom: 4%;
	line-height: 2em;
	text-transform: uppercase;
	color: #254b96;
}
.about-grid span {
	font-family: 'Open Sans', sans-serif;
	color: #777;
	font-size: 1em;
	padding: 20px 0 10px 0;
	line-height: 1.5em;
	display: block;
	text-transform: uppercase;
}
.about-grid p {
	font-family: 'Roboto', sans-serif;
	color: #888;
	font-size:1.2em;
	font-weight: lighter;
	text-align:justify;
	line-height: 1.8em;
}

.about-grid h1 {
	font-family: 'Roboto', sans-serif;
	font-weight:600;
	color: #069;
	font-size:1.8em;
	line-height: 1.5em;
}

.about-grid h3 {
	font-family: 'Roboto', sans-serif;
	font-weight:100;
	text-transform:none;
	color: #069;
	font-size:1.3em;
	line-height: 1.5em;
}

.about-grid h2 {
	font-family: 'Roboto', sans-serif;
	color: #666;
	font-size:1.2em;
	line-height: 1.5em;
}

.button1 {
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:1.1em;
	font-weight: normal;
	padding: 10px 30px;
	text-transform: uppercase;
	background:#9adcda;
	display: inline-block;
	margin: 1em 0 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.button1:hover{
	background:#254b96;
}
.center-grid1 label {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	color:#ABC492;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	cursor: pointer;
}
.center-grid1 p {
	padding: 0px 0px 20px 0px;
}
.center-grid1 label:hover {
	color: #555;
}
.center-grid1 {
	margin: 0 3%;
}
.client {
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 20px;
	margin-top: 20px;
}
.about-team-left {
	float: left;
	width: 25%;
	margin-top: 0.5em;
}
.about-team-right {
	float: right;
	width: 70%;
}
.about-team-right p {
	margin-bottom: 20px;
}
.about-grids{
	background:#fff;
	padding:5%;
}
.about-team-left img:hover {
	-webkit-filter: grayscale(100%);
	opacity: 5;
	
	cursor: pointer;
}
.about-team-left img {
	opacity: 1;
	-webkit-filter: grayscale(0%);
	
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}
/*--services--*/
.service-content {
	float: left;
	width: 74.5%;
}
.service-content h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:2em;
	line-height: 2em;
	margin: 0;
	text-transform: uppercase;
	color: #555;
}
.service-content ul {
	padding-bottom: 5px;
}
.service-content ul li {
	display: block;
}
.service-content ul li span {
	width: 5%;
	float: left;
	font-size: 3em;
	color: #555;
	font-family: 'Roboto Condensed', sans-serif;
}
.service-content ul li p {
	font-family: 'Roboto Condensed', sans-serif;
	color: #888;
	font-size: 1em;
	padding: 6px 0 20px 0;
	line-height: 1.5em;
}
.service-content ul li p a {
	font-size: 1.3em;
	color: #555;
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
	margin-bottom: 10px;
}
.service-content ul li p a:hover{
	color:#ABC492;
}
.services-sidebar {
	float: right;
	width: 23%;
}
.services-sidebar h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:2em;
	line-height: 2em;
	margin: 0;
	text-transform: uppercase;
	color: #555;
}
.services-sidebar ul li {
	border-bottom: 1px dashed rgba(192, 192, 192, 0.33);
	background: url(../images/marker.png) 0 15px no-repeat;
	padding: 9px 13px 8px 23px;
}
.services-sidebar ul li a {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em;
	color: #888;
	padding: 2px 0px 5px 0px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.service-box{
	padding-top: 20px;
}
/*--contact--*/
/*  Contact Form  ============================================================================= */
h1.title, h2.title {
	font-family: 'Open Sans', sans-serif;
	margin-bottom:2%;
	color: #555;
	
	line-height: 60px;
	text-transform: uppercase;
	text-align: center;
}
h3.subtitle {
	margin: 0 auto;
	padding-bottom: 10px;
	width: 100%;
	max-width: 65%;
	text-align: center;
	text-transform: none;
	line-height: 1.5em;
	font-size: 1.2em;
	color:#888;
	font-family: 'Open Sans', sans-serif;
}
form div {
	padding-top: 20px;
}
.to input[type="text"] {
	padding: 20px 9px;
	width: 48%;
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
	margin: 10px 0;
	border: 1px solid #E1E2E2;
	color: #888;
	background: #FFF;
	float: left;
	outline: none;
}
.text input[type="text"], .text textarea {
	width:98.3%;
	font-size:1em;
	margin: 10px 0;
	border: 1px solid #E1E2E2;
	color: #888;
	font-family: 'Open Sans', sans-serif;
	outline: none;
	margin-bottom: 25px;
	height: 150px;
	padding: 20px 9px;
}
.submit{
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding:20px 60px;
	text-transform: uppercase;
	background: #ABC492;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.submit:hover{
	background:#333;
}
.map{
	display:block;
}
/*--404--*/
.page-not-found h1 {
	font-size: 15em;
	color: #F0F0F0;
	text-align: center;
	text-shadow: 1px 1px 6px #AAA;
	-moz-text-shadow: 1px 1px 6px #aaa;
	-webkit-text-shadow: 1px 1px 6px #aaa;
	-o-text-shadow: 1px 1px 6px #aaa;
}
/*--responsive design--*/
@media (max-width:1366px){
	.wrap{
		width:90%;
	}
	.to input[type="text"] {
		width: 47.9%;
	}	
	.text input[type="text"], .text textarea {
		width: 98.2%;
	}
	ol,ul{list-style:none;margin:0;padding:0 0 0 10%;}	
	.textos{
	font-size:1.3em;
	}
	h2.v1 {
	color:#0c78a2;
	font-size:1.3em;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	}
	.copy p {
	color: #FFF;
	font-size: 0.9em;
	font-family: 'Roboto Condensed', sans-serif;
	}
	.content-top {
    padding:0;
}
	.media{
		height: auto;
		text-align: center;
		margin:50px auto 20px auto;

	}
	.video{ 
		
		float: left;
		width: 55%;
		
		text-align: center;
	}

	.facebook{ 
		
		max-height: 406px;
		width: 40%;
		text-align: center;
	
	}
	.texto{
	width:90%;
	
	float: left;

	}
	.texto p{
		color: #888;
	    padding: 50px 30px 30px 20px;
	    font-family: 'Open Sans', sans-serif;
	    font-weight: 400;
	    font-size: 1.1em;
	    line-height: 1.5em;
	    text-align: justify;

	}
	.logos{
	
	width:60%;

	float:left;
	margin-bottom: 30px;
	}

	.logos img{
		padding:0px 5px;
	}

}
@media (max-width:1280px){
	.wrap{
		width:90%;
	}
	.to input[type="text"] {
		width: 47.7%;
	}	
	.text input[type="text"], .text textarea {
		width: 98%;
	}
	.gallery ul li {
		width: 31.4%;
	}
	.about-grid {
		width: 100%;
		float: none;
	}
	.media{
		height: 500px;
		text-align: center;
		margin:30px auto;

	}
	
	.fb-page{
	width:90%;
	height: 350px;
}

	.facebook{ 
		
		max-height: 350px;
		width: 35%;
		text-align: center;
	
	}
	.el_dr{
		width: 100%;
	}
	.texto{
	width:90%;
	height:auto;
	float: left;

	}
	.texto p{
		color: #888;
	    padding: 50px 10px 30px 50px;
	    font-family: 'Open Sans', sans-serif;
	    font-weight: 400;
	    font-size: 1.1em;
	    line-height: 1.5em;
	    text-align: justify;

	}
	.video{ 
		float: left;
		width: 48%;
		text-align: left;
}
	.video_dr{
		width: 100%;
		height:430px;
		position: relative;

}
	.logos{
	
	width:100%;
	height:auto;
	float:left;
	margin-left: 15%;
	
	}

	.logos img{
		padding:0px 35px 0px 35px;
		width: 130px;
		height: auto;
	}
	
}
@media (max-width:1024px){
	.wrap{
		width:90%;
	}
	ol,ul{list-style:none;margin:0;padding:0;}
	.to input[type="text"] {
		width:47.2%;
	}
	.header-top{
	

	.slogan{
	display: inline-block;
	font-size:1.3em;
	margin-top:10px;
	width:45%;
	margin:0 auto;
	padding-top:55px;
	padding-left:2%;
	
	}
	.text input[type="text"], .text textarea {
		width:97.7%;
	}
	.gallery ul li {
		width: 31.3%;
	}
	#cssmenu > ul > li > a {
		padding: 20px 20px 30px;
	}
	#cssmenu > ul > li > a {
		font-size: 0.9em;
	}
	h2.v1 {
		font-size: 1.2em;
	}
	.box-1 h2 {
		padding-top: 45px;
		padding-bottom: 5px;
	}
	.box-1 .inside p {
		font-size: 1em;
	}
	.box-1 .box-btn {
		width: 45px;
		height: 45px;
	}
	h5.head {
		font-size: 2em;	
	}
	.span_1_of_3 h3 {
		font-size: 1.5em;
	}
	.dc-head-info span {
		font-size: 1em;
		line-height:1.5em;
	}
	.dc-profile p {
		font-size: 1em;
	}
	.btn {
		font-size: 1em;
	}
	.dc-head1 h3 {
		font-size: 1.5em;
	}
	.dc-head1 span {
		font-size: 1em;
	}
	.f-desc1{
		font-size: 1em;
	}
	.copy p {
		font-size: 1em;
	}
	.follow_icon li {
		margin-right: 10px;
	}
	.toTop, .toBottom {
		margin-top: -47px;
		padding: 15px 12px;
	}
	.about-grid {
		width: 100%;
		float: none;
	}
	.about-grid h3 {
		font-size: 1.7em;
	}
	.about-grid span {
		font-size: 0.89em;
	}
	.about-grid p {
		font-size: 0.97em;
	}
	.service-content h3 {
		font-size: 1.7em;
	}
	.service-content ul li p a {
		font-size: 1.1em;
	}
	.service-content ul li p {
		font-size: 0.97em;
	}
	.service-content ul li span {
		font-size: 2.3em;
	}
	.services-sidebar h3 {
		font-size: 1.7em;
	}
	.services-sidebar ul li a {
		font-size: 0.97em;
	}
	h1.title, h2.title {
		font-size: 2em;
	}
	h3.subtitle {
		font-size: 1em;
	}
	.media{
		height: 430px;
		text-align: center;
		margin:30px auto;

	}
		.video{ 
		float: left;
		width: 45%;
		text-align: left;
}
	.video_dr{
		width: 100%;
		height:330px;
		position: relative;

}
	.fb-page{
	width:90%;
	height: 330px;
}
	.facebook{ 
		
		max-height: 350px;
		width: 40%;
		text-align: center;
	
	}
	.el_dr{
		width: 100%;
	}
	.foto_dr img {
    border-radius: 200px;
    height: 200px;
    height: 200px;
    margin: 20px 50px 50px 80px;
}
	.texto{
	width:90%;


	}
	.texto p{
		color: #888;
	    padding: 50px 10px 30px 20px;
	    font-family: 'Open Sans', sans-serif;
	    font-weight: 400;
	    font-size: 1.0em;
	    line-height: 1.5em;
	    text-align: justify;

	}
	.logos{
	
	width:100%;
	height:auto;
	float:left;
	
	}

	.logos img{
		padding:0px 25px;
		width: 125px;
		height: auto;
	}
}
@media (max-width:800px){
	.wrap{
		width:90%;
	}
	.to input[type="text"] {
		width:46.4%;
	}	
	.text input[type="text"], .text textarea {
		width:96.9%;
	}
	.gallery ul li {
		width:31.2%;
	}
	#cssmenu > ul > li > a {
		padding: 15px 20px 30px;
	}
	#cssmenu > ul > li > a {
		font-size: 0.9em;
	}
	h2.v1 {
		font-size: 1.3em;
	}
	.box-1 .inside {
		padding: 0 5px;
		font-size: 1em;
	}
	.box-1 .inside p {
	
		font-size: 0.8em;
	}
	.box-1 h2 {
		padding-top: 45px;
		padding-bottom: 5px;
	}
	.box-1 .inside p {
		font-size: 1em;
	}
	.box-1 .box-btn {
		width: 45px;
		height: 45px;
	}
	h5.head {
		font-size: 2em;	
	}
	.slogan{
		font-size:1.5em;
		padding: 10px;
		width: 100%;
		text-align: center;
	}
	.span_1_of_3 h3 {
		font-size: 1.5em;
	}
	.dc-head-info span {
		font-size: 1em;
		line-height:1.5em;
	}
	.dc-profile p {
		font-size: 1em;
	}
	.btn {
		font-size: 1em;
		padding: 10px 25px;
	}
	.dc-head1 h3 {
		font-size: 1.5em;
	}
	.dc-head1 span {
		font-size: 1em;
	}
	.f-desc1{
		font-size: 1em;
	}
	.copy p {
		font-size: 1em;
	}
	.follow_icon li {
		margin-right: 10px;
	}
	.toTop, .toBottom {
		margin-top: -47px;
		padding: 15px 12px;
	}
	.about-grid {
		width: 100%;
		float: none;
	}
	.about-grid h3 {
		font-size: 1.7em;
	}
	.about-grid span {
		font-size: 0.89em;
	}
	.about-grid p {
		font-size: 0.97em;
	}
	.service-content h3 {
		font-size: 1.7em;
	}
	.service-content ul li p a {
		font-size: 1.1em;
	}
	.service-content ul li p {
		font-size: 0.97em;
	}
	.service-content ul li span {
		font-size: 2.3em;
	}
	.services-sidebar h3 {
		font-size: 1.7em;
	}
	.services-sidebar ul li a {
		font-size: 0.97em;
	}
	h1.title, h2.title {
		font-size: 2em;
	}
	h3.subtitle {
		font-size: 1em;
	}
	.media{
		height: auto;
		text-align: center;
		margin:30px auto;

	}
	.video{ 
		float: left;
		width: 58%;
		text-align: left;
}
	.video_dr{
		width: 100%;
		height:430px;
		position: relative;

}
	.fb-page{
	width:675px;
	height: 330px;
}
	.facebook{ 
		
		max-height: 350px;
		width: 100%;
		text-align: center;
	
	}
	.el_dr{
		width: 100%;
	}
	.foto_dr img {
	border-radius:200px;
	height: 200px;
	height: 200px;
	margin: 50px 50px 50px 50px;


}
	.texto{
	width:90%;
	height:auto;
	float: left;

	}
	.texto p{
		color: #888;
	    padding: 50px 10px 30px 50px;
	    font-family: 'Open Sans', sans-serif;
	    font-weight: 400;
	    font-size: 1.0em;
	    line-height: 1.5em;
	    text-align: justify;

	}
	.logos{
		width:100%;
		height:auto;
		
		text-align: center;
		margin: 0 auto;
	}

	.logos img{
		padding:0px 20px 20px 20px;
		text-align: center;
	
	}

}
@media (max-width:768px){
	.wrap{
		width:90%;
	}
	.to input[type="text"] {
		width:46.2%;
	}	
	.text input[type="text"], .text textarea {
		width:96.9%;
	}
	.gallery ul li {
		width:31.1%;
	}
	#cssmenu > ul > li > a {
		padding: 15px 10px 20px;
	}
	#cssmenu > ul > li > a {
		font-size: 0.8em;
	}
	.face{
		margin-top:-150px;
		
		}
	h2.v1 {
		font-size: 1.1em;
	}
	.box-1 h2 {
		padding-top: 45px;
		padding-bottom: 5px;
	}
	.box-1 .inside {
		padding: 0 5px;
		font-size: 1em;
	}
	.box-1 .inside p {
	
		font-size: 0.8em;
	}
	.box-1 .box-btn {
		width: 45px;
		height: 45px;
	}
	h5.head {
		font-size: 2em;	
	}
	.span_1_of_3 h3 {
		font-size: 1.5em;
	}
	.dc-head-info span {
		font-size: 1em;
		line-height:1.5em;
	}
	.dc-profile p {
		font-size: 1em;
	}
	.btn {
		font-size: 1em;
		padding: 10px 25px;
	}
	.dc-head1 h3 {
		font-size: 1.5em;
	}
	.dc-head1 span {
		font-size: 1em;
	}
	.f-desc1{
		font-size: 1em;
	}
	.copy p {
		font-size: 1em;
	}
	.follow_icon li {
		margin-right: 10px;
	}
	.toTop, .toBottom {
		margin-top: -47px;
		padding: 15px 12px;
	}
	.about-grid {
		width: 100%;
		float: none;
	}
	.about-grid h3 {
		font-size: 1.7em;
	}
	.about-grid span {
		font-size: 0.89em;
	}
	.about-grid p {
		font-size: 0.97em;
	}
	.service-content h3 {
		font-size: 1.7em;
	}
	.service-content ul li p a {
		font-size: 1.1em;
	}
	.service-content ul li p {
		font-size: 0.97em;
	}
	.service-content ul li span {
		font-size: 2.3em;
	}
	.services-sidebar h3 {
		font-size: 1.7em;
	}
	.services-sidebar ul li a {
		font-size: 0.97em;
	}
	h1.title, h2.title {
		font-size: 2em;
	}
	h3.subtitle {
		font-size: 1em;
	}
	.footer-bot {
		padding-right: 8px;
	}
	
	.service-content ul li span {
		width: 10%;
	}
	.media{
		width: 100%;
		height: auto;
		text-align: center;
		margin:30px auto;

	}
	.video{ 
		float: left;
		width: 100%;
		text-align: center;
	}
	.fb-page{
	width:100%;
	height: 330px;
	margin-top: 30px;
	}
	.facebook{ 
		
		max-height: 350px;
		width: 100%;
		text-align: center;
	
	}
	.logos{
		width:100%;
		height:auto;
		
		text-align: center;
		margin: 0 auto;
	}

	.logos img{
		padding:0px 25px 20px 25px;
		text-align: center;
		width: 100px;
	
	}
}
@media (max-width:640px){
	.wrap{
		width:100%;
	}
	.content {
		width:95%;
		}
	
	
	
	#sidebar {
	width:75px;
	height:65px;
	padding:65px 0px 0px 0px;
	z-index:10000;
	position:absolute;
	top:185px;
	left:0px;
	background-image:url(../images/am2.png);
	background-repeat:no-repeat;
	font-size:10px;
	font-weight:700;
	color:#039;
	text-align:left;
	
	
}
	.clear img{ text-align:center; margin-left:0;}


	
	.to input[type="text"] {
		width:45.2%;
	}	
	.text input[type="text"], .text textarea {
		width:96.9%;
	}
	.gallery ul li {
		width:80%;
	}
	
	.face{
		margin-top:-100px;
		}
	.span_1_of_3 {
		width:85%;
		padding:5%;  
	}	
	.slogan{
		font-size:1.3em;
		width:90%;
		margin-top:-55px;
		text-align:center;
		}
	.textos{ font-size:1.2em;}
	h2.v1 {
		font-size: 1.3em;
	}
	.box-1 h2 {
		padding-top: 45px;
		padding-bottom: 5px;
	}
	.box-1 .inside {
		padding: 0 15px;
	}
	.box-1 .inside p {
		font-size: 1em;
	}
	.box-1 .box-btn {
		width: 45px;
		height: 45px;
	}
	h5.head {
		font-size: 2em;	
	}
	.span_1_of_3 h3 {
		font-size: 1.5em;
	}
	.dc-head-info span {
		font-size: 1em;
		line-height:1.5em;
	}
	.dc-profile p {
		font-size: 1em;
	}
	.btn {
		font-size: 1em;
		padding: 10px 25px;
	}
	.dc-head1 h3 {
		font-size: 1.5em;
	}
	.dc-head1 span {
		font-size: 1em;
	}
	.f-desc1{
		font-size: 1em;
	}
	.copy p {
		font-size: 1em;
	}
	.follow_icon li {
		margin-right: 10px;
	}
	.toTop, .toBottom {
		margin-top: -47px;
		padding: 15px 12px;
	}
	.about-team-left { width:100%; float:left; margin-top:0;}
	.about-team-left img{ margin-bottom:20px; margin-top:0px;}
	.about-team-right{ width:95%; float:left;}
	.about-grid { width:90%;}
	.about-grid h3 {
		font-size: 1.7em;
	}
	.about-grid span {
		font-size: 0.89em;
	}
	.about-grid p {
		font-size: 0.97em;
	}
	.service-content h3 {
		font-size: 1.7em;
	}
	.service-content ul li p a {
		font-size: 1.1em;
	}
	.service-content ul li p {
		font-size: 0.97em;
	}
	.service-content ul li span {
		font-size: 2.3em;
	}
	.services-sidebar h3 {
		font-size: 1.7em;
	}
	.services-sidebar ul li a {
		font-size: 0.97em;
	}
	h1.title, h2.title {
		font-size: 2em;
	}
	h3.subtitle {
		font-size: 1em;
	}
	.footer-bot {
		padding-right: 8px;
	}
	.gallery ul li.last {
		width: 80%;
	}
	.about-grid {
		width: 100%;
		float: none;
	}
	.center-grid1 {
		margin: 0 0;
	}
	.service-content {
		float: none;
		width: 100%;
	}
	.services-sidebar {
		float: none;
		width: 100%;
	}
	.to input[type="text"] {
		padding: 15px 9px;
	}
	.text input[type="text"], .text textarea {
		padding: 15px 9px;
	}
	.submit {
		padding: 15px 55px;
		font-size:1em;
	}
	.logo {
		width: 65%;
	}
	
	.service-content ul li span {
		width: 10%;
	}

	.foto_dr img {
	    border-radius: 200px;
	    height: 200px;
	    width: 200px;
	    float: left;
	    margin-left: 30%;
	    
	   
}
	.texto p{
		width: 90%;
		float: left;
		margin-top: 0px;
		padding-top: 0;
	}
	.logos{
		width:100%;
		height:auto;
		
	}

	.logos img{
		padding:0px;
		width:90px;
		padding: 10px;

		
	
	} 
	img{width: 100%;}

}
@media (max-width:480px){
		
		
	#sidebar {
	width:75px;
	height:65px;
	padding:-30px -30px 0px 0px;
	z-index:2000;
	position:absolute;
	margin-top:-20px;
	margin-left:15px;
	
}	
	#sidebar img{
		
-moz-transform:scale(0.82); -webkit-transform:scale(0.82); -o-transform:scale(0.82);
	
		}
		
	.wrap{
		width:90%;
	}
	.to input[type="text"] {
		width: 43.9%;
	}	
	.text input[type="text"], .text textarea {
		width: 94.9%;
	}
	.gallery ul li {
		width:80%;
	}
	
	.face{margin-top:-130px;}
	
	
	h2.v1 {
		font-size: 1.6em;
	}
	
	h2{
		font-size:0.8em;
		}
	.box-1 h2 {
		padding-top: 45px;
		padding-bottom: 5px;
	}
	.box-1 .inside p {
		font-size: 1em;
	}
	.box-1 .box-btn {
		width: 45px;
		height: 45px;
	}
	h5.head {
		font-size: 2em;	
	}
	.span_1_of_3 h3 {
		font-size: 1.5em;
	}
	.dc-head-info span {
		font-size: 1em;
		line-height:1.5em;
	}
	.dc-profile p {
		font-size: 1em;
	}
	.btn {
		font-size: 1em;
		padding: 10px 25px;
	}
	.dc-head1 h3 {
		font-size: 1.5em;
	}
	.dc-head1 span {
		font-size: 1em;
	}
	.f-desc1{
		font-size: 1em;
	}
	.copy p {
		font-size: 1em;
	}
	.follow_icon li {
		margin-right: 10px;
	}
	.toTop, .toBottom {
		margin-top: -47px;
		padding: 15px 12px;
	}
	.about-grid h3 {
		font-size: 1.4em;
	}
	.about-grid span {
		font-size: 0.89em;
	}
	.about-grid p {
		font-size: 0.97em;
	}
	.service-content h3 {
		font-size: 1.7em;
	}
	.service-content ul li p a {
		font-size: 1.1em;
	}
	.service-content ul li p {
		font-size: 0.97em;
	}
	.service-content ul li span {
		font-size: 2.3em;
	}
	.services-sidebar h3 {
		font-size: 1.7em;
	}
	.services-sidebar ul li a {
		font-size: 0.97em;
	}
	h1.title, h2.title {
		font-size: 2em;
	}
	h3.subtitle {
		font-size: 1em;
	}
	.footer-bot {
		padding-right: 8px;
	}
	.gallery ul li.last {
		width: 80%;
	}
	.about-grid {
		width: 100%;
		float: none;
	}
	.center-grid1 {
		margin: 0 0;
	}
	.service-content {
		float: none;
		width: 100%;
	}
	.services-sidebar {
		float: none;
		width: 100%;
	}
	.to input[type="text"] {
		padding: 15px 9px;
	}
	.text input[type="text"], .text textarea {
		padding: 15px 9px;
	}
	.submit {
		padding: 15px 55px;
		font-size:1em;
	}
	.logo {
		width: 80%;
	}
	span.order {
		font-size: 1.1em;
	}
	h5.ph-no {
		font-size: 1.2em;
	}
	.phone {
		margin: 8px 0 0px 0px;
	}
	.copy {
		float: none;
	}
	ul.follow_icon {
		float: none;
		padding-top: 20px;
	}
	
	.service-content ul li span {
		width: 10%;
	}
	.logos{
		width:100%;
		height:auto;
		padding-top: 10px;
		text-align: center;
		margin: 0 auto;
	}

	.logos img{
		padding:0px;
		text-align: center;
	
	}
}
@media (max-width:320px){
	.wrap{
		width:90%;
	}
	.to input[type="text"] {
		width: 43.9%;
	}	
	.text input[type="text"], .text textarea {
		width: 94.9%;
	}
	.gallery ul li {
		width:80%;
	}
	
	.face{margin-top:-130px;}
	.facebook{
		margin-left: -40px;
	}
	
	.logos{
		width:100%;
		height:auto;
		padding-top: 10px;
		text-align: center;
		margin: 0 auto;
	}

	.logos img{
		padding:0;
		text-align: center;
		width: 80px;
		height: auto;
	
	}
	
	h2.v1 {
		font-size: 1.6em;
	}
	
	h2{
		font-size:0.8em;
		}
	.box-1 h2 {
		padding-top: 45px;
		padding-bottom: 5px;
	}
	.box-1 .inside p {
		font-size: 1em;
	}
	.box-1 .box-btn {
		width: 45px;
		height: 45px;
	}
	h5.head {
		font-size: 2em;	
	}
	.span_1_of_3 h3 {
		font-size: 1.5em;
	}
	.dc-head-info span {
		font-size: 1em;
		line-height:1.5em;
	}
	.dc-profile p {
		font-size: 1em;
	}
	.btn {
		font-size: 1em;
		padding: 10px 25px;
	}
	.dc-head1 h3 {
		font-size: 1.5em;
	}
	.dc-head1 span {
		font-size: 1em;
	}
	.f-desc1{
		font-size: 1em;
	}
	.copy p {
		font-size: 1em;
	}
	.follow_icon li {
		margin-right: 10px;
	}
	.toTop, .toBottom {
		margin-top: -47px;
		padding: 15px 12px;
	}
	.about-grid h3 {
		font-size: 1.7em;
	}
	.about-grid span {
		font-size: 0.89em;
	}
	.about-grid p {
		font-size: 0.97em;
	}
	.service-content h3 {
		font-size: 1.7em;
	}
	.service-content ul li p a {
		font-size: 1.1em;
	}
	.service-content ul li p {
		font-size: 0.97em;
	}
	.service-content ul li span {
		font-size: 2.3em;
	}
	.services-sidebar h3 {
		font-size: 1.7em;
	}
	.services-sidebar ul li a {
		font-size: 0.97em;
	}
	h1.title, h2.title {
		font-size: 2em;
	}
	h3.subtitle {
		font-size: 1em;
	}
	.footer-bot {
		padding-right: 8px;
	}
	.gallery ul li.last {
		width: 80%;
	}
	.about-grid {
		width: 100%;
		float: none;
	}
	.center-grid1 {
		margin: 0 0;
	}
	.service-content {
		float: none;
		width: 100%;
	}
	.services-sidebar {
		float: none;
		width: 100%;
	}
	.to input[type="text"] {
		padding: 15px 9px;
	}
	.text input[type="text"], .text textarea {
		padding: 15px 9px;
	}
	.submit {
		padding: 15px 55px;
		font-size:1em;
	}
	.logo {
		width: 80%;
	}
	span.order {
		font-size: 1.1em;
	}
	h5.ph-no {
		font-size: 1.2em;
	}
	.phone {
		margin: 8px 0 0px 0px;
	}
	.copy {
		float: none;
	}
	ul.follow_icon {
		float: none;
		padding-top: 20px;
	}
	#cssmenu > ul > li:hover > ul {
		top:95px;
	}
	.service-content ul li span {
		width: 10%;
	}
}
