@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');*/
/*@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css");*/
/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');*/*/
/*Demo Styles, delete them when customizing the template, using these classes is not necessary! No problems will be caused*/


/* @import url("icons.css"); */


.demo-style-accordion{
	margin-top:30px!important;
}

#demo-icons img{
	margin-right:12px;
	margin-left:12px;
	margin-bottom:10px;
}

#demo-icons{
	margin-bottom:15px!important;
}

.align-right{
	float:right;
}

.align-left{
	float:left;
}

#top-line {
	height: 20px;
	width: 100%;	
	background-color: transparent;
  
}

#top-line-divider {
/*    background-image: url('../images/bg-top-line-divider.jpg');*/
	/*background:#222;*/
    /*background-position: left center;*/
	height: 2px;
	width: 100%;
}


.fnd-header {
position: absolute;
top: 0;
left: 0;
width: 1075px;
height: 30px;
/*background-image:url(../images/background/topimage.jpg) ;*/
background-color: transparent;

}

.fnd-header2 {
position: absolute;
top: -10px;
left: 0;
width: 100%;
height: 10px;
background: url(../images/fnd-header.png) repeat-x top;
z-index: -100;
}



#top-line-gray {
    background-color: #dedddc;
	height: 5px;
	width: 100%;
}

.center-block {
	width: 1070px;
	margin: 0 auto;
	position: relative
}

#wrapper {
	margin: 0 auto;
	position: relative;
	width: 350px;
	min-height: 120px;
	margin-bottom:0px;
}

#wrapper-content {
	margin:15px 20px;

}

#content {
/*	margin:15px 20px; */
}

#content .center-block { 
	display: block;
	padding: 15px 0; 
	width: 940px;
	margin: 0 auto;
	position: relative
}
#content .center-block.default-style {
	 padding-bottom: 10px 
}

.divider {
	background:#f6f6f6;
	border-bottom: 1px solid #e6e5e5;	
	border-top: 1px solid #e6e5e5;		
	height:14px;
	margin:0;
	padding:0;
}

.divider-1px {
	border-bottom: 1px solid #E6E5E5;
	margin-left:20px;
	width:900px;
}

#content .divider {
	background:#f6f6f6;
	border-bottom: 1px solid #e6e5e5;	
	border-top: 1px solid #e6e5e5;		
	height:14px;
	margin:0;
	padding:0;
}
#wrapper-content .divider-1px {
	border-bottom: 1px solid #F4F3F3;
	margin:45px 0 45px;
	width:900px;
}

#wrapper-content .center-block { 
	display: block;
	padding: 15px 0; 
	width: 900px;
	margin: 0 auto;
	position: relative
}

#wrapper .top-bottom-border {
	border-bottom: 1px solid #E6E5E5;	
	border-top: 1px solid #E6E5E5;		
}

#wrapper .bottom-border {
	border-bottom: 1px solid #f4f3f3;	
}

#wrapper .margin-top {
	margin-top:8px;
}

#top-line .social {
	float:right;
	padding-top:8px;
	width: 170px;
	margin-right: 0px;
	margin-left: 0px;
	
}

#top-line ul#top-social {
	list-style-type: none;
}

#top-line ul#top-social li {
	display: block;
	float: right;
	margin-left: 0px;
	width: 16px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-o-transition: all 0.5s linear;
	-transition: all 0.5s linear;	
	margin-right:10px;
}

#top-line ul#top-social li:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
		color: #6F8309;
}

#top-line .rss {
	cursor:pointer;
	display:block;
	float:right;
	width:30px;
}

#top-line .rss img {
	margin-right:-30px;
	margin-top: 0px;
	float: right;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-o-transition: all 0.5s linear;
	-transition: all 0.5s linear;	
}
#top-line .rss:hover img {
	
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
}

#top-line .rss a {
	color:#FFF;	
	font-size:12px;
	display: block;
	float: right;
	padding-top: 4px !important;
	text-decoration:none;
	padding-left: 8px;
	font-weight:300;
    font-family:'Montserrat',sans-serif;
}

#top-line .rss a:hover {
	color:#6F8309;
}

#top-line .phone {
	cursor:pointer;
	display:block;
	float: right;
	
	
}

#top-line .phone img {
	margin-left:0px;
	margin-top: 8px;
	float: right;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-o-transition: all 0.5s linear;
	-transition: all 0.5s linear;	
}
#top-line .phone:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-o-transition: all 0.5s linear;
	-transition: all 0.5s linear;	
}

#top-line .phone a {
	color:#000000;	
	font-size:11px;
	display: block;
	float: right;
	padding-top: 8px !important;
	padding-left: 8px;
	line-height:24px;
	font-weight:bold;
   font-family:'Montserrat',sans-serif;
	margin-right: 0px;
}

#top-line .phone a:hover {
	color:#6F8309 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-o-transition: all 0.5s linear;
	-transition: all 0.5s linear;
}



#top-line .phone2 a:hover {
	color:#FFF;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	-khtml-opacity: .70;
	opacity: .70;
	-webkit-transition: all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-o-transition: all 0.5s linear;
	-transition: all 0.5s linear;	
}



#top-line .phone2 {
	cursor:pointer;
	display:block;
	float:left;
	width:150px;
}

#top-line .phone2 img {
	margin-left:0px;
	margin-top: 8px;
	float: left;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	-webkit-transition: all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-o-transition: all 0.5s linear;
	-transition: all 0.5s linear;	
}
#top-line .phone2:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
}

#top-line .phone2 a {
	color:#FFF;	
	font-size:13px;
	display: block;
	float: left;
	padding-top: 6px !important;
	padding-left: 8px;
	line-height:24px;
	color:#cccccc;
	font-weight:300;
    font-family:'Montserrat',sans-serif;
}

#top-line .phone2 a:hover {
	color:#FFF;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.content-wrapper{
	background-image:url(../images/background/1020_bg_content.png)!important;
	background-repeat:repeat-y;
	
	margin:auto;
}

#header{
	top:0px;
	height:31px;
	width:100%;
	position:relative;
	z-index:8000;
	margin:auto;
	background-color: #ffffff;
}

#header-wrapper{
	background-repeat:repeat-x;	
	margin-top:0px;
	background-color: #ffffff;
	/*background-color: transparent;*/
	/*background-color: rgba(255, 255, 255, 1);*/
	position: fixed;
	
	margin: 0 auto;
    top: 0;
    width: 100%;
    z-index: 999;
	padding-bottom: 0px;
	/*box-shadow: 0 0 10px 0 rgba(22,25,28,.05);*/
   box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.05);

}

.header-deco{
	width:1025px;
	margin:auto;
}

.header-decoration{
	z-index:99999;
	position:absolute;
	background-image:url(../images/decoration/deco_style_1.png);
	background-repeat:repeat-x;
	width:1025px;
	height:3px;
	top:100px;
}

*{
/*	margin:0px;
	padding:0px;*/
	border:0px;
}

body{
	/*min-width:1100px;*/
	margin:auto;
   /*background-image:url(../images/background/bodymap4u.jpg);*/
  /*background-image:url(../images/background/ipad8.jpg);*/
  
	/*background-repeat: repeat;*/
	/*background-attachment: fixed;
	background-position: top center;*/
	/*width: 100%;*/
	height: 100%;
	    padding: 0;
    margin: 0;
}

.content-960{
	margin:auto;
}

p{
	line-height:1.5em !important;
	font-family: 'Montserrat',sans-serif;
   font-size: 16px;
   color: #000000 !important ;  
	font-weight: normal;
}

.img{
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
    user-select: none;	
}

.logo{
    padding-top:10px;
    padding-left:0px;
    margin-left:0px;
    /*width: 1075px;*/
    margin-bottom:0px;
	margin-top: 0px;
   
}

.taglineA {
	position: absolute;
	left: 18%;
	top: 36px;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	color: #696969;
	width: 250px;
	display: block;
	border: 0px solid #f00;
	font-size:8px;	
	font-weight:300;
	font-family: 'Montserrat',sans-serif;
	letter-spacing:2px;
	text-align: left;
	text-transform: uppercase;
	
}

.taglineB {
	position: absolute;
	left: 18%;
	top: 46px;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	color: #696969;
	width: 250px;
	display: block;
	border: 0px solid #f00;
	font-size:8px;	
	font-weight:300;
	font-family: 'Montserrat',sans-serif;
	letter-spacing:1.4px;
	text-align: left;
	text-transform: uppercase;
	
}

.taglineC {
	position: absolute;
	left: 18%;
	top: 55px;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	color: #696969;
	width: 250px;
	display: block;
	border: 0px solid #f00;
	font-size:8px;	
	font-weight:300;
	font-family: 'Montserrat',sans-serif;
	letter-spacing:2px;
	text-align: left;
	text-transform: uppercase;
	
}


.taglineM {
	position: absolute;
	left: 12.9%;
	top: 63px;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	color: #cccccc;
	width: 250px;
	display: block;
	border: 0px solid #f00;
	font-size:7px;	
	font-weight:300;
	font-family: 'Montserrat',sans-serif;
	letter-spacing:5px;
	text-align: left;
	text-transform: uppercase;
	
}



.tagline2 {
	position: absolute;
	right: 4px;
	top: 63px;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	color: #000000;
	width: 250px;
	display: block;
	border: 0px solid #f00;
	font-size:10px;
	font-weight:300;
	font-family: 'Montserrat',sans-serif;
	/*letter-spacing:.2px;*/
}

#header_contact_img1 {
  float: right;
  margin-top:10px;
  padding: 2px 1px;
  width: 24px;
}
#header_contact_img1 a img {
    margin-right: 10px;
}
 
#header_contact_img2 {
  float: right;
  margin-top:10px;
  padding: 2px 1px;
  width: 24px;
}
#header_contact_img2 a img {
    margin-right: 10px;
}  

#header_contact1 {
  float: right;
  margin-top:8px;
  padding: 1px 1px;
}
  
#header_contact1 a {
	text-decoration:none;
	font-size:14px;
	color:#A6B6B6;
    margin-right: 12px;		
	font-weight:100;
	font-family:'Montserrat', sans-serif;
}

#header_contact1 a:hover{
    color:#768D19;
   	text-decoration:underline;}
}

#header_contact2 {
  float: right;
  margin-top:10px;
  padding: 1px 1px;
}
  
#header_contact2 a {
	text-decoration:none;
  	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	font-weight:400;
		color:#333;
/*		color:#A4B915;*/
    margin-right: 10px;		
}

#header_contact2 a:hover{
    color:#768D19;
}

.decoration{
	background-image:url(../images/background/pagebg2.png);
	background-repeat:repeat-x;
	width:960px;
	height:10px;
	margin-bottom:1px;
	padding-bottom:1px;
	margin-top: 10px;
}

.decoration2{
	background-image:url(../images/decoration/code2.png);
	background-repeat:repeat-x;
	width:1075px;
	height:2px;
	margin-bottom:50px;
	padding-bottom:1px;
	margin-left:0px;
}

.decoration3{
	background-image:url(../images/decoration/deco_style.png);
	background-repeat:repeat-x;
	width:960px;
	height:8px;
	margin-bottom:0px;
	padding-bottom:0px;
	margin-left:5px;
	margin-top: 0px;
}

.decoration4{
	background-image:url(../images/decoration/code2.png);
	background-repeat:repeat-x;
	width:1075px;
	height:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	margin-left:0px;
	margin-top: 0px;
}

.blog-width{
	width:665px;
}

.sidebar-width{
	width:265px;
}

.blog-decoration{
	background-image:url(../images/decoration/deco_style_1.png);
	background-repeat:repeat-x;
	width:650px;
	height:3px;
	margin-bottom:30px;	
}

.decoration-2{
	background-image:url(../images/decoration/deco_style_2.png);
	background-repeat:repeat-x;
	width:960px;
	height:10px;
	margin-bottom:30px;
}

.decoration-3{
	background-image:url(../images/decoration/deco_style_3.png);
	background-repeat:repeat-x;
	width:960px;
	height:10px;
	margin-bottom:30px;
}

.decoration-4{
	background-image:url(../images/decoration/deco_style_4.png);
	background-repeat:repeat-x;
	width:960px;
	height:5px;
	margin-bottom:30px;
}

.decoration-5{
	background-image:url(../images/decoration/deco_style_5.png);
	background-repeat:repeat-x;
	width:960px;
	height:5px;
	margin-bottom:30px;
}

.clear{clear:both;}

.image-deco{
	background-color:#fff;
	padding:3px;
	margin-top: 30px;
}

.ad-deco{
	background-color:#fff;
	padding:1px;	
	-webkit-box-shadow: 0px 1px 1px 1px #cacaca; 
	-moz-box-shadow: 0px 1px 1px 1px #cacaca;
	box-shadow: 0px 1px 1px 1px #cacaca;	
}

#navigation{
	margin-top:-3px;	
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	float: right;
	/*background-image:url(../images/background/menuline2.jpg);
	background-repeat:repeat-x;*/
	/*width:750px;*/
	/*background: url(../images/btn_glow.png) repeat-x scroll center bottom #222325;*/
	background-color: transparent;
	/*border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
    */
	line-height: 1;
	position: relative;
	z-index: 10000;
	padding-left: 0px;
	height: 30px;
	text-align: right;
} 

a.menuTitle{	
	text-transform: none;
	font-size:17px;
	color:#000000;
	font-weight: 600;
	font-family: 'Montserrat',sans-serif;
	margin-left:0px;
	margin-right:0px;
	text-align: left;
	/*letter-spacing: 1px !important;*/
	letter-spacing: 0px !important;
	margin-top: 0px;
	/*text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;*/
}

a.menuTitle:hover{	
	/*background:url(../images/btn_glow.png) repeat-x #ffffff;*/
	color:#7A9D09;
	outline:0;
	/*-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;*/
	/*background-color: #f2f2f2;*/
      /*  border-bottom-style: solid;
	border-bottom-width:1px;
	border-bottom-color:#95B21E;*/
}

.under-menu-text{
	font-size:11px;
	font-style:italic;
	display:block;
}

.menu {
	float: right;
	margin-right: 5px !important;
}



.menu > li {
	display:block;
	float:left;
	margin-left:0px;
	margin-right:0px;
	position:relative;
	height:24px;
	z-index:9999;
	padding-top:0px;
	/*padding-right: 10px;*/
}

.menu > li:hover {
	/*background:url(../images/btn_glow.png) repeat-x #ffffff;*/
	/*background-color: #f2f2f2;*/
	border: 0px solid #e5e5e5;
/*	border-left-width: 1px;
	border-right-width: 1px;
*/	outline:		0;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.dropdown {
	display:none;
	position:absolute;
	width:250px;
	list-style:none;
	text-decoration:none;
	background-image:url(../images/background/menu_dropdown_bg.png);
	top:44px;
	border-style:none;
	border-width:0px;
	border-color:#cacaca;
	margin-left:0px;
	filter: alpha(opacity=100); /* internet explorer */
	-khtml-opacity: 1;      /* khtml, old safari */
	-moz-opacity: 1;       /* mozilla, netscape */
	opacity: 1;           /* fx, safari, opera */
	padding-left:0px;
	z-index: 1000;
}

.dropdown:hover {
	color:#ffffff;
}

.dropdown li {
	padding-top:1px;
	padding-bottom:1px;
	margin-left:0px;
	padding-right:10px;
	color:#ffffff;
	background-color:  #ffffff;
  z-index: 1000; 
	line-height: 2em;
	
	
}

.dropdown li:hover {
	color:#ffffff !important;
	background-color: #9EC616;
}

.dropdown li a {
	text-transform:none; 
	margin-left:10px;
	padding-left:0px !important;
	color:#333333;
	font-weight:500;
	font-family:'Montserrat',arial,verdana,helvetica,sans-serif;
	font-size:16px;
	line-height: 2em;
}

.dropdown li a:hover {
	color:#ffffff;
	background-color: #9EC616;
}
/* End Of Navigation Styles */

.top-heading{
	padding-top:10px;
	/*background-image:url(../images/background/map-blue.jpg);*/
  /*background-image:url(../images/background/ipad8.jpg);*/
	/*background-position: left center;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=04)";
	filter: alpha(opacity=04);
	-moz-opacity: .04;
	-khtml-opacity: .04;
	opacity: .04;*/
	height: 100px;
}

.top-heading-icons{
	margin-top:-50px;
	float:right;
}

.social-icon{
	opacity:0.8;
	filter:alpha(opacity=80);
	padding-left:5px;
	padding-right:5px;
}

.full-width{
	margin-bottom:10px;
	margin-top:10px;
	display:block;
	width:1075px;
	/*background-image:url(../images/background/pagebg2.png);
	background-repeat:repeat-x;*/
}

.full-width h3{
	color:#222325;
	letter-spacing:1px;
	padding-left:8px;
	padding-bottom:0px;
	height:30px;
    font-weight:500;
	font-family:'Montserrat',sans-serif;
	font-size:18px;
	padding-top: 6px;
	margin-top: 5px;
}

.full-width p{
	color:#171B1F;
	text-align:justify;
	padding-left:20px;
	padding-right:20px;
}

.hover-full-width-icons{
	opacity:0;
	filter:alpha(opacity=00);
	position:absolute;
	margin-top:3px;
	margin-left:3px;
	background-color: rgba(0, 0, 0, 0.7);
	width:952px;
	height:180px;	
}

.full-width2{
	margin-bottom:10px;
	display:block;
	width:1075px;
}

.full-width2 h3{
	font-size:18px;
	color:#222325;
	letter-spacing:1px;
	padding-left:8px;
	padding-bottom:1px;
	padding-top: 9px;
	font-weight:500;
	font-family:'Montserrat',sans-serif;
}

.full-width2 p{
	color:#171B1F;
	text-align:justify;
	padding-left:15px;
	padding-right: 10px;
}

.hover-full-width-icons{
	opacity:0;
	filter:alpha(opacity=00);
	position:absolute;
	margin-top:3px;
	margin-left:3px;
	background-color: rgba(0, 0, 0, 0.7);
	width:952px;
	height:180px;	
}

.full-width3{
	margin-bottom:30px;
	display:block;
	width:200px;
}

.full-width3 h3{
	font-size:18px;
	color:#333;
	letter-spacing:1px;
	padding-left:5px;
	padding-bottom:1px;
	
	font-weight:normal;
	font-family: 'Montserrat', sans-serif;
}

.full-width3 p{
	color:#171B1F;
	text-align:justify;
	padding-left:15px;
}

.two-columns{
	width:1075px;
	 display: inline-block;
	margin-top: 20px;
}

.hover-two-columns-icons{
	opacity:0;
	filter:alpha(opacity=00);
	position:absolute;
	margin-top:64px;
	margin-left:14px;
	background-color: rgba(0, 0, 0, 0.7);
	width:378px;
	height:193px;
}

.two-column-one{
	width:525px;
	float:left;
	margin-right:30px;
	margin-bottom:5px;
	margin-top: 10px;
	margin-left: 0px;
}

.two-column-one p{
	color:#171B1F;
	padding-left:5px;
	text-align:justify;
}

.two-column-one h3{
	color:#ffffff;
	letter-spacing:2px;
	padding-left:4px;
	padding-bottom:1px;
	margin-bottom: -30px;
	margin-top: -15px;
	font:300 1em 'Montserrat',sans-serif;
	font-weight:100;
}

.two-column-one h3 p{
	color:#000000 !important;
	letter-spacing:2px;
	padding-left:5px;
	padding-bottom:25px;
	padding-top:6px;
	font-family:'Montserrat',sans-serif;
	font-weight:400;
	font-size:20px;
}

.two-column-two{
	width:405px;
	float:left;
	margin-bottom:5px;
	margin-top: 0px;	
}

.two-column-two p{
	color:#171B1F;
}

.column-image2_1{
	margin-bottom:10px;
	margin-left:10px;
	margin-top:48px;
}

.two-columns2{
	width:1075px;
	margin-top: 10px;
	padding-top:0px;
	height: 180px;
}

.hover-two-columns-icons{
	opacity:0;
	filter:alpha(opacity=00);
	position:absolute;
	margin-top:52px;
	margin-left:14px;
	background-color: rgba(0, 0, 0, 0.7);
	width:378px;
	height:193px;
}

.two-column-one2{
	width:480px;
	float:left;
	margin-right:5px;
	margin-bottom:0px;
	margin-top: 0px;	
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}

.two-column-one2 p{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	padding-left:5px;
	text-align: left;
	line-height: 1.6em !important;
	font: 13px/18px 'Montserrat',sans-serif;
	color: #333 !important;
	font-weight: 400;
}

.two-column-one2 h3{
	letter-spacing:1px;
	padding-left:0px;
	padding-bottom:0px;
	font-family:'Montserrat',sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.two-column-two2{
	width:470px;
	float:left;
	margin-bottom:0px;
	margin-top: 0px;	
	padding-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
}


.two-column-two2 h3{
	letter-spacing:1px;
	padding-left:0px;
	padding-bottom:0px;
	font-family:'Montserrat',sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #000000;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.two-column-two2 p{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	padding-left:5px;
	text-align: left;
	line-height: 1.6em !important;
	font: 13px/18px 'Montserrat', sans-serif;
	color: #333 !important;
	font-weight: 400;
}

.column-image2{
	margin-bottom:5px;
	margin-left:13px;
	margin-top:0px;
}

.two-columns4{
	width:460px;
	margin-top: 5px;
	padding-top:0px;
}

.hover-two-columns-icons{
	opacity:0;
	filter:alpha(opacity=00);
	position:absolute;
	margin-top:52px;
	margin-left:14px;
	background-color: rgba(0, 0, 0, 0.7);
	width:189px;
	height:193px;
}

.two-column-one4{
	width:220px;
	float:left;
	margin-right:5px;
	margin-bottom:0px;
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}

.two-column-one4 p{
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding-left:5px;
	padding-right: 5px;
	text-align:justify;
	line-height: 1.8em !important;
	font: 13px/18px 'Montserrat',sans-serif;
	color: #000000 !important;
	font-weight: 400;
}

.two-column-one4 h3{
	letter-spacing:1px;
	padding-left:5px;
	padding-bottom:1px;
	font-family:'Montserrat',sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #000000;
	text-align: left;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 8px;
}

.two-column-two4{
	width:220px;
	float:left;
	margin-bottom:0px;
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 0px;
	margin-left: 1px;
}

.two-column-two4 p{
	color:#171B1F;
}

.column-image4{
	margin-bottom:5px;
	margin-left:7px;
	margin-top:0px;
}

.two-columns3{
	width:960px;
	margin-top: 10px;
	padding-top:10px;
}

.hover-two-columns-icons{
	opacity:0;
	filter:alpha(opacity=00);
	position:absolute;
	margin-top:52px;
	margin-left:14px;
	background-color: rgba(0, 0, 0, 0.7);
	width:378px;
	height:193px;
}

.two-column-one3{
	width:350px;
	float:left;
	margin-right:30px;
	margin-bottom:10px;
	margin-top: 10px;
}

.two-column-one3 p{
	color:#171B1F;
	padding-left:5px;
	text-align:justify;
}

.two-column-one3 h3{
	font-size:18px;
	color:#4C5B0F;
	letter-spacing:1px;
	padding-left:5px;
	padding-bottom:1px;
	font-weight:normal;
	font-family: 'Montserrat', sans-serif;
}

.two-column-two3{
	width:450px;
	float:left;
	margin-bottom:10px;
	margin-top: 10px;
}

.two-column-two3 p{
	color:#171B1F;
}

.column-image3{
	margin-bottom:10px;
	margin-left:10px;
	margin-top:40px;
}

.three-columns{
	width:1075px;	
	clear:both;
	margin-bottom: 15px;
	margin-top: 0px;
}

.hover-three-columns-icons{
	opacity:0;
	filter:alpha(opacity=00);
	position:absolute;
	margin-top:0px;
	margin-left:0px;
	background-color: rgba(0, 0, 0, 0.7);
	width:100%;
	height:94px;
}

.three-columns h3{
	font-size:16px;
	color:#000000;
	/*text-shadow:0px 1px 0px #ffffff;*/
    font-family: 'Montserrat', sans-serif;
	letter-spacing:1px;
	padding-left:0px;
	padding-bottom:1px;
	font-weight:300;
	text-align:center;
	margin-bottom: 12px;
	font-weight:bold;
	margin-top: 5px;
}

.three-columns p{
	color:#171B1F;
	padding-left:2px;
	margin-top: 5px;
	margin-left: 25px;
}

.column-image{
	margin-bottom:0px;	
	margin-top:0px;
	 display: block;
    margin-left: auto;
    margin-right: auto;
}

/*.column-image:hover{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}*/




.three-column-one{
	width:336px;
	float:left;
	/*margin-right:5px;*/
	margin-bottom:0px;
	margin-top: 0px;
}

.three-column-two{
	width:336px;
	float:left;	
	margin-bottom:0px;
	margin-top: 5px;
}

.three-column-three{
	width:336px;
	float:left;
	margin-bottom:0px;
	margin-top: 5px;
}

.column-icon{
	opacity:1;
	filter:alpha(opacity=100);
	float:left;
	margin-right:15px;
	margin-top:7px;
}

three-align {
    text-align:left;
}

.three-columns2{
	width:1075px;	
	clear:both;
}

.hover-three-columns-icons2{
	opacity:1;
	filter:alpha(opacity=00);
	position:absolute;
	margin-top:4px;
	margin-left:13px;
	background-color: rgba(0, 0, 0, 0.7);
	width:290px;
	height:119px;
}

.three-columns2 h3{
	font-size:18px;
	color:#666666;
	letter-spacing:1px;
	padding-left:5px;
	padding-bottom:1px;
	font-weight:300;
	font-family: 'Montserrat', sans-serif;
	text-align:center;
}

.three-columns2 p{
	color:#171B1F;
	padding-left:15px;
	text-align:justify;
}

.column-image3{
	margin-bottom:10px;
	margin-left:10px;
	margin-top:60px;
}

.three-column-one2{
	width:497px;
	float:left;
	margin-right:45px;
	margin-bottom:1px;
	margin-left: 20px;
}

.three-column-two2{
	width:227px;
	float:left;
	margin-right:10px;
	margin-bottom:1px;
	margin-top:50px;
}

.three-column-three2{
	width:227px;
	float:left;
	margin-bottom:1px;
	margin-top:50px;
}

.column-icon{
	opacity:1;
	filter:alpha(opacity=100);
	float:left;
	margin-right:15px;
	margin-top:7px;
}

three-align {
    text-align:left;
}

.three-columns3{
	width:1075px;	
	clear:both;
}

.hover-three-columns-icons3{
	opacity:0;
	filter:alpha(opacity=00);
	position:absolute;
	margin-top:4px;
	margin-left:13px;
	background-color: rgba(0, 0, 0, 0.7);
	width:290px;
	height:119px;
}

.three-columns3 h3{
	font-size:18px;
	color:#666666;
	letter-spacing:1px;
	padding-left:5px;
	padding-bottom:1px;
	font-weight:300;
	font-family: 'Montserrat', sans-serif;
	text-align:center;
}

.three-columns3 p{
	color:#171B1F;
	padding-left:15px;
	text-align:justify;
	margin-top:10px;
}

.column-image3{
	margin-bottom:5px;
	margin-left:10px;
	margin-top:5px;
}

.column-image3_4{
	margin-bottom:75px;
	margin-left:60px;
	margin-top:5px;
}

.column-image3_5{
	margin-bottom:25px;
	margin-left:60px;
	margin-top:5px;
}

.column-image3_6{
	margin-bottom:25px;
	margin-left:60px;
	margin-top:5px;
}

.three-column-one3{
	width:670px;
	float:left;
	margin-right:25px;
	margin-bottom:10px;
}

.three-column-one3 p img{
	float:left;
	margin-right:10px;
	margin-top:1px;
}

.three-column-one3 li{
	float:left;
	margin-bottom:10px;
	margin-top:10px;
	font-size:12px;
	font-family:'Montserrat', sans-serif;
	line-height:24px;
	text-align:justify;
}

.three-column-two3{
	width:227px;
	float:left;
	margin-right:10px;
	margin-bottom:19px;
    margin-top:60px;
}

.three-column-two3_2{
	width:227px;
	float:left;
	margin-right:10px;
	margin-bottom:1px;
    margin-top:60px;
}

.three-column-three3{
	width:227px;
	float:left;
	margin-bottom:1px;
}

.column-icon{
	opacity:1;
	filter:alpha(opacity=100);
	float:left;
	margin-right:15px;
	margin-top:7px;
}

three-align {
    text-align:left;
}

.three-columns4{
	width:960px;	
	clear:both;
	margin-top:15px;
}

.hover-three-columns-icons4{
	opacity:0;
	filter:alpha(opacity=00);
	position:absolute;
	margin-top:4px;
	margin-left:13px;
	background-color: rgba(0, 0, 0, 0.7);
	width:290px;
	height:119px;
}

.three-columns4 h3{
	font-size:18px;
	color:#ffffff;
	letter-spacing:1px;
	padding-left:45px;
	padding-bottom:1px;
	font-weight:300;
	font-family: 'Montserrat',sans-serif;
	text-align:left;
	margin-left:0px;
}

.three-columns4 p{
	color:#171B1F;
	padding-left:5px;
	text-align:justify;
	margin-top:0px;
}

.column-image4{
	margin-bottom:5px;
	margin-left:10px;
	margin-top:5px;
}

.column-image4_4{
	margin-bottom:75px;
	margin-left:60px;
	margin-top:5px;
}

.column-image4_5{
	margin-bottom:25px;
	margin-left:60px;
	margin-top:5px;
}

.column-image4_6{
	margin-bottom:25px;
	margin-left:60px;
	margin-top:265px;
}

.three-column-one4{
	width:310px;
	float:left;
	margin-right:1px;
	margin-bottom:10px;
}

.three-column-one4 p img{
	float:left;
	margin-right:10px;
	margin-top:1px;
}

.three-column-one4 li{
	float:left;
	margin-bottom:10px;
	margin-top:10px;
	font-size:12px;
	font-family:'Montserrat', sans-serif;
	line-height:24px;
	text-align:justify;
}

.three-column-two4{
	width:290px;
	float:left;
	margin-right:3px;
	margin-bottom:19px;
    margin-top:0px;
    margin-left:20px;
}

.three-column-two4_2{
	width:227px;
	float:left;
	margin-right:10px;
	margin-bottom:1px;
    margin-top:40px;
}

.three-column-three4{
	width:330px;
	float:left;
	margin-bottom:30px;
}

.column-icon{
	opacity:1;
	filter:alpha(opacity=100);
	float:left;
	margin-right:15px;
	margin-top:7px;
}

three-align {
    text-align:left;
}

.three-columns5{
	width:1075px;	
	clear:both;
	margin-bottom: 15px;
}

.hover-three-columns-icons5{
	opacity:0;
	filter:alpha(opacity=0);
	position:absolute;
	margin-top:4px;
	margin-left:13px;
	background-color: rgba(0, 0, 0, 0.7);
	width:150px;
	height:119px;
}

.three-columns5 h3{
	font-size:18px;
	color:#000000;
	letter-spacing:1px;
	padding-left:15px;
	padding-bottom:2px;
	margin-top: 10px;
	margin-bottom: 4px;
	font-weight:300;
	font-family: 'Montserrat', sans-serif;
	text-align:left;
}

.three-columns5 p{
	color:#000000 !important;
	padding-left:15px;
	text-align:justify;
	margin-top:10px;
	margin-right: 15px;
}

.column-image5{
	margin-bottom:5px;
	margin-left:5px;
	margin-top:10px;
}

.column-image5_4{
	margin-bottom:4px;
	margin-left:10px;
	margin-top:15px;
}

.column-image5_5{
	margin-bottom:10px;
	margin-left:10px;
	margin-top:6px;
}

.column-image5_6{
	margin-bottom:25px;
	margin-left:60px;
	margin-top:265px;
}

.three-column-one5{
	width:430px;
	float:left;
	margin-right:8px;
	margin-bottom:0px;
	background-image:url(../images/background/fondo05.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	height: 276px;
	margin-left: 20px;
}

.three-column-one5 p img{
	float:left;
	margin-right:10px;
	margin-top:1px;
}

.three-column-one5 li{
	float:left;
	margin-bottom:10px;
	margin-top:10px;
	font-size:12px;
	font-family:'Montserrat',sans-serif;
	line-height:24px;
	text-align:justify;
}

.three-column-two5{
	width:0px;
	float:left;
	margin-right:4px;
	margin-bottom:0px;
    background-image:url(../images/bar.png);
	background-repeat: repeat-x;
}

.three-column-two5_2{
	width:227px;
	float:left;
	margin-right:10px;
	margin-bottom:1px;
    margin-top:40px;
}

.three-column-three5{
	width:502px;
	float:left;
	margin-bottom:1px;
	background-image:url(../images/background/fondo05.jpg);
	background-repeat: repeat;
	margin-bottom:0px;
}

.column-icon{
	opacity:1;
	filter:alpha(opacity=100);
	float:left;
	margin-right:15px;
	margin-top:7px;
}

three-align {
    text-align:left;
}

.homeServicesHeader   {
display:block;
font-family: "Montserrat",sans-serif;
letter-spacing: -1px;
word-spacing: -0.06em;
font-weight: normal;
padding: 8px 8px 8px 15px;
font-size: 21px;
color: #fff;
margin: 0 5px 18px 0;
box-shadow: 3px 3px 1px #c4c4c4;
-moz-box-shadow: 3px 3px 1px #c4c4c4;
-webkit-box-shadow: 3px 3px 1px #c4c4c4;

}
.homeServicesHeader {background: #799531;}

.homeNewsHeader {
background: #e26a3b;
display:block;
font-family: "Montserrat",sans-serif;
letter-spacing: -1px;
word-spacing: -0.06em;
font-weight: normal;
padding: 2px 2px 8px 6px;
font-size: 21px;
color: #fff;
margin: 0 0px 0px 0;
box-shadow: 3px 3px 1px #c4c4c4;
-moz-box-shadow: 3px 3px 1px #c4c4c4;
-webkit-box-shadow: 3px 3px 1px #c4c4c4;
width: 10px;
}

.bx-window {
	height:120px !important;	
}


#slider1{
	width:320px;
	margin-top:0px;
	margin-left:-15px;
}

#slider1 p{
	line-height: 10px !important;
}

.four-columns{
	width:1075px;	
}

.hover-four-columns-icons{
	opacity:0;
	filter:alpha(opacity=00);
	position:absolute;
	margin-top:2px;
	margin-left:3px;
	background-color: rgba(0, 0, 0, 0.7);
	width:149px;
	height:163px;
}

.four-columns p{
	color:#171B1F;
}

.four-column-one{
	width:220px;
	margin-right:30px;
	margin-bottom:5px;
	float:left;
	margin-left: 50px;
}

.four-column-two{
	width:220px;
	margin-right:30px;
	margin-bottom:5px;
	float:left;
}

.four-column-three{
	width:220px;
	margin-right:30px;
	margin-bottom:5px;
	float:left;
}

.four-column-four{
	width:220px;
	float:left;
	margin-bottom:5px;
}

.four-columns2{
	width:1075px;
  margin-left:70px;
}

.hover-four-columns-icons2{
	opacity:0;
	filter:alpha(opacity=00);
	position:absolute;
	margin-top:3px;
	margin-left:3px;
	background-color: rgba(0, 0, 0, 0.7);
	width:110px;
	height:111px;
}

.four-columns2 p{
	color:#171B1F;
}

.four-column-one2{
	width:227px;
	margin-right:30px;
	margin-bottom:10px;
     margin-top:10px;
	float:left;
}

.four-column-two2{
	width:227px;
	margin-right:30px;
	margin-bottom:10px;
    margin-top:10px;	
	float:left;
}

.four-column-three2{
	width:227px;
	margin-right:30px;
	margin-bottom:10px;
    margin-top:10px;
	float:left;
}

.four-column-four2{
	width:227px;
	float:left;
	margin-bottom:10px;
    margin-top:10px;
}

.four-columns3{
	width:960px;
  margin-left:10px;
  margin-top: 0px;
}

.hover-four-columns-icons3{
	opacity:0;
	filter:alpha(opacity=00);
	position:absolute;
	margin-top:3px;
	margin-left:3px;
	background-color: rgba(0, 0, 0, 0.7);
	width:110px;
	height:111px;
}

.four-columns3 p{
	color:#171B1F;
}

.four-column-one3{
	width:217px;
	margin-right:5px;
	margin-bottom:10px;
	margin-left: 1px;
    margin-top:10px;
	float:left;
}

.four-column-two3{
	width:267px;
	margin-right:0px;
	margin-bottom:10px;
    margin-top:10px;	
	float:left;
}

.four-column-three3{
	width:190px;
	margin-right:0px;
	margin-bottom:10px;
    margin-top:10px;
	float:left;
}

.four-column-four3{
	width:247px;
	float:left;
	margin-bottom:10px;
    margin-top:10px;
}

.five-columns{
	width:1075px;
	margin-left:30px;
}

.hover-five-columns-icons{
	opacity:0;
	filter:alpha(opacity=00);
	position:absolute;
	margin-top:3px;
	margin-left:13px;
	background-color: rgba(0, 0, 0, 0.7);
	width:120px;
	height:90px;
}

.five-columns h3{
	font-size:16px;
	color:#171B1F;
	letter-spacing:1px;
	padding-left:15px;
	padding-bottom:1px;
	font-weight:100;
	font-family: 'Montserrat',  sans-serif;
}

.five-columns h3 img{
	float:left;
	margin-right:10px;
	margin-top:2px;
}

.five-columns p{
	color:#171B1F;
	margin-left:15px;
	padding-right: 15px;
	text-align: justify;
}

.five-column-one{
	float:left;
	width:147px;
	margin-right:35px;
	margin-bottom:10px;
	margin-left:90px !important;
}

.five-column-two{
	float:left;
	width:147px;
	margin-right:35px;
	margin-bottom:30px;
}

.five-column-three{
	float:left;
	width:147px;
	margin-right:35px;
	margin-bottom:30px;
}

.five-column-four{
	float:left;
	width:147px;
	margin-right:35px;
	margin-bottom:30px;
}

.five-column-five{
	float:left;
	width:147px;
	margin-bottom:10px;
}

.featured-projects{
	width:980px;
	padding-bottom:25px; 
	margin-top:15px;
}

.featured-projects h3{
		font-size:16px;
	color:#4C5B0F;
	letter-spacing:1px;
	padding-left:40px;
	padding-bottom:1px;
	font-weight:100;
    font-family: 'Montserrat', sans-serif;
		text-align:center;
}

.featured-projects p{
	text-align:justify;
	color:#171B1F;
	font-weight:300;
    font-family:'Montserrat',sans-serif;
	font-size:14px;
}

.thumbnail-slider-text{
	float:left;	
	width:240px;
	margin-right:25px;
}

.thumbnail-slider-wrapper{
	float:left;
}

#thumbnail-slider{
	width:700px;
}

.demo-wrap{
	float:left;
}
		
.project{
	float:left;
}

.project:first-child{
	margin-right:23px;
}

.project:last-child{
	margin-left:23px;
}
		
.project img{
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 68%, rgba(242,242,242,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(68%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 68%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 68%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 68%,rgba(242,242,242,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 68%,rgba(242,242,242,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:60px;
	border-radius:5px;
	border-style:solid;
	border-width:0px;
	border-color:#cacaca;
    z-index:90;
}
		
.project strong{
	position:absolute;
	margin-left:10px;
	margin-top:175px;
	text-align:center;
	width:195px;
	line-height:24px;
	color:#171B1F;
	font-weight:300;
    font-family:'Montserrat',sans-serif;
	font-size:14px;
}

.footer-960{
	/*background-color: #F4F4F4;*/
	width:1075px;
	margin:auto;
	margin-top:30px;
	height: 140px;
	
}

.footer-deco{
	position:relative;
	background-color:#FFFFFF;
	height:10px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#cacaca;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#cacaca;
	z-index:-4;
	-webkit-box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.2);
	margin-bottom:-10px; /*Correctional Value. Z-Index would require a new set of classes in the footer */
}

.footer-bottom{
	width:1075px;
	margin:auto;
	position:relative;
	margin-bottom:0px;
}

.footer-bottom-deco{
	background-image:url(../images/background/1020_bg_footer.png);
	background-repeat:no-repeat;
	width:1075px;
	margin:auto;
	height:1px;	
	left:0px;
	margin-top:0px;
	position:absolute;
}

.footer-big{
	position:relative;
	z-index:99;	
	padding-bottom:0px;
	margin-top: 10px;
	margin-bottom: 10px;
	width:100%;
	margin:auto;
	/* background: url("../images/background/footer-bg.jpg") no-repeat center center; */
	background-color: #000000;
	/* background-image: url("../images/footer-bg-pettern.png"); */
    background-size: cover;
	padding: 80px 0 60px 0;
}

.footer-image{
	position:relative;
	z-index:99;	
	padding-bottom:0px;
	margin-top: 10px;
	margin-bottom: 10px;
	width:100%;
	margin:auto;
	background: url("../images/background/image_full-gray.jpg") no-repeat center center;
    background-size: cover;
	padding: 80px 0 80px 0;
}

.footer-image2{
	position:relative;
	z-index:99;	
	padding-bottom:0px;
	margin-top: 10px;
	margin-bottom: 10px;
	width:100%;
	margin:auto;
	background: url("../images/background/footer-bg3.jpg") no-repeat center center;
    background-size: cover;
	padding: 80px 0 80px 0;
}

.footer-textp {
	color: #ffffff !important;
	font-family:'Montserrat',sans-serif;
	font-weight: 400;
	font-size:16px;
	line-height: 2em !important;
	margin: 0 0 10px 0;
}

.footer-titlep {
	font-size: 32px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 10px;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    border-left: 4px solid #81AA2A;
	color: #ffffff !important;
}

.footer-subtitlep {
	font-size: 24px;
    margin: 18px 0 20px 0;
    padding: 2px 0 10px 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
   /* border-bottom: 4px solid #81AA2A;*/
	color: #ffffff !important;
}


.social-links a {
	
    font-size: 22px;
    display: inline-block;
    /*background: #fff;*/
    color: #ffffff;
    line-height: 1;
    border: 4px #ffffff solid; 
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
	margin: 18px 10px 20px 0;
}

.footer-bottomp {
	padding: 2px 0 2px 0;
	color: #ffffff !important;
	font-family:'Montserrat',sans-serif;
	font-weight: 300;
	font-size:13px;
	width: 100%;
	border-top: 0px #363636 solid;
	background: #1D1D1D;
	
}



.footer-columns{
	padding-left:5px;
	padding-top: 20px;
	
}

.footer-title{
	padding-top:30px;
	color:#424242!important;
	text-shadow:none!important;
	font-size:18px;	
	font-family: 'Montserrat', sans-serif;	
	letter-spacing:0.9px;
}

.blog-footer-recent-item{
	width:290px;
}

.blog-footer-recent-item img{
	border-style:none;
	border-width:0px;
	border-color:#cacaca;
	float:left;
	margin-bottom:4px;
	margin-left:0px;
    margin-right:2px;
}

.blog-footer-recent-item img:hover{
	border-style:none;
	border-width:0px;
	border-color:#e34e47;
}

.blog-footer-recent-item strong{
	float:left;
	width:390px;
	padding-bottom:5px;
	padding-left:0px;
	letter-spacing:0.8px;	
	line-height:24px;
	font: 16px/18px 'Montserrat', sans-serif;
    color: #000000 !important ;  
    font-weight: 300;
}

.blog-footer-recent-item {
	float:left;
	width:330px;
	padding-left:0px;
	padding-bottom:0px;
	padding-top:10px;
	font: 13px/18px 'Montserrat', sans-serif;
    color: #ffffff !important ;  
    font-weight: 400;
}

.blog-one-buttons{
	width:255px;
	float:left;
	margin-left:140px;
	margin-top:-30px;
}

.blog-one-buttons a:first-child{
	margin-right:20px;
}

.blog-one-buttons p{
	float:left;
	padding-top:5px;
	margin-right:20px;
	font-family:'Montserrat', sans-serif;
	font-style:italic;
	font-size:14px;
	color:#171B1F;
}


.link-items {
	/*margin-left:2px;*/
}

.link {
	color:#969696;
	text-decoration:none;
	cursor:pointer;
}
.link:hover {
	text-decoration:underline;
}

p.tweet_link_0{
	margin-top:-2px; 
	color:#171B1F;
	font-size:12px;
}

p.tweet_link_1{
	color:#171B1F;
	font-size:12px;
}

p.tweet_link_2{
	color:#171B1F;
	font-size:12px;
}

p.tweet_link_3{
	color:#171B1F;
	font-size:12px;
}

small {
	font-style:italic; 
	display:none; 
}

#tweets {
	float:left;
}

#tweet_link_0{
	color:#86b901;
}

#tweets li {
	list-style:none;
	padding-bottom:15px;
	margin-bottom:15px;
	color:#000000;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#cacaca;
}

#tweets li.tweet_content_0 {
	border-top:0px none;
}
#tweets li:last-child{
	border-bottom:0px none;	
}

#tweets .hash { color:#86b901; } 
#tweets .reply { color:#FFF; } 

.flickr{
	margin-left:0px;
}

.flickr h3{
	letter-spacing:1px;
	padding-left:25px;
	padding-bottom:1px;
	text-align:center;
	font-size:16px;
	line-height:24px;
	color:#171B1F;
	font-weight:300;
    font-family:'Montserrat',sans-serif;
}

.flickr_badge_image a img{
	width:55px;
	height:55px;
	border-style:solid;
	border-width:3px;
	border-color:#cacaca;
}

.flickr_badge_image a img:hover{
	width:55px;
	height:55px;
	border-style:solid;
	border-width:3px;
	border-color:#e34e47;
}

.flickr_badge_image{
	width:55px;
	height:55px;
	padding-right:15px;
	padding-bottom:15px;
	float:left;
}

.copyright-information{
	margin-top:-30px;
	
}

.copyright-left{
	color:#000000!important;
	padding-top:3px;
	font-size:10px;
	position:absolute;
	text-align:right;
	margin-top:-15px;
	padding-bottom:10px;
}

.copyright-right{
	margin-top:-12px;
	font-size:10px;
	float:right;
	padding-bottom:10px;
}

.copyright-right a{
	color:#000000!important;
	padding-left:10px;
}

#filtrable-items-container{
	margin-bottom:9px; 
}

img.filtrable-image{
	background: rgb(255,255,255); 
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 68%, rgba(242,242,242,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(68%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 68%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 68%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 68%,rgba(242,242,242,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 68%,rgba(242,242,242,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:40px;
	border-radius:5px;
	border-style:solid;
	border-width:1px;
	border-color:#cacaca;
    z-index:90;
	z-index:-100;
	margin-right:15px;
	margin-left:5px;
	margin-bottom:21px;
}


.filtrable-titles-right{
	margin-top:-10px;
	font-size:12px;
	color:#343434!important;
}

p.filtrable-title{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:100;
	z-index:100;
	width:300px;
	margin-top:220px;
	position:absolute;
	text-align:center;
	opacity:1;
	color:#424242;
}

a.filtrable-title{
	color:#343434;	
}

#container {
	margin:auto;
	display: block;
	width: 960px; 
	overflow: hidden;
}

.title {
	font-size: 12px;
	font-weight: bold;
	color: #161616;	
	display: block;
}

ul {
	margin: 0;
	text-align: left;
}

.filtrable-titles{
	margin-top:-5px; 
	margin-bottom:30px;
}

ul.filtrable-titles li {
	margin-bottom:10px;
	float:right;
	margin-top:-23px;
	list-style-type: none;
	display: inline-block;
	font-size:12px;
	padding: 2px 15px;
}

ul.filtrable-items li {
	list-style-type: none;
	display: block;
	float: left;
	margin: .5em;
}
	
ul.item li img {

	}
#filtrable-items-container {
	margin-left:-10px;
	width: 990px; 
	height: 100%; 
	overflow:hidden;
}

.page {
	cursor: pointer;
}

.portfolio-one-item{
	display:block;
	overflow:hidden;
	margin-bottom:35px;
	margin-top:20px;
}

.portfolio-one-item img{
	float:left;
	padding-bottom:2px;
	margin-left:15px;
	margin-right: 20px;
}

.portfolio-one-item iframe{
	float:left;
}

.portfolio-one-title{
	width:490px;
	float:left;
	padding-left:30px;
	margin-top:1px;
	margin-bottom:1px;
}

.portfolio-one-release{
	float:left;
	margin-left:30px;
	margin-bottom:0px;
	list-style:none;
	background-image:url(../images/lists/calendar.png);
	background-repeat:no-repeat;
	padding-left:30px;
	width:320px;
}

.portfolio-one-benefactor{
	float:left;
	margin-left:30px;
	margin-top:0px;
	margin-bottom:10px;
	list-style:none;
	background-image:url(../images/lists/user.png);
	background-repeat:no-repeat;
	padding-left:30px;
	width:320px;
}

.portfolio-one-address{
	float:left;
	margin-left:30px;
	margin-bottom:20px;
	list-style:none;
	background-image:url(../images/lists/address.png);
	background-repeat:no-repeat;
	padding-left:30px;
	width:320px;
}

.portfolio-one-description{
	float:left;
	width:540px;	
	padding-left:30px;
	color:#171B1F;
	margin-top:4px;
	text-align:justify;
}

.portfolio-one-hover-icons{
	overflow:hidden;
	filter:alpha(opacity=00);
	opacity:0;
	margin-top:223px;
	margin-left:3px;
	position:absolute;
	background-color:rgba(255,255,255,0.8);
	width:560px;
	height:50px;	
}

.portfolio-one-buttons{
	width:245px;
	float:left;
	margin-left:80px;
	margin-top:30px;
}

.portfolio-one-buttons a:first-child{
	margin-right:20px;
}

.portfolio-one-buttons p{
	float:left;
	padding-top:5px;
	margin-right:20px;
	font-family:'Montserrat', sans-serif;
	font-style:italic;
	font-size:14px;
	color:#171B1F;
}

.portfolio-two{
	width:1000px;
}

.portfolio-two-item{
	width:465px;
	float:left;
	padding-right:32px;
	padding-bottom:10px;
	margin-top:20px;
}

.portfolio-two-item img{
	margin-bottom:10px;
}

.portfolio-two-item iframe{
	margin-bottom:10px;
}

.portfolio-two-title{
	padding-bottom:10px!important;
}

.portfolio-two-description{
	color:#171B1F;
	margin-top:-5px; 
}

.portfolio-two-hover-icons{
	overflow:hidden;
	opacity:0;
	filter:alpha(opacity=00);
	margin-top:3px;
	margin-left:3px;
	position:absolute;
	background-color:rgba(255,255,255,0.8);
	width:458px;
	height:200px;	
}

.portfolio-two-buttons{
	float:left;
	margin-left:115px;
	margin-top:20px;
}

.portfolio-two-buttons a:first-child{
	float:left;
	margin-right:20px;
}

.portfolio-two-buttons p{
	float:left;
	padding-top:5px;
	margin-right:20px;
	font-family:'Montserrat', sans-serif;
	font-style:italic;
	font-size:14px;
	color:#171B1F;
}

.portfolio-three{
	width:1000px;
}

.portfolio-three-item{
	width:298px;
	float:left;
	padding-right:30px;
	padding-bottom:10px;
	margin-top:20px;
}

.portfolio-three-item img{
	margin-bottom:10px;
}

.portfolio-three-title{
	padding-bottom:10px!important;
}

.portfolio-three-description{
	color:#171B1F;
	margin-bottom:-5px; 
}

.portfolio-three-hover-icons{
	overflow:hidden;
	opacity:0;
	filter:alpha(opacity=00);
	margin-top:3px;
	margin-left:3px;
	position:absolute;
	background-color:rgba(255,255,255,0.8);
	width:292px;
	height:186px;	
}

.portfolio-three-buttons{
	float:left;
	margin-left:25px;
	margin-top:20px;
}

.portfolio-three-buttons a:first-child{
	float:left;
	margin-right:20px;
}

.portfolio-three-buttons p{
	float:left;
	padding-top:5px;
	margin-right:20px;
	font-family:'Montserrat', sans-serif;
	font-style:italic;
	font-size:14px;
	color:#171B1F;
}

.blog{
	margin-right:20px;
	float:left;
	width:675px;
	margin-left: 40px;
}

.blog-post{
	display:block;
	margin-bottom:30px;
}

.blog-post-title{
	padding-bottom:20px!important;
	font-weight:600;
	width:590px;
	float:left;
}

.blog-post-title-socials{
	float:left;
	padding-top:5px;
}

.blog-post-title-socials img{
	padding-left:10px;
	opacity:0.8;
	filter:alpha(opacity=80);
}

.blog-post-image{
	margin-bottom:20px;
}

.blog-post-text{
	margin-top: 0px;
	padding-top:0px;
	color:#171B1F;
}


.blog-table{
	margin-bottom:0px;
	margin-top:10px;	
}

.blog-post-text-entry{
	padding-bottom:10px;
	padding-top:20px;
	color:#171B1F;
}

ul.blog-post-details{
	width:650px;
	display:block;
}

li.posted-by{
	background-image:url(../images/lists/user.png);	
	background-position-y:-1px;
	background-repeat:no-repeat;
	list-style:none;
	padding-left:25px;
	padding-right:30px;
	float:left;
}

li.posted-at{
	background-image:url(../images/lists/calendar.png);
	background-repeat:no-repeat;
	background-position-y:-1px;
	list-style:none;
	padding-left:25px;
	padding-right:30px;
	float:left;
}

li.posted-in{
	background-image:url(../images/lists/address.png);
	background-repeat:no-repeat;
	background-position-y:-1px;
	list-style:none;
	padding-left:25px;
	padding-right:30px;
	float:left;
}

li.posted-co{
	background-image:url(../images/lists/comments.png);
	background-repeat:no-repeat;
	background-position-y:1px;
	list-style:none;
	padding-left:25px;
	padding-right:30px;
	float:left;
}

li.posted-mo{
	/*background-image:url(../images/lists/more.png);
	background-repeat:no-repeat;
	background-position-y:0px;*/
	list-style:none;
	padding-right:30px;
	float:right;
	margin-top: -5px;
}
.hover-blog-background-expand{
	background-color:rgba(255,255,255,0.2);
	position:absolute;
	height:0px;
	width:50px;
	z-index:0;
}

.blog-hover-control{
	position:relative;	
}

.hover-blog-effects{
	margin-left:613px;
	position:absolute;
	right:12px;
	width:50px;
	top:70px;
	height:221px;
}

.blog-post-zoom-hover{
	position:absolute;
	z-index:9;
}

.blog-link-hover{
	color:#cacaca!important;
}

.blog-link-hover:hover{
	color:#ffffff!important;
}

.blog-link{
	color:#171B1F!important;
}

.blog-link:hover{
	color:#000000!important;
}

.blog-comment-details{
	margin-bottom:10px;
	padding-bottom:5px;
	display:block;
	width:550px;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#cacaca;
}

.blog-comment-image{
	width:56px;
	float:left;
	margin-right:20px;
}

.blog-comment-text{
	background-color:rgba(255, 255, 255, 0.7);
	border-style:solid;
	border-width:1px;
	border-color:#cacaca;
	float:left;
	width:550px;
	padding:15px;
	font-size:12px;
	color:#171B1F;
	margin-bottom:30px;
}

.blog-sidebar{
	float:left;
	width:280px;
	margin-left: 60px;
}

.ads{
	width:268px;
	margin-bottom:30px;
}

.ad{
	margin-left:4px;
	margin-bottom:4px;
}

.sidebar-recents{
	margin-bottom:10px; 
}

#popular{margin-right:19px; margin-bottom:30px;}
#recent{ margin-right:19px;	margin-bottom:30px;}
#comments{margin-right:0px; margin-bottom:30px;}

#popular-box{
	width:360px;
	padding-bottom:10px;
	padding-top: 50px;
}

#popular-box a{
	color:#171B1F!important;
}

#recent-box{
	width:260px;
	display:none;
	padding-bottom:10px; 
}

#recent-box a{
	color:#171B1F!important;
}

.sidebar-item-box{
	padding-bottom:25px;
}

#comments-box a{
	color:#171B1F!important;
}

.blog-sidebar-list{
	padding-bottom:20px;
}

.sidebar-item-box img{
	margin-right:30px;
	float:left;
}

.sidebar-item-title{
	padding-top:3px;
	font-size:14px;
	width:260px;
}

.sidebar-item-date{
	font-size:12px;
	font-style:italic;
	width:260px;
}

#comments-box{
	width:260px;
	display:none;
	padding-bottom:10px; 
}

.sidebar-list{
	font-size:14px!important;
	color:#171B1F;
	font-family: 'Montserrat', sans-serif!important;
	background-image:url(../images/lists/list-arrow.png);
	background-position-y:2px;
	background-repeat:no-repeat;
	list-style:none;
	margin-bottom:15px;
	padding-left:30px;
}

.tag-cloud{
	width:285px;
	margin-bottom:30px;
}
	
.tag{
	display:inline-block;
	margin-bottom:5px;
	margin-right:5px;
	/*background-image:url(../images/blog/tags/tag-front.png);
	background-repeat:no-repeat;*/
	padding-left:5px;
	padding-top:8px;
	padding-bottom:8px;
	font-size: 11px; font-family: 'Montserrat', sans-serif;  color: #949494;
	border: 1px solid #e3e3e3;  border-radius: 4px;
	-webkit-border-radius: 4px;  -moz-border-radius: 4px;
	-o-border-radius: 4px;  
}
		
.tag span{
	margin-left:0px;
	padding-right:5px;
	/*background-image:url(../images/blog/tags/tag-ending.png);
	background-repeat:no-repeat;*/
	background-position:right;
	padding-top:12px;
	padding-bottom:8px;
}
		
.tag span span{
	padding-top:8px;
	padding-bottom:8px;
	margin-left:10px;
	padding-left:10px;
	padding-right:15px;
	font-size:12px;
	/*background-image:url(../images/blog/tags/tag-body.png);
	background-position:right;	*/
	/*background-repeat:repeat-x;*/
	color:#996633;
	font-family:'Montserrat', sans-serif;
	
}


.post-date {
  width: 45px;
  height: 36px;
  margin-right: 12px;
  margin-bottom: 12px;
  padding-top: 9px;
  background: #7da817;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  text-align: center;
  float: left;
  margin-top: 10px;
}

.post-date span {
  display: block;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}


.404-image{

}

.fourofour-text{
	position:absolute;
	color:#FFFFFF!important;
	z-index:999999;
	margin-top:270px;
	margin-left:330px;
	width:300px;
	font-family:'Montserrat', sans-serif;
	text-align:center;
}

.contact-wrapper{
	width:1075px;
	margin-top:-30px;
}

.contact-wrapper h3{
	font-size:22px;
	color:#666666;
	letter-spacing:2px;
	padding-left:20px;
	padding-bottom:0px;
	font-weight:normal;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	margin-bottom: 0px;
	margin-top: 30px;
	margin-left: 10px;
}
	
#contactForm{
	width:540px;
	float:left;
	border-style:none;
	padding-top:5px;
}

.text-input{
	background-image:url(../images/contact-comment/user-comment-field.png);	
	background-color:transparent;
	font-family:'Montserrat', sans-serif;
	font-size:14px;
}

.text-input-big{
	background-image:url(../images/contact-comment/user-message-field.png);
	background-color:transparent;
	font-family:'Montserrat', sans-serif;
		font-size:14px;
}

#contactName{
	margin-top:4px;
	padding-left:10px;
	padding-right:10px;
	min-height:32px;
	max-height:32px;
	min-width:392px;
	max-width:392px;	
	line-height:20px;  /*Internet Explorer 8 Bug Fix For Line Height */
}
#contactEmail{
	margin-top:4px;
	padding-left:10px;
	padding-right:10px;
	min-height:32px;
	max-height:32px;
	min-width:392px;
	max-width:392px;
	line-height:20px; /*Internet Explorer 8 Bug Fix For Line Height */
}
#contactMessage{
	font-family:'Montserrat', sans-serif;
	margin-top:4px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	overflow:hidden;
	min-height:124px;
	max-height:124px;
	min-width:392px;
	max-width:392px;
	font-size:13px;
		font-size:14px;
}

p.location-title{
	padding-bottom:15px;
	font-size:14px;
	float:right;
}

#name_label{
	font-size:14px;
	color:#171B1F;	
	letter-spacing:1.8px!important;
	padding-left:5px;
	padding-bottom:1px;
	font-weight:300;
	font-family:'Montserrat', sans-serif;
}

#message_label{
    font-size:14px;
	color:#171B1F;
	padding-left:5px;
	padding-bottom:1px;
	font-weight:100;
	font-family: 'Montserrat', sans-serif;
	letter-spacing:1.8px!important;
	display:block;
	margin-top:20px;
}

#email_label{
    font-size:14px;
	color:#171B1F;
	letter-spacing:1.8px!important;
	padding-left:5px;
	padding-bottom:1px;
	font-weight:100;
	font-family: 'Montserrat', sans-serif;
	display:block;
	margin-top:20px;
}


#nameError{
	font-family:'Montserrat', sans-serif;
	color:#FF7F7F;
	font-size:14px;
	position:absolute;
	margin-top:-370px;
	width:410px;
	text-align:left;
	padding-left:200px;

}
#emailError{
	font-family:'Montserrat', sans-serif;
	color:#FF7F7F;
	font-size:14px;
	position:absolute;
	margin-top:-280px;
	width:410px;
	text-align:left;
	padding-left:200px;
}

#emailError2{
	font-family:'Montserrat', sans-serif;
	color:#FF7F7F;
	font-size:14px;
	position:absolute;
	margin-top:-280px;
	width:410px;
	text-align:left;
	padding-left:200px;
}

#messageError{
	font-family:'Montserrat', sans-serif;
	color:#FF7F7F;
	font-size:14px;
	position:absolute;
	width:410px;
	text-align:left;
	margin-top:-190px;
	padding-left:200px;
}
.contactButton{
	margin-top:5px;
	margin-bottom:30px;
	width:110px;
	text-align:center;
}

.contactButton2{
	margin-top:10px;
	margin-left:10px;
	margin-bottom:30px;
	padding-bottom:3px!important;
	padding-top:4px!important;
}

.contact-maps{
	float:left;
	margin-left:10px;
	margin-bottom:30px;
	margin-top:50px;
 	width:250px;
}

.contact-maps h3{
    font-size:16px;
	color:#171B1F;	
	letter-spacing:1.8px!important;
	padding-left:0px;
	padding-bottom:10px;
	font-weight:300;
	font-family:'Montserrat', sans-serif;
	margin-left:80px;
	margin-top: 100px;
}

.contact-maps p {
	text-decoration:none;
  	font-weight:300;
	font-family:'Montserrat', sans-serif;
	font-size:14px;
	color:#171B1F;
    margin-right: 10px;		
    margin-bottom: 10px;		
}

.contact-icon{
	position:absolute;
	margin-top:-4px;
}

.icon-text{
	padding-left:50px;
	font-size:20px;
	font-weight:100;
	font-family: 'Montserrat', sans-serif;
	color:#171B1F!important;
}


#userName{
	background-image:url(../images/contact-comment/blog/user-comment-field.png);
	background-repeat:no-repeat;
	display:block;
	margin-top:10px;
	padding-top:7px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	width:393px;
	height:30px;
}

#userMail{
	background-image:url(../images/contact-comment/blog/user-comment-field.png);
	background-repeat:no-repeat;
	display:block;
	margin-top:10px;
	padding-top:7px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	width:393px;
	height:30px;
}

#userMessage{
	background-image:url(../images/contact-comment/blog/user-message-field.png);
	background-repeat:no-repeat;
	display:block;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:30px;
	max-width:393px;
	min-width:393px;
	max-height:128px;
	min-height:128px;
	font-family:'Montserrat', sans-serif;
}

#commentButton{
	position:absolute;
	margin-left:440px;
	margin-top:-65px;
}

.blog-post-comment-note{
	margin-left:440px;
	position:absolute;
	width:225px;
}

.blog-post-comment-note ol{
	margin-top:-8px;
	background-color:#FFFFFF;
	border-radius:2px;
	border-color:#cacaca;
	border-style:solid;
	border-width:1px;
	padding:10px;
	margin-bottom:20px;
}

.blog-post-comment-note ol li{
	line-height:24px;
	margin-left:20px;
}

.comment-note-title{
	color:#171B1F;
}


#sidecursos {
 /* background: #fafafa url('../images/cursos/sidecursos2.jpg') no-repeat;*/
 background-color: #fafafa; 
  /*border: solid 1px #e6e6e6;*/
  margin-bottom: 20px;
  width: 100%;
  margin-top: 0px;
  padding: 0 0 32px 0;
  margin-left:10px;
	margin-right: 10px;
}

#sidecursos2 {
  background-color: #FDFCE3;
  border: solid 1px #e6e6e6;
  margin-bottom: 20px;
  width: 176px;
  margin-top: 0px;
  padding: 0 0 32px 0;
  margin-left:50px;
}

#infocursos {
  background: url('../images/cursos/infocursos.gif') repeat-x bottom center;
  margin: 0 auto;
  width: 156px;
  padding-bottom:15px;
}

#infocursos2 {
  background: url('../images/cursos/infocursos3.gif') repeat-x bottom center;
  margin: 0 auto;
  width: 156px;
  padding-bottom:15px;
}


#infocursos > div {
  padding: 0px 0 0em 0.5em;
}

.data {
    font-weight:300;
	font-family:'Montserrat', sans-serif;
	font-size:18px;
	color:#171B1F;
  padding-top: 1.5em;
text-align: center;	

}

.data span {
  display: block;
}

.data span.description {
  font-size: 18px;
  font-weight: bold;
  line-height:15px;
  
}

.data span.value {
  font-size: 16px;
  margin-top: 0.5em;
}

#downcursos {
  margin: 0 auto;
  padding-top: 1em;
  width: 162px;
}

#downcursos span.title {
  color: #002450;
  display: block;
  font-family:'Montserrat', sans-serif;
  font-size:14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}

#downcursos span.download {
  display: block;
  font-size: 12px;
  line-height: 1.6em;
  padding-top: 1.4em;
  text-align: left;
  font-family:'Montserrat', sans-serif;
  font-weight: 300;
}

#downcursos span.download img {
  float: left;
  padding-right: 1em;
}

input[type=text],textarea{
	border:solid #CCCCCC 1px;
	width:260px;
	-webkit-border-radius: 10px;
	float:left;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:3px;
	margin-top:3px;
}
#code{
	width:190px;
}
#wrap{
	border:solid #CCCCCC 1px;
	width:203px;
	-webkit-border-radius: 10px;
	float:left;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:3px;
	margin-top:3px;
	margin-left:80px;
}

.errorName{ color:#CC0000; font-size:14px; margin-left:-110px; margin-top:-25px; font-style:italic; width:150px;}

.errorPat{ color:#CC0000; font-size:14px; margin-left:160px; margin-top:-55px; font-style:italic; width:150px;}

.errorMat{ color:#CC0000; font-size:14px; margin-left:-110px; margin-top:-25px; font-style:italic; width:150px;}

.errorDir{ color:#CC0000; font-size:14px; margin-left:160px; margin-top:-55px; font-style:italic; width:150px;}

.errorTel{ color:#CC0000; font-size:14px; margin-left:-110px; margin-top:-25px; font-style:italic; width:150px;}

.errorEmail{ color:#CC0000; font-size:14px; margin-left:160px; margin-top:-55px; font-style:italic; width:150px;}
.errorEmail2{ color:#CC0000; font-size:14px; margin-left:130px; margin-top:-55px; font-style:italic; width:200px;}

.errorCity{ color:#CC0000; font-size:14px; margin-left:-110px; margin-top:-25px; font-style:italic; width:150px;}

.errorCountry{ color:#CC0000; font-size:14px; margin-left:160px; margin-top:-55px; font-style:italic; width:150px;}

.errorCompany{ color:#CC0000; font-size:14px; margin-left:160px; margin-top:-55px; font-style:italic; width:150px;}

.errorProf{ color:#CC0000; font-size:14px; margin-left:160px; margin-top:-55px; font-style:italic; width:150px;}

.error{ color:#CC0000; font-size:14px; margin-left:50px; margin-top:-148px; font-style:italic; width:200px;}

.success{ color:#009900; font-size:12px; margin-top:-30px; font-style:italic; width:200px;}

img#refresh{
	float:left;
	margin-top:30px;
	margin-left:4px;
	cursor:pointer;
}

#name,#email{float:left;margin-bottom:3px; height:20px; border:#CCCCCC 1px solid;}

#message{ width:260px; height:100px;float:left;margin-bottom:3px; border:#CCCCCC 1px solid;}

label{ float:left; color:#666666; width:80px;}

#splash {
	margin-top: 2px;
	margin-left: 20px;
	margin-bottom: 0px;	
}

	#splash div {			
				bottom:0;
				margin:20px;
				padding:8px;
				position:absolute;
				z-index:10;
				margin-right: 60px;
				margin-left: 60px;
				margin-bottom: 10px;
				background: rgb(255, 255, 255);/* Fallback color - no alpha */
				background: rgba(255, 255, 255, 0.95);
		/* IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
		/* IE 5-7 */
		filter: alpha(opacity=85);
		/* Netscape */
		-moz-opacity: 0.85;
		/* Safari 1.x */
		-khtml-opacity: 0.85;
		/* Good browsers */
		opacity: 0.85;
	}
				
	#splash h2 {font-size:16px;margin-bottom:5px;}
	#splash strong {color:#fff;font-size:14px;text-shadow:none;
		font-family:'Montserrat', sans-serif;
		font-weight: 300;
	}
	#splash p {color:#000;font-size:11px;line-height:14px;margin:0!important;text-shadow:none;
		font-family:'Montserrat', sans-serif;
		font-weight: 300;
	}
	
	#accor2 {
	margin-top: 7px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 1px 2px 1px rgba(169,169,169,.3);
	box-shadow: 0 1px 2px 1px rgba(169,169,169,.3);
}

#accor2 div {			
			bottom:0;
			margin:20px;
			padding:8px;
			position:absolute;
			z-index:10;
			margin-right: 20px;
			margin-left: 180px;
			margin-bottom: 20px;
			background: rgb(255, 255, 255);/* Fallback color - no alpha */
			background: rgba(255, 255, 255, 0.95);
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	/* IE 5-7 */
	filter: alpha(opacity=85);
	/* Netscape */
	-moz-opacity: 0.85;
	/* Safari 1.x */
	-khtml-opacity: 0.85;
	/* Good browsers */
	opacity: 0.85;
}
			
#accor2 h2 {font-size:16px;margin-bottom:5px;}
#accor2 strong {color:#000;font-size:14px;text-shadow:none;
	font-family:'Montserrat', sans-serif;
	font-weight: 300;
}
#accor2 p {color:#000;font-size:11px;line-height:14px;margin:0!important;text-shadow:none;
	font-family:'Montserrat', sans-serif;
	font-weight: 300;
}

	.peKenBurns {
   		width: 1075px;
   		height: 350px;		
	}
	
	#wrapper{
		position:relative;      
        width:100%;
       /* height:450px;*/
        overflow:visible;
		padding-left: 0px;
    }
	
	
	#wrapperCursos{
		position:relative;      
        width:530px;
        
        overflow:visible;
		padding-left: 10px;
    }
	
	#wrapperTraining{
		position:relative;      
        width:500px;
        
        overflow:visible;
		padding-left: 0px;
    }
	
	#wrapperBanner{
		position:relative;      
        width:100%;
		height: 450px;
        overflow:visible;
		margin-top: 30px;
    }
	

/******* Flickr stream widget *******/
.widget.flickr-stream-w ul, .widget-content .tags {
	/*margin: 1px 0;*/
	overflow: hidden;
}
.flickr-stream-w ul li {
	position: relative;
	float: left;
	margin: 1px;
}
.flickr-stream-w ul li a{
	height:53px;
	display:block
}
.flickr-stream-w ul li img {
	width: 58px;
	height: 58px;
}
.flickr-stream-w .img-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 58px;
	height: 58px;
	opacity: 0;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.flickr-stream-w .img-overlay:before {
	display: block;
	color: #fff;
	content: "\f002";
	text-align: center;
	font-size: 25px;
	font-family: FontAwesome;
	line-height: 60px;
}
.flickr-stream-w ul li:hover .img-overlay {
	opacity: 1;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

/******* Footer Flickr **********/
.footer-top .flickr-stream-w ul li img, .footer-top .flickr-stream-w .img-overlay {
	width: 41px;
	height: 41px;
}
.footer-top .flickr-stream-w .img-overlay:before {
	font-size: 22px;
	line-height: 41px;
}
.footer-top .flickr{
	height:51px;
	display:block;
	overflow:hidden
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.imgholder {
	 display: block;
    margin-left: auto;
    margin-right: auto;
	
}


#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:40px;
    height:40px;
   /* background-color:transparent;*/
	 border:1px solid #9DC614;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:26px;
    -moz-border-radius:26px;
    border-radius:26px;
	z-index: 99 !important;

}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#9DC614;
}
#scroll:hover {
    background-color:transparent;
    color: #ffffff !important;		
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}


.wrapper-masonry {
    width: 96%;
    max-width: 1170px;
    margin: 0 auto;
}

.va-tittle {
	color: #333;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
}

#intro {
    width: 100%;
    min-height: 600px;
    padding: 60px;
	padding-top: 150px;
    background: url(../images/geosolutions_1.jpg) no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	 text-align: center;
	 box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
	/*background-position: top center;*/
}

#intro2 {
   width: 100%;
    min-height: 520px;
    padding: 20px;
	padding-top: 120px;
    background: url(../img/geoinv.jpg) no-repeat top center ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	 text-align: center;
	 box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
	/*background-position: top center;*/
}

#intro3 {
    width: 100%;
    min-height: 400px;
    padding: 0px;
	padding-top: 0px;
	background-color: #ffffff;
}

#intro4 {
   width: 100%;
    min-height: 520px;
    padding: 20px;
	padding-top: 120px;
    background: url(../img/gis_systems.jpg) no-repeat top center ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	 text-align: center;
	 box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
	/*background-position: top center;*/
}

#introgeom {
   width: 100%;
   min-height: 520px;
   padding: 20px;
	padding-top: 120px;
   background: url(../img/home/what_is_gis.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	 text-align: center;
	/* box-shadow: inset 0 0 0 1000px rgba(0,0,0,0);*/
	/*background-position: top center;*/
/*opacity: 0.14;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
background-color: transparent;  background-image: linear-gradient(260deg, var( --e-global-color-secondary ) 0%, var( --e-global-color-accent ) 100%);*/
background-image:
    linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.2) 90%),
    url('../img/home/what_is_gis.jpg');
/*padding: 100px 0 0 !important;*/
}

#introgeom2 {
    width: 100%;
    min-height: 560px;
    padding: 20px;
	padding-top: 120px;
    /*background: url(../images/background/mosiac-background.gif) no-repeat top left;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	 text-align: center;
	 max-width: 100%;
    height: auto;
	/* box-shadow: inset 0 0 0 1000px rgba(0,0,0,0);*/
	/*background-position: top center;*/
}


#introgeom3 {
    width: 100%;
    min-height: 360px;
    padding: 20px;
	padding-top: 100px;
    background: url(../images/software_gis.jpg) no-repeat top left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	 text-align: center;
	 max-width: 100%;
    height: auto;
	/* box-shadow: inset 0 0 0 1000px rgba(0,0,0,0);*/
	/*background-position: top center;*/
}

#introgeom4 {
    width: 100%;
    min-height: 460px;
    padding: 20px;
	padding-top: 100px;
    /*background: url(../images/geosolutions_2.jpg) no-repeat top left;*/
background-image:
    linear-gradient(330deg, rgba(0,0,0,0.5) 0%, rgba(51,0,191,0.4) 120%),
    url('../images/geosolutions_2.jpg');

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	 text-align: center;
	 max-width: 100%;
    height: auto;
	/* box-shadow: inset 0 0 0 1000px rgba(0,0,0,0);*/
	background-position: center center;

}

#introgeom5 {
   width: 100%;
   min-height: 400px;
   padding: 20px;
	padding-top: 100px;
   background: url(../img/home/geomaply_gis.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	 text-align: center;
	/* box-shadow: inset 0 0 0 1000px rgba(0,0,0,0);*/
	/*background-position: top center;*/
/*opacity: 0.14;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
background-color: transparent;  background-image: linear-gradient(260deg, var( --e-global-color-secondary ) 0%, var( --e-global-color-accent ) 100%);*/
background-image:
    linear-gradient(180deg, rgba(7,28,67,0.1) 0%, rgba(5,18,43,0.1) 0%),
    url('../img/home/geomaply_gis.jpg');
/*padding: 100px 0 0 !important;*/
}

#introgeom6 {
   width: 100%;
   min-height: 440px;
   padding: 20px;
	padding-top: 70px;
   background: url(../img/home/qgis_basico_agosto_2021.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	 text-align: center;
	/* box-shadow: inset 0 0 0 1000px rgba(0,0,0,0);*/
	/*background-position: top center;*/
/*opacity: 0.14;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
background-color: transparent;  background-image: linear-gradient(260deg, var( --e-global-color-secondary ) 0%, var( --e-global-color-accent ) 100%);*/
/*background-image:
    linear-gradient(180deg, rgba(7,28,67,0.1) 0%, rgba(5,18,43,0.1) 0%),
    url('../img/home/geomaply_gis.jpg');*/
/*padding: 100px 0 0 !important;*/
}

#introgeom7 {
	margin-top: 10px;
	margin-bottom: 10px;
   width: 100%;
   min-height: 580px;
   padding: 20px;
	padding-top: 100px;
   background: url(../img/home/gis_software_1.jpg) no-repeat center center;
background-size: contain;
    -webkit-background-size: auto; 
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
	 text-align: center;
	/* box-shadow: inset 0 0 0 1000px rgba(0,0,0,0);*/
	/*background-position: top center;*/
/*opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;*/
/*background-color: transparent;  background-image: linear-gradient(260deg, var( --e-global-color-secondary ) 0%, var( --e-global-color-accent ) 100%);*/
background-image:
    linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.4) 90%),
    url('../img/home/gis_software_1.jpg');

/*padding: 100px 0 0 !important;*/

}

#introgeom8 {
   width: 100%;
   min-height: 400px;
   padding: 20px;
	padding-top: 40px;
   /*background: url(../img/home/working.jpg) no-repeat center center;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	 text-align: center;
	/* box-shadow: inset 0 0 0 1000px rgba(0,0,0,0);*/
	/*background-position: top center;*/
/*opacity: 0.14;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
background-color: transparent;  background-image: linear-gradient(260deg, var( --e-global-color-secondary ) 0%, var( --e-global-color-accent ) 100%);*/
background-color: #1E3665;
/*background-image:
    linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.1) 90%),
    url('../img/home/working.jpg');
*//*padding: 100px 0 0 !important;*/
}

#introgeom9 {
   width: 100%;
   min-height: 330px;
   padding: 20px;
	padding-top: 30px;
   /*background: url(../img/home/working.jpg) no-repeat center center;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	 text-align: center;
	/* box-shadow: inset 0 0 0 1000px rgba(0,0,0,0);*/
	/*background-position: top center;*/
/*opacity: 0.14;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
background-color: transparent;  background-image: linear-gradient(260deg, var( --e-global-color-secondary ) 0%, var( --e-global-color-accent ) 100%);*/
background-color: #1E3665;
background-image:
    linear-gradient(90deg, rgba(12,15,98,0.8) 0%, rgba(3,156,255,0.5) 90%),
    url('../images/background/bodymap1_black.jpg');
/*padding: 100px 0 0 !important;*/
}

/*#introgeom9 {
   width: 100%;
   min-height: 520px;
   padding: 20px;
	padding-top: 120px;
   background: url(../img/home/contours.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	 text-align: center;	
background-image:
    linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 90%),
    url('../img/home/contours.jpg');
}*/


#introgeom10 {
   width: 100%;
   min-height: 520px;
   padding: 20px;
	padding-top: 120px;
   background: url(../img/home/gismexico_smart_maps17.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	 text-align: center;
	/* box-shadow: inset 0 0 0 1000px rgba(0,0,0,0);*/
	/*background-position: top center;*/
/*opacity: 0.14;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
background-color: transparent;  background-image: linear-gradient(260deg, var( --e-global-color-secondary ) 0%, var( --e-global-color-accent ) 100%);*/
background-image:
    linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 90%),
    url('../img/home/gismexico_smart_maps17.jpg');
/*padding: 100px 0 0 !important;*/
}

#introgeom11 {
   width: 100%;
   min-height: 690px;
   padding: 20px;
	padding-top: 180px;
   background: url(../img/home/geosolutions_3.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	 text-align: center;
	/* box-shadow: inset 0 0 0 1000px rgba(0,0,0,0);*/
	/*background-position: top center;*/
/*opacity: 0.14;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
background-color: transparent;  background-image: linear-gradient(260deg, var( --e-global-color-secondary ) 0%, var( --e-global-color-accent ) 100%);*/
opacity: 0.97;
background-image:
    linear-gradient(90deg, rgba(88,33,172,0.8) 0%, rgba(30,108,144,0.5) 90%),
    url('../img/home/geosolutions_3.jpg');
/*padding: 100px 0 0 !important;*/
}

#introgeom12 {
   width: 100%;
   min-height: 300px;
   padding: 20px;
	padding-top: 20px;
   /*background: url(../img/home/working.jpg) no-repeat center center;*/
    /* -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
	 text-align: center;
	/* box-shadow: inset 0 0 0 1000px rgba(0,0,0,0);*/
	/*background-position: top center;*/
/*opacity: 0.14;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
background-color: transparent;  background-image: linear-gradient(260deg, var( --e-global-color-secondary ) 0%, var( --e-global-color-accent ) 100%);*/
/* background-color: #1E3665; */
/* background-image:
    linear-gradient(90deg, rgba(3, 73, 103, 0.8) 0%, rgba(3,156,255,0.5) 90%),
    url('../images/background/bodymap1_black.jpg'); */
/*padding: 100px 0 0 !important;*/

/* background: rgb(144,177,0); */
/* background: linear-gradient(90deg, rgb(0, 0, 0) 22%, rgb(197, 197, 197) 72%);
opacity: 0.9; */
}

.introgeom14 {
	width: 100%;
	min-height: 747px;
	padding: 0px;
	 padding-top: 0px;
	/*background: url(../img/home/working.jpg) no-repeat center center;*/
	 -webkit-background-size: cover;
	 -moz-background-size: cover;
	 -o-background-size: cover;
	 background-size: cover;
	  text-align: center;
	 /* box-shadow: inset 0 0 0 1000px rgba(0,0,0,0);*/
	 /*background-position: top center;*/
 /*opacity: 0.14;
	 transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
 background-color: transparent;  background-image: linear-gradient(260deg, var( --e-global-color-secondary ) 0%, var( --e-global-color-accent ) 100%);*/
 
 background-image:
	 linear-gradient(90deg, rgba(236, 236, 236, 0.1) 0%, rgba(204, 204, 204, 0.1) 10%),
	 url('../images/background/map1.svg');
 /*padding: 100px 0 0 !important;*/
 }

 .introgeom14::before {
   
    background-color: rgba(224, 80, 80, 0.25);
}


#introgeom15 {
	width: 100%;
	min-height: 520px;
	padding: 20px;
	 padding-top: 80px;
	background: url(../img/home/intro.jpg) no-repeat left center;
	 -webkit-background-size: cover;
	 -moz-background-size: cover;
	 -o-background-size: cover;
	 background-size: cover;
	  text-align: center;
	 /* box-shadow: inset 0 0 0 1000px rgba(0,0,0,0);*/
	 /*background-position: top center;*/
 /*opacity: 0.14;
	 transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
 background-color: transparent;  background-image: linear-gradient(260deg, var( --e-global-color-secondary ) 0%, var( --e-global-color-accent ) 100%);*/
 /* background-image:
	 linear-gradient(180deg, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.0) 90%),
	 url('../img/home/intro.jpg'); */
 /*padding: 100px 0 0 !important;*/
 border-radius:2px;
 }






#introtop1 {
   width: 100%;
   max-height: 34.4em;
   height: 34.4em;
  /* padding: 20px;*/
	/*padding-top: 120px;*/
   background: url(../img/home/geomaps2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	 text-align: center;
	/* box-shadow: inset 0 0 0 1000px rgba(0,0,0,0);*/
	/*background-position: top center;*/
/*opacity: 0.14;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
background-color: transparent;  background-image: linear-gradient(260deg, var( --e-global-color-secondary ) 0%, var( --e-global-color-accent ) 100%);*/
background-image:
    linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.2) 90%),
    url('../img/home/geomaps2.jpg');
/*padding: 100px 0 0 !important;*/
}

#introtop2 {
   width: 100%;
   min-height: 520px;
  
   padding: 20px;
	padding-top: 20px;
   background: url(../img/home/geomaps2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	 text-align: center;
	/* box-shadow: inset 0 0 0 1000px rgba(0,0,0,0);*/
	/*background-position: top center;*/
/*opacity: 0.14;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
background-color: transparent;  background-image: linear-gradient(260deg, var( --e-global-color-secondary ) 0%, var( --e-global-color-accent ) 100%);*/
background-image:
    linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.2) 90%),
    url('../img/home/geomaps2.jpg');
/*padding: 100px 0 0 !important;*/
}

#introtop3 {
   width: 100%;
   max-height: 255px;
	margin-top: 5px;
   padding: 20px;
	padding-top: 20px;
   background: url(../img/home/geomaps2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	 text-align: center;
	/* box-shadow: inset 0 0 0 1000px rgba(0,0,0,0);*/
	/*background-position: top center;*/
/*opacity: 0.14;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
background-color: transparent;  background-image: linear-gradient(260deg, var( --e-global-color-secondary ) 0%, var( --e-global-color-accent ) 100%);*/
background-image:
    linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.2) 90%),
    url('../img/home/geomaps2.jpg');
/*padding: 100px 0 0 !important;*/
}




#training_back {
    width: 100%;
   /* min-height: 560px;*/
    padding: 20px;
	padding-top: 120px;
    background: url(../images/background/bodymap1_gray5.jpg) no-repeat top left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	 text-align: center;
	/* box-shadow: inset 0 0 0 1000px rgba(0,0,0,0);*/
	/*background-position: top center;*/
}



#sign-up {
    padding: 17px 30px 30px 30px;
    background-color: rgba(255,255,255,0.8);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sectiondark-grey {
	/*background: #272727 !important;*/
	position: relative;
    /*background: #fff;*/
    text-align: center;
    padding: 0 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 200;
}

.fact-list .fact-item p {
    font-size: 4rem;
    font-weight: bold;
    color: #ec2127;
    margin: 0;
    line-height: 4rem;
}


#grid-container {
  width: 100%;
  margin: auto;
  overflow: hidden;
  margin-top: 40px;
}

.grid-item {
  opacity: 0;
  float: left;
  box-sizing: border-box;
  padding: 3px;
}

.grid-item img {
  width: 100%;
  height: 100%;
  
}

.grid-item.loaded {
 /* opacity: .5;
  transition: opacity .2s;*/
}


.imagebg.border--round {
    overflow: hidden;
}

.border--round {
    border-radius: 8px;
}

.box-shadow-wide {
    box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
}

.imagebg {
    position: relative;
}

.border--round .background-image-holder {
    border-radius: 6px;
}

.background-image-holder:not([class*='col-']) {
    width: 100%;
}

.border-image-client {
	border-radius: 1px;
	border:thin solid #E9E9E9;
	padding: 20px;
	margin:5px;
	height: 120px;
	margin-bottom: 40px;
	/*padding-top: 10px;*/
}

.box-shadow-wide {
  /*box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);*/
  
}

.border--round {
  border-radius: 6px;
  border: none !important;
}


.square1 {
    /*padding: 1.85714286em;*/
	padding-top: 1em;
	padding-bottom: 1em;
    background-color: rgba(255,255,255,0.9);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	/*margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom:  130px;*/
}

.nomargins {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.square2 {
    /*padding: 1.85714286em;*/
	padding-top: 1em;
	padding-bottom: 1em;
    background-color: rgba(255,255,255,0.9);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	
	/*margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom:  130px;*/
}

.square3 {
    /*padding: 1.85714286em;*/
	padding-top: 0em;
	padding-bottom: 0em;
   /* background-color: rgba(255,255,255,0.9);*/
   
	
	/*margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom:  130px;*/
	margin-bottom: 30px !important;
}


.fontH4 {
    margin-top: 10px;
    text-transform: uppercase;
    font-family: 'Montserrat',sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #333;
    text-align: center;
    text-decoration: none;
    font-style: normal;
	
}

.marginsH4 {
	margin-top: 20px;
	margin-bottom: 10px;
}

/*SOLUTIONS*/

.block1 {
	margin-top: 0px;
    padding-top: 0px;
    background-color: rgb(242, 242, 242);
    background-image: url(../images/gmkt.png);
    background-repeat: no-repeat;
    background-position: left center;
}



.block2 {
	margin-top: 0px;
    padding-top: 0px;
    background-color: rgb(242, 242, 242);
    background-image: url(../images/mobility.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.centrado{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.our-news {
    padding: 180px 0;
    background-image: url(../img/solution01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.our-news2 {
    padding: 180px 0;
    background-image: url(../img/geodash06.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.our-news3 {
    padding: 180px 0;
    background-image: url(../img/solution03.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}

.our-news4 {
    padding: 0 0;
    background-image: url(../img/solution04.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size:  auto;
}

.our-news5 {
    padding: 0 0;
    background-image: url(../img/home/contours.gif);
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
}



#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 58px;
  display: inline-block;
  margin-bottom: 10px;
  color: #18d26e;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 16px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    position: relative;
    padding-bottom: 15px;
	line-height: 2em !important;
	
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #18d26e;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

.section-header h3 {
    font-size: 32px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.section-bg {
  background: #f7f7f7;
}


.display-table {
	height:100%;
	width:100%;
	font-family: 'Montserrat', sans-serif;
	color:#ffffff;
	/*background-color: rgba(255, 255, 255, 0.0);*/
	padding: 10px 0px 10px 0px;
}

.backcolor {
	/*background-color: #1C1C1C;*/
	background-color: #282828;
	padding-top: 50px;
	padding-bottom: 50px;
}


.line_bottom {
    line-height: 1;
	margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    width: 100%;
    max-width: 70px;
	border-bottom: 4px solid #81AA2A;
}

.line_bottom2 {
    line-height: 1;
	text-align: left;
    margin-bottom: 1%;
	margin-top: 1%;
    width: 100%;
    max-width: 70px;
	border-bottom: 4px solid #81AA2A;
}

.line_bottom_blue {
    line-height: 1;
	margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    width: 100%;
    max-width: 70px;
	border-bottom: 4px solid #0EB3C3;
}

.line_bottom_green {
    line-height: 1;
	margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    width: 100%;
    max-width: 70px;
	border-bottom: 4px solid #99C40C;
}

.line_bottom_orange {
    line-height: 1;
	margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    width: 100%;
    max-width: 70px;
	border-bottom: 4px solid #F77C09;
}

.line_bottom_aqua {
    line-height: 1;
	margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    width: 100%;
    max-width: 70px;
	border-bottom: 4px solid #1FB1C1;
}

.line_bottom_purple {
    line-height: 1;
	margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    width: 100%;
    max-width: 70px;
	border-bottom: 4px solid #595BBD;
}


.image_ad {
	font-size:48px !important;
	color:#212938;
	font-weight: 600 !important;
	padding-top: 20px;
}

.image_ad2 {
	font-size:36px !important;
	color:#ffffff;
	font-weight: 200 !important;
	padding-top: 20px;
}

.image_ad3 {
	font-size:46px !important;
	color:#212938;
	font-weight: 100 !important;
	padding-top: 20px;
}

.image_ad4 {
	font-size:56px !important;
	color:#212938;
	font-weight: 100 !important;
	padding-top: 20px;
}

.image_ad5 {
	font-size:32px !important;
	color:#ffffff;
	font-weight: 200 !important;
	padding-top: 20px;
}


.text_ad1 {
	text-align: center;
	font-size:24px !important;
	color:#000000 !important;
	font-weight: 600;
	margin-bottom: 5px;
}

.text_ad11 {
	text-align: center;
	font-size:18px !important;
	color:#ffffff !important;
	font-weight: 500;
	margin-bottom: 1px;
}

.text_ad12 {
	text-align: center;
	font-size:28px !important;
	color:#212938 !important;
	font-weight: 500;
	margin-bottom: 5px;
}


.text_ad2 {
	margin-top:5px;
	margin-bottom: 10px;
	font-family: 'Montserrat',sans-serif;
	font-size: 17px !important;
	font-weight: normal;
	color:#000000 !important;
	text-align: center;
}

.text_ad3 {
	text-align: center;
	font-size:16px;
	color:#212938 !important;
	font-weight: 500;
}

.text_ad14 {
	text-align: center !important;
	font-size:18px !important;
	color:#212938 !important;
	font-weight: 500;
	margin-bottom: 5px;
	margin-left: 10px;
}

.text_ad15 {
	text-align: center;
	font-size:18px !important;
	color:#212938 !important;
	font-weight: 500;
	margin-bottom: 5px;

}

.text_ad16 {
	text-align: center;
	font-size:18px !important;
	color:#212938 !important;
	font-weight: 500;
	margin-bottom: 5px;
}

.text_ad20 {
	text-align: center;
	font-size:16px !important;
	color:#212938 !important;
	font-weight: 300;
	margin-bottom: 5px;
}


.text_capacita {
	text-transform: none;
	font-family:'Montserrat',sans-serif;
	font-size:32px;
	font-weight: 700;
	color: #000000;
	text-align: center;
	text-decoration: none;
	font-style: normal;
	margin-bottom: 35px;
	margin-top:30px;
	letter-spacing: 1px !important;
	padding-top: 5px;
}

.text_capacita2 {
	text-transform: none;
	font-family:'Montserrat',sans-serif;
	font-size:31px;
	font-weight: 700;
	color: #000000;
	text-align: center;
	text-decoration: none;
	font-style: normal;
	margin-bottom: 0px;
	margin-top:0px;
	letter-spacing: 1px !important;
	padding-top: 10px;
}

.text_capacita3 {
	text-transform: none;
	font-family:'Montserrat',sans-serif;
	font-size:32px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-style: normal;
	margin-bottom: 0px;
	margin-top:0px;
	letter-spacing: 1px !important;
	padding-top: 10px;
}

.text_capacita4 {
	text-transform: none;
	font-family:'Montserrat',sans-serif;
	font-size:32px;
	font-weight: 700;
	color: #071129;
	text-align: center;
	text-decoration: none;
	font-style: normal;
	margin-bottom: 10px;
	margin-top:10px;
	letter-spacing: 1px !important;
	padding-top: 5px;
}

.text_capacita5 {
	text-transform: none;
	font-family:'Montserrat',sans-serif;
	font-size:32px;
	font-weight: 700;
	color: #000000;
	text-align: center;
	text-decoration: none;
	font-style: normal;
	margin-bottom: 20px;
	margin-top:30px;
	letter-spacing: 1px !important;
	/* padding-top: 5px; */
}

.image_capacita {
	padding-bottom: 6rem;
    background-image: url(../images/background/topo.png), linear-gradient(70deg, #282828, #8B8B8B);    
    background-size: 300px, 100%;
    background-repeat: repeat, no-repeat;
	padding-bottom: 40px; padding-top: 40px;

}


.preloader{
    position: fixed;
    top:0;
    left:0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 99999;
}

.preloader .preloader-gif{
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    background: url('loading.gif') no-repeat;   
}


.text_filter {
	/*text-transform: uppercase;*/
	font-family:'Montserrat',sans-serif !important;
	font-size:22px !important;
	font-weight: 700 !important;
	color: #000000 !important;
	/*text-align: center;
	text-decoration: none;
	font-style: normal;
	margin-bottom: 0px;
	margin-top:10px;*/
	letter-spacing: 1px !important;
	/*padding-top: 10px;*/
}


.image_c1 {
    background-image: url(../images/columns/4-columns/qgis_g.jpg);    
    background-repeat: no-repeat;
    background-position: left top;
	background-size: cover;
	height: 250px !important;
	border-radius: 2px;

	background-image:
    linear-gradient(90deg, rgba(3, 1, 5, 0.532) 0%, rgba(0, 0, 0, 0.2) 90%),
    url('../images/columns/4-columns/qgis_g.jpg');


}

.image_c2 {
    background-image: url(../images/columns/4-columns/arcgis_g.jpg);    
    background-repeat: no-repeat;	
    background-position: left top;
	background-size: cover;
	height: 250px !important;
	border-radius: 2px;
	background-image:
    linear-gradient(90deg, rgba(3, 1, 5, 0.532) 0%, rgba(0, 0, 0, 0.2) 90%),
    url('../images/columns/4-columns/arcgis_g.jpg');
}

.image_c3 {
    background-image: url(../images/columns/4-columns/mapinfo_pro.jpg);    
    background-repeat: no-repeat;
    background-position: left top;
	background-size: cover;
	height: 250px !important;
	border-radius: 2px;
	background-image:
    linear-gradient(90deg, rgba(3, 1, 5, 0.532) 0%, rgba(0, 0, 0, 0.2) 90%),
    url('../images/columns/4-columns/mapinfo_pro.jpg');
}

.image_c4 {
    background-image: url(../images/columns/4-columns/python_g.jpg);    
    background-repeat: no-repeat;
    background-position: left top;
	background-size: cover;
	height: 250px !important;
	border-radius: 2px;
	background-image:
    linear-gradient(90deg, rgba(3, 1, 5, 0.532) 0%, rgba(0, 0, 0, 0.2) 90%),
    url('../images/columns/4-columns/python_g.jpg');
}

.image_c5 {
    background-image: url(../images/columns/4-columns/postgis_g.jpg);    
   background-repeat: no-repeat;
    background-position: left top;
	background-size: cover;
	height: 250px !important;
	border-radius: 2px;
	background-image:
    linear-gradient(90deg, rgba(3, 1, 5, 0.532) 0%, rgba(0, 0, 0, 0.2) 90%),
    url('../images/columns/4-columns/postgis_g.jpg');
}

.image_c6 {
    background-image: url(../images/columns/4-columns/remote_sense_g.jpg);    
 background-repeat: no-repeat;
    background-position: left top;
	background-size: cover;
	height: 250px !important;
	border-radius: 2px;
	background-image:
	linear-gradient(90deg, rgba(3, 1, 5, 0.532) 0%, rgba(0, 0, 0, 0.2) 90%),
	url('../images/columns/4-columns/remote_sense_g.jpg');
}

.image_c7 {
    background-image: url(../images/columns/4-columns/mapinfo.jpg);    
    background-repeat: no-repeat;
    background-position: left top;
	background-size: cover;
	height: 250px !important;
	border-radius: 2px;
}

.image_c8 {
    background-image: url(../images/columns/4-columns/google_maps.jpg);    
    background-repeat: no-repeat;
    background-position: left top;
	background-size: cover;
	height: 250px !important;
	border-radius: 2px;
}

.image_c9 {
    background-image: url(../images/columns/4-columns/spatial_analysis.jpg);    
    background-repeat: no-repeat;
    background-position: left top;
	background-size: cover;
	height: 250px !important;
	border-radius: 2px;
}


.image_i1 {
    background-image: url(../images/columns/3-columns/image-1.jpg);    
    background-repeat: no-repeat;
    background-position: left top;
	background-size: cover;
	height: 250px !important;
	border-radius:2px;
}

.image_i2 {
    background-image: url(../images/columns/3-columns/image-2.jpg);    
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;
	height: 250px !important;
	border-radius: 2px;
}

.image_i3 {
    background-image: url(../images/columns/3-columns/image-3.jpg);    
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;
	height: 250px !important;
	border-radius: 2px;
}

.image_i4 {
    background-image: url(../images/columns/3-columns/image-4.jpg);    
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;
	height: 250px !important;
	border-radius: 2px;
}

.image_f1 {
    background-color: #ffffff;    
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;
	height: 210px !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
}

.image_f2 {
    background-color: #ffffff;    
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;
	height: 210px !important;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
}

.image_f3 {
    background-color: #ffffff;    
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;
	height: 210px !important;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
}

.image_f4 {
    background-color: #696969;    
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;
	height: 250px !important;
}


.text_f1 {
	text-align: center;
	font-size:26px !important;
	color:#000000 !important;
	font-weight: 600;
	margin-bottom: 2px;
}



.image_sol1 {
    background-image: url(../images/columns/4-columns/solutions1.jpg);    
    background-repeat: no-repeat;
    background-position: left top;
	background-size: cover;
	height: 450px !important;
	border-radius: 8px;
}

.image_sol2 {
    background-image: url(../images/columns/4-columns/solutions2.jpg);    
    background-repeat: no-repeat;
    background-position: left top;
	background-size: cover;
	height: 450px !important;
	border-radius: 8px;
}



.image_cblank {
    background-image: url(../images/columns/4-columns/image_blank.png);    
    background-repeat: no-repeat;
    background-position: center center;
	height: 150px !important;
	border-radius: 8px;
}

.image_cblank1 {
    background-image: url(../images/columns/4-columns/marketing.png);    
    background-repeat: no-repeat;
    background-position: left top;
	height: 240px !important;
	border-radius: 8px;
}

.image_cblank2 {
    background-image: url(../images/columns/4-columns/image_blank.png);    
    background-repeat: no-repeat;
    background-position: left top;
	height: 130px !important;
	border-radius: 8px;
}

.image_cblank3 {
  /* background-color: #696969;    */
   background-repeat: no-repeat;
   background-position: center center;
	background-size: cover;
	height: 100px !important;
	border-radius: 0px;
	border: 1px solid #D2D2D2;
	padding-left: 15px;
	margin-bottom: 20px !important;
}


.image_c_text{
	line-height: 1em !important;
	color: #222222 !important;
	font-family:'Montserrat',sans-serif;
	font-size:32px !important;
	font-weight: 700;
	text-align: left !important;
	position: relative;
	margin-top: 5px;
	left: 0px;
	margin-bottom: 5px !important;
	
}

.image_p_text{
	line-height: 1.8em;
	color: #000000 !important;
	font-family:'Montserrat',sans-serif;
	font-size:16px !important;
	font-weight: 300;
	text-align: left !important;
	position: relative;
	margin-top: 1px;
	left: 0px;
	margin-bottom: 1px;
}



/*.image_p_text a {*/
/*background-color: #0B4C5F;*/
/* opacity:0.8;*/
/* font-size:25px;*/
/* padding:7px;*/
/* box-sizing:border-box;*/
/* color:white;*/
/* font-weight:bold;*/
/*}*/



.image_c_text2{
	line-height: 1.2em !important;
	color: #000000 !important;
	font-family:'Montserrat',sans-serif;
	font-size:32px !important;
	font-weight: 700;
	text-align: left !important;
	position: relative;
	margin-top: 5px;
	left: 0px;
	margin-bottom: 5px !important;	
}

.image_c_text3{
	line-height: 1.2em !important;
	color: #000000 !important;
	font-family:'Montserrat',sans-serif;
	font-size:30px !important;
	font-weight: 700;
	text-align: left !important;
	position: relative;
	margin-top: 5px;
	left: 0px;
	margin-bottom: 5px !important;
}


.square_b1 {
	background-color: #00314d;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
	 padding: 90px 20px 70px;
	 min-height: 100px !important;
}













/* ===================================
    Portfolio
====================================== */

/* gutter type */
.portfolio-grid.gutter-very-small li, .blog-grid.gutter-very-small li {padding: 3px 3px }
.portfolio-grid.gutter-small li, .blog-grid.gutter-small li {padding:5px 5px }
.portfolio-grid.gutter-medium li, .blog-grid.gutter-medium li {padding:7px 7px }
.portfolio-grid.gutter-large li, .blog-grid.gutter-large li {padding:10px 10px; }
.portfolio-grid.gutter-extra-large li, .blog-grid.gutter-extra-large li {padding:20px;}
.portfolio-grid.gutter-extra-large, .blog-grid.gutter-extra-large {margin:0 -20px;}
.blog-grid.gutter-large { margin-left: 10px; margin-right:10px;}
.portfolio-grid.gutter-large { margin: 0 10px;}
.portfolio-grid.gutter-very-small, .blog-grid.gutter-very-small {margin:0 3px }
.portfolio-grid.gutter-small, .blog-grid.gutter-small {margin:0 5px }
.portfolio-grid.gutter-medium, .blog-grid.gutter-medium {margin:0 7px }

/* portfolio 6 column */
.portfolio-grid.work-6col li, .blog-grid.blog-6col li {width: 16.67%} 
.portfolio-grid.work-6col li.grid-item-double, .blog-grid.blog-6col li.grid-item-double {width: 33.33%;}

/* portfolio 5 column */
.portfolio-grid.work-5col li, .blog-grid.blog-5col li {width: 20%} 
.portfolio-grid.work-5col li.grid-item-double, .blog-grid.blog-5col li.grid-item-double {width: 40%;}

/* portfolio 4 column */
.portfolio-grid.work-4col li, .blog-grid.blog-4col li {width: 25%} 
.portfolio-grid.work-4col li.grid-item-double, .blog-grid.blog-4col li.grid-item-double {width: 50%;}

/* portfolio 3 column */
.portfolio-grid.work-3col li, .blog-grid.blog-3col li {width: 33.33%; float: left}
.portfolio-grid.work-3col li.grid-item-double, .blog-grid.blog-3col li.grid-item-double {width: 66.67%;}

/* portfolio 2 column */
.portfolio-grid.work-2col li, .blog-grid.blog-2col li {width: 50%}
.portfolio-grid.work-2col li.grid-item-double, .blog-grid.blog-2col li.grid-item-double {width: 100%}

/* portfolio 1 column */
.portfolio-grid.work-1col li {width: 100%}


/* portfolio grid */
.portfolio-grid { list-style: none; padding: 0; margin: 0;}
.portfolio-grid .grid-item figure {margin: 0; position: relative; overflow: hidden}
.portfolio-grid .grid-item figure img {display: block; width: 100%; cursor: pointer; }
.portfolio-grid .grid-item {opacity: 1;overflow: hidden;}
.portfolio-grid .grid-item figure img {cursor: pointer; display: block; opacity: 1; width: 100%; transition: all 0.3s ease 0s;}
.portfolio-grid .grid-item figcaption {bottom:0; left:0; opacity: 0; position: absolute;
										transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s;
									-ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; width: 100%; height: 100%;
									padding:45px; z-index: 1; text-align: center; font-size: 24px; font-family:'Montserrat',sans-serif; font-weight: 600; margin-bottom: 5px;}
.portfolio-grid .grid-item figure:hover .portfolio-img {transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}
.portfolio-grid .grid-item figure .portfolio-img { transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}
.portfolio-grid .grid-item figure:hover img { opacity: 0.15; transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}
.portfolio-grid .grid-item figure:hover figcaption {opacity: 1; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}
.container .hover-option4 .grid-item figcaption {padding: 30px;}

/* blog grid */
.blog-grid { list-style: none; padding: 0; margin: 0;}
.blog-grid .grid-item a {position: relative; z-index: 11;}
.blog-grid .grid-item a img {width: 100%;}

/* justified gallery */
.justified-gallery>a>.caption, .justified-gallery>div>.caption {padding:7px 15px; opacity: 0; display: initial !important; bottom: -20px;  transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 11px; text-transform: uppercase}
.caption.caption-visible {opacity: 1; bottom: 0 !important}

/* portfolio hover style */
.grid-item .portfolio-hover-box {display: table-cell; height: 100%;}

/* hover option 1 */
.hover-option1 .grid-item figcaption {height: 100%}
.hover-option1 .grid-item .portfolio-hover-main {transform: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; display: table; height: 100%; top: 0; width: 100%;}

/* hover option 2 */
.hover-option2 .grid-item figcaption {height: 100%}
.hover-option2 .grid-item .portfolio-hover-main {transform: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; display: table; height: 100%; top: 0; width: 100%;}
.hover-option2 .grid-item .portfolio-hover-content {bottom:-15px; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}
.hover-option2 .grid-item:hover .portfolio-hover-content {bottom:0;}
.hover-option2 .separator-line-horrizontal-medium-light2 {opacity:.5}
.hover-option2 .grid-item figure:hover img { -webkit-filter: blur(5px); -moz-filter: blur(5px); -ms-filter: blur(5px); -o-filter: blur(5px); filter: blur(5px); opacity: 0.10; transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}
.container .hover-option2 .grid-item figcaption {padding: 30px;}

/* hover option 3 */
.hover-option3 .grid-item .slide-hover-box {position: absolute; width: 100%; height: 100%;}
.hover-option3 .grid-item .opacity-medium {opacity: 0; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; }
.hover-option3 .grid-item .slide-hover-box:hover .opacity-medium {opacity: 0.50; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}
.hover-option3 .grid-item figure {bottom:130px; z-index: 5; width: 100%; overflow: visible}
.hover-option3 .grid-item figure h6 {position: relative; bottom: -70px; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}
.hover-option3 .grid-item .slide-hover-box:hover h6 {bottom: 0}
.hover-option3 .grid-item figure p {bottom: -40px; opacity: 0; position: relative; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}
.hover-option3 .grid-item .slide-hover-box:hover p { opacity: .6; bottom: 0;}
.hover-option3 .grid-item figure figcaption {left: 0; right: 0; opacity: 1; padding: 0 60px; height: auto; text-align: left}
.hover-option3 .grid-item .separator-line-horrizontal-medium-light2 {transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; width: 20%; }
.hover-option3 .grid-item .slide-hover-box:hover .separator-line-horrizontal-medium-light2 {width: 60%; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; }

/* hover option 4 */
.hover-option4 .grid-item figcaption {height: 100%}
.hover-option4 .grid-item .portfolio-hover-main {transform: none; display: table; height: 100%; top: 0; width: 100%;}
.hover-option4 .grid-item figure:hover img {opacity: 0.08; transform: scale(1, 1); transition: all 0.2s ease 0s; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; filter: blur(4px); -webkit-filter: blur(4px); -moz-filter: blur(4px); -ms-filter: blur(4px); -o-filter: blur(4px); }
.hover-option4 .grid-item .portfolio-hover-content {bottom:-15px; transition: all 0.2s ease 0s; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s;}
.hover-option4 .grid-item:hover .portfolio-hover-content {bottom:0;}
.hover-option4 .swiper-slide.grid-item figcaption {position: absolute; top: 0; width:100%; opacity: 0}
.hover-option4 .swiper-slide.grid-item:hover figcaption {opacity: 1}

/* hover option 5 */
.hover-option5 .grid-item figcaption {height: 100%; padding: 20px}
.hover-option5 .grid-item .portfolio-hover-main {transform: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; display: table; height: 100%; top: 0; width: 100%;}
.hover-option5 .grid-item .portfolio-hover-box {padding: 20px;}
.hover-option5 .grid-item:hover .portfolio-hover-box {background: rgba(0,0,0,.8)}
.hover-option5 .grid-item .separator-line-horrizontal-medium-light2 {-webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s; top:5px; width:100px}
.hover-option5 .grid-item:hover .separator-line-horrizontal-medium-light2 {transform: translateY(-30px); -webkit-transform: translateY(-30px); -moz-transform: translateY(-30px); -ms-transform: translateY(-30px); -o-transform: translateY(-30px);}
.hover-option5 .grid-item figure:hover img {opacity: .8}
.container .hover-option5 .grid-item .portfolio-hover-box {padding: 10px;}

/* hover option 6 */
.hover-option6 .grid-item figcaption {height: 100%; position: relative; opacity: 1; padding:20px 10px; background: #fff}
.hover-option6 .grid-item .portfolio-hover-main {transform: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; display: table; height: 100%; top: 0; width: 100%;}
.hover-option6 .grid-item .portfolio-icon {transition: all 0.3s ease 0s; position: absolute; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); position: absolute; top: 55%; left:0; right: 0; opacity: 0}
.hover-option6 .grid-item figure:hover .portfolio-icon {opacity: 1; top: 50%; }
.hover-option6 .grid-item .portfolio-icon a {border-radius: 50%; border:2px solid transparent; background: #fff; margin: 0 7px; height: 46px; width: 46px; display: inline-block; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s; }
.hover-option6 .grid-item .portfolio-icon i.fa-link {font-size:20px; position: relative; top: 11px}
.hover-option6 .grid-item .portfolio-icon i.fa-search {font-size:16px; position: relative; top: 10px}
.hover-option6 .grid-item .portfolio-icon a:hover, .hover-option6 .grid-item .portfolio-icon a:hover i {background: transparent; color: #fff;  }
.hover-option6 .grid-item .portfolio-icon a:hover {background: transparent; border:2px solid #fff; color: #fff; transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1);}
.hover-option6 .grid-item figure:hover img {cursor: default; opacity: .80; transform: scale(1, 1); -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1);}
.hover-option6 .grid-item figure:hover figcaption {cursor: default;}
.hover-option6 .grid-item figure:hover .portfolio-img {transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}
.container .hover-option6 .grid-item figcaption {padding: 25px 10px;}

/* hover option 7 */
.hover-option7 .grid-item figcaption {height: auto;  position: absolute; opacity: 0; padding:32px; bottom: -101px}
.hover-option7 .grid-item figure:hover figcaption {bottom: 0}
.hover-option7 .grid-item .portfolio-hover-main {transform: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; display: table; height: 100%; top: 0; width: 100%;}
.hover-option7 .grid-item figure img {top: 0; position: relative}
.hover-option7 .grid-item figure:hover img {cursor: pointer; opacity: 1; transform: scale(1,1); -webkit-transform: scale(1,1); -moz-transform: scale(1,1); -ms-transform: scale(1,1); -o-transform: scale(1,1); top:-101px}
.hover-option7 .grid-item figure:hover figcaption {cursor: pointer;}
.hover-option7 .grid-item figure:hover .portfolio-img {transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; background: transparent}
.container .hover-option7 .grid-item figcaption {padding:20px;}
.container .hover-option7 .grid-item figure:hover img {top:-81px;}

/* hover option 8 */
.hover-option8 .grid-item figure figcaption {opacity: 0; padding: 0; transition: all 0.2s ease 0s; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s;} 
.hover-option8 .grid-item figure:hover figcaption {opacity: 1; cursor: pointer} 
.hover-option8 .grid-item .portfolio-hover-main { display: table; height: 100%; top: 0; transform: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; width: 100%;} 
.hover-option8 .grid-item .portfolio-icon { position: absolute; right: 55px; top: 51px; transition: all 0.1s ease 0s; -webkit-transition: all 0.1s ease 0s; -moz-transition: all 0.1s ease 0s; -ms-transition: all 0.1s ease 0s; -o-transition: all 0.1s ease 0s;}
.hover-option8 .grid-item figure:hover figcaption {padding:25px; transition: all 0.2s ease 0s; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; box-shadow: 0 0 4px rgba(0,0,0,.4);}
.hover-option8 .grid-item figure:hover figcaption .portfolio-hover-main {background: #fff}
.hover-option8.portfolio-grid .grid-item figure:hover img {opacity: 1; filter: blur(4px);-webkit-filter: blur(4px); -moz-filter: blur(4px); -ms-filter: blur(4px); -o-filter: blur(4px);}
.container .hover-option8 .grid-item figure:hover figcaption {padding: 20px;}
.container .hover-option8 .grid-item .portfolio-icon {top: 30px; right: 35px;}

/* hover option 10 */
.hover-option10 .grid-item * {-webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
.hover-option10 .grid-item figure .portfolio-img img{transform: scale(1.05,1.05); -webkit-transform: scale(1.05,1.05); -moz-transform: scale(1.05,1.05); -ms-transform: scale(1.05,1.05); -o-transform: scale(1.05,1.05);}
.hover-option10 .grid-item figure:hover .portfolio-img img{transform: scale(1,1); -webkit-transform: scale(1,1); -moz-transform: scale(1,1); -ms-transform: scale(1,1); -o-transform: scale(1,1); opacity: .15 }
.hover-option10 .grid-item figure figcaption {padding: 0;}
.hover-option10 .grid-item figure .portfolio-hover-main {display: table; width: 100%; height: 100%; padding: 50px}
.hover-option10 .grid-item figure .portfolio-icon {margin-bottom: 30px; position: relative; -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%);}
.hover-option10 .grid-item figure .portfolio-hover-content{ position: relative; -webkit-transform: translateY(100%); -ms-transform: translateY(100%); -moz-transform: translateY(100%); transform: translateY(100%);}
.hover-option10 .grid-item figure:hover .portfolio-icon, .hover-option10 .grid-item figure:hover .portfolio-hover-content { -webkit-transform: translateY(0); -ms-transform: translateY(0); -moz-transform: translateY(0); transform: translateY(0); }
.hover-option10 .grid-item .portfolio-icon a {margin: 0 7px; height: 50px; width: 50px; display: inline-block; border-radius: 100%; border: 2px solid rgba(255,255,255,1); box-sizing: border-box; vertical-align: top; text-align:center; color: #fff}
.hover-option10 .grid-item .portfolio-icon a:hover {color: #232323; background: #fff; border-radius: 5px;}
.hover-option10 .grid-item .portfolio-icon a:hover i {color: #232323;;}
.hover-option10 .grid-item .portfolio-icon i.fa-link {font-size:22px; position: relative; top: 14px}
.hover-option10 .grid-item .portfolio-icon i.fa-search {font-size:20px; position: relative; top: 13px}
.container .hover-option10 .grid-item .portfolio-icon i.fa-link {font-size:16px; position: relative; top: 10px}
.container .hover-option10 .grid-item .portfolio-icon i.fa-search {font-size:14px; position: relative; top: 8px}
.container .hover-option10 .grid-item .portfolio-icon a {width: 45px; height: 45px;}
.container .hover-option10 .grid-item figure .portfolio-hover-main {padding: 30px;}

/* hover option 11 */
.hover-option11 .grid-item figcaption {height: 100%}
.hover-option11 .grid-item .portfolio-hover-main {transform: none; display: table; height: 100%; top: 0; width: 100%;}
.hover-option11 .grid-item figure:hover img {opacity: 0.05; transform: scale(1, 1); transition: all 0.2s ease 0s; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; filter: blur(4px); -webkit-filter: blur(4px); -moz-filter: blur(4px); -ms-filter: blur(4px); -o-filter: blur(4px); }
.hover-option11 .grid-item .portfolio-hover-content {bottom:-15px; transition: all 0.2s ease 0s; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s;}

.hover-option11 .grid-item:hover .portfolio-hover-content {bottom:0;}
.hover-option11 .swiper-slide.grid-item figcaption {position: absolute; top: 0; width:100%; opacity: 0}
.hover-option11 .swiper-slide.grid-item:hover figcaption {opacity: 1}
.hover-option11 .grid-item .portfolio-item-title{ transition: all 0.2s ease 0s; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s;}

.hover-option11 .grid-item > a:hover .portfolio-item-title { color: #fff;}
.hover-option11 .grid-item .portfolio-img { margin-bottom: 33px; transition: all 0.2s ease 0s; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s;}
.hover-option11 .grid-item .portfolio-img img {box-shadow: 0 0 8px rgba(0,0,0,1);}
.hover-option11 .grid-item:hover .portfolio-img img {opacity: .6; transition: all 0.2s ease 0s; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s;}

.hover-option11 .grid-item > a{ display: block; position: relative;}
.hover-option11 .grid-item > a:hover .portfolio-img{ box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.2); transform: translateY(-10px);}

/* portfolio filter tab style 1 */
.portfolio-filter-tab-1 li {margin: 10px 10px; display: inline-block; float: none}
.portfolio-filter-tab-1 li a {background: transparent; border: none; padding:0 0 2px 0; display: inline; color:#000000; margin: 0; font-family: "Montserrat",sans-serif; font-size: 18px; font-weight: 400;}
.portfolio-filter-tab-1 li a:hover, .portfolio-filter-tab-1 li a:focus {background: transparent; border-bottom: 1px solid #7A9D09; color:#232323; font-weight: 500;}
.portfolio-filter-tab-1 li.active a {background: transparent !important; border-bottom: 1px solid #232323; color: #232323;}

/* portfolio filter tab style 2 */
.portfolio-filter-tab-2 li{ display: inline-block; float: none;}
.portfolio-filter-tab-2 li a{ border: none; border-radius: 50px; padding: 7px 24px; margin-right: 4px;}
.portfolio-filter-tab-2 li a:hover, .portfolio-filter-tab-2 li > a:focus{ background: rgba(144,144,144,0.22); color: #fff;}
.portfolio-filter-tab-2.nav-tabs li.active a, .portfolio-filter-tab-2.nav-tabs li.active a:focus, .portfolio-filter-tab-2.nav-tabs li.active a:hover{ border: none; background: rgba(144,144,144,0.22); color: #fff; border: none;}

/* blog and portfolio next pagination */
.blog-nav-link {padding: 30px 0; display: inline-block; vertical-align: middle; font-size: 16px; position: relative}
.blog-nav-link-prev .blog-nav-icon, .blog-nav-link-next .blog-nav-icon {top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); position: absolute}
.blog-nav-link-next {padding-right: 50px}
.blog-nav-link-next .blog-nav-icon{ right: 0}
.blog-nav-link-prev {padding-left: 50px}
.blog-nav-link-prev .blog-nav-icon {left: 0}


.logo-image-link {
    box-sizing: border-box;
    background: #fff url(../images/logo-7.svg) no-repeat 50%;
    background-size: contain;
}

.div_line {
	color : #969696;
}

.back_training {
  background-image: linear-gradient(180deg, rgba(253, 251, 251, 1) 20%, rgba(253, 251, 251,.3) 50%,  rgba(0, 113, 188, .15) 100% ), url('../images/topography.png');
}

/**********************************************************************************************************************************************/
/**********************************************************************************************************************************************/


/* sidenav / full menu starts */
.menu_bars2 span:before {
    left: 0;
    top: -8px;
}
.menu_bars2 span:after {
    left: 0;
    top: 8px;
}
.menu_bars2.active {
    position: fixed;
    top: 1.5rem;
    right: 1.5rem;
}
.menu_bars2.active span:before, .menu_bars2.active span:after {
    top: 0;
}
.menu_bars2.active span:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.menu_bars2.active span:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.quarter-circle {
    display: inline-block;
    margin: 0;
    width: 120px;
    right: 0;
    position: absolute;
    top: 0;
    height: 120px;
    background: #ffffff;
    border-radius: 0 0 0 120px;
    z-index: 9999;
}
.overlay-menu {
    background: #ffffff;
    color: #18191d;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 3.75rem 0;
    z-index: 9999;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(-100px);
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.overlay-menu.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 9999;
}
.overlay-menu .logo-full{
    display: inline-block;
    width: 200px;
}
.overlay-menu .logo-full > img{
    width: 100%;
}
.overlay-menu .centered{
    width: 620px;
    max-width: 99%;
    margin: 0 auto;
}
.overlay-menu ul.side-nav-content .full-menu-hover {
    display: inline-block;
    width: 49%;
    position: relative;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}
.overlay-menu.open ul.side-nav-content .full-menu-hover {
    opacity: 1;
}
.overlay-menu ul.side-nav-content .nav-item{
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    -webkit-transform:translate3d(0px, -10px, 0px);
    -o-transform:translate3d(0px, -10px, 0px);
    -moz-transform:translate3d(0px, -10px, 0px);
    transform:translate3d(0px, -10px, 0px);
    opacity: 0;
}
.overlay-menu.open ul.side-nav-content .nav-item{
    opacity: 1;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    -webkit-transform:translate3d(0px, 0px, 0px);
    -o-transform:translate3d(0px, 0px, 0px);
    -moz-transform:translate3d(0px, 0px, 0px);
    transform:translate3d(0px, 0px, 0px);
}
.overlay-menu.open ul.side-nav-content .full-menu-hover:first-child{
    -moz-transition-delay:.1s; -o-transition-delay:.1s; -webkit-transition-delay:.1s; transition-delay:.1s;
}
.overlay-menu.open ul.side-nav-content .full-menu-hover:nth-child(2){
    -moz-transition-delay:.2s; -o-transition-delay:.2s; -webkit-transition-delay:.2s; transition-delay:.2s;
}
.overlay-menu.open ul.side-nav-content .full-menu-hover:nth-child(3){
    -moz-transition-delay:.3s; -o-transition-delay:.3s; -webkit-transition-delay:.3s; transition-delay:.3s;
}
.overlay-menu.open ul.side-nav-content .full-menu-hover:nth-child(4){
    -moz-transition-delay:.4s; -o-transition-delay:.4s; -webkit-transition-delay:.4s; transition-delay:.4s;
}
.overlay-menu.open ul.side-nav-content .full-menu-hover:nth-child(5){
    -moz-transition-delay:.5s; -o-transition-delay:.5s; -webkit-transition-delay:.5s; transition-delay:.5s;
}
.overlay-menu.open ul.side-nav-content .full-menu-hover:nth-child(6){
    -moz-transition-delay:.6s; -o-transition-delay:.6s; -webkit-transition-delay:.6s; transition-delay:.6s;
}
.overlay-menu.open ul.side-nav-content .full-menu-hover:nth-child(7){
    -moz-transition-delay:.7s; -o-transition-delay:.7s; -webkit-transition-delay:.7s; transition-delay:.7s;
}
.overlay-menu.open ul.side-nav-content .full-menu-hover:nth-child(8){
    -moz-transition-delay:.8s; -o-transition-delay:.8s; -webkit-transition-delay:.8s; transition-delay:.8s;
}
.overlay-menu.open ul.side-nav-content .full-menu-hover:nth-child(9){
    -moz-transition-delay:.9s; -o-transition-delay:.9s; -webkit-transition-delay:.9s; transition-delay:.9s;
}
.overlay-menu.seven-links ul.side-nav-content .full-menu-hover:nth-child(7){
    margin: 0 auto; display: block;
}
.overlay-menu ul.side-nav-content .full-menu-hover:nth-child(7){
    display: inline-block;
}
.overlay-menu ul.side-nav-content .nav-item {
    position: relative;
    padding: 1rem 1.2rem;
    text-align: left;
    background: #f5f5f5;
    overflow: hidden;
}
.overlay-menu ul.side-nav-content .nav-item > span {
    color: #b9b9b9;
    font-size: 1.5rem;
    font-weight: 100;
    line-height: 28px;
    vertical-align: bottom;
}
.overlay-menu ul.side-nav-content .nav-item .nav-link{
    display: inline-block;
    position: relative;
    overflow: hidden;
    font-size: 1.2rem;
    line-height: 27px;
    color: #18191d;
    padding: 0;
    font-weight: 400;
    vertical-align: middle;
    text-transform: capitalize;
}
.overlay-menu ul.side-nav-content .nav-item:before {
    position: absolute;
    content: "";
    right: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #ff1637;
    z-index: -1;
    top: 0;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    overflow: hidden;
}
.overlay-menu ul.side-nav-content .full-menu-hover:hover .nav-item:before {
    top: 0;
    left: 0;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}
.overlay-menu ul.side-nav-content .full-menu-hover:hover .nav-item > span {
    color: #ffffff;
}
.overlay-menu ul.side-nav-content .full-menu-hover:hover .nav-item .nav-link {
    color: #ffffff;
}


.sectional {
    background-size: cover;
    background-position: right 50% center;
}
.sectional-1 {
    background-image: url('https://raw.githubusercontent.com/solodev/css-considerations-text-on-images/master/image-1.jpg');
}
.sectional-2 {
    background-image: url('https://raw.githubusercontent.com/solodev/css-considerations-text-on-images/master/image-2.jpg');
}
.sectional-3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.3)),url('https://raw.githubusercontent.com/solodev/css-considerations-text-on-images/master/image-3.jpg');
}
@media only screen and (max-width: 767px) {
    .mobile-box {
        background: rgba(0,0,0,.5);
        padding: 15px;
    }
}
.bg-box {
    background: rgba(0,0,0,.5);
}
.pos-r {
    position: relative!important;
}
.h-300p {
    height: 300px!important;
}


.parallax {
    background-attachment: fixed !important;
}

/*.full {
    padding: 100px 0 0 !important;
    background-size: cover;
    background-position: 50% 50%;
}*/

.button_contact {
	/*background-color: #7A9D09;*/
	border-radius: 4px;
	border: 1px solid #212938;
	padding: 6px 10px !important;
	color:#212938 !important;
	margin-top: 8px !important;
   margin-left:20px !important;
}

.button_contact:hover {
	background-color: #6F8E08;
color:#ffffff !important;
border-color: #6F8E08
}

.back_gis_dev {
	min-height:540px;
	margin-top: 80px;
	margin-bottom: 0px;
	width: 100%;
   
   background: url(../img/home/gis_software.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	 text-align: center;
	
background-image:
    linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 90%),
    url('../img/home/gis_software.jpg');

}

.slider-highlight {
    position: relative;
    padding-bottom: 15px;
}

.slider-highlight svg {
    position: absolute;
    bottom: 0;
    /*padding-top:  15px;*/
    left: 0px;
    z-index: 0;
    width: 100%;
}

.back_contours {
    background-image: url(../img/home/pattern-10.jpg);
    position: absolute;
    left: 0;
    top: 0;
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.opacity-2 {
    opacity: 1 !important;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    pointer-events: none;
    background-image: url(../img/1.png);

}

/* ====================== [ End Helper Classes  ] ====================== */
/* Preloader
-----------------------------------------------------------------*/
body.loaded {
  overflow: hidden !important;
  height: 100% !important;
}

.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  z-index: 99999999999999;
}

.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #ffffff;
}

.loader-wrap .loader-wrap-heading .load-text {
  font-size: 52px;
  font-weight: 200;
  letter-spacing: 1px;
  text-transform: U;
  z-index: 20;
  color: #000000;
}

.load-text span {
  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate;
}

.load-text span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.load-text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.load-text span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.load-text span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.load-text span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.load-text span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.load-text span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


