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

/*low resolution, 480px and below*/
	@media only screen and (max-width: 480px) { 

	body { background: rgb(255,255,255); }
	
	}



	/*medium resolution, 481px to 1023 */	
	@media only screen and (min-width: 481px) { 

	body { background: rgb(255,255,255); } 

	}



	/*high resolution, 1024px and above*/
	@media only screen and (min-width: 1024px) { 

html {
    font-size: 100%; /* 1 */
    overflow-y: scroll; /* 2 */
    -webkit-text-size-adjust: 100%; /* 3 */
    -ms-text-size-adjust: 100%; /* 3 */
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

	body { margin: 0; }
	
	body,
	button,
	input,
	select,
	textarea {
    font-family: 'Open Sans', helvetica, sans-serif;
	font-size: .8em;
}
a:focus {
    outline: thin dotted;
}
a:link,
a:hover,
a:active {
    outline: 0;
	text-decoration:none;
	color:inherit;
}

#master, header, #about_cont1, #home_pres2, .home_contact, footer { width:100%; margin: 0 auto; } 

header { 
	height:83px;
	background: rgb(166,39,41); 
	background-image:url(../images/fiatluxx_header_bg.jpg);
	background-repeat:repeat-x;
	}
	
#header_cont, .prod_wrapper, .contact_wrapper {
		width:80%;
		margin: 0 auto; }

#logo {
		float:left; margin: 0 0 0 0;
}
	
/* -- Navigation --*/

nav { width: 67%; height: 35px;
	padding: 15px; margin: 0 auto;
	float: right;
	overflow: hidden;
	display: block;
	font-size: 11px; font-weight: 100;
	color: white;
	text-transform: uppercase; 
	}
	
nav ul {
    margin: 0;
    padding: 0;
  }

    nav ul li {
      display: inline-block;
      list-style-type: none;
      
      -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; 
    }
      
      nav > ul > li > a > .caret {
        border-top: 4px solid #fff;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        content: "";
        display: inline-block;
        height: 0;
        width: 0;
        vertical-align: middle;
  
        -webkit-transition: color 0.1s linear;
     	  -moz-transition: color 0.1s linear;
       	-o-transition: color 0.1s linear;
          transition: color 0.1s linear; 
      }

      nav > ul > li > a {
        color: #fff;
        display: block;
        line-height: 56px;
        padding: 0 24px;
        text-decoration: none;
      }

        nav > ul > li:hover {
          color: rgb( 224, 224, 224 );
        }

        nav > ul > li:hover > a {
          color: rgb( 224, 224, 224 );
        }

        nav > ul > li:hover > a > .caret {
          border-top-color: rgb( 224, 224, 224 );
        }
      
      nav > ul > li > div {
        background-color: rgb( 165, 39, 42 );
        border-top: 0;
        border-radius: 0 0 4px 4px;
        box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
        display: none;
        margin: 0;
        opacity: 0;
		position:absolute;
		margin-top: -10px;
        width: 165px;
		visibility: hidden;
		z-index: 100;
  
        -webkit-transiton: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        -ms-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        -transition: opacity 0.2s;
      }

        nav > ul > li:hover > div {
          display: block;
          opacity: 1;
          visibility: visible;
        }

          nav > ul > li > div ul > li {
            display: block;
          }

            nav > ul > li > div ul > li > a {
              color: #fff;
              display: block;
              padding: 12px 24px;
              text-decoration: none;
            }

              nav > ul > li > div ul > li:hover > a {
                background-color: rgba( 255, 255, 255, 0.1);
              }
/* -- Navigation end --*/


#home_section2 {
	height: 350px;
	background-image: url(../images/fiatluxx_home_bg2.jpg);
	padding: 145px 15% 25px 15%;
	margin: 0 auto;
	display: block;
	position: relative;
}
#home_contact {
	height: 285px;
	text-align: center;
	padding: 11% 12% 0 12%;
	background-image: url(../images/fiatluxx_home_contact_info-bg3.jpg);
}


/* -- Footer -- */

footer { 
	height: 168px;
	background-color: #e9e9e9;
	padding-top: 25px;
	float: left;
	display: block;
}
#footer_info1, #footer_info2 {
	width: 14%;
	float: left;
	font-size: 13px;}

	#footer_info1 {
		margin-left: 12%;

}
	#footer_info2 {
		padding-left: 40px;
}
#footer_social {
	width: 25%;
	float: right;
	margin-top: 10px;
}

/* -- About Us --*/

#about_cont1 {
	width: inherit;
	height: 500px; 
	background-image: url(../images/fiatluxx_about_bg1.jpg);
	background-position: center;
	padding: 125px 15% 25px 15%;
}
#about_cont2 {
	width: inherit;
	height: 550px; 
	background-image: url(../images/fiatluxx_about_bg2.jpg);
	background-position: top;
	padding: 125px 15% 25px 15%;
}
#about_cont3 {
	width: inherit;
	height: 500px; 
	background-image: url(../images/fiatluxx_about_bg3.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 125px 15% 25px 15%;
}

.about_services_box {
	width: 250px;
	height: auto;
	font-weight: bold;
	float: left;
	margin: 0 50px 0 0;
}
#check_work {
	width: inherit;
	float: left;
	padding: 45px 0 0 0;
	font-weight: 300;
	text-align: center;
	text-decoration: underline;
}
.back-to-top {
    position: fixed;
    bottom: 16em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: none;
    font-size: 12px;
    padding: 1em;
    display: none;
}

.back-to-top:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}


.cont_content {
	background-color: #ae1a1e;
	background-image: url(../images/fiatluxx_contact_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 25px;
}

#cont_left, #cont_right {
	width: 480px;
	margin: 0;
	height: 416px;
	text-align: center;
}
#cont_left {
	float: left;
}
#cont_right {
	float: right;
}

/* -- Production -- */

.prod_wrapper, .contact_wrapper {
	height: auto;
	padding: 25px 10% 25px 10%;
	display:block;
}
.prod_content, .prod_banner_img, .cont_content {
	width: 60%;
	min-width: 800px;
	height: auto;
}	
.prod_content {
	background-color: #FAFAFA;
	margin: 0 0 35px 10px;
	padding: 0;
	float: left;
}
.prod_banner_img {
  	font-size: 52px;
  	font-family: "Raleway", Helvetica, Sans serif;
  	color: rgb( 255, 255, 255 );
  	font-weight: 600;
  	text-transform: uppercase;
  	line-height: 1.125;
  	text-align: center;
	padding: 14.5% 0 14.5% 0;
	margin: 0;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	border: none;
}
.service_text {
	padding: 25px 35px 35px 35px;
	text-justify: distribute;
}
#prod_img, #video_img, #gfx_img, #photo_img, #web_img, #music_img {
	background-repeat: no-repeat;
}
#prod_img {
	background-image: url(../images/fiatluxx_img_production.jpg);
}
#video_img {
	background-image: url(../images/fiatluxx_img_video.jpg);
}
#gfx_img {
	background-image: url(../images/fiatluxx_img_gfx.jpg);
}
#photo_img {
	background-image: url(../images/fiatluxx_img_photo.jpg);
}
#web_img {
	background-image: url(../images/fiatluxx_img_web.jpg);
}
#music_img {
	background-image: url(../images/fiatluxx_img_music.jpg);
}
.mkt_banner_img {
  	font-size: 52px;
  	font-family: "Raleway", Helvetica, Sans serif;
  	color: rgb( 255, 255, 255 );
  	font-weight: 600;
  	text-transform: uppercase;
  	line-height: 1.125;
  	text-align: center;
	padding: 11.5% 0 11.5% 0;
	margin: 0;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	border: none;
}
#mkt_img {
	background-image: url(../images/fiatluxx_img_mkt.jpg);
}
#seo_img {
	background-image: url(../images/fiatluxx_img_seo.jpg);
}
#sem_img {
	background-image: url(../images/fiatluxx_img_sem.jpg);
}
#adwords1_img {
	background-image: url(../images/fiatluxx_img_adwords1.jpg);
}
#adwords2_img {
	background-image: url(../images/fiatluxx_img_adwords2.jpg);
}
#facebook1_img {
	background-image: url(../images/fiatluxx_img_fb1.jpg);
}
#facebook2_img {
	background-image: url(../images/fiatluxx_img_fb2.jpg);
}
#bloggers1_img {
	background-image: url(../images/fiatluxx_img_blog1.jpg);
}
#bloggers2_img {
	background-image: url(../images/fiatluxx_img_blog2.jpg);
}
#promotions_img {
	background-image: url(../images/fiatluxx_img_bloggers1.jpg);
}
#socialmedia_img {
	background-image: url(../images/fiatluxx_img_socialmedia.jpg);
}

/* -- Side Menu -- */

.side_nav {
	width: 200px;
	height: auto;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #afafaf;
  	font-family: "Open Sans" Arial, Helvetica, Sans-serif;
  	color: rgb( 255, 255, 255 );
	float: left;
}
.menu-item {
  background: #fff;
  width: 200px;
}
.menu-item h4 a {
  color: white;
  display: block;
  text-decoration: none;
  width: 200px;
}
.menu-item h4 {
  border-bottom: 1px solid  rgb( 255, 255, 255 );
  /*border-top: 1px solid  rgb( 255, 255, 255 );*/
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 20px; /*7px 12px;*/
  margin: 0;
   
  /*Gradient*/
  background: #afafaf; /* Old browsers */
  background: -moz-linear-gradient(top, #afafaf 100%, #969696 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#afafaf), color-stop(100%,#969696)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #afafaf 0%, #969696 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #afafaf 0%, #969696 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #afafaf 0%, #969696 100%); /* IE10+ */
  background: linear-gradient(top, #afafaf 0%, #969696 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afafaf', endColorstr='#969696',GradientType=0 ); /* IE6-9 */
}
.menu-item h4:hover {  
  background: #d22828; /* Old browsers */
  background: -moz-linear-gradient(top,  #d22828 0%, #c02020 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d22828), color-stop(100%,#c02020)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #d22828 0%,#c02020 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #d22828 0%,#c02020 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #d22828 0%,#c02020 100%); /* IE10+ */
  background: linear-gradient(top,  #d22828 0%,#c02020 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d22828', endColorstr='#c02020',GradientType=0 ); /* IE6-9 */
}
.menu-item ul {
  background: #fff;
  font-size: 13px;
  line-height: 30px;
  list-style-type: none;
  overflow: hidden;
  padding: 0px;
}
 
.menu-item ul a {
  margin-left: 20px;
  text-decoration: none;
  color: #aaa;
  display: block;
  width: 200px;
}
 
/*li Styles*/
.menu-item li {
  border-bottom: 1px solid #eee;
}
 
.menu-item li:hover {
  background: #eee;
}
/*ul Styles*/
.menu-item ul {
  background: #fff;
  font-size: 13px;
  line-height: 30px;
  list-style-type: none;
  overflow: hidden;
  padding: 0px;
}
 
.menu-item ul a {
  margin-left: 20px;
  text-decoration: none;
  color: #aaa;
  display: block;
  width: 200px;
}
 
/*li Styles*/
.menu-item li {
  border-bottom: 1px solid #eee;
}
 
.menu-item li:hover {
  background: #eee;
}
/*ul Styles*/
.menu-item ul {
  background: #fff;
  font-size: 13px;
  line-height: 30px;
  list-style-type: none;
  overflow: hidden;
  padding: 0px;
}
 
.menu-item ul a {
  margin-left: 20px;
  text-decoration: none;
  color: #aaa;
  display: block;
  width: 200px;
}
 
/*li Styles*/
.menu-item li {
  border-bottom: 1px solid #eee;
}
 
.menu-item li:hover {
  background: #eee;
}
/*ul Styles*/
.menu-item ul {
  background: #fff;
  font-size: 13px;
  line-height: 30px;
  list-style-type: none;
  overflow: hidden;
  padding: 0px;
}
 
.menu-item ul a {
  margin-left: 20px;
  text-decoration: none;
  color: #aaa;
  display: block;
  width: 200px;
}
 
/*li Styles*/
.menu-item li {
  border-bottom: 1px solid #eee;
}
 
.menu-item li:hover {
  background: #eee;
}

.menu-item ul {
  background: #fff;
  font-size: 13px;
  line-height: 30px;
  height: 0px;
  list-style-type: none;
  overflow: hidden;
  padding: 0px;
   
  /*Animation*/
  -webkit-transition: height 1s ease;
     -moz-transition: height 1s ease;
       -o-transition: height 1s ease;
      -ms-transition: height 1s ease;
          transition: height 1s ease;
}
.menu-item:hover ul {
  height: 93px;
}

	

/* -- Text -- */

h1 {
	font-family:'Raleway' Arial, Helvetica, Sans-serif;
	font-size: 45px;
	color: rgb( 210, 40, 40 );
	font-weight: 400; text-transform: uppercase;
}
h2 {
	font-family:'Raleway' Arial, Helvetica, Sans-serif;
	font-size: 45px;
	font-weight: 400; text-transform: uppercase;
	color: #FFFFFF;
}
h3 {
  	font-family: "Open Sans" Arial, Helvetica, Sans-serif;
  	font-size: 24px;
  	font-weight: 300;
  	color: rgb( 0, 0, 0 );
}
h4 {
	font-family: 'Raleway' Arial, Helvetica, Sans-serif;
	font-size: 48px; 
	font-weight: 400;
	color: #FFFFFF;
}
h5 {
	font-family: 'Open Sans' Arial, Helvetica, Sans-serif;
	font-weight: 300;
	font-size: 24px; color:#FFFFFF;
}
.rw_red_45 {
	font-family: 'Raleway' Arial, Helvetica, Sans-serif;
	font-size: 45px;
	color: rgb( 210, 40, 40 );
	font-weight: 400;
	text-transform: uppercase;
}
.rw_gray_16 {
	font-family:'Raleway' Arial, Helvetica, Sans-serif;
	font-size: 16px; 
	color: #727272;
	text-transform: uppercase; 
	font-weight: 600;
}
.rw_white_48 {
  font-size: 48px;
  font-family: "Raleway" Arial, Helvetica, Sans-serif;
  color: rgb( 255, 255, 255 );
}
.rw_white_36 {
  font-size: 36px;
  font-family: "Raleway" Arial, Helvetica, Sans-serif;
  color: rgb( 255, 255, 255 );
}
.os_white_17, {
  font-size: 17px;
  font-family: "Open Sans" Arial, Helvetica, Sans-serif;
  color: rgb( 255, 255, 255 );
}



/* Red icons nav */

.red_nav_home, .red_nav_serv {
	border-radius: 3px;
  	background-color: rgb( 210, 40, 40 );
  	height: 130px;
}
.red_nav_home {
  	left: 15%;
  	top: 605px;
  	width: 70%;
	z-index: 83;
	position: absolute;
}
.red_nav_serv {
	width: 55%;
	min-width: 800px;
}

#red_table {
  	font-size: 12px;
  	font-family: "Raleway";
  	font-weight:400;
  	color: rgb( 255, 255, 255 );
  	text-transform: uppercase;
  	text-align: center;
  	margin: 0 auto;
  	padding: 7px 10px 20px 15px;	
}
.red_tab_td-icon {
	width: 175px;
	height: 35px;
	text-align:center;
	padding-bottom: 10px;
	vertical-align:bottom;
}
.red_tab_td-text {
	width: inherit;
	height: 20px;
	letter-spacing: 0.0925em;
	text-align:center;
	vertical-align:top;
}
.red_tab_td-text a:hover {
	color:rgb( 200, 200, 200 );
}


/* -- Side contact button -- */

#gray_contact_btn {
  border-radius: 6px 0 0 6px;
  background-image: -moz-linear-gradient( 90deg, rgb(87,87,87) 0%, rgb(153,153,153) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(87,87,87) 0%, rgb(153,153,153) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(87,87,87) 0%, rgb(153,153,153) 100%);
  opacity: 0.851;
  position: relative;
  float: right;
  top: 250px;
  width: 151px;
  height: 111px;
  z-index: 101;
  text-align:center;
  padding-top: 5px;
  color: #FFF;
}
.gray_contact_btn_span {
	font-size:14px; 
	text-decoration:underline; 
	line-height: 2.5;
}
