/* 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:0px;padding:0px;}
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;}
.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 */
.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 */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
@font-face {
	font-family: 'open_sansregular';
	src: url('../fonts/OpenSans-Regular-webfont.eot');
	src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
	url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
	url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'trump_town_proregular';
	src: url('../fonts/Trump_Town_Pro-webfont.eot');
	src: url('../fonts/Trump_Town_Pro-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Trump_Town_Pro-webfont.woff') format('woff'),
	url('../fonts/Trump_Town_Pro-webfont.ttf') format('truetype'),
	url('../fonts/Trump_Town_Pro-webfont.svg#trump_town_proregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'TitilliumWebRegular';
	src: url('../fonts/titilliumweb-regular.eot');
	src: url('../fonts/titilliumweb-regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/titilliumweb-regular.woff') format('woff'),
	url('../fonts/titilliumweb-regular.ttf') format('truetype'),
	url('../fonts/titilliumweb-regular.svg#TitilliumWebRegular') format('svg');
}
@font-face {
	font-family: 'TitilliumWebSemiBold';
	src: url('../fonts/titilliumweb-semibold.eot');
	src: url('../fonts/titilliumweb-semibold.eot#iefix') format('embedded-opentype'),
	url('../fonts/titilliumweb-semibold.woff') format('woff'),
	url('../fonts/titilliumweb-semibold.ttf') format('truetype'),
	url('../fonts/titilliumweb-semibold.svg#TitilliumWebSemiBold') format('svg');
}
@font-face {
	font-family: 'TitilliumWebBold';
	src: url('../fonts/titilliumweb-bold.eot');
	src: url('../fonts/titilliumweb-bold.eot#iefix') format('embedded-opentype'),
	url('../fonts/titilliumweb-bold.woff') format('woff'),
	url('../fonts/titilliumweb-bold.ttf') format('truetype'),
	url('../fonts/titilliumweb-bold.svg#TitilliumWebBold') format('svg');
}
@font-face {
	font-family: 'TitilliumWebLightItalic';
	src: url('../fonts/titilliumweb-lightitalic.eot');
	src: url('../fonts/titilliumweb-lightitalic.eot#iefix') format('embedded-opentype'),
	url('../fonts/titilliumweb-lightitalic.woff') format('woff'),
	url('../fonts/titilliumweb-lightitalic.ttf') format('truetype'),
	url('../fonts/titilliumweb-lightitalic.svg#TitilliumWebLightItalic') format('svg');
}
@font-face {
	font-family: 'TitilliumWebSemiBoldItalic';
	src: url('../fonts/titilliumweb-semibolditalic.eot');
	src: url('../fonts/titilliumweb-semibolditalic.eot') format('embedded-opentype'),
	url('../fonts/titilliumweb-semibolditalic.woff') format('woff'),
	url('../fonts/titilliumweb-semibolditalic.ttf') format('truetype'),
	url('../fonts/titilliumweb-semibolditalic.svg#TitilliumWebSemiBoldItalic') format('svg');
}


body{
	font-family: 'TitilliumWebRegular';
	background:#FFF;
	font-size:100%;
}

.ddm #login-content {
	display: none;
	position: absolute;
	color:#0C216E;
	font-size: 0.8em;
	top: 3px;
	font-size: 0.8em;
	right: 4%;
	z-index: -1;
	background: #fff;
	background-image: linear-gradient(top, #fff, #eee);
	padding: 15px;
	box-shadow: 3px 3px 12px -1px rgba(0,0,0,.9);
	border-radius: 0 0 3px 3px;
}

.ddm li #login-content {
	width: 280px;
}

.bold{
	font-weight:bold
}

.link{
	color: #5E5E5E !important;
	line-height: 1.5em !important;
	width: 90% !important;
	margin: 0px auto !important;
	font-size: 15px;
	color: red;
}
#line{
	position:fixed;
	top:0;
	width: 100%;
	height: 3px;
	background-color: #14549c;
}
#login{
	top: 3px;
	width: 80%;
	display:block;
	margin:	0 auto;
}
#login img{
    float: right;
    width: 160px;
    position: absolute;
    right: 190px;
}
#login span{
	color: #fff;
    float: right;
    right: 192px;
    position: absolute;
    text-align: center;
    width: 155px;

}

/*---start-wrap---*/
.wrap{
	width: 80%;
	margin: 0 auto;
	padding-top: 135px;
}
/*---start-header---*/
.logo {
	float: left;
	margin-top: -25px;
}
#wrap2{
	width: 80%;
	margin: 0 auto;
}

/*.logo a{
	font-family: 'trump_town_proregular';
	color: #3A494C;
	font-size: 3em;
	text-transform: uppercase;
}*/

.top-header {
	padding: 2.5em 0;
}
.header{
	background: url(../images/header-bg5.jpg);
	background-position: 0px -90px;
	background-size: 100%;
	background-repeat:no-repeat;
	width: 100%;
}
.top-nav{
	float:right;
}
.top-nav ul li{
	display: inline-block;
	margin-left: 1em;
}
.top-nav ul li a{
	font-size: 1.3em;
	color: #9dbf1c;
	padding: 0.4em 1em;
	display: block;
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	font-weight: 900;
}
.top-nav li.active> a, .top-nav li> a:hover {
	color: #ffffff;
	background:#14549c;

}
.no-desk{
	display:none!important;
}
.no-mobil{
	display:block!important;
}
.da-title h3{
	width:50%;
	letter-spacing: 0.03em;
}
/*---//End-header---*/
/*---content-----*/
.top-service-grid{
	float:left;
	width:31.33%;
	float:left;
	margin-right:2%;
	text-align:center;
}
.top-service-grid:nth-child(3){
	margin-right:0;
}
/*.top-service-grid a{
	display:block;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}*/
.top-service-grid a span{
	font-size: 1.5em;
	color: #14549c;
	font-family: 'TitilliumWebRegular';
	font-weight: 900;
	margin:1em 0 0.6em 0;
	display:block;
}
.top-service-grid p{
	color:#5E5E5E;
	line-height:1.5em;
	width:90%;
	margin:0 auto;
}
.top-service-grids {
	padding: 10em 0 7em 0;
}
/*---start-gallery-----*/
.recent-works {
	background: url(../images/portfolio-bg.jpg) no-repeat;
	padding: 2em 0;
}
.gallery{
	margin-top: 4%;
}
#info {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#fcf8e3;
	border:1px solid  #fbeed5;
	width:95%;
	max-width:900px;
	margin:0 auto 40px auto;
	font-family:arial;
	font-size:12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#info .info-wrapper {
	padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#info a {
	color:#c09853;
	text-decoration:none;
}
#info p {
	margin:5px 0 0 0;
}
.container {
	position: relative;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
#filters {
	margin:1% auto 5% auto;
	padding:0;
	list-style:none;
	text-align:center;
}
#filters li {
	display:inline-block;
}
#filters li span{
	-webkit-text-stroke: 0.5px;
	display: inline-block;
	padding: 10px 30px;
	text-decoration: none;
	color: #FFF;
	cursor: pointer;
	text-transform: capitalize;
	text-transform: uppercase;
	font-size: 1.4em;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	border: 2px solid #9BD6A7;
	margin-right: 2em;
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
#filters li span:hover{
	border:2px solid #FFF;
}
#filters li span.active {
	background:#FFFFFF;
	color:#5E5E5E;
	border-radius:0.5em;
	text-transform:uppercase;
}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 27.8%;
	margin: 1% 8% 3.8% 0;
	display:none;
	float:left;
	overflow:hidden;
}
.portfolio-wrapper {
	overflow:hidden;
	position: relative !important;
	cursor:pointer;
}
.portfolio img {
	min-width: 100%;
	/*width:100%;*/
	position: relative;
}
.portfolio .label {
	position: absolute;
	width: 100%;
	height:40px;
	bottom:-40px;
}
.portfolio .label-bg {
	background:#323232;
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}
.portfolio .label-text {
	text-transform: uppercase;
	color:#fff;
	position: relative;
	z-index:500;
	padding: 3px 8px;
	font-size: 13px;
}
.portfolio .text-category {
	display:block;
	line-height:9px;
	font-size: 11px;
	text-transform:uppercase;
}
/* #Clearing */

/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0; }
.row:after,
.clearfix:after {
	clear: both; }
.row,
.clearfix {
	zoom: 1; }

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* end gallery */
#portfoliolist .portfolio:nth-child(3),#portfoliolist .portfolio:nth-child(6){
	margin-right:0;
}
.recent-works-head{
	text-align:center;
}
.recent-works-head h3{
	color:#FFF;
	font-size:4.5em;
	font-family: 'TitilliumWebSemiBold';
	text-transform:uppercase;
}
.recent-works-head p{
	font-size: 1.2em;
	color: #EEE;
	line-height: 1.5em;
	width: 70%;
	margin: 0 auto;
}
.morebtn{
	background: #FFFFFF;
	color: #5E5E5E;
	border-radius: 0.5em;
	text-transform: uppercase;
	display: block;
	padding: 1em 1.5em;
	font-size: 1.2em;
	margin: 0 auto;
	text-align: center;
	font-weight: 900;
	width: 25%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.morebtn:hover{
	background: #9dc01c;
	color:#FFF;
}
/*----start-blog-----*/
.blog{
	background:#F0F1F0;
	padding:3em 0;
}
/*---start-Blog-section-----*/
.blog-grid-left{
	width:30%;
	float:left;
}
.blog-grid-left span,.blog-grid2-right span{
	width: 339px;
	height: 270px;
	display: block;
	background: url(../images/blog-pic2.png) no-repeat;
}
.blog-grid-left span,.blog-grid2-right span .imagen-class{
	background: url(../images/blog-pic1.png) no-repeat;
}
.blog-grid-right{
	width:70%;
	float:right;
}
.s-top{
	padding-top: 0px!important;
}
.blog-grid-right h3 a ,.blog-grid2-left h3 a{
	font-size: 2em;
	color: #3A494C;
	padding: 0.4em 0;
	font-family: 'TitilliumWebRegular';
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.blog-grid-right h3 a:hover{
	color:#9AD4A6;
}
.blog-grid2-left h3 a:hover{
	color:#A5D3DB;
}
.blog-grid-right p,.blog-grid2-left p{
	color: #515151;
	font-size: 1.4em;
	margin: 0.9em 0 1.4em 0;
}
.blogbtng{
	background: #9AD4A6;
	color: #FFF;
	border-radius: 0.5em;
	text-transform: uppercase;
	display: inline-block;
	padding: 1.2em 1.5em;
	font-size: 1.2em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.blogbtng:hover{
	background: #323232;
	color:#FFF;
}
.blog-grid1 {
	border-bottom: 1px solid rgba(119, 119, 119, 0.18);
	padding: 3em 0 5em 0;
}
/*----*/
.blog-grid2-left{
	float:left;
	width:70%;
}
.blog-grid2-right{
	float: right;
	width: 27%;
}
.blogbtnb{
	background: #A5D3DB;
	color: #FFF;
	border-radius: 0.5em;
	text-transform: uppercase;
	display: inline-block;
	padding: 1.2em 1.5em;
	font-size: 1.2em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.blogbtnb:hover{
	background: #323232;
	color:#FFF;
}
.blog-grid2 {
	margin: 4em 0 3em 0;
}

/* --- Endeavor --- */
.endeavor{
	background:#FFF;
	padding:3em 0 3em 0;
	text-align: center;
}
/*---start-Blog-section-----*/
.endeavor-grid-left{
	width:40%;
	float:left;
}
.endeavor-grid-left span,.endeavor-grid2-right span{
	width: 226px;
	height: 184px;
	display: block;
	background: url(../images/endeavormin.png) no-repeat;
}
.endeavor-grid-left span,.endeavor-grid2-right span .imagen-class{
	background: url(../images/blog-pic1.png) no-repeat;
}
.endeavor-grid-right{
	width:60%;
	float:right;
}
.s-top{
	padding-top: 0px!important;
}
.endeavor-grid-right h3 a ,.endeavor-grid2-left h3 a{
	font-size: 2.4em;
	color: #3A494C;
	padding: 0.4em 0;
	font-family: 'TitilliumWebRegular';
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.endeavor-grid-right h3 a:hover{
	color:#9AD4A6;
}
.endeavor-grid2-left h3 a:hover{
	color:#A5D3DB;
}
.endeavor-grid-right p,.endeavor-grid2-left p{
	color: #515151;
	font-size: 1.4em;
	margin: 2.4em 0 1.4em 0;
}
.endeavorbtng{
	background: #9AD4A6;
	color: #FFF;
	border-radius: 0.5em;
	text-transform: uppercase;
	display: inline-block;
	padding: 1.2em 1.5em;
	font-size: 1.2em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.endeavorbtng:hover{
	background: #323232;
	color:#FFF;
}
.endeavor-grid1 {
	border-bottom: 1px solid rgba(119, 119, 119, 0.18);
	padding: 3em 0 5em 0;
}
/*----*/
.endeavor-grid2-left{
	width:100%;
}
.endeavor-grid2-right{
	margin: 0 auto;
	width: 18%;
}
.endeavorbtnb{
	background: #A5D3DB;
	color: #FFF;
	border-radius: 0.5em;
	text-transform: uppercase;
	display: inline-block;
	padding: 1.2em 1.5em;
	font-size: 1.2em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.endeavorbtnb:hover{
	background: #323232;
	color:#FFF;
}
.endeavor-grid2 {
	margin: 3em 0 3em 0;
}
/* --- Fin --- */
/*---start-team----*/
.team{
	background:url(../images/meet-bg.jpg) no-repeat;
	padding:4em 0
}
.team-head{
	text-align:center;
}
.team-head h3{
	color: #FFF;
	font-size: 4.5em;
	font-family: 'TitilliumWebSemiBold';
	text-transform: uppercase;
}
.team-head p{
	color: #EEE;
	line-height: 1.5em;
	width: 50%;
	margin: 0 auto;
}
/*----*/
.team-members{
	width: 90%;
	margin: 6em auto 4em;
}
.team-member{
	width: 28.33%;
	float: left;
	text-align: center;
	background: #FFF;
	margin-right: 7.5%;
	padding-bottom:0.8em;
}
.team-member:nth-child(3){
	margin-right:0;
}
.team-member span a{
	width:80px;
	height:80px;
	display:inline-block;
	background:url(../images/people-pic.png) no-repeat;
}
.team-member span{
	background: #E9E9E9;
	width: 100%;
	padding: 4em 0px;
	display: block;
}
.team-member label{
	color: #383838;
	font-family: 'TitilliumWebRegular';
	font-size: 1.5em;
	margin: 0.3em 0 0.5em 0;
	display: block;
	font-weight: 900;
}
.team-member h4 a{
	color: #383838;
	font-size: 2.5em;
	font-family: 'TitilliumWebSemiBold';
	text-transform: uppercase;
	margin: 0.5em 0 0 0;
	display: block;
}
.team-member  p{
	color: #8F8F8F;
	font-size: 1.1em;
	line-height:1.5em;
	width: 87%;
	margin: 0 auto;
}
.team-member ul li{
	display:inline-block;
	margin-right: 5px;
}
.team-member ul{
	margin: 1em 0;
}
.team-member ul li a{
	width: 46px;
	height: 47px;
	display: block;
}
.facebook{
	background:url(../images/social-icons.png) no-repeat 0px 0px;
}
.twitter{
	background: url(../images/social-icons.png) no-repeat -59px 0px;
}
.pin{
	background: url(../images/social-icons.png) no-repeat -120px 0px;
}
/*------recent-postings-----*/
.recent-posts{
	background: url(../images/post-bg.jpg);
	padding: 4em 0;
}
.post-grids {
	margin: 6em 0 1em;
}
.post-grid{
	width: 29.33%;
	float: left;
	margin-right: 5%;
	text-align: center;
	background: #FFF;
	padding-bottom: 1em;
	margin-bottom: 5em;
	box-shadow: 0px 0px 10px rgba(238, 238, 238, 0.08);
}
.post-grid:nth-child(3){
	margin-right:0;
}
/*----recent-posts-head-----*/
.recent-posts-head{
	text-align:center;
}
.recent-posts-head h3{
	color: #FFF;
	font-size: 4.5em;
	font-family: 'TitilliumWebSemiBold';
	text-transform: uppercase;
}
.recent-posts-head p{
	color: #EEE;
	line-height: 1.5em;
	width: 50%;
	margin: 0 auto;
}
.post-grid span{
	background: #E9E9E9;
	width: 100%;
	padding: 4em 0px;
	display: block;
	cursor:pointer;
}
.post-grid span a{
	width: 80px;
	height: 80px;
	display: inline-block;
	background: url(../images/post-icon.png) no-repeat;
}
.post-grid h4 a{
	color: #383838;
	font-family: 'TitilliumWebRegular';
	font-size: 1.8em;
	margin: 1em 0 0em 0;
	display: block;
	font-weight: 900;
}
.post-grid p{
	color: #909090;
	width: 90%;
	font-size: 1.1em;
	margin: 1em auto;
	line-height: 1.5em;
}
.post-grid label{
	color:#545454;
	font-size:1.2em;
	font-style:italic;
}
/*---start-contact----*/
.contact{
	background:#3C3C3C;
	padding:1em 0;
}
.contact-head{
	text-align:center;
}
.contact-head h3{
	color: #D3D0D0;
	font-size: 4.5em;
	font-family: 'TitilliumWebSemiBold';
	text-transform: uppercase;
}
.contact-head p{
	color: #D3D0D0;
	line-height: 1.5em;
	width: 40%;
	margin: 0 auto;
}
.sent{
	color: #fff;
	line-height: 1.5em;
	width: 100%;
	text-align: center;
	padding-bottom: 19px;
	margin: 0 auto;
	display: none;
}

.contatct-form{
	width: 55%;
	margin: 2em auto 0 auto;
}
.contatct-form input[type="text"],.contatct-form textarea{
	background: #FFF;
	padding: 0.8em 0.8em;
	font-size: 1.0em;
	border-radius: 0.5em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	width: 94%;
	border: none;
	outline: none;
	color: #A3A3A3;
	font-family: 'TitilliumWebRegular';
	margin-bottom: 1em;
}
.contatct-form input[type="phone"],.contatct-form textarea{
	background: #FFF;
	padding: 0.8em 0.8em;
	font-size: 1.0em;
	border-radius: 0.5em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	width: 94%;
	border: none;
	outline: none;
	color: #A3A3A3;
	font-family: 'TitilliumWebRegular';
	margin-bottom: 1em;
}

input[class$="contacto-two-elem"]{
	width: 46.3%;
    margin-right: 10px;
    background-color: red;
} 

.contacto-two-elem{
	width: 46.3%!important;
    margin-right: 10px!important;
    background-color: red;
}
.contacto-two-elem-right{
	width: 46%!important;
}


.contatct-form input[type="email"],.contatct-form textarea{
	background: #FFF;
	padding: 0.8em 0.8em;
	font-size: 1.0em;
	border-radius: 0.5em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	width: 94%;
	border: none;
	outline: none;
	color: #A3A3A3;
	font-family: 'TitilliumWebRegular';
	margin-bottom: 1em;
}
.contatct-form textarea{
	height:180px;
	resize:none;
	margin-bottom:1em;
}
.contatct-form input[type="submit"]{
	background: #9dc01c;
	color: #FFF;
	border-radius: 0.5em;
	text-transform: uppercase;
	display: block;
	padding: 0.5em 2em;
	font-size: 1.2em;
	margin: 0 auto;
	text-align: center;
	border: none;
	width: 50%;
	font-weight: 900;
	outline: none;
	cursor: pointer;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	font-family: 'open_sansregular';
}

.contatct-form input[type="submit"]:disabled{
	background: #CCCCCC;
	color: #FFF;
}
.contatct-form input[type="button"]{
	background: #9dc01c;
	color: #FFF;
	border-radius: 0.5em;
	text-transform: uppercase;
	display: block;
	padding: 0.5em 2em;
	font-size: 1.2em;
	margin: 0 auto;
	text-align: center;
	border: none;
	width: 50%;
	font-weight: 900;
	outline: none;
	cursor: pointer;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	font-family: 'open_sansregular';
}

.contatct-form input[type="button"]:disabled{
	background: #CCCCCC;
}
/*---start-footer----*/
.footer-cont{
	padding-top:20px!important}
.footer{
	background: #3C3C3C;
}
.footer-grids{
	border-top: 1px solid rgba(34, 34, 34, 0.33);
	padding: 2em 0;
}
.footer-left{
	float:left;
}
.footer-left ul li a{
	width: 150px;
	display: block;
	float:none;
}
.footer-left ul li{
	display:inline-block;
	margin-right:5px;
}
.footer-right{
	float: right;
	margin-top: 1em;
}
.footer-right p{
	color:#9C9D9D;
}
.footer-right p a{
	color:#FED67F;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.footer-right p a:hover{
	color:#FFF;
}
/*---End-footer----*/
/*** move top **/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 0px;
	right: 10px;
	overflow: hidden;
	width: 50px;
	height: 49px;
	border: none;
	text-indent: 100%;
	background: url(../images/move-top.png) no-repeat 0px 0px;
	bottom: 10px;
}
#toTopHover {
	width: 50px;
	height: 49px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
#toTop:active, #toTop:focus {
	outline: none;
}

.fixed{
	position: fixed;
	background-color: #f4f4f4;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 1000;
	height: 135px;
}

.titulos{
	font-size: 2em;
	color: #3A494C;
	padding: 0.4em 0;
	font-family: 'TitilliumWebRegular';
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}

/* --- css color placeholder --- */

.placeholderrojo::-webkit-input-placeholder {
	color: #f44336;
}

/* --- Fin --- */

/*---//End-wrap-----*/
/*---start-responsive design----*/
/*@media only screen and (max-width: 1920px) and (min-width:1900px) {
.portfolio .label-bg {
    width: 82.35%;
	}
}

@media only screen and (max-width: 1895px) and (min-width:1860px) {
.portfolio .label-bg {
    width: 83.35%;
	}
}

@media only screen and (max-width: 1850px) and (min-width:1801px) {
.portfolio .label-bg {
    width: 85.35%;
	}
}

@media only screen and (max-width: 1800px) and (min-width:1750px) {
.portfolio .label-bg {
    width: 88.35%;
	}
}

@media only screen and (max-width: 1749px) and (min-width:1700px) {
.portfolio .label-bg {
    width: 90.35%;
	}
}
*/
/*RESPONSIVE*/

/* Desktops and laptops ----------- */

@media only screen and (min-width : 1224px) {

	.ddm #login-content {
		display: none;
		position: absolute;
		color: #0C216E;
		font-size: 0.8em;
		top: 3px;
		font-size: 0.8em;
		right: 97px;
		z-index: -1;
		background: #fff;
		background-image: linear-gradient(top, #fff, #eee);
		padding: 15px;
		box-shadow: 3px 3px 12px -1px rgba(0,0,0,.9);
		border-radius: 0 0 3px 3px;
	}
}

/*  Notebooks --------------- */
@media only screen and (min-width : 1366px) {

	.ddm #login-content {
		display: none;
		position: absolute;
		color: #0C216E;
		font-size: 0.8em;
		top: 3px;
		font-size: 0.8em;
		right: 40px;
		z-index: -1;
		background: #fff;
		background-image: linear-gradient(top, #fff, #eee);
		padding: 15px;
		box-shadow: 3px 3px 12px -1px rgba(0,0,0,.9);
		border-radius: 0 0 3px 3px;
	}
}

/* Ipads Landscape and Portrait --------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

	.ddm #login-content {
		display: none;
		position: absolute;
		color: #0C216E;
		font-size: 0.8em;
		top: 3px;
		font-size: 0.8em;
		right: 5px;
		z-index: -1;
		background: #fff;
		background-image: linear-gradient(top, #fff, #eee);
		padding: 15px;
		box-shadow: 3px 3px 12px -1px rgba(0,0,0,.9);
		border-radius: 0 0 3px 3px;
	}
}


/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
	.ddm #login-content {
		display: none;
		position: absolute;
		color: #0C216E;
		font-size: 0.8em;
		top: 3px;
		font-size: 0.8em;
		right: 93px;
		z-index: -1;
		background: #fff;
		background-image: linear-gradient(top, #fff, #eee);
		padding: 15px;
		box-shadow: 3px 3px 12px -1px rgba(0,0,0,.9);
		border-radius: 0 0 3px 3px;
	}
}

@media only screen and (max-width: 1440px) and (min-width:1366px) {
	.wrap{
		width:80%;
	}
	.morebtn {
		width: 25%;
	}
	.blog-grid-right {
		width: 67%;
	}
	.contatct-form {
		width: 60%;
	}
}
@media only screen and (max-width: 1366px) and (min-width:1280px) {
	.wrap{
		width:90%;
	}
	.morebtn {
		width: 25%;
	}
	.blog-grid-right {
		width: 67%;
	}
	.contatct-form {
		width: 60%;
	}
}
@media only screen and (max-width: 1280px) and (min-width:1024px) {
	.header{
		background-size:auto;
		background-position: -200px -100px;
	}
	.wrap{
		width:90%;
	}
	.morebtn {
		width: 25%;
	}
	.blog-grid-right {
		width: 67%;
	}
	.contatct-form {
		width: 60%;
	}
	.post-grid {
		width: 31%;
		margin-right: 3%;
	}
}
@media only screen and (max-width: 1024px) and (min-width:768px) {
	.header{
		background-size:auto;
		background-position: -200px -120px;
	}
	.wrap{
		width:90%;
	}
	.morebtn {
		width: 25%;
		font-size:16px;
	}
	.blog-grid-right {
		width: 59%;
	}
	.blog-grid2-left {
		width: 59%;
	}
	.blog-grid2-right {
		width: 38%;
	}
	.contatct-form {
		width: 70%;
	}
	.post-grid {
		width: 31%;
		margin-right: 3%;
	}
	.top-nav ul li {
		margin-left: 0em;
	}
	.top-nav ul li a {
		font-size: 1.1em;
		padding: 0.4em 0.8em;
	}
	#filters li span {
		margin-right: 1em;
	}
}
@media only screen and (max-width: 768px) and (min-width:640px) {
	.header{
		background-size:auto;
		background-position: -200px -100px;
	}
	.wrap{
		width:90%;
	}
	.logo {
		float: none;
		text-align:center;
	}
	.top-header {
		padding: 1.5em 0;
	}
	.top-nav {
		float: none;
		text-align:center;
		margin-top:1em;
	}
	.morebtn {
		width: 19%;
	}
	.blog-grid-left {
		width: 100%;
		float: none;
	}
	.blog-grid-right {
		width:100%;
		float:none;
		margin-top:1em;
	}
	.blog-grid2-left {
		width:100%;
		float:none;
	}
	.blog-grid2-right {
		display:none;
	}
	.team-member {
		width:100%;
		float: none;
		text-align: center;
		background: #FFF;
		margin-right:0%;
		padding-bottom: 0.8em;
		margin-bottom:1.5em;
	}
	.team {
		background: url(../images/meet-bg.jpg);
	}
	.contatct-form {
		width: 80%;
		margin: 2em auto;
	}
	.contatct-form input[type="submit"] {
		width: 30%;
	}
	.post-grid {
		width:100%;
		margin-right:0%;
		margin-bottom:1.5em;
	}
	.top-nav ul li {
		margin-left: 0em;
	}
	.top-nav ul li a {
		font-size: 1.1em;
		padding: 0.4em 0.8em;
	}
	#filters li span {
		margin-right: 0em;
		font-size: 1em;
	}
	.header {
		min-height: 509px;
	}
	.top-service-grids {
		padding: 3em 0;
	}
	.top-service-grid {
		float: none;
		width:100%;
		float: none;
		margin-right: 0%;
		margin-bottom:1em;
	}
	.recent-works-head h3 {
		font-size: 4em;
	}
	.recent-works-head p {
		width: 70%;
	}
	.team-head h3 {
		font-size: 4em;
	}
	.team-head p,.recent-posts-head p,.contact-head p {
		width: 70%;
	}
	.team-members {
		margin: 3em auto 1em;
	}
	.recent-posts-head h3 {
		font-size: 4em;
	}
	.post-grids {
		margin: 3em 0 1em;
	}
	.contact-head h3 {
		font-size: 4em;
	}

}
@media only screen and (max-width:640px) {
	.header{
		background-size:auto;
		background-position: -200px -100px;
		min-height: 300px!important;
		background-position: -58px 57px!important;
		background-size: 135%!important;
	}
	.blog-grid-right p, .blog-grid2-left p, .blog-grid-right h3 a, .blog-grid2-left h3 a{
		text-align:center!important;
	}
	.titulos{
		display:block;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
	}
	.da-slider{
		margin: 30px auto 0 auto!important;
	}

	.wrap{
		width:90%;
		padding-top:60px!important;
	}
	.s-top{
		padding:0!important;
	}
	.blog-grid2, .blog-grid2-right, .blog-grid-right h3 a, .blog-grid2-left h3 a{
		display:block!important;
	}
	.blog-grid2-right{
		float:none!important;
	}
	.no-desk{
		display:block!important;
	}
	.no-mobil{
		display:none!important;
	}
	.top-service-grids{
		padding-top:110px!important;
	}
	.da-slide .da-title{
		text-shadow:3px 3px 2px rgba(255, 255, 255, 1)!important;
		text-align:center!important;
		top:50px!important;
		line-height:120%!important;
	}
	.rmm{
		width:100%;
	}
	.rmm-toggled
	{
		position: absolute!important;
		left:0!important;
		right:0!important;
		top:40px;
		width:100%!important;
	}
	.top-header {
		padding: 1.5em 0;
	}
	.fixed{
		height:100px!important;
	}
	.top-nav ul li a{
		color:#FFFFFF;
		border-radius: 0;
		-webkit-border-radius: 0;
	}
	#portfoliolist .portfolio {
		width: 46%;
		margin: 3% 0% 3% 3%;
	}
	.portfolio .label{
		bottom:0!important;
	}
	.portfolio .label-text{
		font-size:11px;
		padding:5px 8px;
	}
	.portfolio .text-category{
		line-height:15px;
	}
	.portfolio .label-bg{
		background-color:rgba(50,50,50,0.8);
	}
	.morebtn{
		margin-top:20px!important;
		width:70%!important;
		width: 40%;
		padding: 1em 2em;
	}
	.contatct-form input[type="text"], .contatct-form textarea{
		width:100%!important;
	}
	.contatct-form input[type="email"], .contatct-form textarea{
		width:100%!important;
	}
	/*	.da-slide .da-title {
            margin-top: -100px;
            }*/

	.blog-grid-left {
		width: 100%;
		float: none;
		text-align:center;
	}
	.blog-grid-right {
		width:100%;
		float:none;
		margin-top:1em;
	}
	.blog-grid2-left {
		width:100%;
		float:none;
	}
	.blog-grid2-right {
		display:none;
	}
	.team-member {
		width:100%;
		float: none;
		text-align: center;
		background: #FFF;
		margin-right:0%;
		padding-bottom: 0.8em;
		margin-bottom:1.5em;
	}
	.team {
		background: url(../images/meet-bg.jpg);
	}
	.contatct-form {
		width: 80%;
		margin: 2em auto;
	}
	.contatct-form input[type="submit"] {
		width: 40%;
		padding: 1.2em 1.1em;
	}
	.post-grid {
		width:100%;
		margin-right:0%;
		margin-bottom:1.5em;
	}
	.top-nav ul li {
		margin-left: 0em;
	}
	.top-nav ul li a {
		font-size: 1.1em;
		padding: 0.4em 0.8em;
	}
	#filters li span {
		margin-right: 0em;
		font-size: 1em;
	}
	.header {
		min-height: 509px;
	}
	.top-service-grids {
		padding: 3em 0;
	}
	.top-service-grid {
		float: none;
		width:100%;
		float: none;
		margin-right: 0%;
		margin-bottom:1em;
	}
	.recent-works-head h3 {
		font-size: 4em;
	}
	.recent-works-head p {
		width: 70%;
	}
	.team-head h3 {
		font-size: 4em;
	}
	.team-head p,.recent-posts-head p,.contact-head p {
		width: 70%;
	}
	.team-members {
		margin: 3em auto 1em;
	}
	.recent-posts-head h3 {
		font-size: 4em;
	}
	.post-grids {
		margin: 3em 0 1em;
	}
	.contact-head h3 {
		font-size: 4em;
	}
	#filters li span {
		padding: 10px 17px;
	}
	.blog-grid-left span, .blog-grid2-right span {
		display: inline-block;
	}
	.blog {
		padding: 0em 0;
	}
	.blog-grid2 {
		display:none;
	}
}
@media only screen and (max-width: 480px) and (min-width:320px) {
	.header{
		background-size:auto;
		background-position: -250px -150px;
	}
	.wrap{
		width:90%;
	}
	.logo {
		float: none;
		text-align:center;
	}
	.logo img{
		float: left!important;
		width: 80%!important;
		padding-top: 7px;
	}
	.top-header {
		padding: 1.5em 0 0 0;
	}
	.da-title {
		margin-top: -35px;
	}
	.morebtn {
		width: 50%;
		padding: 0.8em 1em;
	}
	.blog-grid-right h3 a, .blog-grid2-left h3 a {
		font-size:1.5em;
	}
	.blog-grid-right p, .blog-grid2-left p {
		font-size: 1.2em;
	}
	.blogbtng {
		padding: 0.7em 1.2em;
	}
	.blog-grid1 {
		padding: 2em 0 3em 0;
	}
	.blog-grid-left {
		width: 100%;
		float: none;
		text-align:center;
	}
	.blog-grid-right {
		width:100%;
		float:none;
		margin-top:1em;
	}
	.blog-grid2-left {
		width:100%;
		float:none;
	}
	.blog-grid2-right {
		display:none;
	}

	/* --- Endeavor Responsive --- */
	.endeavor-grid-right h3 a, .endeavor-grid2-left h3 a {
		font-size:1.5em;
	}
	.endeavor-grid-right p, .endeavor-grid2-left p {
		margin-top: 32px;
		font-size: 1.2em;
	}
	.endeavorbtng {
		padding: 0.7em 1.2em;
	}
	.endeavor-grid1 {
		padding: 2em 0 3em 0;
	}
	.endeavor-grid-left {
		width: 100%;
		float: none;
		text-align:center;
	}
	.endeavor-grid-right {
		width:100%;
		float:none;
		margin-top:1em;
	}
	.endeavor-grid2-left {
		width:100%;
		float:none;
	}
	.endeavor-grid2-right {
		display:block !important;
	}
	.endeavor-grid2-right span {
		display: inline-block;
		margin-left: -80px;
	}
	#endeavor{padding-top: 120px;}

	/*--- Fin --- */
	.team-member {
		width:100%;
		float: none;
		text-align: center;
		background: #FFF;
		margin-right:0%;
		padding-bottom: 0.8em;
		margin-bottom:1.5em;
	}
	.team {
		background: url(../images/meet-bg.jpg);
		padding: 2em 0;
	}
	.contatct-form {
		width:100%;
		margin: 2em auto;
	}
	.contatct-form input[type="submit"] {
		width: 40%;
		padding: 0.78em 1.1em;
		font-size:1.2em;
	}
	.post-grid {
		width:100%;
		margin-right:0%;
		margin-bottom:1.5em;
	}
	.top-nav ul li {
		margin-left: 0em;
	}
	.top-nav ul li a {
		font-size: 1em;
		padding: 0.4em 0.6em;
	}
	#filters li span {
		margin-right: 0em;
		font-size: 0.875em;
	}
	.header {
		min-height: 398px;
	}
	.top-service-grids {
		padding: 1em 0;
	}
	.top-service-grid {
		float: none;
		width:100%;
		float: none;
		margin-right: 0%;
		margin-bottom:1em;
	}
	.recent-works-head h3 {
		font-size: 3em;
	}
	.recent-works-head p {
		width: 90%;
	}
	.team-head h3 {
		font-size: 3em;
	}
	.team-head p,.recent-posts-head p,.contact-head p {
		width: 90%;
	}
	.recent-works {
		padding: 2em 0;
	}
	.team-members {
		margin: 1.5em auto 1em;
	}
	.recent-posts-head h3 {
		font-size: 3em;
	}
	.post-grids {
		margin: 1.5em 0 1em;
	}
	.post-grid h4 a {
		margin: 0.8em 0 0em 0;
	}
	.contact-head h3 {
		font-size: 3em;
	}
	#filters li span {
		padding: 10px 9px;
	}
	.blog-grid-left span, .blog-grid2-right span {
		display: inline-block;
	}
	.blog {
		padding: 0em 0;
	}
	.blog-grid2 {
		display:none;
	}
	.logo a {
		font-size: 2.5em;
	}
	.post-grid p {
		margin: 0.8em auto 1em auto;
		font-size:1em;
	}
	.contact {
		padding: 2em 0;
	}
	.contatct-form input[type="text"], .contatct-form textarea {
		padding: 0.8em;
		width: 94%;
		border-radius: 0.3em;
		-webkit-border-radius: 0.3em;
		-moz-border-radius: 0.3em;
		-o-border-radius: 0.3em;
		font-size:1em;
	}
	.footer-left {
		float: none;
		text-align:center;
	}
	.footer-right {
		margin-top:1em;
		float: none;
		text-align:center;
	}
	.ddm #login-content {
		display: none;
		position: absolute;
		color:#0C216E;
		font-size: 0.8em;
		top: 3px;
		font-size: 0.8em;
		right: 6%;
		z-index: -1;
		background: #fff;
		background-image: linear-gradient(top, #fff, #eee);
		padding: 15px;
		box-shadow: 3px 3px 12px -1px rgba(0,0,0,.9);
		border-radius: 0 0 3px 3px;
	}
	#login {
		top: 3px;
		width: 80%;
		display: block;
		margin: 0px 80px auto;
	}
	#login span {
	    color: #fff;
	    float: right;
	    right: 122px;
	    position: absolute;
	    text-align: center;
	    width: 155px;
	}
	#login img {
	    float: right;
	    width: 160px;
	    position: absolute;
	    right: 121px;
	}
}
@media only screen and (max-width: 320px) and (min-width:240px) {
	.header{
		background-size:auto;
		background-position: -250px -150px;
	}
	.wrap{
		width:90%;
	}
	.logo {
		float: none;
		text-align:center;
	}
	.logo img{
		float: left!important;
		width: 80%!important;
	}
	.top-header {
		padding: 1.5em 0 0 0;
	}
	.top-nav {
		float: none;
		text-align:center;
		margin-top:1em;
	}
	.morebtn {
		width: 50%;
		padding: 0.5em 1em;
		font-size: 1em;
	}
	.blog-grid-right h3 a, .blog-grid2-left h3 a {
		font-size:1.5em;
	}
	.blog-grid-right p, .blog-grid2-left p {
		font-size: 1.2em;
	}
	.blogbtng {
		padding: 0.7em 1.2em;
	}
	.blog-grid1 {
		padding: 2em 0 3em 0;
	}
	.blog-grid-left {
		width: 100%;
		float: none;
		text-align:center;
	}
	.blog-grid-right {
		width:100%;
		float:none;
		margin-top:1em;
	}
	.blog-grid2-left {
		width:100%;
		float:none;
	}
	.blog-grid2-right {
		display:none;
	}
	.team-member {
		width:100%;
		float: none;
		text-align: center;
		background: #FFF;
		margin-right:0%;
		padding-bottom: 0.8em;
		margin-bottom:1.5em;
	}
	.team {
		background: url(../images/meet-bg.jpg);
		padding: 2em 0;
	}
	.contatct-form {
		width:100%;
		margin: 1em auto;
	}
	.contatct-form input[type="submit"] {
		width: 100%;
		padding: 0.6em 1.1em;
		font-size: 1em;
	}
	.post-grid {
		width:100%;
		margin-right:0%;
		margin-bottom:1.5em;
	}
	.top-nav ul li, .top-nav ul, .top-nav {
		margin:0;
		padding: 0 4px 0 4px;
	}
	.top-nav ul li a {
		font-size:0.9em;
		padding: 0.4em 0.1em;
		border-radius:none;
		-webkit-border-radius:none;
		-moz-border-radius:none;
		-o-border-radius:none;
	}
	#filters li span {
		margin-right: 0em;
		font-size: 0.875em;
	}
	.header {
		min-height: 370px;
	}
	#wrap2{
		width:95%;
	}
	.top-service-grids {
		padding: 1em 0;
	}
	.top-service-grid {
		float: none;
		width:100%;
		float: none;
		margin-right: 0%;
		margin-bottom:1em;
	}
	.recent-works-head h3 {
		font-size: 2.3em;
	}
	.recent-works-head p {
		width:100%;
	}
	.team-head h3 {
		font-size: 2.3em;
	}
	.team-head p,.recent-posts-head p,.contact-head p {
		width:100%;
	}
	.recent-works {
		padding: 2em 0;
	}
	.team-members {
		margin: 1.5em auto 1em;
	}
	.recent-posts-head h3 {
		font-size: 2.3em;
	}
	.post-grid span {
		padding: 1em 0px;
	}
	.post-grids {
		margin: 1.5em 0 1em;
	}
	.post-grid h4 a {
		margin: 0.8em 0 0em 0;
		font-size: 1.3em;
	}
	.post-grid label{
		font-size:0.8em;
	}
	.contact-head h3 {
		font-size: 2.3em;
	}
	#filters li span {
		padding: 2px 2px;
	}
	.blog-grid-left span, .blog-grid2-right span {
		display: inline-block;
		width: 264px;
		height: 207px;
		background-size: 100%;
	}
	.team-member h4 a {
		font-size: 2em;
	}
	.team-member label {
		font-size: 1.2em;
	}
	.team-member span {
		padding: 1em 0px;
	}
	.team-member p {
		font-size:0.875em;
	}
	.blog {
		padding: 0em 0;
	}
	.blog-grid2 {
		display:none;
	}
	.logo a {
		font-size: 1.8em;
	}
	.post-grid p {
		margin: 0.8em auto 1em auto;
		font-size: 0.875em;
	}
	.contact {
		padding: 2em 0;
	}
	.contatct-form input[type="text"], .contatct-form textarea {
		padding: 0.7em;
		width: 92%;
		border-radius: 0.3em;
		-webkit-border-radius: 0.3em;
		-moz-border-radius: 0.3em;
		-o-border-radius: 0.3em;
		font-size: 1em;
	}
	.contatct-form input[type="email"], .contatct-form textarea {
		padding: 0.7em;
		width: 92%;
		border-radius: 0.3em;
		-webkit-border-radius: 0.3em;
		-moz-border-radius: 0.3em;
		-o-border-radius: 0.3em;
		font-size: 1em;
	}
	.contatct-form textarea {
		height:100px;
	}
	.footer-left {
		float: none;
		text-align:center;
	}
	.footer-right {
		margin-top:1em;
		float: none;
		text-align:center;
	}
	.ddm #login-content {
		display: none;
		position: absolute;
		color:#0C216E;
		font-size: 0.8em;
		top: 3px;
		font-size: 0.8em;
		right: -2%;
		z-index: -1;
		background: #fff;
		background-image: linear-gradient(top, #fff, #eee);
		padding: 15px;
		box-shadow: 3px 3px 12px -1px rgba(0,0,0,.9);
		border-radius: 3px 3px 3px 3px;
	}
	/* --- Endeavor Responsive --- */
	.endeavor-grid-right h3 a, .endeavor-grid2-left h3 a {
		font-size:1.5em;
	}
	.endeavor-grid-right p, .endeavor-grid2-left p {
		font-size: 1.2em;
	}
	.endeavorbtng {
		padding: 0.7em 1.2em;
	}
	.endeavor-grid1 {
		padding: 2em 0 3em 0;
	}
	.endeavor-grid-left {
		width: 100%;
		float: none;
		text-align:center;
	}
	.endeavor-grid-right {
		width:100%;
		float:none;
		margin-top:1em;
	}
	.endeavor-grid2-left {
		width:100%;-
	float:none;
	}
	.endeavor-grid2-right {
		display:none;
	}
	.endeavor-grid2-right span {
		display: inline-block;
		margin-left: -82px;
	}

	/*--- Fin --- */
}

/*

Responsive Mobile Menu v1.0
Plugin URI: responsivemobilemenu.com

Author: Sergio Vitov
Author URI: http://xmacros.com

License: CC BY 3.0 http://creativecommons.org/licenses/by/3.0/

*/

.rmm {
	display:block;
	left: 0px;
	top: 80px;
	padding:0px;
	margin:0 auto !important;
	text-align: center;

}
.rmm * {
	-webkit-tap-highlight-color:transparent !important;
}
.rmm a {
	color:#ebebeb;
	text-decoration:none;
}
.rmm .rmm-main-list, .rmm .rmm-main-list li {
	margin:0px;
	padding:0px;
}
.rmm ul {
	display:block;
	width:auto !important;
	margin:0 auto !important;
	overflow:hidden;
	list-style:none;
}


/* sublevel menu - in construction */
.rmm ul li ul, .rmm ul li ul li, .rmm ul li ul li a {
	display:none !important;
	height:0px !important;
	width:0px !important;
}
/* */


.rmm .rmm-main-list li {
	display:inline;
	padding:0px;
	margin:0px;
	margin-left:1em;
}
.rmm-toggled {
	display:none;
	width:100%;
	position:relative;
	overflow:hidden;
	margin:0 auto !important;
}
.rmm-button:hover {
	cursor:pointer;
}
.rmm .rmm-toggled ul {
	display:none;
	margin:0px !important;
	padding:0px !important;
}
.rmm .rmm-toggled ul li {
	display:block;
	margin:0 auto !important;
}




/* GRAPHITE STYLE */

.rmm.graphite .rmm-main-list li a {
	display:inline-block;

}

.rmm.graphite .rmm-toggled {
	width:98%;
	min-height:36px;
}

.rmm.graphite .rmm-toggled-title {
	position:relative;
	top:9px;
	left:15px;
	font-size:16px;
	color:white;
}
.rmm.graphite .rmm-button {
	display:block;
	position:fixed;
	right:15px;
	top:28px;
}
.rmm.graphite .rmm-button span {
	display:block;
	margin-top:4px;
	height:3px;
	background:#14549c;
	width:24px;
}
.rmm.graphite .rmm-toggled ul li a {
	display: block;
	width: 100%;
	text-align: center;
	padding: 6px 0px 6px 0px;
	border-bottom: 1px solid #FFFFFF;
	background-color: #14549c;
}
.rmm.graphite .rmm-toggled ul li a:active {
	border-bottom:1px solid #444444;
	border-top:1px solid #444444;
	background-color:#14549c;
}



/* SAPPHIRE STYLE */

.rmm.sapphire .rmm-main-list li a {
	display:inline-block;
	padding:8px 30px 8px 30px;
	margin:0px -3px 0px -3px;
	font-size:15px;
	text-shadow:1px 1px 1px #3e587b;
	background-color:#537b9f;
	border-left:1px solid #3e587b;
	background-image:url('../rmm-img/sapphire-menu-bg.png');
	background-repeat:repeat-x;
}
.rmm.sapphire .rmm-main-list li a:hover {
	background:#3e597b;
}

.rmm.sapphire .rmm-toggled {
	width:95%;
	background-color:#537b9f;
	min-height:36px;
	border-radius:6px;
}
.rmm.sapphire .rmm-toggled-controls {
	display:block;
	height:36px;
	color:white;
	text-align:left;
	position:relative;
	background-image:url('../rmm-img/sapphire-menu-bg.png');
	background-repeat:repeat-x;
	border-radius:5px;
}
.rmm.sapphire .rmm-toggled-title {
	position:relative;
	top:9px;
	left:15px;
	font-size:16px;
	color:white;
	text-shadow:1px 1px 1px #3e587b;
}
.rmm.sapphire .rmm-button {
	display:block;
	position:absolute;
	right:9px;
	top:7px;
	width:20px;
	padding:0px 7px 0px 7px;
	border:1px solid #3e587b;
	border-radius:3px;
	background-image:url('../rmm-img/sapphire-menu-bg.png');
	background-position:top;
}

.rmm.sapphire .rmm-button span {
	display:block;
	margin:4px 0px 4px 0px;
	height:2px;
	background:white;
	width:20px;
}
.rmm.sapphire .rmm-toggled ul li a {
	display:block;
	width:100%;
	background-color:#537698;
	text-align:center;
	padding:10px 0px 10px 0px;
	border-bottom:1px solid #3c5779;
	border-top:1px solid #6883a6;
	text-shadow:1px 1px 1px #333333;
}
.rmm.sapphire .rmm-toggled ul li a:active {
	background-color:#3c5779;
	border-bottom:1px solid #3c5779;
	border-top:1px solid #3c5779;
}
.rmm.sapphire .rmm-toggled ul li:first-child a {
	border-top:1px solid #3c5779 !important;
}


/* MINIMAL STYLE */

.rmm.minimal a {
	color:#333333;
}
.rmm.minimal a:hover {
	opacity:0.7;
}
.rmm.minimal .rmm-main-list li a {
	display:inline-block;
	padding:8px 30px 8px 30px;
	margin:0px -3px 0px -3px;
	font-size:15px;
}
.rmm.minimal .rmm-toggled {
	width:95%;
	min-height:36px;
}
.rmm.minimal .rmm-toggled-controls {
	display:block;
	height:36px;
	color:#333333;
	text-align:left;
	position:relative;
}
.rmm.minimal .rmm-toggled-title {
	position:relative;
	top:9px;
	left:9px;
	font-size:16px;
	color:#33333;
}
.rmm.minimal .rmm-button {
	display:block;
	position:absolute;
	right:9px;
	top:7px;
}

.rmm.minimal .rmm-button span {
	display:block;
	margin:4px 0px 4px 0px;
	height:2px;
	background:#333333;
	width:25px;
}
.rmm.minimal .rmm-toggled ul li a {
	display:block;
	width:100%;
	text-align:center;
	padding:10px 0px 10px 0px;
	border-bottom:1px solid #dedede;
	color:#333333;
}
.rmm.minimal .rmm-toggled ul li:first-child a {
	border-top:1px solid #dedede;
}