@charset "utf-8";
/* CSS Document */
/* css/deslumbrantes */
	@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);
	
*{
	margin:0;
	padding:0;
	font-family: Lato, serif;
	font-weight:300;
    border:none;
	text-decoration:none;
	font-size:14px;
}	

html,body{
	height:100%; 
}

body{
	background: url(/themes/deslumbrantes/images/lumb_pat.jpg) #000 repeat fixed;
	background-size: 3%;
	color:#fff;
}


.alignRight{
	text-align:right;
}

.alignCenter{
	text-align:center;
}

.blue{
	color:#0c63c7;
}

.white{
	color:#ffffff;
}

.orange{
	color:#df8214;
}

.italic{
	font-style:italic;
}

.bold{
	font-weight:bold;
}

.uppercase{
	text-transform:uppercase;
}

.s36{
	font-size:36px;
}

.s30{
	font-size:30px;
}

.s26{
	font-size:26px;
}

.s22{
	font-size: 22px;
}

.s18{
	font-size:18px;
}

.lHeight{
	line-height: 200%;
}

.socialLinks a{
	font-size: 30px;
	color: #fff;
	margin: 0 2px;
	display: inline-block;
}

.splash_bg{
	background: url(/themes/deslumbrantes/images/top_bg.jpg) 0 0 no-repeat;
	background-size: cover;
}

.header_group{
	padding: 40px 0 20px 0;
}

#navigation{
	width:100%;
	background: #2d2d2d; /* Old browsers */
	background: -moz-linear-gradient(top,  #2d2d2d 0%, #3a3a3a 0%, #111111 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d2d2d), color-stop(0%,#3a3a3a), color-stop(99%,#111111)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2d2d2d 0%,#3a3a3a 0%,#111111 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2d2d2d 0%,#3a3a3a 0%,#111111 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2d2d2d 0%,#3a3a3a 0%,#111111 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #2d2d2d 0%,#3a3a3a 0%,#111111 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#111111',GradientType=0 ); /* IE6-9 */
}

#navigation ul li{
	display: inline-block;
	margin-right: -4px;
	width: calc(12.5% - 3px);
	border-right: 1px solid #424242;
	border-left: 1px solid #1F1F1F;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
}

#navigation ul li:first-child{
	border-left:none;
}

#navigation ul li:last-child{
	border-right:none;
}

#navigation ul li a{
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 14px 0;
	text-align: center;
	
}

ul li ul {
	padding: 0;
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 999;
	width: 220px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transiton: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-ms-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.6s ease;
}
ul li ul li { 
	background: rgba(0, 0, 0, 0.85);
	display: block !important;
	color: #fff;
	width: 100% !important;
	text-shadow: 0 -1px 0 #000;
	border-left:none !important;
	border-right:none !important;
	border-bottom: 1px solid #424242;
	border-top: 1px solid #1F1F1F;
	
}

ul li ul li a{
	text-align: left !important;
	margin-left: 15px;
	-webkit-transiton: color 0.2s;
	-moz-transition: color 0.2s;
	-ms-transition: color 0.2s;
	-o-transition: color 0.2s;
	-transition: color 0.2s;
}

ul li ul li a:hover {
	color:#177BEF !important;
}
ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

#langs{
	top: 0;
	right: 0;
	background: #fff;
	padding: 10px;
}


.banner_container{
	height: 390px;
}

.embeded_video{
	top: 20px;
	left: -50px;
	width: 430px;
	height: 300px;
	border: 9px solid #000;
}

.embeded_video iframe{
	width: 100%;
	height: 100%;
}

.embeded_video h2{
	color:#cc181e;
	margin-top: 10px;
}

.blackTransparent{
	background: rgba(0, 0, 0, 0.4);
	border-top: 1px solid rgba(255, 255, 255, 0.09);
	padding: 15px 0 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.triangleDown{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26.0px 15px 0 15px;
	border-color: #999999 transparent transparent transparent;
	margin: auto;
}

.features{
	border-right: 1px solid #1F1E1E;
	border-left: 2px solid #000;
	width: calc(33.33333333333333% - 3px) !important;
}

.features:first-child{
	border-left:none !important;
}

.features:last-child{
	border-right:none !important;
}

.feature_cont{
	padding: 20px 30px;
	line-height: 180%;
	font-weight: normal;
}

.meguiar{
	width: 160px;
	margin: auto;
	display: block;
}

.about_wrapper{
	padding: 20px 0;
	line-height: 180%;
	font-weight: normal;
}

.about_wrapper h2{
	margin-bottom:20px;
}

#map{
	width: 100%;
	height: 300px;
}

#map iframe{
	width: 100%;
	height: 100%;
}

.contacts{
	padding-left:30px;
}

.card_pays{
	width: 80px;
	margin: 10px 5px 0 0;
}

.title_style {
	color: #FFFFFF;
	line-height: 120%;
	margin: 10px 0 10px 0;
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
}


footer{
	background: #000;
	color: #ccc;
	padding: 12px 0;
	text-align: center;
}

footer p,
footer a,
footer span{
	color: #ccc;
	font-size:12px
}

/*SERVICES*/
.service_list {
	margin: 60px 0;
}
.border_grey_right {
	border-right: solid 1px #eeeeee;
}

.service_list a {
	display: block;
	font-weight: 600;
	padding: 9px;
	color: #fff;
	border-bottom: 1px solid #000;
	background: rgba(255, 255, 255, 0.05);
	font-size: 14px;
	-webkit-transition: background 0.6s ease;
	-moz-transition: background 0.6s ease;
	-ms-transition: background 0.6s ease;
	-o-transition: background 0.6s ease;
	transition: background 0.6s ease;
}
.service_list a:hover {
	background: rgba(0, 0, 0, 0.13);
}
.about_container {
	line-height: 140%;
	padding: 60px 30px;
}

.media_container{
	margin:30px auto;
	width:600px;
}

.media_container iframe{
	width:100% !important;
}

/*CONTACT*/
.social_bottom {
	border-bottom: solid 1px #515050;
	padding-bottom: 10px;
}

.social_bottom a{
	color: #fff;
	font-size: 30px;
	margin-right: 5px;
}

.contact_form {
	margin: auto;
	margin-bottom: 30px;
}

.fill_form {
	background: none repeat scroll 0 0 #F0F0F0;
	font-size: 14px;
	margin-bottom: 8px;
	padding: 12px 15px;
	width: calc(100% - 30px);
	font-family: Lato, serif;
	border-radius: 0;
}

.textareaHeight {
	height: 115px;
}

#capXP{
	height: 50px;
}

.grey{
	font-size: 12px;
	color: #666;
}

.prm_btn {
	color: #fff;
	padding: 10px 0;
	display: block;
	width: 120px;
	border-bottom: solid 3px #2D2D2D;
	text-align: center;
	cursor: pointer;
	background: #353535;
}

.fb_iframe_widget span{
	background: #fff;
	margin: auto;
}

/*END CONTACT*/

@media (max-width: 1024px){

	
}

@media (max-width: 800px){

	

}



@media (max-width: 640px){
	
	
}

@media (max-width: 400px){
	
}



/* ColorBox*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:25px; height:25px; background:url(/themes/classy/images/border1.png) no-repeat 0 0;}
    #cboxTopCenter{height:25px; background:url(/themes/classy/images/border1.png) repeat-x 0 -50px;}
    #cboxTopRight{width:25px; height:25px; background:url(/themes/classy/images/border1.png) no-repeat -25px 0;}
    #cboxBottomLeft{width:25px; height:25px; background:url(/themes/classy/images/border1.png) no-repeat 0 -25px;}
    #cboxBottomCenter{height:25px; background:url(/themes/classy/images/border1.png) repeat-x 0 -75px;}
    #cboxBottomRight{width:25px; height:25px; background:url(/themes/classy/images/border1.png) no-repeat -25px -25px;}
    #cboxMiddleLeft{width:25px; background:url(/themes/classy/images/border2.png) repeat-y 0 0;}
    #cboxMiddleRight{width:25px; background:url(/themes/classy/images/border2.png) repeat-y -25px 0;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:20px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxLoadingOverlay{background:#fff url(/themes/classy/images/loading.gif) no-repeat 5px 5px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}


	
