

/* --** Reset CSS **-- */
* { margin: 0px; padding: 0px; box-sizing: border-box; -webkit-font-smoothing: antialiased; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0; font-family: inherit; font-size: 100%; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
html, body, button, input, select, textarea { font-family: Arial; font-size: 12px; color: #8c806e; }
ul, ol { margin-top: 0; margin-bottom: 10px; }
ul ul { margin-bottom: 0; }
li { font-size: 13px; margin: 5px 0px 10px 0px; }
pre { overflow: auto; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { font-weight: normal; text-align: left; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; quotes: none; }
a img { border: 0; }
a, input { outline: none; }
a { color: #F06;  }
a:hover { text-decoration: none; }
h1, h2, h3, h4, h5, h6 { margin: 5px 0px 15px 0px; clear: both; font-weight: lighter; }
h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 14px; }
p {font-size: 13px; margin: 5px 0px 15px 0px; }

img { -ms-interpolation-mode: bicubic; border: 0; height: auto; max-width: 100%; vertical-align: middle; display: block;  }
figure { margin: 0; }
::-webkit-input-placeholder { color: rgba(51, 51, 51, 0.7); }
:-moz-placeholder { color: rgba(51, 51, 51, 0.7); }
::-moz-placeholder { color: rgba(51, 51, 51, 0.7); opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */ }
:-ms-input-placeholder { color: rgba(51, 51, 51, 0.7); }
input:focus, textarea:focus { background-color: #fff; border: 1px solid #c1c1c1; border: 1px solid rgba(51, 51, 51, 0.3); color: #333; }
input:focus, select:focus { outline: 2px solid #c1c1c1; outline: 2px solid rgba(51, 51, 51, 0.3); }
.hide { display: none;}

.clear { clear: both; height: 0px; overflow: hidden; }

/* <<< Design Holder >>> */
.DesignHolder { position: relative; display: block; width: 100%; min-height: 100%; }

/* <<< Layout Frame >>> */
.LayoutFrame { margin: 0 auto; width: 100%; display: block; }

/* <<< Body >>> */
body { background: #fff; }

/* <<< Header >>> */
header { width: 100%; position: fixed; top: 0px; left: 0px; height: 125px; background: rgba(255, 255, 255, 0.65); z-index: 9; -webkit-box-shadow: 1px 1px 4px 1px #ffffff;
box-shadow: 1px 1px 4px 1px #ffffff;}
header .Center { max-width: 980px; margin: auto; }
header .site-logo { padding: 13px 0px 0px 0px; width: 220px; float: left; transition: all 0.3s;  }
header .site-logo h1 { margin: 0px; line-height: 30px; }
header .site-logo h1 a { font-size: 30px; color: #fff; font-family: 'Open Sans', sans-serif; font-weight: 800; text-decoration: none; text-transform: uppercase; text-shadow: rgb(3, 3, 3) 0px 2px 5px; transition: all 0.7s ease;  }
header .site-logo h1 a span { color: #ff9000; }
header .site-logo h1 a img { max-width:70%; -webkit-transition: all 0.3s ease; 
	transition: all 0.3s ease;}
header.smaller { padding: 0px 0px 0px 0px; height: 125px; transition: all 0.3s; background: rgba(255, 255, 255, 0.65); z-index:1000; 
-webkit-box-shadow: 1px 1px 4px 1px #ffffff;
box-shadow: 1px 1px 4px 1px #ffffff;}
header.smaller .site-logo {padding: 13px 0px 0px 0px; }
header.smaller .site-logo h1 { line-height: 30px; }
header.smaller .site-logo h1 a { font-size: 30px;  }
header.smaller .site-logo h1 a img{ max-width:70%; -webkit-transition: all 0.3s ease; 
	transition: all 0.3s ease;  }

/* <<< Navigation >>> */
.Navigation { float: left; margin-left: 11px; margin-top:37px;}
.Navigation ul { list-style: none; margin: 0px; float: right; }
.Navigation li { float: left; padding: 0px;  margin: 0px; height: 60px; position: relative; transition: all 0.3s ease; }
.Navigation li a { 
	padding: 16px 41px; 
	font-size: 16px; 
	color: #fff; 
	font-family: 'Open Sans Condensed', sans-serif; 
	font-weight: 700; 
	text-decoration: none; 
	display: block; -webkit-transition: all 0.3s ease; 
	transition: all 0.3s ease; 
	text-transform:uppercase;
}

/*
.Navigation li a.home { 
	padding: 16px 41px; 
}
*/

.Navigation li span.menu-item-bg1 { 
	background: #214292;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
	transition: all 0.5s ease;
	border-bottom-left-radius: 80px;
	border-top-left-radius: 80px;
	opacity: 1;
}

.Navigation li span.menu-item-bg2 { 
	background: #0066CC;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
	transition: all 0.5s ease;
	opacity: 1;
}

.Navigation li span.menu-item-bg3 { 
	background: #0099CC;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
	transition: all 0.5s ease;
	opacity: 1;
}

.Navigation li span.menu-item-bg4 { 
	background: #66CCFF;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
	transition: all 0.5s ease;
	opacity: 1;
	border-bottom-right-radius: 80px;
	border-top-right-radius: 80px;
}

.Navigation li:hover span, .Navigation li.active span {
	background: #214292;
}

header.smaller .Navigation li a { padding: 16px 41px; }
header.smaller .Navigation li { height: 60px; }

.mobile { display: none;  }
.mobile .fa { padding: 12px 14px; font-size: 31px; width: 55px; height: 55px; color: #fff; cursor: pointer; background: #214292; }
.mobile .fa:hover { background: #0099CC; }
.mobile.closed .fa-bars { display: none; }
.mobile .fa-times { padding: 11px 15px; width: 55px; height: 55px; display: none; font-size: 31px; }
.mobile.closed .fa-times { display: block; }

/* <<< Banner Section >>> */
.Banner_sec { width: 100%; background: none top center no-repeat #fff; height: auto; background-size: cover; float: left; }
.Banner_sec .bannerside { width: 100%; left: 0px;}


.Banner_sec #slider { width: 100%; float: left;  position: relative; z-index: 1; }
.Banner_sec .Slider .text { padding: 25px 47px 21px 30px; position: absolute; bottom: 0px; left: 0px; width: 100%; background: rgba(0, 0, 0, 0.7); }
.Banner_sec .Slider .text .Icon { width: 38%; float: left; }
.Banner_sec .Slider .text ul { list-style: none; margin: 0px; }
.Banner_sec .Slider .text li { float: left!important; padding: 0px 30px 0px 10px; margin: 0px; }
.Banner_sec .Slider .text li a { display: block; font-size: 14px; color: #fff; text-decoration: none; font-family: 'Open Sans', sans-serif; font-weight: 400; transition: all 0.3s ease;}
.Banner_sec .Slider .text li:last-child { padding: 0px; }
.Banner_sec .Slider .text li:hover a { color: #ff9000!important;}
.Banner_sec .Slider .text li a .fa { padding: 13px; margin-right: 10px; color: #fff; border-radius: 50px; border: solid 2px #fff; transition: all 0.3s ease; }
.Banner_sec .Slider .text li:hover a .fa { background: #ff9000; color: #fff; border: solid 2px #ff9000; }
.Banner_sec .Slider .text li:last-child { padding-right: 0px; padding-left: 0px;}
.Banner_sec .Slider .text .Lorem { float: right; width: 31%; }
.Banner_sec .Slider .text .Lorem p { padding-top: 5px; font-size: 18px; color: #fff; margin: 0px; font-family: 'Open Sans', sans-serif; font-weight: 400; text-transform: uppercase; text-align: right; line-height: 19px; }
.Banner_sec .Slider .text .Lorem p span { font-size: 14px; text-align: right; color: #ff9000; display: block; text-transform: capitalize;}
.Banner_sec .prevBtn { width: 42px; height: 42px; display: block; text-indent: -9999px; background: url(../img/prev-arrow.png) no-repeat; position: absolute; top: 300px; left: 49px;  z-index: 1; opacity: 0.5; transition: opacity 0.3s ease; }
.Banner_sec .prevBtn:hover {  opacity: 1; }	
.Banner_sec .nextBtn { width: 42px; height: 42px; display: block; text-indent: -9999px; background: url(../img/next-arrow.png) no-repeat; position: absolute; top: 300px; right: 47px;  z-index: 1; opacity: 0.5; transition: opacity 0.3s ease; }
.Banner_sec .nextBtn:hover { opacity: 1; }	
.Banner_sec .Shadow { position: absolute; bottom: -3px; left: -25px; max-width: none; }

/* <<< bg color>>> */
.bgcolor {
    background: rgba(0, 0, 0, 0) url("../img/separador1.png") no-repeat scroll center top;
    height: 129px;
    position: absolute;
    top: 460px;
    width: 100%;
    z-index: 999;
}

.bgcolor2 {
    background: rgba(0, 0, 0, 0) url("../img/separador2.png") no-repeat scroll center top;
    height: 129px;
    position: relative;
    top: -60px;
    width: 100%;
}

.bgcolor3 {
    background: rgba(0, 0, 0, 0) url("../img/separador3.png") no-repeat scroll center top;
    height: 129px;
    position: absolute;
    top: 1400px;
    width: 100%;
}

	
	
	/* <<< Container >>> */
	#Container { overflow: hidden; width: 100%;  }

	/* <<< About Section >>> */
	.About_sec { padding: 80px 0px 0px 0px ; width: 100%; overflow: hidden;  }
	.About_sec .Center { max-width: 980px; margin: auto; overflow: hidden; text-align: center; }
	.About_sec h2 {
    color: #4a4d52;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 60px;
    font-weight: 400;
    letter-spacing: -0.4px;
    line-height: 60px;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
    text-shadow:0 0 1px #4A4D52;
}
	.About_sec p { padding: 24px 0px 35px 0px; font-size: 14px; color: #979797; margin: 0px; font-family: 'Open Sans', sans-serif; line-height: 25px; font-weight: 400; }
	.About_sec .Line { border: solid 2px #0099CC; height:1px; width: 220px; margin: auto; float:left; margin-top:5px;}
	.About_sec .Tabside { padding: 40px 0px; width: 100%;}
	.About_sec .Tabside ul { list-style: none; margin: 0px; padding-bottom: 59px; }
	.About_sec .Tabside li { float: none; padding: 0px; margin: 0px -2px; display: inline-block;}
	.About_sec .Tabside li a { padding: 14px 40px 13px 40px; font-size: 18px; color: #989898; font-family: 'Open Sans', sans-serif; font-weight: 400; text-decoration: none; text-transform: uppercase; border: solid 1px #d5d5d5; display: block; transition: all 0.3s ease; }
	.About_sec .Tabside li a:hover, .About_sec .Tabside li a.activeLink { border: solid 1px #ff9408; background: #ff9408; color: #fff;}
	.About_sec .Tabside .TabImage { width: 43.63%; float: right; position: relative; }
	.About_sec .Tabside .TabImage .img1 { position: absolute; top: -10px; left: 42px; height: 260px; background: none; }
	.About_sec .Tabside .Description { width: 54.3%; float: left; text-align: left; margin-top: -6px;}
	.About_sec .Tabside .Description p { padding: 21px 0px 4px 0px; font-size: 16px; color: #999999; margin: 0px; font-family:'Lato'; line-height: 25px; }
	.About_sec .Tabside .Description p .cyan { font-size: 16px; color: #08c2ff; }


	/* <<< Services Section >>> */
	.Services_sec{ padding: 0px 0px 0px 0px ; width: 100%; overflow: hidden; background: none; }
	.Services_sec .Center { max-width: 980px; margin: auto; overflow: hidden; text-align: center; }
	.Services_sec h2 {
	color: #4a4d52;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 60px;
    font-weight: 400;
    letter-spacing: -0.4px;
    line-height: 60px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    text-shadow:0 0 1px #4A4D52;
     }
	.Services_sec p { 
		font-size: 16px; 
		color: #999999; 
		margin: 0px; 
		font-family: 'Lato', sans-serif; 
		line-height: 22px; 
		font-weight: 400; 
	}

	.Services_sec .Line { border: solid 2px #0099CC; height:1px; width: 240px; margin: auto; margin-top:5px;}
	.Services_sec .Serviceside { padding: 76px 0px 30px 0px; width: 100%; overflow: hidden; }
	.Services_sec .Serviceside ul { list-style: none; margin: 0px; }
	.Services_sec .Serviceside li { float: left; padding: 0px; margin: 0px 40px 10px 0px; text-align: center; width: 210px; height:365px;}
	.Services_sec .Serviceside li:nth-child(4) { margin: 0px 0px 0px 0px !important;}
	.Services_sec .Serviceside li:nth-child(8) { margin: 0px 0px 0px 0px !important;}


    .Services_sec .Serviceside li.shopper { background: url(../img/shopper-bn.png) top center no-repeat;}
    .Services_sec .Serviceside li.shopper:hover { background: url(../img/shopper.png) top center no-repeat; transition: all 0.3s;  }
    .Services_sec .Serviceside li.shopper h4 { padding: 138px 0px 0px 0px;  font-size: 20px; color: #999999; text-decoration: none; text-transform: uppercase; font-family: 'Open Sans', sans-serif; font-weight: 400;  }
    .Services_sec .Serviceside li.shopper h4:hover { text-decoration:none; color:#214292;} 
    .Services_sec .Serviceside li.shopper a.info { text-decoration: none; background: url(../img/masinfo.png) 40px 10px no-repeat; display: block; font-size: 16px; color: #244493; text-transform: uppercase; font-family: 'Open Sans Condensed', sans-serif; font-weight: 700; padding-top:10px; padding-left:15px;  }

	.Services_sec .Serviceside li.promos { background: url(../img/promos-bn.png) top center no-repeat;}
    .Services_sec .Serviceside li.promos:hover { background: url(../img/promos.png) top center no-repeat; transition: all 0.3s;  }
    .Services_sec .Serviceside li.promos h4 { padding: 138px 0px 0px 0px;  font-size: 20px; color: #999999; text-decoration: none; text-transform: uppercase; font-family: 'Open Sans', sans-serif; font-weight: 400;  }
    .Services_sec .Serviceside li.promos h4:hover { text-decoration:none; color:#0066CC;}


    .Services_sec .Serviceside li.stands {background: url(../img/stands-bn.png) top center no-repeat;}
    .Services_sec .Serviceside li.stands:hover {background: url(../img/stands.png) top center no-repeat;  transition: all 0.3s; }
    .Services_sec .Serviceside li.stands h4 { padding: 138px 0px 0px 0px;  font-size: 20px; color: #999999; text-decoration: none; text-transform: uppercase; font-family: 'Open Sans', sans-serif; font-weight: 400;  }
    .Services_sec .Serviceside li.stands h4:hover { text-decoration:none; color:#0099CC;}
    

    .Services_sec .Serviceside li.eventos {background: url(../img/eventos-bn.png) top center no-repeat;}
    .Services_sec .Serviceside li.eventos:hover {background: url(../img/eventos.png) top center no-repeat; transition: all 0.3s; }
    .Services_sec .Serviceside li.eventos h4 { padding: 138px 0px 0px 0px;  font-size: 20px; color: #999999; text-decoration: none; text-transform: uppercase; font-family: 'Open Sans', sans-serif; font-weight: 400;  }
    .Services_sec .Serviceside li.eventos h4:hover { text-decoration:none; color:#66CCFF;}
    

    .Services_sec .Serviceside li.rse {background: url(../img/rse-bn.png) top center no-repeat;}
    .Services_sec .Serviceside li.rse:hover {background: url(../img/rse.png) top center no-repeat; transition: all 0.3s;  }
    .Services_sec .Serviceside li.rse h4 { padding: 138px 0px 0px 0px;  font-size: 20px; color: #999999; text-decoration: none; text-transform: uppercase; font-family: 'Open Sans', sans-serif; font-weight: 400;  }
    .Services_sec .Serviceside li.rse h4:hover { text-decoration:none; color:#66CCFF;}
    

    .Services_sec .Serviceside li.tecnologia {background: url(../img/tecnologia-aplicada-bn.png) top center no-repeat;}
    .Services_sec .Serviceside li.tecnologia:hover {background: url(../img/tecnologia-aplicada.png) top center no-repeat; transition: all 0.3s;  }
    .Services_sec .Serviceside li.tecnologia h4 { padding: 138px 0px 0px 0px;  font-size: 20px; color: #999999; text-decoration: none; text-transform: uppercase; font-family: 'Open Sans', sans-serif; font-weight: 400;  }
    .Services_sec .Serviceside li.tecnologia h4:hover { text-decoration:none; color:#0099CC;}
    

    .Services_sec .Serviceside li.marketing {background: url(../img/marketing-digital-bn.png) top center no-repeat;}
    .Services_sec .Serviceside li.marketing:hover {background: url(../img/marketing-digital.png) top center no-repeat; transition: all 0.3s;  }
    .Services_sec .Serviceside li.marketing h4 { padding: 138px 0px 0px 0px;  font-size: 20px; color: #999999; text-decoration: none; text-transform: uppercase; font-family: 'Open Sans', sans-serif; font-weight: 400;  }
    .Services_sec .Serviceside li.marketing h4:hover { text-decoration:none; color:#0066CC;}
    

    .Services_sec .Serviceside li.social {background: url(../img/social-media-bn.png) top center no-repeat;}
    .Services_sec .Serviceside li.social:hover {background: url(../img/social-media.png) top center no-repeat; transition: all 0.3s; }
    .Services_sec .Serviceside li.social h4 { padding: 138px 0px 0px 0px;  font-size: 20px; color: #999999; text-decoration: none; text-transform: uppercase; font-family: 'Open Sans', sans-serif; font-weight: 400;  }
    .Services_sec .Serviceside li.social h4:hover { text-decoration:none; color:#214292;}


	/* <<< Contact Section >>> */
	.Contact_sec { width: 100%; overflow: hidden; background-color: #ECECEC;}
	.Contact_sec .Contactside { background: none; background-size: cover; overflow: hidden;}
	.Contact_sec .Center { padding: 0px 0px 77px 0px;  max-width: 980px; margin: auto; overflow: hidden; text-align: center; }
	.Contact_sec h2 {
    color: #4a4d52;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 60px;
    font-weight: 400;
    letter-spacing: -0.4px;
    line-height: 60px;
    margin: 30px 0 0 0;
    text-align: left;
    text-transform: uppercase;
    text-shadow:0 0 1px #4A4D52;
}
	.Contact_sec p { padding: 24px 0px 35px 0px; font-size: 14px; color: #ebebeb; margin: 0px; font-family: 'Open Sans', sans-serif; line-height: 25px; font-weight: 400; }
	.Contact_sec .Line { border: solid 2px #0099CC; height:1px; width: 283px; margin: auto; float:left; margin-top:5px;}
	.Contact_sec .Pricingside { padding: 70px 0px 10px 0px; width: 100%; overflow: hidden; text-align: initial; }
	
	/* <<< Map >>> */
	.Map { position: relative; z-index: 1; width: 100%; overflow: hidden; box-shadow: 0px 1px 12px 3px #242424;
		-webkit-box-shadow: 0px 1px 12px 3px #242424; -moz-box-shadow: 0px 1px 12px 3px #242424; -o-box-shadow: 0px 1px 12px 3px #242424; }
		.Map #GoogleMap { height: 399px; }

		/* <<< Get Section >>> */
		.Get_sec { width: 100%; overflow: hidden; background: none; background-size: cover; }
		.Get_sec .Mid { padding: 0px 0px 95px 0px; max-width: 980px; margin: auto; overflow: hidden; }
		.Get_sec .Leftside { width: 56%; float: left; }
		.Get_sec .Leftside fieldset { padding: 5px 0 0 5px; margin: 0px; }
		.Get_sec .Leftside p { padding: 0px; margin: 0px 0px 25px 0px;  }
		.Get_sec .Leftside input.field { background-color: rgba(255, 255, 255, 0.5); padding: 18px 20px 17px 20px; font-size: 14px; color: #979797; font-family: 'Lato', sans-serif; font-weight: 400;  border:0px; box-shadow: 0px 0px 3px 1px #c9c9c9; width: 100%; border-radius: 10px; }
		.Get_sec .Leftside input:focus { outline: none; box-shadow: 0px 0px 0px 0px #c9c9c9;}
		.Get_sec .Leftside textarea { background-color: rgba(255, 255, 255, 0.5); padding: 18px 20px 17px 20px; font-size: 14px; color: #979797; font-family: 'Lato', sans-serif; font-weight: 400; border: 0px; box-shadow: 0px 0px 3px 1px #c9c9c9; width: 100%; height: 100px; resize:none; border-radius: 10px; }
		.Get_sec .Leftside textarea:focus { outline: none; box-shadow: 0px 0px 0px 0px #c9c9c9;}
		.Get_sec .Leftside .button { padding: 16px 0px 17px 0px; margin-top: -3px; font-size: 14px; color: #e9ecee; font-family: 'Lato', sans-serif; font-weight: 700; text-align: center; background: #214292; border: 0px; text-transform:uppercase; width: 100%; box-shadow: 0px 0px 3px 1px #c9c9c9; cursor: pointer; border-radius: 10px; transition: all 0.3s ease;}
		.Get_sec .Leftside .button:hover { background: #2d2d2d; color: #fff; box-shadow: 0px 0px 0px 0px #c9c9c9;}
		.Get_sec .Rightside { padding-top: 12px; width: 40%; float: right;}
		.Get_sec .Rightside h3 { padding-bottom: 44px; font-size: 46px; color: #f88e04; font-family: 'Open Sans Condensed', sans-serif; font-weight: 400; margin: 0px; text-transform:uppercase; line-height: 46px; }
		.Get_sec .Rightside address { padding: 0px 0px 27px 65px; margin-left: 3px; font-size: 14px; color: #999999; font-family: 'Lato', sans-serif; font-weight: 400; font-style: normal; background: url(../img/location-icn.png) left 4px no-repeat; line-height: 24px;  }
		.Get_sec .Rightside address.Number { background: url(../img/phone-icn.png) left 5px no-repeat; }
		.Get_sec .Rightside address.Email { margin-left: 4px; background: url(../img/mail-icn.png) left 0px no-repeat; }
		.Get_sec .Rightside address.Email a { text-decoration: none; color: #999999; }
		.Get_sec .Rightside address.Email a:Hover { color: #214292; }
		.Get_sec .Rightside ul { list-style: none; margin: 0px; padding: 27px 0px 0px 3px; }
		.Get_sec .Rightside li { float: left; padding: 0px; margin: 0px  22px 0px 0px; }
		.Get_sec .Rightside li a { text-decoration: none; }

		/* <<< footer >>> */
		footer { overflow: hidden; width: 100%; text-align: center; background: rgba(0, 0, 0, 0.6); }
		footer .Cntr { padding:  28px 0px; max-width: 1100px; margin: auto;}
		footer .Cntr p { padding: 0px; font-size: 13px; color: #a9abad; font-family:'Open Sans'; margin: 0px; }
		footer .Cntr a { color: #a9abad; text-decoration: none; }
		footer .Cntr a:hover { color: #fff; }


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   #loader-wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000; }
   #loader { display: block; position: relative; left: 50%; top: 50%; width: 150px; height: 150px; margin: -75px 0 0 -75px; border-radius: 50%; border: 3px solid transparent; border-top-color: #3498db; -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
   	animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */ z-index: 1001; }
   	#loader:before { content: ""; position: absolute; top: 5px; left: 5px; right: 5px; bottom: 5px; border-radius: 50%; border: 3px solid transparent;
   	border-top-color: #e74c3c; -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
   animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */ }
   #loader:after { content: ""; position: absolute; top: 15px; left: 15px; right: 15px; bottom: 15px; border-radius: 50%; border: 3px solid transparent;
border-top-color: #f9c922; -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */ animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */ }

@-webkit-keyframes spin {
	0%   { 
		-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
		transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
		transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}
}
@keyframes spin {
	0%   { 
		-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
		transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
		transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}
}

#loader-wrapper .loader-section { position: fixed; top: 0; width: 51%; height: 100%; background: #222222; z-index: 1000; -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */ transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */}

#loader-wrapper .loader-section.section-left {
	left: 0;
}

#loader-wrapper .loader-section.section-right {
	right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
	-webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
	transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */  
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
	-webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
	transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */  
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
	opacity: 0;  
	transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
	visibility: hidden;

	-webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
	transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */  
	transition: all 0.3s 1s ease-out;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
	display: none;
}
