
/* MOBILE CSS //////////////////////////////////////////////////////////*/
@media screen and (max-width:1023px)
{	
	
	.link_top_header
	{
		position:relative;
		display:inline-block;
		font-family: 'montserrat-light', "Arial Unicode MS", Arial;
		font-size:12px;
		font-weight:normal;
		letter-spacing:0px;
		line-height:12px;	
		color:#ffffff !important;
		text-decoration:none;
		text-align:center;
	}
	.link_top_header:hover
	{
		background-color:#0099cc;
		border-radius:4px;
		color:#ffffff !important;
	}
	.link_top_header:visited
	{
		color:#ffffff;
	}
	.link_top_header:active
	{
		color:#ffffff;
	}	
	
	.links_languages
	{
		font-family:'montserrat-light';
		font-size:12px;
		font-weight:normal;
		letter-spacing:0px;
		line-height:20px;	
		color:#ffffff !important;
		text-decoration:none;
	}
	.links_languages:hover
	{
		color:#0099cc !important;
	}
	.links_languages:visited
	{
		color:#ffffff;
	}
	.links_languages:active
	{
		color:#ffffff;
	}
	
	
	
	.links_menu
	{
		position:relative;
		display:inline-block;
		font-family:'montserrat-light';
		font-size:12px;
		font-weight:normal;
		letter-spacing:0px;
		line-height:14px;	
		color:#ffffff !important;
		margin-left:5px;
		margin-right:5px;
		margin-bottom:10px;
		padding:0px;
	}
	.links_menu:hover
	{
		color:#0099CC !important;
	}
	.links_menu:visited
	{
		color:#00344E;
	}
	.links_menu:active
	{
		color:#00344E;
	}
	
	
	
	.links_footer
	{
		font-family:'montserrat-light';
		font-size:14px;
		font-weight:normal;
		line-height:24px;
		letter-spacing:0px;
		color:#ffffff !important;
		text-decoration:none !important;
		text-indent:0px;
	}
	.links_footer:visited
	{
		color: #000000;
	}
	.links_footer:active
	{
		color: #000000;
	}
	.links_footer:hover
	{
		color:#1D2F38 !important;
	}
	
	.header_image	
	{
		position:relative;
		width:100%;
		height:800px;
		margin-top:0px;
		background-color:#ffffff;
		background-position:top center;
		background-size:cover;		
	}
	


	#back-top {
		position: fixed;
		right:-38px !important;
		bottom:80px !important;
		color: #000;
		z-index: 9999;
	}
	

	.header_request_proposal
	{
		position:fixed;
		width:100px;
		height:60px;
		bottom:25%;
		padding:10px;
		border-radius:20px;
		background-color:#008AFF;
		box-shadow:3px 3px 10px rgba(0,0,0,0.3);
		border:0px #000000 solid;
		right:-30px;
		text-align:center;
		z-index:999999999;
		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;	
	}
	.header_request_proposal h3
	{
		width:80px;
		font-family:montserrat-regular;
		font-size:14px;
		line-height:16px;
		color:#ffffff !important;
		margin-top:5px;
		float:left;
		text-align:left;
	}	
	.header_request_proposal:hover
	{
		background-color:#1A3039;
	}




	
	.box_content
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;
	}
	
	.box_cookie_discount
	{
		position:absolute;
		width:250px;
		height:150px;
		top:-150px;
		left:0%;
		right:0px;
		margin-left:auto;
		margin-right:auto;
		padding-top:40px;
		text-align:center;
		background-image:url(../_images/bolacha.png);
		background-repeat:no-repeat;
		background-size:150px;
		background-position:center;
		z-index:1;
		border:0px solid;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;			
	}
	.box_cookie_discount h1
	{
		font-size:50px !important;
		color:#ffffff !important;
		line-height:50px !important;
		letter-spacing:-1px !important;
		margin-top:0px !important;
	}
	.box_cookie_discount h2
	{
		font-size:20px !important;
		color:#ffffff !important;
		line-height:20px !important;
		letter-spacing:-1px !important;
		margin-top:18px !important;
		font-weight:bold !important;
	}	
		
	
	.box_page_sites
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		border:0px solid;
		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}	
	.box_page_sites h1
	{
		color:#1D2F38 !important;
	}
	.box_page_sites h2
	{
		font-family:montserrat-bold;
		font-weight:bold;
		font-size:30px;
		line-height:35px;
		letter-spacing:-1px;
		color:#0099cc;
		margin-bottom:10px;
	}
	.box_page_sites h3
	{
		max-width:800px;
		font-family:montserrat-light;
		font-size:20px;
		line-height:25px;
		color:#1A3039; 
	}
	
	.box_pages_site_work
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:50%;
		height:auto;
		opacity:1.0;
		background-color:#000000;
		overflow:hidden;
		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}
	.box_pages_site_work:hover
	{
		opacity:0.5;
	}	
	
	.header_zone
	{
		position:absolute;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:300px;
		z-index:999999999999999;
	}
	
	.header_logo
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:250px;
		height:60px;
		margin-top:40px;
		margin-bottom:15px;
		border:0px #ffffff solid;	
		z-index:999999;
		background-image:url(../_images/codezone-logo-white.png);
		background-size:100%;
		background-repeat:no-repeat;
		background-position:left;
		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;			
	}

	.header_languages
	{
		position:absolute;
		width:100%;
		height:30px;
		top:10px;
		border:0px #ffffff solid;	
		z-index:1;
	}
	
	.header_menu
	{
		position:relative;
		display:inline-block;
		width:100%;
		height:40px;
		line-height:20px;
		border:0px #000000 solid;
		margin-top:20px;
		margin-bottom:20px;		
		z-index:9;
		float:center;
		text-align:center;
	}	
	
	.home_services_intro
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;
		min-height:350px;
		margin-top:50px;
		margin-bottom:50px;
		border:0px #ff0000 solid;
	}
	.home_services_intro .button
	{
		width:170px;
		margin-top:30px;
	}	
	
	.home_services_content
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		min-height:800px;
		margin-top:0px;
		border:0px #ff0000 solid;
	}
	.home_services_content h1
	{
		font-size:30px !important;
		line-height:30px; 
	}	


	.home_services_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		min-height:500px;
		margin-top:0px;
		border:0px #ff0000 solid;
		background-size:cover;		
		border:0px #ff0000 solid;
		float:left;
		z-index:1;
	}	
	.home_services_text
	{
		position:relative;
		display:inline-block;
		width:90%;
		height:650px;
		border:0px #ff0000 solid;
		z-index:9;
	}		
	.home_services_text h1
	{
		max-width:600px;
		font-size:55px;
		color:#0099CC;
		line-height:75px;
		margin-top:50px;
	}
	.home_services_text h2
	{
		max-width:600px;
		margin:0px;
		padding:0px;
		font-family: 'montserrat-bold';
		font-size:45px;
		font-weight:bold;
		color:#1D2F38;
		letter-spacing:-2px;		
		line-height:45px;
		text-decoration:none;	
	}	
	.home_services_text h3
	{
		max-width:600px;
		margin:0px;
		padding:0px;

		line-height:30px;
		text-decoration:none;	
	}
	
	
	.home_services_data
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;
		min-height:400px;
		margin-top:100px;
		margin-bottom:50px;
		border:0px #ff0000 solid;
		float:center;
	}
	.home_services_data .button
	{
		width:170px;
		margin-top:30px;
	}
	.home_services_data h1
	{
		font-size:35px !important;
		line-height:30px; 
	}	
	
	.home_services_data_box
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:250px;
		height:140px;
		margin-top:20px;
		border:0px #ff0000 solid;
		text-align:center;
	}
	
	.home_portfolio
	{
		position:relative;
		display:inline-block;
		width:90%;
		margin-bottom:20px;
		border:0px #ff0000 solid;
	}
	.home_portfolio h1
	{
		font-size:55px;
		color:#1D2F38;
	}		
	
	.box_portfolio
	{
		position:relative;
		display:inline-block;
		width:90%;
		height:350px;
		margin-bottom:30px;
		text-align:center;
		border:0px #ff0000 solid;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	
	
	
	.box_services
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;
		max-width:300px;
		height:350px;
		margin-left:15px;
		margin-right:15px;
		margin-bottom:40px;
		border:1px #eeeeee solid;
		padding:10px;
		border-radius:10px;
		text-align:left;
		overflow:hidden;
		z-index:1;
		opacity:1.0;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.box_services:hover .box_services_image
	{
		border:1px #0099CC solid;
		background-color:rgba(0,0,0,0.0);
		
		-webkit-transform:scale(1.5);
		-ms-transform:scale(1.5);
		transform:scale(1.5);
		opacity:1.0;
		filter:alpha(opacity=100);
		filter:brightness(100%);
	}
	.box_services_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:350px;
		overflow:hidden;
		border:0px solid;
		background-size:cover;
		background-position:top center;
		background-repeat:no-repeat;
		z-index:1;
		
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
		filter:brightness(100%);
	}	
	
	
	
	.box_services2
	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		width:100%;
		max-width:300px;
		height:300px;
		margin:20px;
		background-color:#000000;
		border:0px #000000 solid;
		text-align:left;
		overflow:hidden;
		z-index:1;
		background-color:rgba(0,0,0,0.0);
		opacity:1.0;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;	
	}
	.box_services2:hover .box_services2_image
	{
		background-color:rgba(0,0,0,0.0);
		
		-webkit-transform:scale(1.5);
		-ms-transform:scale(1.5);
		transform:scale(1.5);
		opacity:1.0;
		filter:alpha(opacity=100);
		filter:brightness(100%);
	}
	.box_services2_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:350px;
		overflow:hidden;
		border:0px solid;
		background-size:cover;
		background-position:top center;
		background-repeat:no-repeat;
		z-index:1;
		
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
		filter:brightness(100%);
	}
	.box_services2_text
	{
		position:absolute;
		display:table;
		vertical-align:middle;
		width:calc(100% - 80px);
		height:100%;
		margin-left:auto;
		margin-right:auto;
		padding:40px;
		text-align:center;
		border:0px #ffffff solid;
		z-index:9;
	}	
	.box_services2 h1
	{
		position:relative;
		display:table-cell;
		vertical-align:middle;
		font-size:40px;
		line-height:45px;
		font-weight:bold;
		color:#ffffff;
		text-align:center;
		border:0px #ffffff solid;
		text-shadow:0px 3px 10px rgba(0,0,0,0.3);
		z-index:9;
	}
	
	
	
	.box_news
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;
		max-width:300px;
		height:540px;
		margin-left:15px;
		margin-right:15px;
		margin-top:15px;
		margin-bottom:15px;
		padding:10px;
		top:0px;
		border:1px #eeeeee solid;
		border-radius:8px;
		overflow:hidden;
		cursor:pointer;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}
	.box_news:hover
	{
		top:-5px;
	    border:1px #ffffff solid;
		box-shadow:0px 3px 20px rgba(0,0,0,0.2);
	}
	.box_news_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 10px);
		height:250px;
		background-size:cover;
		background-position:center;
		background-repeat:no-repeat;
	}
	.box_news h1
	{
		font-size:24px;
		line-height:26px;
		letter-spacing:-1px;
		margin-top:10px;
	}	
	.box_news .button_transparent
	{
		width:140px;
		border:1px #ffffff solid;
	}	

	
	
	
	.slider
	{
		position:relative;
		width:100%;
		height:650px;
		border:0px #000000 solid;
		padding-top:0px;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}
	.slider_sub_pages
	{
		position:relative;
		width:100%;
		height:650px;
		border:0px #000000 solid;
		padding-top:0px;
		background-color:#eeeeee;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}	
	.slider_homepage
	{
		position:relative; 
		width:100%;
		height:650px;
		background-position:top center;
		background-repeat:no-repeat;
		border:0px #000000 solid;
		margin:0px;
		padding:0px;
		overflow:hidden;
	}
	.slider_homepage_sub_pages
	{
		position:relative; 
		width:100%;
		height:650px;
		background-position:top center;
		background-repeat:no-repeat;
		border:0px #000000 solid;
		margin:0px;
		padding:0px;
		overflow:hidden;
	}		
	.slider_background
	{
		position:relative; 
		width:100%;
		height:650px;
		margin:0px;
		padding:0px;
		background-color:#edeef2;
		background-position:top center; 
		background-repeat:no-repeat;
		background-size:150%;	
		overflow:hidden;
	}
	.slider_background_sub_pages
	{
		position:relative; 
		background-position:center; 
		background-repeat:no-repeat;
		background-size:cover;	
		width:100%;
		height:650px;
		margin:0px;
		padding:0px;
		overflow:hidden;
	}	
	.slider_headline
	{
		position:absolute;
		display:inline-block;
		width:90%;
		min-height:200px;
		top:200px;
		left:0px;
		right:0px;
		margin-left:auto;
		margin-right:auto;
		border:0px #ff0000 solid;		
	}
	.slider_headline_1
	{
		position:relative;
		display:inline-block;
		width:100%;
		font-size:42px;
		line-height:42px;
		color:#1d2f38;
		letter-spacing:-2px;
		border:0px solid;		
		text-align:center;
		margin:0px;
		padding:0px;
	}	
	.slider_headline_2
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		min-height:50px;
		font-size:15px;
		line-height:20px;
		color:#777777;
		margin-top:10px;
		margin-bottom:10px;
		border:0px #ffffff solid;
		text-align:center;
		padding:0px;
	}
	.slider_headline_3
	{
		position:relative;
		display:inline-block;
		font-family:montserrat-extra-light;
		font-size:12px;
		line-height:18px;
		color:#888888;
		letter-spacing:5px;
		text-transform:uppercase;
		border:0px solid;
		padding:0px;
		text-align:center;
		z-index:1;
	}	
	.slider_headline_sub_pages
	{
		position:relative;
		display:inline-block;
		width:100%;
		height:300px;
		top:300px;
		border:0px solid;
		margin:0px;
		padding:0px;
		float:center;
		text-align:left;
	}
	.slider_mask
	{
		position:absolute;
		width:100%;
		height:250px;
		background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.0));
		z-index:9;
	}

	
	
    .title
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		min-height:50px;
		margin-top:50px;
		border:0px #000000 solid;
		text-align:center;
	}
	.title_line
	{	
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		max-width:70px;
		height:0.5px;
		margin-top:20px;
		margin-bottom:20px;
		background-color:#1D2F38;
		text-align:center;
	}
	.title h4
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		font-family:montserrat-light;
		font-weight:normal;
		font-size:12px;
		letter-spacing:5px;
		line-height:30px;
		color:#1D2F38;
		text-transform:uppercase;
		margin:0px;
		text-align:center;
	}
	.title h2
	{
		position:relative;
		display:inline-block;
		vertical-align:top;	
		width:100%;
		font-family:montserrat-bold;		
		font-weight:bold;
		font-size:40px;
		color:#1D2F38;
		line-height:50px;
		letter-spacing:-1px;
		margin:0px;
		text-align:center;
	}
	.title h3
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		max-width:800px;
		margin:0px;
		text-align:center;
	}		
	
	
	
	
	
	
	.box_blog_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;
		height:300px;
		margin-right:0px;
		margin-bottom:0px;
		text-align:center;
	} 
	.box_blog_text
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;
		margin-bottom:40px;
		text-align:center;		
	}

	.box_transparent_services
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100px;
		height:100px;
		margin-top:25px;
		margin-bottom:25px;
		margin-left:15px;
		margin-right:15px;

		opacity:0.1;
		-webkit-transition: all 0.3s ease; /* Safari and Chrome */
		-moz-transition: all 0.3s ease; /* Firefox */
		-ms-transition: all 0.3s ease; /* IE 9 */
		-o-transition: all 0.3s ease; /* Opera */
		transition: all 0.3s ease;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.box_transparent_services:hover
	{
		opacity:0.5;
		-webkit-transform:scale(1.25); /* Safari and Chrome */
		-moz-transform:scale(1.25); /* Firefox */
		-ms-transform:scale(1.25); /* IE 9 */
		-o-transform:scale(1.25); /* Opera */
		 transform:scale(1.25);
		 
		 -webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}





	.box_work
	{
		position:relative;
		display:inline-block;
		width:90%;
		max-width:350px;
		height:230px;
		border:0px #ffffff solid;
		padding:0px;
		text-align:center;
		cursor:pointer;
		z-index:1;
		outline:0px solid rgba(255,255,255,1);
		outline-offset:0px;
		overflow:hidden;
				
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	} 
	.box_work:hover
	{
		border:0px #ffffff solid;
		z-index:1;
		outline:20px solid rgba(255,255,255,0.5);
		outline-offset:-20px;
		z-index:9;
		
		box-shadow: 0px 0px 30px #bbbbbb;		
		-webkit-transform: scale(1.2);
		-ms-transition: all 200ms ease-in;
		-ms-transform: scale(1.2);   
		-moz-transition: all 200ms ease-in;
		-moz-transform: scale(1.2);
		transition: all 200ms ease-in;
		transform: scale(1.2);
		
		-webkit-transition: height 0.5s;
		-moz-transition: height 0.5s;
		transition: height 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}	
	
	.separator
	{
		position:relative;
		display:inline-block;
		width:90%;
		height:1px;
		background-color:#dddddd;
		margin-top:0px;
		margin-left:0px;
		margin-right:0px;
		padding:0px;
	}
	
	.contacts_description
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;
		min-height:200px;
		margin:0px;
		border:0px #ff0000 solid;
		text-align:center;
	}
	
	.contacts_form
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;
		min-height:500px;
		margin-bottom:50px;
		border:0px #ff0000 solid;
		text-align:center;
	}
	#chrono_verification1_container_div	
	{
		display:inline-block;
		margin-top:10px;
		margin-bottom:20px;
	}	
	
	.footer_zone_contacts
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		min-height:500px;
		margin-bottom:50px;
		border:0px #ff0000 solid;
		text-align:center;
	}
	
	.footer_zone_contacts
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		min-height:500px;
		margin:0px;
		border:0px #ff0000 solid;
		text-align:center;
	}	
	
	.footer_site_map
	{
		position:relative; 
		display:inline-block;
		width:100%;
		min-height:100px;
		margin-top:40px;
		border:0px solid;
		float:center;	
		text-align:center;
	}
	.footer_site_map h2
	{
		font-family:montserrat-bold;
		font-weight:bold;
		font-size:35px;
		color:#ffffff;
		line-height:40px;
		letter-spacing:-2px;
		margin:0px;
	}	
	
	.footer_services
	{
		position:relative; 
		display:inline-block;
		width:100%;
		min-height:100px;
		margin-top:40px;
		border:0px solid;
		float:center;	
		text-align:center;		
	}
	.footer_services h2
	{
		font-family:montserrat-bold;
		font-weight:bold;
		font-size:35px;
		color:#ffffff;
		line-height:40px;
		letter-spacing:-2px;
		margin:0px;
	}
	.footer_services div {
		width:100% !important;
	}

	.footer_newsletter
	{
		position:relative; 
		display:inline-block;
		width:100%;
		min-height:100px;
		margin-top:40px;
		border:0px solid;
		float:center;	
		text-align:center;	
	}
	.footer_newsletter h2
	{
		font-family:montserrat-bold;
		font-weight:bold;
		font-size:35px;
		color:#ffffff;
		line-height:40px;
		letter-spacing:-2px;
		margin:0px;
	}	

	.footer_contacts
	{
		position:relative; 
		display:inline-block;
		width:100%;
		min-height:250px;
		margin-top:40px;
		border:0px solid;
		float:center;	
		text-align:center;
	}
	.footer_contacts h2
	{
		font-family:montserrat-bold;
		font-weight:bold;
		font-size:35px;
		color:#ffffff;
		line-height:40px;
		letter-spacing:-2px;
		margin:0px;
	}	

	.footer_logos
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:160px;
		height:90px;
		margin-left:30px;
		margin-right:30px;
		margin-bottom:20px;
		margin-top:20px;
		border:0px solid;
	}	
			
	.footer_all_rights_reserved
	{
		position:relative; 
		display:inline-block;
		width:100%;
		min-height:30px;
		margin-top:20px;
		color:#ffffff;		
		border:0px #ffffff solid;
		float:center;
		text-align:center;
	}
	
	.footer_powered_by
	{
		position:relative;
		display:inline-block;
		width:100%;
		min-height:50px;
		color:#ffffff;
		border:0px #ffffff solid;
		float:center;
		text-align:center;
	}	
	
}
