@charset "utf-8";

/* v.1.0 | LaVita */

/* FONT-FACE
---------------------------------------*/

@font-face{
font-family: 'Quicksand-Regular';src: url('font/Quicksand-Regular.ttf');font-weight: normal;font-style: normal;}
@font-face{
font-family: 'Quicksand-Bold';src: url('font/Quicksand-Bold.ttf');font-weight: normal;font-style: normal;}
@font-face{
font-family: 'Quicksand-Light';src: url('font/Quicksand-Light.ttf');font-weight: normal;font-style: normal;}
@font-face{
font-family: 'fontawesome-selected';src: url('font/fontawesome-selected.ttf');font-weight: normal;font-style: normal;}
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('font/BebasNeue-webfont.eot');
    src: url('font/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/BebasNeue-webfont.woff') format('woff'),
         url('font/BebasNeue-webfont.ttf') format('truetype'),
         url('font/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'icons';
	src: url("font/icons.eot");
	src: 
		url("font/icons.eot?#iefix") format('embedded-opentype'), 
		url("font/icons.woff") format('woff'), 
		url("font/icons.ttf") format('truetype'), 
		url("font/icons.svg#icons") format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('websymbols/websymbols-regular-webfont.eot');
    src: url('websymbols/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('websymbols/websymbols-regular-webfont.woff') format('woff'),
        url('websymbols/websymbols-regular-webfont.ttf') format('truetype'),
        url('websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* BODY
---------------------------------------*/

body{background-color:#fff;}
.clearfix{display:inline-block;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
p{}
a, .link{color:#fff;text-decoration: none;font-family: 'Quicksand-Regular';}
	h1{font-size:60px;line-height:58px;}
	h2{font-size:55px;line-height:54px;}
	h3{font-size:50px;line-height:50px;}
	h4{font-size:45px;line-height:46px;}
	h5{font-size:40px;line-height:42px;}
	h6{font-size:35px;line-height:38px;}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
a:hover {
	color:#FA6900
}

strong { font-weight:bold; }
em { font-style:italic; }

/* NAVIGATION
---------------------------------------*/

.navigation {
    position: fixed;
    top: 200px; 
	left: 0px;
	z-index:2000;
}

.navigation li {
 	position: relative;
    margin: 0 0 4px;
	font-family: 'Quicksand-Regular';
	font-size: 18px;	
}
.navigation a {
	position: relative;
	display: inline-block;
    padding: 0.3em .5em 0.3em;
    text-decoration: none;
	background-color: rgba(0,0,0,.8);
	color: #fff;
	-moz-border-radius: 0 .4em .4em 0;  /* Firefox */
	-webkit-border-radius: 0 .4em .4em 0; /* Safari, Chrome */
	border-radius: 0 .4em .4em 0; /* CSS3 */
	outline: none;
	cursor: pointer;
}
.navigation a:hover{
	background-color: rgba(0,0,0,.9);
	color:#FA6900;
}
.navigation span{
	padding-left: 10px;
	padding-right: 10px;
}


/* LOGO
---------------------------------------*/
#logo { 
	position:absolute;
	top:60px;
	left:50%;
	margin-left:-100px;
	z-index:1999;
}

/* MENU WRAPPER
---------------------------------------*/
#menu-wrapper{
	background:url("../images/bg.jpg")no-repeat top center fixed;
	margin: 0 auto;
	position:relative;
}
#bottom_mask{
	position:relative;
	bottom:0;
	left:0;
	width:100%;
	height:44px;
	z-index:1999;
	background:url(../images/mask.png) no-repeat center bottom
}

.letter-container {
	height: 400px;
}
.letter-container h2 {
	text-align: center;
	font-family: 'Quicksand-Regular';
}
.letter-container h2 a {
	font-family: 'Quicksand-Regular';
	text-align: center;
	font-size: 40px;
	display: inline-block;
	margin-top: 320px;
}
.letter-container h2 a span {
	font-family: 'Quicksand-Regular';
	color: #fff;
   	opacity: 1;
   	text-shadow: 0px 0px 2px #fff, 1px 1px 4px rgba(0,0,0,0.7);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-animation: sharpen 0.9s linear backwards;
	-moz-animation: sharpen 0.9s linear backwards;
	-ms-animation: sharpen 0.9s linear backwards;
	animation: sharpen 0.9s linear backwards;
}
.letter-container h2 a span:hover{
	text-shadow: 0px 0px 40px #fff;
}
.letter-container h2 a span:nth-child(1) {
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	animation-delay: 0s;
}
.letter-container h2 a span:nth-child(2) {
	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	-ms-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.letter-container h2 a span:nth-child(3) {
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-ms-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.letter-container h2 a span:nth-child(4) {
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	-ms-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.letter-container h2 a span:nth-child(5) {
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-ms-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.letter-container h2 a span:nth-child(6) {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.letter-container h2 a span:nth-child(7) {
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.letter-container h2 a span:nth-child(8) {
	-webkit-animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	-ms-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.letter-container h2 a span:nth-child(9) {
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-ms-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.letter-container h2 a span:nth-child(10) {
	-webkit-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
	-ms-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
.letter-container h2 a span:nth-child(11) {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	animation-delay: 1s;
}
.letter-container h2 a span:nth-child(12) {
	-webkit-animation-delay: 1.1s;
	-moz-animation-delay: 1.1s;
	-ms-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
.letter-container h2 a span:nth-child(13) {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-ms-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.letter-container h2 a span:nth-child(14) {
	-webkit-animation-delay: 1.3s;
	-moz-animation-delay: 1.3s;
	-ms-animation-delay: 1.3s;
	animation-delay: 1.3s;
}
.letter-container h2 a span:nth-child(15) {
	-webkit-animation-delay: 1.4s;
	-moz-animation-delay: 1.4s;
	-ms-animation-delay: 1.4s;
	animation-delay: 1.4s;
}
.letter-container h2 a span:nth-child(16) {
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.letter-container h2 a span:nth-child(17) {
	-webkit-animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	-ms-animation-delay: 1.6s;
	animation-delay: 1.6s;
}
.letter-container h2 a span:nth-child(17) {
	-webkit-animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	-ms-animation-delay: 1.6s;
	animation-delay: 1.6s;
}
.letter-container h2 a span:nth-child(18) {
	-webkit-animation-delay: 1.7s;
	-moz-animation-delay: 1.7s;
	-ms-animation-delay: 1.7s;
	animation-delay: 1.7s;
}
.letter-container h2 a span:nth-child(19) {
	-webkit-animation-delay: 1.8s;
	-moz-animation-delay: 1.8s;
	-ms-animation-delay: 1.8s;
	animation-delay: 1.8s;
}
.letter-container h2 a span:nth-child(20) {
	-webkit-animation-delay: 1.9s;
	-moz-animation-delay: 1.9s;
	-ms-animation-delay: 1.9s;
	animation-delay: 1.9s;
}
.letter-container h2 a span:nth-child(21) {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-ms-animation-delay: 2s;
	animation-delay: 2s;
}
.letter-container h2 a span:nth-child(22) {
	-webkit-animation-delay: 2.1s;
	-moz-animation-delay: 2.1s;
	-ms-animation-delay: 2.1s;
	animation-delay: 2.1s;
}
.letter-container h2 a span:nth-child(23) {
	-webkit-animation-delay: 2.2s;
	-moz-animation-delay: 2.2s;
	-ms-animation-delay: 2.2s;
	animation-delay: 2.2s;
}
.letter-container h2 a span:nth-child(24) {
	-webkit-animation-delay: 2.3s;
	-moz-animation-delay: 2.3s;
	-ms-animation-delay: 2.3s;
	animation-delay: 2.3s;
}
.letter-container h2 a span:nth-child(25) {
	-webkit-animation-delay: 2.4s;
	-moz-animation-delay: 2.4s;
	-ms-animation-delay: 2.4s;
	animation-delay: 2.4s;
}
.letter-container h2 a span:nth-child(26) {
	-webkit-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	animation-delay: 2.5s;
}
.letter-container h2 a span:nth-child(27) {
	-webkit-animation-delay: 2.6s;
	-moz-animation-delay: 2.6s;
	-ms-animation-delay: 2.6s;
	animation-delay: 2.6s;
}
.letter-container h2 a span:nth-child(28) {
	-webkit-animation-delay: 2.7s;
	-moz-animation-delay: 2.7s;
	-ms-animation-delay: 2.7s;
	animation-delay: 2.7s;
}
.letter-container h2 a span:nth-child(29) {
	-webkit-animation-delay: 2.8s;
	-moz-animation-delay: 2.8s;
	-ms-animation-delay: 2.8s;
	animation-delay: 2.8s;
}
.letter-container h2 a span:nth-child(30) {
	-webkit-animation-delay: 2.9s;
	-moz-animation-delay: 2.9s;
	-ms-animation-delay: 2.9s;
	animation-delay: 2.9s;
}
.letter-container h2 a span:nth-child(31) {
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-ms-animation-delay: 3s;
	animation-delay: 3s;
}
.letter-container h2 a span:nth-child(32) {
	-webkit-animation-delay: 3.1s;
	-moz-animation-delay: 3.1s;
	-ms-animation-delay: 3.1s;
	animation-delay: 3.1s;
}
.letter-container h2 a span:nth-child(33) {
	-webkit-animation-delay: 3.2s;
	-moz-animation-delay: 3.2s;
	-ms-animation-delay: 3.2s;
	animation-delay: 3.2s;
}
.letter-container h2 a span:nth-child(34) {
	-webkit-animation-delay: 3.3s;
	-moz-animation-delay: 3.3s;
	-ms-animation-delay: 3.3s;
	animation-delay: 3.3s;
}
.letter-container h2 a span:nth-child(35) {
	-webkit-animation-delay: 3.4s;
	-moz-animation-delay: 3.4s;
	-ms-animation-delay: 3.4s;
	animation-delay: 3.4s;
}
.letter-container h2 a span:nth-child(36) {
	-webkit-animation-delay: 3.5s;
	-moz-animation-delay: 3.5s;
	-ms-animation-delay: 3.5s;
	animation-delay: 3.5s;
}
@keyframes sharpen {
 0% {
   	opacity: 0;
   	text-shadow: 0px 0px 100px #fff;
   	color: transparent;
 }
 90% {
   	opacity: 0.9;
   	text-shadow: 0px 0px 10px #fff;
   	color: transparent;
 }
 100% {
    color: #fff;
   	opacity: 1;
   	text-shadow: 0px 0px 2px #fff, 1px 1px 4px rgba(0,0,0,0.7);
 }
}
@-moz-keyframes sharpen {
 0% {
   	opacity: 0;
   	text-shadow: 0px 0px 100px #fff;
   	color: transparent;
 }
 90% {
   	opacity: 0.9;
   	text-shadow: 0px 0px 10px #fff;
   	color: transparent;
 }
 100% {
    color: #fff;
   	opacity: 1;
   	text-shadow: 0px 0px 2px #fff, 1px 1px 4px rgba(0,0,0,0.7);
 }
}
@-webkit-keyframes sharpen {
 0% {
   	opacity: 0;
   	text-shadow: 0px 0px 100px #fff;
   	color: transparent;
 }
 90% {
   	opacity: 0.9;
   	text-shadow: 0px 0px 10px #fff;
   	color: transparent;
 }
 100% {
    color: #fff;
   	opacity: 1;
   	text-shadow: 0px 0px 2px #fff, 1px 1px 4px rgba(0,0,0,0.7);
 }
}
@-ms-keyframes sharpen {
 0% {
   	opacity: 0;
   	text-shadow: 0px 0px 100px #fff;
   	color: transparent;
 }
 90% {
   	opacity: 0.9;
   	text-shadow: 0px 0px 10px #fff;
   	color: transparent;
 }
 100% {
    color: #fff;
   	opacity: 1;
   	text-shadow: 0px 0px 2px #fff, 1px 1px 4px rgba(0,0,0,0.7);
 }
}

.ca-menu{
    padding-top:50px;
    padding-bottom:80px;
    margin:0 auto;
    width: 960px;
	height:160px;
}
.content{
	position:relative;
}
.ca-menu li{
    width: 180px;
    height: 160px;
    border: 5px solid rgba(250,105,0,.4);
    overflow: hidden;
    position: apsolute;
    float:left;
    background: rgba(28,34,36,.9);
    margin-left: 38px;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -webkit-border-radius: 70%/20%;
    -moz-border-radius: 70%/20%;
    border-radius: 70%/20%;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.ca-menu li:last-child{
    margin-right: 0px;
}
.ca-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}
.ca-icon{
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 40px;
    color: #f6f6f6;
    line-height: 60px;
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0px;
    top: 20px;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.ca-main{
	font-family: 'Quicksand-Regular';
    font-size: 16px;
	line-height:20px;
    position: absolute;
    color: #fff;
    top: 95px;
    height: 80px;
    width: 170px;
    left: 50%;
    margin-left: -85px;
    opacity: 0.8;
    text-align: center;
}
.ca-sub{
	font-family: 'Quicksand-Regular';
    text-align:center;
    color: #fff;
    font-size: 16px;
	line-height:20px;
    position: absolute;
    height: 80px;
    width: 170px;
    left: 50%;
    margin-left: -85px;
    top: 95px;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.ca-menu li:hover{
    background: rgb(28,34,36);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.ca-menu li:hover .ca-icon{
    color: #FA6900;
    font-size: 60px;
    -webkit-animation: smallToBig 900ms alternate infinite ease;
    -moz-animation: smallToBig 900ms alternate infinite ease;
    -ms-animation: smallToBig 900ms alternate infinite ease;
}
.ca-menu li:hover .ca-main{
    display: none;
}
.ca-menu li:hover .ca-sub{
    opacity: 0.8;
}
@-webkit-keyframes smallToBig{
    from {
        -webkit-transform: scale(0.1);
    }
    to {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes smallToBig{
    from {
        -moz-transform: scale(0.1);
    }
    to {
        -moz-transform: scale(1);
    }
}
@-ms-keyframes smallToBig{
    from {
        -ms-transform: scale(0.1);
    }
    to {
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}

/* ABOUT WRAPPER
---------------------------------------*/
#about-wrapper{
	background:#1c2224;
	position: relative;
}
#about-wrap{
    position: relative;
	margin: 0 auto;
	width:960px;
	padding-top:50px;
	padding-bottom:100px;
}
#about-wrap h1{
	background:url("../images/border.png")no-repeat bottom center;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:50px;
	font-family: 'BebasNeueRegular';
	font-weight:normal;
	text-align:center;
	color:#ccc;
}
#about-wrap h5{
	background:url("../images/border.png")no-repeat bottom center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 50px;
	padding-bottom: 50px;
	font-family: 'Quicksand-Regular';
	font-size:24px;
	line-height:28px;
	font-weight:normal;
	text-align:center;
	color:#ccc;
}
#about-wrap a{
	color:#FA6900;
	-webkit-transition : all 0.4s ease-out;
	-moz-transition : all 0.4s ease-out;
	-o-transition :all 0.4s ease-out;
	transition : all 0.4s ease-out;
}
#about-wrap a:hover{
	color:#A8A8A8;
}
#about2{
	background:url("../images/border.png")no-repeat top center;
	margin: 0 auto;
	width:960px;
	padding-top:40px;
}
#about-text li {
	display: block;
}
ul#about-text li p {	
	padding-top:10px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Quicksand-Regular';		
	font-size:16px;	
	line-height:22px;
	text-align: left;
	color:#ccc;
}
ul#about-text li p span{
	float:left;
	font-family: 'BebasNeueRegular';		
	font-size:50px;	
	padding-right:5px;
	padding-top:15px;
	color:#FA6900;
}
ul#about-text li.left {
	width:640px;
	float:left;
}

ul#about-text li.right {
	width:320px;
	float:left;
}
#about3{
	background:url("../images/border.png")no-repeat top center;
    position: relative;
	margin: 0 auto;
	width:960px;
	padding-top:50px;
	padding-bottom:50px;
}
#about-list li {
	display: block;
}
ul#about-list li p {	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	font-family: 'Quicksand-Regular';		
	font-size:16px;	
	line-height:22px;
	text-align: left;
	color:#ccc;
}
ul#about-list li h6 {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	width:320px;
	font-family: 'BebasNeueRegular';
	font-weight:normal;
	text-align:left;
	color:#FA6900;
}
ul#about-list li.left {
	width:320px;
	float:left;
}
ul#about-list li.right{
	width:640px;
	float:left;
}
ul#about-list li.left p{
	background: url(../images/bullet-ul.png) no-repeat top left;
	padding-left: 35px;
}
.display-image{ 
	position:relative;
	float:left;
}
.display-image img{
	padding-left: 10px;
	padding-right: 10px; 
	line-height:0; 
	display:block;
	position:relative;
	z-index:0; 
	display:block;
}
.caption{
	z-index:3;
	position:absolute;
	bottom:30px;
	left:40px;  
	text-transform:uppercase;
}
.caption div{	
	background: rgba(28,34,36,.9);
	width:320px;
	padding-left:10px;
	font-size:30px;
	line-height:34px;
	font-family: 'BebasNeueRegular';
	font-weight:normal;
	text-align:left;
	color:#FA6900;
}
#about1{
	margin: 0 auto;
	width:960px;
	padding-top:50px;
	padding-bottom:50px;
}
#about li {
	width:320px;
	display: block;
}
ul#about li p {	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	font-family: 'Quicksand-Regular';		
	font-size:16px;	
	line-height:22px;
	text-align: left;
	color:#ccc;
}
ul#about li h6 {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	width:320px;
	font-family: 'BebasNeueRegular';
	font-weight:normal;
	text-align:left;
	color:#FA6900;
}
ul#about li.left {
	float:left;
}
ul#about li.midle {
	float:left;
}
ul#about li.right {
	float:left;
}

#about-icon li {
	background:url("../images/back.png")no-repeat center 50px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 50px;
	padding-bottom: 20px;
	position:relative;
	width:300px;
	display: block;
}
ul#about-icon li h6 {
	width:300px;
	font-family: 'BebasNeueRegular';
	font-weight:normal;
	text-align:center;
	color:#ccc;
}
ul#about-icon li .icon {
	position:apsolute;	
	width:300px;
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 80px;
    color: #FA6900;
    line-height: 140px;
    height: 140px;
	text-align:center;	
}
ul#about-icon li.left1 {
	float:left;
}
ul#about-icon li.midle1 {
	float:left;
}
ul#about-icon li.right1 {
	float:left;
}
ul#about-icon li.left1 .icon{
    display: block;
    color: #cc0000;
}
ul#about-icon li.left1 .icon:hover{
    -webkit-animation: smallToBig 900ms alternate infinite ease;
    -moz-animation: smallToBig 900ms alternate infinite ease;
    -ms-animation: smallToBig 900ms alternate infinite ease;
}

/* QUOTE WRAPPER
---------------------------------------*/
#quote-wrapper{
	background:#e8e8e8 url("../images/bg_separator.jpg")no-repeat top center fixed;
}
#mask-9{
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:40px;
	background:url(../images/mask_1.png) no-repeat center top
}
#mask-10{
	position:relative;
	bottom:0;
	left:0;
	width:100%;
	height:40px;
	background:url(../images/mask_2.png) no-repeat center bottom
}
.quote{
	margin: 0 auto;
	padding-bottom: 50px;
	position: relative;	
}
.quote h5{
	font-family: 'BebasNeueRegular';	
	text-align: center;
	color:#FA6900; 
	padding-top: 50px;
	padding-bottom: 30px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.7);
}
.quote p{
	margin: 0;
	padding: 0;
}

.quote blockquote {
	margin: 0;
	padding: 0;
	position: relative;
}

.mb-style-3 {
	width: 940px;
}

.mb-style-3 blockquote{
	background: rgba(0,0,0,.7);
	padding: 30px;
	border-radius: 5px;
	box-shadow: 
		inset 0 2px 0 rgba(250,105,0,.5), 
		-5px -4px 25px rgba(0, 0, 0, 0.8);
}

.mb-style-3 blockquote:after, 
.mb-style-3 blockquote:before  {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.mb-style-3 blockquote:after  {
	border-top-color: rgba(0,0,0,.7);
	border-width: 10px;
	left: 80%;
	margin-left: -10px;
}

.mb-style-3 blockquote:before {
	border-top-color: rgba(0,0,0,0.01);
	border-width: 11px;
	left: 80%;
	margin-left: -11px;
}

.mb-style-3 blockquote p {
	font-family: 'Quicksand-Regular';
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	line-height: 40px;
	text-indent: 100px;
	position: relative;
}

.mb-style-3 blockquote p:before{
	content: '\201C';
	font-family: serif;
	font-style: normal;
	font-weight: 700;
	position: absolute;
	font-size: 175px;
	top: 0px;
	left: -105px;
	color: #FA6900;
	text-shadow: 7px 14px 10px rgba(0, 0, 0, 0.1);
}

.mb-style-3 .mb-attribution {
	text-align: right;
	padding: 20px 100px 20px 20px;
	position: relative;
}

.mb-style-3 .mb-thumb {
	display: block;
	width: 60px;
	height: 60px;
	border: 5px solid #fff;
	border-radius: 50%;
	background: url(../images/bronte.jpg) no-repeat center center;
	position: absolute;
	right: 10px;
	bottom: 5px;
	box-shadow: 
		inset 1px 1px 4px rgba(0,0,0,0.5),
		0 2px 3px rgba(0,0,0,0.6);
}

.mb-style-3 .mb-author{
	font-family: 'Quicksand-Regular';
	font-weight: 700;
	font-size: 18px;
	color: #FA6900;
	text-shadow: 0 1px 1px rgba(0,0,0,0.7);
}

.mb-style-3 cite a{
	font-family: 'Quicksand-Regular';
	font-weight: 700;
	font-style: italic;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

.mb-style-3 cite a:hover{
	color: #FA6900;
	text-shadow: 0 1px 1px rgba(0,0,0,0.7);
}

/* TEAM WRAPPER
---------------------------------------*/
#team-wrapper{
	background:#cccccc;
}
#team-wrap{
	position:relative;
	width:960px;
	margin:0 auto;
	padding-top: 50px;
	padding-bottom: 100px;
}
#team-wrap h1{
	background:url("../images/border1.png")no-repeat bottom center;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:50px;
	font-family: 'BebasNeueRegular';
	font-weight:normal;
	text-align:center;
	color:#1c2224;
}
#team-wrap h5{
	background:url("../images/border1.png")no-repeat bottom center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 50px;
	padding-bottom: 50px;
	font-family: 'Quicksand-Regular';
	font-size:24px;
	line-height:28px;
	font-weight:normal;
	text-align:center;
	color:#1c2224;
}
#team-wrap a{
	color:#FA6900;
	-webkit-transition : all 0.4s ease-out;
	-moz-transition : all 0.4s ease-out;
	-o-transition :all 0.4s ease-out;
	transition : all 0.4s ease-out;
}
#team-wrap a:hover{
	color:#A8A8A8;
}
#team-text li {
	display: block;
	padding-top:50px;
}
ul#team-text li p {		
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Quicksand-Regular';		
	font-size:16px;	
	line-height:22px;
	text-align: left;
	color:#1c2224;
}
ul#team-text li p span{
	float:left;
	font-family: 'BebasNeueRegular';		
	font-size:50px;	
	padding-right:5px;
	padding-top:15px;
	color:#FA6900;
}
ul#team-text li.left {
	width:640px;
	float:left;
}

ul#team-text li.right {
	width:320px;
	float:left;
}
#team-wrap h6{
	font-family: 'BebasNeueRegular';
	color:#FA6900;
	text-align:left;
}
.va-container{
	position:relative;
	margin:0 auto;
	margin-top:50px;
	overflow:hidden;
}
.va-slice{
	cursor:pointer;
	position:absolute;
	width:100%;
	overflow:hidden;
	box-shadow: 
		inset 0 1px 0 rgba(250,105,0,.5), 
		-5px -4px 25px rgba(0, 0, 0, 0.1);
	border-radius:400px/8px;
	-webkit-border-radius:400px/8px;
	-moz-border-radius:400px/8px;
}
.va-slice-1{
	background:url(../images/team/team1.png) no-repeat center right;
}
.va-slice-2{
	background:url(../images/team/team2.png) no-repeat center right;
}
.va-slice-3{
	background:url(../images/team/team3.png) no-repeat center right;
}
.va-slice-4{
	background:url(../images/team/team4.png) no-repeat center right;
}
.va-slice-5{
	background:url(../images/team/team5.png) no-repeat center right;
}

.va-title{
	font-family: 'Quicksand-Light';
	text-transform:uppercase;
	font-size:24px;
	margin-left:25px;
	color:#1c2224;
}
.va-content{
	display:none;
	margin-left:25px;
}
.va-slice p{
	margin-top:30px;
	font-size: 18px;
	color:#1c2224;
	font-family: 'Quicksand-Regular';
}
.va-slice ul{
	margin-top:10px;
}
.va-slice ul li{
	float:left;
	margin:6px 0;
}
.va-slice ul li a{
	opacity:.7;
}
.va-slice ul li a:hover{
	opacity:1;
}


/* CLIENTS
---------------------------------------*/
#separator-wrapper{
	background:#e8e8e8 url("../images/bg_separator1.jpg")no-repeat top center fixed;
}
#mask-1{
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:40px;
	background:url(../images/mask_3.png) no-repeat center top
}
#mask-2{
	position:relative;
	bottom:0;
	left:0;
	width:100%;
	height:40px;
	background:url(../images/mask.png) no-repeat center bottom
}
.clients{
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
	margin: 0 auto;
}
.clients h5{
	font-family: 'BebasNeueRegular';	
	text-align: center;
	color:#FA6900; 
	padding-bottom: 20px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.7);
}
.clients ul{
    list-style: none;
	margin: 0 auto;
    overflow: hidden;
    width: 940px;
}
.clients ul li{
    float: left;
    height: 120px;
    width: 188px;
}
.clients ul li img{
	background:rgba(0,0,0,.6);
	max-height:120px;
	max-width:192px;
	margin:0px auto;
	display:block;
	-webkit-transition : all 0.6s ease-out;
	-moz-transition : all 0.6s ease-out;
	-o-transition :all 0.6s ease-out;
	transition : all 0.6s ease-out;
}
.clients ul li img:hover {
	background:rgba(0,0,0,.9);
}

/* SERVICES WRAPPER
---------------------------------------*/
#services-wrapper{
	background:#1c2224;
}
#services-wrap{
	padding-top:50px;
	margin: 0 auto;
	width:960px;
	line-height:1.625
}
#services-wrap h1{
	background:url("../images/border.png")no-repeat bottom center;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:50px;
	font-family: 'BebasNeueRegular';
	font-weight:normal;
	text-align:center;
	color:#ccc;
}
#services-wrap h5{
	background:url("../images/border.png")no-repeat bottom center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 50px;
	padding-bottom: 50px;
	font-family: 'Quicksand-Regular';
	font-size:24px;
	line-height:28px;
	font-weight:normal;
	text-align:center;
	color:#ccc;
}
#services-wrap a{
	color:#FA6900;
	-webkit-transition : all 0.4s ease-out;
	-moz-transition : all 0.4s ease-out;
	-o-transition :all 0.4s ease-out;
	transition : all 0.4s ease-out;
}
#services-wrap a:hover{
	color:#A8A8A8;
}
#services2 {
	background:url("../images/border.png")no-repeat bottom center;
	margin: 0 auto;
	width:960px;
	padding-bottom:50px;
}
#services-text1 li {
	display: block;
	padding-top:50px;
}
ul#services-text1 li h6 {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	width:480px;
	font-family: 'BebasNeueRegular';
	font-weight:normal;
	text-align:left;
	color:#FA6900;
}
ul#services-text1 li p {
	padding-top: 10px;	
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Quicksand-Regular';		
	font-size:16px;	
	line-height:22px;
	text-align: left;
	color:#ccc;
}
ul#services-text1 li.left {
	width:480px;
	float:left;
}

ul#services-text1 li.right {
	width:480px;
	float:left;
}
#services {
	background:url("../images/border.png")no-repeat bottom center;
	margin: 0 auto;
	width:960px;
	padding-bottom:50px;
}
#services li {
	display: block;
	padding-top:50px;
}
ul#services1 li p {
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Quicksand-Regular';		
	font-size:16px;	
	line-height:22px;
	text-align: left;
	color:#ccc;
	width:200px;
}
ul#services1 li h6 {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	font-family: 'BebasNeueRegular';
	font-weight:normal;
	text-align:left;
	color:#FA6900;
	width:200px;
}
ul#services1 li .icon {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;	
	width:80px;
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 70px;
    color: #FA6900;
    line-height: 80px;
    height: 80px;
	text-align:center;
}
ul#services1 li.left {
	float:left;
}
ul#services1 li.midle {
	float:left;
}
ul#services1 li.right {
	float:left;
}
ul#services1 li.left-icon {
	float:left;
}
ul#services1 li.midle-icon {
	float:left;
}
ul#services1 li.right-icon {
	float:left;
}
#statistics-wrap{
	width:940px;
	margin:0 auto;
	position:relative;
	padding-top:50px;
	padding-bottom:100px;
	
}
#statistics-wrap h6{
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'BebasNeueRegular';
	font-weight:normal;
	text-align:center;
	color:#FA6900;
}
.servicesStatistics * {
	position:relative;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.servicesStatistics h5{
	font-size: 14px;
	font-family: 'Quicksand-Regular';
	color: #ccc;
	text-transform: uppercase;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}
.bar {
	background:#1c2224;
	float:left;
	display:block;
	text-indent:-9999px;
	border-radius:4px;
}
.barBk {
	display: relative;
	float: left;
	width: 940px;
	height: 22px;
	margin-bottom: 5px;
	padding:1px;
	-moz-border-radius: 5px; /* from vector shape */
	-webkit-border-radius: 5px; /* from vector shape */
	border-radius: 5px; /* from vector shape */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #FA6900; /* layer fill content + solid fill */
}
.clearfix {
  display: inline-block;
}

/* TESTIMONIAL WRAPPER
---------------------------------------*/

#testimonial-wrapper{
	background:#f2f2f2 url("../images/bg_separator2.jpg")no-repeat top center fixed;
	width:100%;
	padding: 0;
	margin: 0 auto;
	overflow:hidden
}
#mask-3{
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:40px;
	background:url(../images/mask_1.png) no-repeat center top
}
#mask-4{
	position:relative;
	bottom:0;
	left:0;
	width:100%;
	height:40px;
	background:url(../images/mask_2.png) no-repeat center bottom
}
#testimonial-wrap{
	width:960px;
	margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.testimonial{
	width:960px;
	margin: 0 auto
}
.testimonial h5 {
	font-family: 'BebasNeueRegular';	
	text-align: center;
	color:#FA6900; 
	padding-bottom: 20px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.7);
}
.testimonials{
	width:960px;
	margin: 0 auto;
}
.testimonials blockquote{
	background:rgba(0,0,0,.7);
	padding:10px;
	width:940px !important;
	margin:0 10px 10px;
	font-family:'Quicksand-Regular';
	color:#fff;
	display:block;
	font-size:20px;
	line-height:30px;
	text-align:center
}
.testimonials blockquote p{
	margin: 0 !important;
	padding: 5px!important
}
.testimonials blockquote cite{
	text-shadow: 0 1px 1px rgba(201,201,201,0.8);
	font-style: normal;
	display: block;
	color: #fff;
	margin-top:5px;
	text-align:center
}


/* PORTFOLIO WRAPPER
---------------------------------------*/
#portfolio-wrapper {
	background:#cccccc;
}
#portfolio-wrap{
	position:relative;
	width:960px;
	margin:0 auto;
	padding-top: 50px;
	padding-bottom: 100px;
}	
#portfolio-wrap h1{
	background:url("../images/border1.png")no-repeat bottom center;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:50px;
	font-family: 'BebasNeueRegular';
	font-weight:normal;
	text-align:center;
	color:#1c2224;
}
#portfolio-wrap h5{
	background:url("../images/border1.png")no-repeat bottom center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 50px;
	padding-bottom: 50px;
	font-family: 'Quicksand-Regular';
	font-size:24px;
	line-height:28px;
	font-weight:normal;
	text-align:center;
	color:#1c2224;
}
#portfolio-wrap a{
	color:#FA6900;
	-webkit-transition : all 0.4s ease-out;
	-moz-transition : all 0.4s ease-out;
	-o-transition :all 0.4s ease-out;
	transition : all 0.4s ease-out;
}
#portfolio-wrap a:hover{
	color:#A8A8A8;
}	
#portfolio-text li {
	display: block;
	padding-top:50px;
	padding-bottom:40px;
}
ul#portfolio-text li p {
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Quicksand-Regular';		
	font-size:16px;	
	line-height:22px;
	text-align: left;
	color:#1c2224;
}
ul#portfolio-text li p span{
	float:left;
	font-family: 'BebasNeueRegular';		
	font-size:50px;	
	padding-right:5px;
	padding-top:15px;
	color:#FA6900;
}
ul#portfolio-text li.left {
	width:640px;
	float:left;
}

ul#portfolio-text li.right {
	width:320px;
	float:left;
}

.ff-container{
	width: 960px;
	margin: 0 auto;
	display: block;
}
.ff-container label{
	cursor: pointer;
	font-family: 'BebasNeueRegular';
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
	width: 220px;
	height: 30px;
	color: #FA6900;
	line-height: 28px;
	font-size: 24px;
	float:left;
}
.ff-container input.ff-selector-type-all:checked ~ label.ff-label-type-all,
.ff-container input.ff-selector-type-1:checked ~ label.ff-label-type-1,
.ff-container input.ff-selector-type-2:checked ~ label.ff-label-type-2,
.ff-container input.ff-selector-type-3:checked ~ label.ff-label-type-3{
	color: #1c2224;
}
.ff-container input{
	display: none;
}
.ff-items{
	position: relative;
	margin: 0px auto;
	padding-top: 20px;
}
.ff-items a{
	display: block;
	position: relative;
	background: #F9F9F9;
	margin: 10px;
	width: 220px;
	height: 160px;
}
.ff-items a span{
	display: block;
	background: rgba(250,105,0,.9) url("../images/magnifier.png")no-repeat center center;
	font-style: italic;
	color: #ccc;
	font-family: 'Quicksand-Regular';		
	font-size:18px;	
	line-height:22px;
	padding: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	opacity: 0;
	text-align: center;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.ff-items a:hover span{
	height: 120px;
	width: 180px;
	opacity: 1;
}
.ff-items li img{
	display: block;
}

.ff-items li{
	margin: 0px;
	float: left;
	width: 240px;
	height: 180px;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.ff-container input.ff-selector-type-1:checked ~ .ff-items .ff-item-type-1,
.ff-container input.ff-selector-type-2:checked ~ .ff-items .ff-item-type-2,
.ff-container input.ff-selector-type-3:checked ~ .ff-items .ff-item-type-3{	
	opacity: 1;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.ff-container input.ff-selector-type-1:checked ~ .ff-items li:not(.ff-item-type-1),
.ff-container input.ff-selector-type-2:checked ~ .ff-items li:not(.ff-item-type-2),
.ff-container input.ff-selector-type-3:checked ~ .ff-items li:not(.ff-item-type-3){
	opacity: 0.1;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
}
.ff-container input.ff-selector-type-1:checked ~ .ff-items li:not(.ff-item-type-1) span,
.ff-container input.ff-selector-type-2:checked ~ .ff-items li:not(.ff-item-type-2) span,
.ff-container input.ff-selector-type-3:checked ~ .ff-items li:not(.ff-item-type-3) span{
	display:none;
}

#lbOverlay {
	background:#ccc;
	position:fixed;
	z-index:9999;
	left:0;
	top:0;
	width:100%;
	height:100%;
	cursor:pointer;
}

#lbCenter, #lbBottomContainer {
	background:#000;
	position:absolute;
	z-index:9999;
	border:10px solid #000;
	border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
}

#lbBottomContainer {
	padding:7px 0 7px 0;	
	border:10px solid #000;
	border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
}


#lbImage {
	position:absolute;
	left:0;
	top:0;
}

#lbPrevLink, #lbNextLink {
	display:block;
	position:absolute;
	top:0;
	width:50%;
	outline:none;
}

#lbPrevLink {
	left:0;
}

#lbPrevLink:hover {
	background:transparent url(../images/arrow1.png) no-repeat 0 53%;
}

#lbNextLink {
	right:0;
}

#lbNextLink:hover {
	background:transparent url(../images/arrow2.png)  no-repeat 100% 53%;
}

#lbBottom {
	font-family: 'Quicksand-Regular';
	color:#FA6900;
	text-align:center;
}

#lbCloseLink {
	background:url(../images/close.png) no-repeat;
	width:30px;
	height:30px;
	display:block;
	margin:-25px -27px 0 0;
	position:absolute;
	top:0;
	right:0;
	float:right;
}

#lbNumber {
	float:right;
	font-style:italic;
	color:#999;
}

#lbCaption {
	float:left;
	font-weight:bold;
}

/* SEPARATOR WRAPPER
---------------------------------------*/
#separator1-wrapper{
	background:#e8e8e8 url("../images/bg_separator3.jpg")no-repeat top center fixed;
}
#separator1-wrap{
	width:960px;
	margin: 0 auto
}	
#mask-5{
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:40px;
	background:url(../images/mask_3.png) no-repeat center top
}
#mask-6{
	position:relative;
	bottom:0;
	left:0;
	width:100%;
	height:40px;
	background:url(../images/mask.png) no-repeat center bottom
}
#separator1-wrap blockquote p {
	padding-top:100px;
	padding-bottom:100px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Quicksand-Regular';
	text-shadow: 1px 1px 1px #000;
	font-size: 24px;
	color: #fff;
	font-weight: 400;
	line-height: 40px;
	font-style: italic;
	text-indent: 100px;
	position: relative;
}

#separator1-wrap blockquote p:before{
	padding-top:100px;
	padding-bottom:100px;
	content: '\201C';
	font-family: serif;
	font-style: normal;
	font-weight: 700;
	position: absolute;
	font-size: 175px;
	top: 0px;
	left: -105px;
	color: #FA6900;
	text-shadow: 7px 14px 10px rgba(0, 0, 0, 0.6);
}
/* NEWS WRAPPER
---------------------------------------*/
#news-wrapper{
	background:#1c2224;
}
#news-wrap{
	margin: 0 auto;
	width:960px;
	padding-top:50px;
	padding-bottom:100px;
}
#news-wrap h1{
	background:url("../images/border.png")no-repeat bottom center;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:50px;
	font-family: 'BebasNeueRegular';
	font-weight:normal;
	text-align:center;
	color:#ccc;
}
#news-wrap h5{
	background:url("../images/border.png")no-repeat bottom center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 50px;
	padding-bottom: 50px;
	font-family: 'Quicksand-Regular';
	font-size:24px;
	line-height:28px;
	font-weight:normal;
	text-align:center;
	color:#ccc;
}
#news-wrap a{
	color:#FA6900;
	-webkit-transition : all 0.4s ease-out;
	-moz-transition : all 0.4s ease-out;
	-o-transition :all 0.4s ease-out;
	transition : all 0.4s ease-out;
}
#news-wrap a:hover{
	color:#A8A8A8;
}
#news-text li {
	display: block;
	padding-top:50px;
	padding-bottom:50px;
}
ul#news-text li p {		
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Quicksand-Regular';		
	font-size:16px;	
	line-height:22px;
	text-align: left;
	color:#ccc;
}
ul#news-text li p span{
	float:left;
	font-family: 'BebasNeueRegular';		
	font-size:50px;	
	padding-right:5px;
	padding-top:15px;
	color:#FA6900;
}
ul#news-text li.left {
	width:640px;
	float:left;
}
ul#news-text li.right {
	width:320px;
	float:left;
}

#timeline {
	width: 940px;
	height: 600px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	background: url('../images/dot.gif') 3px top repeat-y;
}
#dates {
	width: 100px;
	height: 600px;
	overflow: hidden;
	float: left;
}
#dates li {
	list-style: none;
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 22px;
	padding-left: 10px;
	background: url('../images/biggerdot.png') left center no-repeat;
}
#dates a {
	font-family: 'Quicksand-Regular';
	color:#ccc;
	line-height: 38px;
	padding-bottom: 10px;
}
#dates .selected {
	font-size: 26px;
	color:#FA6900;
}
		
#issues {
	width: 840px;
	height: 600px;
	overflow: hidden;
	float: left;
}	
#issues li {
	width: 840px;
	height: 600px;
	list-style: none;

}
#issues li.selected img {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	 -ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
#issues li img {
	float: left;
	margin: 50px 0px 50px 100px;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE 8 */   
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);/* IE 6 & 7 */      
	zoom: 1;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	-ms-transition: all 2s ease-in-out; 
	transition: all 2s ease-in-out;
	-webkit-transform: scale(0.7,0.7);
	-moz-transform: scale(0.7,0.7);
	-o-transform: scale(0.7,0.7);
	-ms-transform: scale(0.7,0.7);
	transform: scale(0.7,0.7);
}
#issues li h6 {
	padding-left: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 'BebasNeueRegular';
	font-weight:normal;
	text-align:center;
	color:#FA6900;
}
#issues li p {
	padding-left: 60px;
	padding-bottom: 10px;
	font-family: 'Quicksand-Regular';		
	font-size:16px;	
	line-height:22px;
	text-align: center;
	color:#ccc;
}	
#grad_top,
#grad_bottom {
	width: 940px;
	height: 80px;
	position: absolute;
}
#grad_top {
	top: 0;
    background: url('../images/grad_top.png') repeat-x;
}
#grad_bottom {
    bottom: 0;
    background: url('../images/grad_bottom.png') repeat-x;
}
#next,
#prev {
	position: absolute;
	left: 531px;
	font-size: 70px;
	width: 38px;
	height: 22px;
	background-position: 0 -44px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#next:hover,
#prev:hover {
	background-position:  0 0;
}
#next {
	bottom: 0;
	background-image: url('../images/next_v.png');
}
#prev {
	top: 0;
	background-image: url('../images/prev_v.png');
}
#next.disabled,
#prev.disabled {
	opacity: 0.2;
}
/* SEPARATOR 2 WRAPPER
---------------------------------------*/
#separator2-wrapper{
	background:#e8e8e8 url("../images/bg_separator4.jpg")no-repeat top center fixed;
}
#separator2-wrap{
	width:960px;
	margin: 0 auto
}	
#mask-7{
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:40px;
	background:url(../images/mask_1.png) no-repeat center top
}
#mask-8{
	position:relative;
	bottom:0;
	left:0;
	width:100%;
	height:40px;
	background:url(../images/mask_2.png) no-repeat center bottom
}
#separator2-wrap p {
	padding-top:100px;
	padding-bottom:100px;
	font-family: 'Quicksand-Regular';
	text-shadow: 1px 1px 1px #000;
	font-size: 24px;
	color: #fff;
	text-align:center;
	font-weight: 400;
	line-height: 40px;
	font-style: italic;
	position: relative;
	text-indent: 10px;
}
#separator2-wrap p span{
	color: #FA6900;
}

/* CONTACT WRAPPER
---------------------------------------*/
#contact-wrapper{
	background:#cccccc;
	position:relative;
	height:1050px;
}
#contact1-wrap{
	position:relative;
	width:960px;
	margin:0 auto;
	padding-top:50px;
}	
#contact1-wrap h1{
	background:url("../images/border1.png")no-repeat bottom center;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:50px;
	font-family: 'BebasNeueRegular';
	font-weight:normal;
	text-align:center;
	color:#1c2224;
}
#contact1-wrap h5{
	background:url("../images/border1.png")no-repeat bottom center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 50px;
	padding-bottom: 50px;
	font-family: 'Quicksand-Regular';
	font-size:24px;
	line-height:28px;
	font-weight:normal;
	text-align:center;
	color:#1c2224;
}
#contact1-wrap a{
	color:#FA6900;
	-webkit-transition : all 0.4s ease-out;
	-moz-transition : all 0.4s ease-out;
	-o-transition :all 0.4s ease-out;
	transition : all 0.4s ease-out;
}
#contact1-wrap a:hover{
	color:#A8A8A8;
}	
#contact1-text li {
	display: block;
	padding-top:50px;
	padding-bottom:50px;
}
ul#contact1-text li p {		
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Quicksand-Regular';		
	font-size:16px;	
	line-height:22px;
	text-align: left;
	color:#1c2224;
}
ul#contact1-text li p span{
	float:left;
	font-family: 'BebasNeueRegular';		
	font-size:50px;	
	padding-right:5px;
	padding-top:15px;
	color:#FA6900;
}
ul#contact1-text li.left {
	width:640px;
	float:left;
}

ul#contact1-text li.right {
	width:320px;
	float:left;
}

#googlemaps { 
	position:relative;
	width:100%;
	height:350px;
	top:0; 
	left:0;
}
	
#contact-wrap{
	position:relative;
	width: 960px;
	margin:0 auto;
}
#contact-det li {
	width:320px;
	display: block;
	padding-top:50px;
	padding-bottom:20px;
}
ul#contact-det li p {	
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Quicksand-Regular';		
	font-size:16px;	
	line-height:22px;
	text-align: left;
	color:#1c2224;
}
ul#contact-det li h6 {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	width:320px;
	font-family: 'BebasNeueRegular';
	font-weight:normal;
	text-align:left;
	color:#FA6900;
}
ul#contact-det li a {
	color:#1c2224;
}
ul#contact-det li a:hover {	
	color:#FA6900;
}
ul#contact-det li.left {
	float:left;
}
ul#contact-det li.midle {
	float:left;
}
ul#contact-det li.right {
	float:left;
}
#tt-wrapper  {
	background:#cccccc;
	position:relative;
	padding-top:70px;
	height:180px;
	
}
.tt{
	position:relative;
	width: 435px;
	height: 70px;
	margin: 0 auto;
}
.tt li{
	float: left;
}
.tt li a{
	display: block;
	width: 68px;
	height: 70px;
	margin: 0 2px;
	outline: none;
	background: transparent url(../images/soc/1.png) no-repeat top left;
	text-indent: -9000px;
	position: relative;
}
.tt li .tt-gplus{
    background-position: 0px 0px;
}
.tt li .tt-twitter{
    background-position: -68px 0px;
}
.tt li .tt-dribbble{
    background-position: -136px 0px;
}
.tt li .tt-facebook{
    background-position: -204px 0px;
}
.tt li .tt-skype{
    background-position: -272px 0px;
}
.tt li .tt-ytube{
    background-position: -340px 0px;
}
.tt li a span{
	width: 100px;
	height: auto;
	line-height: 20px;
	padding: 10px;
	left: 50%;
	margin-left: -64px;
	font-family: 'Quicksand-Regular';
	font-weight: 400;	
	font-style: italic;
	font-size: 14px;
	color: #FA6900;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	text-align: center;
	border: 4px solid #fff;
	background: rgba(255,255,255,0.3);
	text-indent: 0px;
	border-radius: 5px;
	position: absolute;
	bottom: 70px;
	opacity: 0;
	visibility: visible;
	pointer-events: none;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-transform: translate(35px) rotate(25deg) scale(1.5);
	-moz-transform: translate(35px) rotate(25deg) scale(1.5);
	-o-transform: translate(35px) rotate(25deg) scale(1.5);
	-ms-transform: translate(35px) rotate(25deg) scale(1.5);
	transform: translate(35px) rotate(25deg) scale(1.5);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tt li a span:before,
.tt li a span:after{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(0,0,0,0.1);
}
.tt li a span:after{
	bottom: -14px;
	margin-left: -10px;
	border-top: 10px solid #fff;
}
.tt li a:hover span{
	visibility: visible;
	opacity: 0.9;
	-webkit-transform: translate(0px) rotate(0deg) scale(1);
	-moz-transform: translate(0px) rotate(0deg) scale(1);
	-o-transform: translate(0px) rotate(0deg) scale(1);
	-ms-transform: translate(0px) rotate(0deg) scale(1);
	transform: translate(0px) rotate(0deg) scale(1);
}
/* FOOTER WRAPPER
---------------------------------------*/

#copyright-wrap{
	position:relative;
	width:100%;
	background:#1f1f1f;
	font-family: 'Quicksand-Regular';
	font-size: 14px;
	color: #fff
}
#copy{
	width: 960px;
	margin: 0 auto;
	padding: 29px 0px;
	height:15px
}
#copyright {
}
.copy {
	text-align:center
}

/* FEATURES WRAPPER
---------------------------------------*/
#features-wraper{
	background:#1c2224;
	position: relative;
}
#typo-wrap{
	width:960px;
	margin: 0 auto;
	padding-top:50px;
}
.title h1 {
	background:url("../images/border.png")no-repeat bottom center;
	width:320px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:20px;
	padding-bottom:20px;
	font-family: 'BebasNeueRegular';
	font-weight:normal;
	text-align:left;
	color:#ccc;
}
#typo-wrap h1 {
	padding-left: 10px;
	padding-right: 10px;
	padding-top:20px;
	padding-bottom:20px;
	font-family: 'BebasNeueRegular';
	font-weight:normal;
	text-align:left;
	color:#ccc;
}
#typo-wrap h2 {
	padding-left: 10px;
	padding-right: 10px;
	padding-top:20px;
	padding-bottom:20px;
	font-family: 'BebasNeueRegular';
	font-weight:normal;
	text-align:left;
	color:#ccc;
}
#typo-wrap h3 {
	padding-left: 10px;
	padding-right: 10px;
	padding-top:20px;
	padding-bottom:20px;
	font-family: 'BebasNeueRegular';
	font-weight:normal;
	text-align:left;
	color:#ccc;
}
#typo-wrap h4 {
	padding-left: 10px;
	padding-right: 10px;
	padding-top:20px;
	padding-bottom:20px;
	font-family: 'BebasNeueRegular';
	font-weight:normal;
	text-align:left;
	color:#ccc;
}
#typo-wrap h5{
	padding-left: 10px;
	padding-right: 10px;
	padding-top:20px;
	padding-bottom:20px;
	font-family: 'BebasNeueRegular';
	font-weight:normal;
	text-align:left;
	color:#ccc;
}
#typo-wrap h6{
	padding-left: 10px;
	padding-right: 10px;
	padding-top:20px;
	padding-bottom:20px;
	font-family: 'BebasNeueRegular';
	font-weight:normal;
	text-align:left;
	color:#ccc;
}
#typo-wrap p{
	padding-left: 10px;
	padding-right: 10px;
	padding-top:20px;
	padding-bottom:20px;
	font-family:  'Quicksand-Regular';
	font-weight:normal;		
	font-size:16px;	
	line-height:22px;
	text-align:left;
	color:#ccc;
}	
#typo-half li {
	display: block;
}
ul#typo-half li p {		
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Quicksand-Regular';		
	font-size:16px;	
	line-height:22px;
	text-align: left;
	color:#ccc;
}
ul#typo-half li.left {
	width:480px;
	float:left;
}

ul#typo-half li.right {
	width:480px;
	float:left;
}	
	
#typo-thirds li {
	display: block;
}
ul#typo-thirds li p {		
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Quicksand-Regular';		
	font-size:16px;	
	line-height:22px;
	text-align: left;
	color:#ccc;
}
ul#typo-thirds li.left {
	width:320px;
	float:left;
}
ul#typo-thirds li.midle {
	width:320px;
	float:left;
}
ul#typo-thirds li.right {
	width:320px;
	float:left;
}		
		
#typo-fourths li {
	display: block;
}
ul#typo-fourths li p {		
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Quicksand-Regular';		
	font-size:16px;	
	line-height:22px;
	text-align: left;
	color:#ccc;
}
ul#typo-fourths li.left {
	width:240px;
	float:left;
}
ul#typo-fourths li.left2 {
	width:240px;
	float:left;
}
ul#typo-fourths li.right {
	width:240px;
	float:left;
}	
ul#typo-fourths li.right2 {
	width:240px;
	float:left;
}	
	
#typo-fifths li {
	display: block;
}
ul#typo-fifths li p {		
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Quicksand-Regular';		
	font-size:16px;	
	line-height:22px;
	text-align: left;
	color:#ccc;
}
ul#typo-fifths li.left {
	width:192px;
	float:left;
}
ul#typo-fifths li.left2 {
	width:192px;
	float:left;
}
ul#typo-fifths li.midle {
	width:192px;
	float:left;
}
ul#typo-fifths li.right {
	width:192px;
	float:left;
}	
ul#typo-fifths li.right2 {
	width:192px;
	float:left;
}		
		
#typo-two-thirds li {
	display: block;
}
ul#typo-two-thirds li p {		
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Quicksand-Regular';		
	font-size:16px;	
	line-height:22px;
	text-align: left;
	color:#ccc;
}
ul#typo-two-thirds li.one-third {
	width:320px;
	float:left;
}

ul#typo-two-thirds li.two-thirds {
	width:640px;
	float:left;
}	
		
#typo-two-thirds-left li {
	display: block;
}
ul#typo-two-thirds-left li p {		
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Quicksand-Regular';		
	font-size:16px;	
	line-height:22px;
	text-align: left;
	color:#ccc;
}
ul#typo-two-thirds-left li.one-third {
	width:320px;
	float:left;
}

ul#typo-two-thirds-left li.two-thirds {
	width:640px;
	float:left;
}	


#typo-three-fourths li {
	display: block;
}
ul#typo-three-fourths li p {		
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Quicksand-Regular';		
	font-size:16px;	
	line-height:22px;
	text-align: left;
	color:#ccc;
}
ul#typo-three-fourths li.one-fourth {
	width:240px;
	float:left;
}

ul#typo-three-fourths li.three-fourths {
	width:720px;
	float:left;
}	
		
#typo-three-fourths-left li {
	display: block;
}
ul#typo-three-fourths-left li p {		
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Quicksand-Regular';		
	font-size:16px;	
	line-height:22px;
	text-align: left;
	color:#ccc;
}
ul#typo-three-fourths-left li.one-fourth {
	width:240px;
	float:left;
}

ul#typo-three-fourths-left li.three-fourths {
	width:720px;
	float:left;
}

#typo-four-fifths li {
	display: block;
}
ul#typo-four-fifths li p {		
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Quicksand-Regular';		
	font-size:16px;	
	line-height:22px;
	text-align: left;
	color:#ccc;
}
ul#typo-four-fifths li.one-fifth {
	width:192px;
	float:left;
}

ul#typo-four-fifths li.four-fifths {
	width:768px;
	float:left;
}	
		
#typo-four-fifths-left li {
	display: block;
}
ul#typo-four-fifths-left li p {		
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Quicksand-Regular';		
	font-size:16px;	
	line-height:22px;
	text-align: left;
	color:#ccc;
}
ul#typo-four-fifths-left li.one-fifth {
	width:192px;
	float:left;
}

ul#typo-four-fifths-left li.four-fifths {
	width:768px;
	float:left;
}

#typo-fifth li {
	display: block;
}
ul#typo-fifth li p {		
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Quicksand-Regular';		
	font-size:16px;	
	line-height:22px;
	text-align: left;
	color:#ccc;
}
ul#typo-fifth li.two-fifths {
	width:384px;
	float:left;
}

ul#typo-fifth li.three-fifths {
	width:576px;
	float:left;
}	
		
#typo-fifth-left li {
	display: block;
}
ul#typo-fifth-left li p {		
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Quicksand-Regular';		
	font-size:16px;	
	line-height:22px;
	text-align: left;
	color:#ccc;
}
ul#typo-fifth-left li.two-fifths {
	width:384px;
	float:left;
}

ul#typo-fifth-left li.three-fifths {
	width:576px;
	float:left;
}

#typo-drop li {
	display: block;
}
ul#typo-drop li p {		
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Quicksand-Regular';		
	font-size:16px;	
	line-height:22px;
	text-align: left;
	color:#ccc;
}
ul#typo-drop li.left {
	width:480px;
	float:left;
}
ul#typo-drop li.right {
	width:480px;
	float:left;
}
ul#typo-drop li.left p span {
	float:left;
	font-family: 'BebasNeueRegular';		
	font-size:50px;	
	padding-right:5px;
	padding-top:15px;
	color:#ccc;
}
ul#typo-drop li.right p span{
	float:left;
	font-family: 'BebasNeueRegular';		
	font-size:50px;	
	padding-right:5px;
	padding-top:15px;
	color:#FA6900;
}

#highlight{
}
#highlight p {		
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Quicksand-Regular';		
	font-size:16px;	
	line-height:22px;
	text-align: left;
	color:#ccc;
}

strong.red {
	background:#ff0000;
	color:#000;
	padding:0 3px;
}
strong.yellow {
	background:#ffe100;
	color:#000;
	padding:0 3px;
}
strong.darkGray {
	background:#111;
	color:#fff;
	padding:0 3px;
}
strong.gray {
	background:#666;
	color:#fff;
	padding:0 3px;
}
strong.turquoise {
	background:#60daec;
	color:#000;
	padding:0 3px;
}
strong.orange {
	background:#fc7101;
	color:#000;
	padding:0 3px;
}
strong.green {
	background:#aadb14;
	color:#000;
	padding:0 3px;
}
strong.blue {
	background:#42a0e9;
	color:#000;
	padding:0 3px;
}
strong.purple {
	background:#f22ef4;
	color:#000;
	padding:0 3px;
}
strong.pink {
	background:#ff005a;
	color:#000;
	padding:0 3px;
}

em.red {
	background:#ff0000;
	color:#000;
	padding:0 3px;
}
em.yellow {
	background:#ffe100;
	color:#000;
	padding:0 3px;
}
em.darkGray {
	background:#111;
	color:#fff;
	padding:0 3px;
}
em.gray {
	background:#666;
	color:#fff;
	padding:0 3px;
}
em.turquoise {
	background:#60daec;
	color:#000;
	padding:0 3px;
}
em.orange {
	background:#fc7101;
	color:#000;
	padding:0 3px;
}
em.green {
	background:#aadb14;
	color:#000;
	padding:0 3px;
}
em.blue {
	background:#42a0e9;
	color:#000;
	padding:0 3px;
}
em.purple {
	background:#f22ef4;
	color:#000;
	padding:0 3px;
}
em.pink {
	background:#ff005a;
	color:#000;
	padding:0 3px;
}

#button-wrap {
	width:940px;
	margin: 0 auto;
	padding-bottom:20px;
}
#button-wrap h1 {
	padding-top:20px;
	padding-bottom:40px;
	font-family: 'BebasNeueRegular';
	font-weight:normal;
	text-align:left;
	color:#ccc;
}
#button-wrap a {
	color:#fff;
}
.button-green {
    display: inline-block;
    margin: 10px;
    padding: 8px 15px;
    background: #13e300;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    box-shadow: 
        inset 0 1px 0 rgba(255,255,255,0.5), 
        0 2px 2px rgba(0,0,0,0.3), 
        0 0 4px 1px rgba(0,0,0,0.2); 

}


.button-green:hover {
    background: #1dff08
}

.embossed-link {
    box-shadow: 
        inset 0 3px 2px rgba(255,255,255,.22), 
        inset 0 -3px 2px rgba(0,0,0,.17), 
        inset 0 20px 10px rgba(255,255,255,.12), 
        0 0 4px 1px rgba(0,0,0,.1), 
        0 3px 2px rgba(0,0,0,.2);
}

.button-green.embossed-link {
    box-shadow: 
        inset 0 1px 0 rgba(255,255,255,0.5), 
        0 2px 2px rgba(0,0,0,0.3), 0 0 4px 1px rgba(0,0,0,0.2), 
        inset 0 3px 2px rgba(255,255,255,.22), 
        inset 0 -3px 2px rgba(0,0,0,.15), 
        inset 0 20px 10px rgba(255,255,255,.12), 
        0 0 4px 1px rgba(0,0,0,.1), 0 3px 2px rgba(0,0,0,.2);
}

.button-green.embossed-link:active {
    box-shadow: 
        inset 0 -2px 1px rgba(255,255,255,0.2), 
        inset 0 3px 2px rgba(0,0,0,0.12);
}

.socle {
    position: relative;
    z-index: 2;
}

.socle:after {
    content: "";
    z-index: -1;
    position: absolute;
    border-radius: 6px;
    box-shadow: 
        inset 0 1px 0 rgba(0,0,0,0.1),
        inset 0 -1px 0 rgba(255,255,255,0.7);
    top: -6px;
    bottom: -6px;
    right: -6px;
    left: -6px;
    background: -webkit-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0));
    background: -moz-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0));
    background: -o-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0));
    background: -ms-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0));
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0));
}


.button-red {
    display: inline-block;
    margin: 10px;
    padding: 8px 15px;
    background: #e60000;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    box-shadow: 
        inset 0 1px 0 rgba(255,255,255,0.5), 
        0 2px 2px rgba(0,0,0,0.3), 
        0 0 4px 1px rgba(0,0,0,0.2); 

}

.button-red:hover {
    background: #ff1212
}

.button-red.embossed-link {
    box-shadow: 
        inset 0 1px 0 rgba(255,255,255,0.5), 
        0 2px 2px rgba(0,0,0,0.3), 0 0 4px 1px rgba(0,0,0,0.2), 
        inset 0 3px 2px rgba(255,255,255,.22), 
        inset 0 -3px 2px rgba(0,0,0,.15), 
        inset 0 20px 10px rgba(255,255,255,.12), 
        0 0 4px 1px rgba(0,0,0,.1), 0 3px 2px rgba(0,0,0,.2);
}

.button-red.embossed-link:active {
    box-shadow: 
        inset 0 -2px 1px rgba(255,255,255,0.2), 
        inset 0 3px 2px rgba(0,0,0,0.12);
}

.button-blue1 {
    display: inline-block;
    margin: 10px;
    padding: 8px 15px;
    background: #0073ed;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    box-shadow: 
        inset 0 1px 0 rgba(255,255,255,0.5), 
        0 2px 2px rgba(0,0,0,0.3), 
        0 0 4px 1px rgba(0,0,0,0.2); 

}

.button-blue1:hover {
    background: #1f8bff
}

.button-blue1.embossed-link {
    box-shadow: 
        inset 0 1px 0 rgba(255,255,255,0.5), 
        0 2px 2px rgba(0,0,0,0.3), 0 0 4px 1px rgba(0,0,0,0.2), 
        inset 0 3px 2px rgba(255,255,255,.22), 
        inset 0 -3px 2px rgba(0,0,0,.15), 
        inset 0 20px 10px rgba(255,255,255,.12), 
        0 0 4px 1px rgba(0,0,0,.1), 0 3px 2px rgba(0,0,0,.2);
}

.button-blue1.embossed-link:active {
    box-shadow: 
        inset 0 -2px 1px rgba(255,255,255,0.2), 
        inset 0 3px 2px rgba(0,0,0,0.12);
}

.button-black {
    display: inline-block;
    margin: 10px;
    padding: 8px 15px;
    background: #000;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    box-shadow: 
        inset 0 1px 0 rgba(255,255,255,0.5), 
        0 2px 2px rgba(0,0,0,0.3), 
        0 0 4px 1px rgba(0,0,0,0.2); 

}

.button-black:hover {
    background: #1a1a1a
}

.button-black.embossed-link {
    box-shadow: 
        inset 0 1px 0 rgba(255,255,255,0.5), 
        0 2px 2px rgba(0,0,0,0.3), 0 0 4px 1px rgba(0,0,0,0.2), 
        inset 0 3px 2px rgba(255,255,255,.22), 
        inset 0 -3px 2px rgba(0,0,0,.15), 
        inset 0 20px 10px rgba(255,255,255,.12), 
        0 0 4px 1px rgba(0,0,0,.1), 0 3px 2px rgba(0,0,0,.2);
}

.button-black.embossed-link:active {
    box-shadow: 
        inset 0 -2px 1px rgba(255,255,255,0.2), 
        inset 0 3px 2px rgba(0,0,0,0.12);
}


.button-orange {
    display: inline-block;
    margin: 10px;
    padding: 8px 15px;
    background: #fc7101;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    box-shadow: 
        inset 0 1px 0 rgba(255,255,255,0.5), 
        0 2px 2px rgba(0,0,0,0.3), 
        0 0 4px 1px rgba(0,0,0,0.2); 

}

.button-orange:hover {
    background: #fc811c
}

.button-orange.embossed-link {
    box-shadow: 
        inset 0 1px 0 rgba(255,255,255,0.5), 
        0 2px 2px rgba(0,0,0,0.3), 0 0 4px 1px rgba(0,0,0,0.2), 
        inset 0 3px 2px rgba(255,255,255,.22), 
        inset 0 -3px 2px rgba(0,0,0,.15), 
        inset 0 20px 10px rgba(255,255,255,.12), 
        0 0 4px 1px rgba(0,0,0,.1), 0 3px 2px rgba(0,0,0,.2);
}

.button-orange.embossed-link:active {
    box-shadow: 
        inset 0 -2px 1px rgba(255,255,255,0.2), 
        inset 0 3px 2px rgba(0,0,0,0.12);
}

#input-wrap {
	width:940px;
	margin: 0 auto;
	padding-bottom:20px;
}
#input-wrap h1 {
	padding-top:20px;
	padding-bottom:40px;
	font-family: 'BebasNeueRegular';
	font-weight:normal;
	text-align:left;
	color:#ccc;
}

input[type=text] {
    font-size: 18px;
	font-family: 'Quicksand-Regular';
	color:#FA6900;
}

.simple-input {
	float:left;
	margin-right:20px;
    display: block;
    padding: 5px;
    border: 4px solid #FA6900;
    border-radius: 5px;
    color: #333;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.simple-input:hover {
    border-radius: 8px
}

.simple-input:focus {
    outline: none;
    border-radius: 8px;
    border-color: #EBD292;
}

.mac {
	float:left;
	margin-right:20px;
    display: block;
    border: none;
    border-radius: 20px;
    padding: 5px 8px;
    color: #333;
    box-shadow: 
        inset 0 2px 0 rgba(0,0,0,.2), 
        0 0 4px rgba(0,0,0,0.1);
}

.mac:focus {
    outline: none;
    box-shadow: 
        inset 0 2px 0 rgba(0,0,0,.2), 
        0 0 4px rgba(0,0,0,0.1), 
        0 0 5px 1px #FA6900;
}

.depth {
	float:left;
	margin-right:20px;
    display: block;
    border: 1px solid rgba(255,255,255,0.6);

    background: -webkit-linear-gradient(#eee, #fff);
    background: -moz-linear-gradient(#eee, #fff);
    background: -o-linear-gradient(#eee, #fff);
    background: -ms-linear-gradient(#eee, #fff);
    background: linear-gradient(#eee, #fff);

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    box-shadow: 
        inset 0 1px 4px rgba(0,0,0,0.4);
    padding: 5px;
    color: #555;
}

.depth:focus {
    outline: none;
    background-position: 0 -1.7em;
}

.line {
	float:left;
	margin-right:20px;
    display: block;
    border: none;
    color: #333;
    background: transparent;
    border-bottom: 1px dotted black;
    padding: 5px 2px 0 2px;
}

.line:focus {
    outline: none;
    border-color: #FA6900;
}

#tabs-wrap {
	width:940px;
	margin: 0 auto;
	padding-bottom:20px;
}
#tabs-wrap h1 {
	padding-top:20px;
	padding-bottom:40px;
	font-family: 'BebasNeueRegular';
	font-weight:normal;
	text-align:left;
	color:#ccc;
}
.tabs {
	float:left;
    position: relative;
	margin: 0 auto;
	width: 750px;
}

.tabs input {
	position: absolute;
	z-index: 1000;
	width: 120px;
	height: 40px;
	left: 0px;
	top: 0px;
	opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	cursor: pointer;
}
.tabs input#tab-2{
	left: 120px;
}
.tabs input#tab-3{
	left: 240px;
}
.tabs input#tab-4{
	left: 360px;
}

.tabs label {
	background: #ccc;
	background: -moz-linear-gradient(top, #ccc 0%, #a6a6a6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccc), color-stop(100%,#a6a6a6));
	background: -webkit-linear-gradient(top, #ccc 0%,#a6a6a6 100%);
	background: -o-linear-gradient(top, #ccc 0%,#a6a6a6 100%);
	background: -ms-linear-gradient(top, #ccc 0%,#a6a6a6 100%);
	background: linear-gradient(top, #ccc 0%,#a6a6a6 100%);
	line-height: 40px;
	height: 40px;
	position: relative;
	padding: 0 20px;
    float: left;
	display: block;
	width: 80px;
	font-family: 'BebasNeueRegular';
	font-size:20px;
	color: #1c2224;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
    border-radius: 3px 3px 0 0;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
}

.tabs label:after {
    content: '';
	background: #ccc;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	display: block;
}

.tabs input:hover + label {
	background: #ccc;
	top: -8px;
	-webkit-transition: top linear 0.2s;
    -moz-transition: top linear 0.2s;
    -o-transition: top linear 0.2s;
    -ms-transition: top linear 0.2s;
    transition: top linear 0.2s;
}
.tabs input:hover + label:after{
	background: #ccc;
}
.tabs input:hover + label ~ .clear-shadow {
    top: -8px;
	-webkit-transition: top linear 0.2s;
    -moz-transition: top linear 0.2s;
    -o-transition: top linear 0.2s;
    -ms-transition: top linear 0.2s;
    transition: top linear 0.2s;
}

.tabs input:checked:hover + label {
    top: 0;
}
.tabs input:checked:hover + label:after{
	background: #ccc;
}
.tabs input:checked:hover + label ~ .clear-shadow {
    top: 0;
	background: #ccc;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

.tabs input.tab-selector-1:hover + label.tab-label-1 ~ .clear-shadow{
    z-index: 3;
}

.tabs input.tab-selector-2:hover + label.tab-label-2 ~ .clear-shadow {
    z-index: 2;
}

.tabs input.tab-selector-3:hover + label.tab-label-3 ~ .clear-shadow {
    z-index: 1;
}

.tabs input.tab-selector-4:hover + label.tab-label-4 ~ .clear-shadow {
    z-index: 0;
}
.tabs label:first-of-type {
    z-index: 4;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1);
}

.tab-label-2 {
    z-index: 3;
}

.tab-label-3 {
    z-index: 2;
}

.tab-label-4 {
    z-index: 1;
}

.tabs input:checked + label {
    background: #ccc;
	z-index: 6;
	
    -webkit-animation: page 0.2s linear;
    -moz-animation: page 0.2s linear;
    -ms-animation: page 0.2s linear;
    -o-animation: page 0.2s linear;
    animation: page 0.2s linear;
}

.clear-shadow {
    background: #ccc;
	position: relative;
	top: 0;
    height: 10px;
	margin-bottom: -10px;
    clear: both;
	z-index: -2;
    box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2);
    border-radius: 3px;
}

.content {
    background: #ccc;
	position: relative;
    width: 100%;
	height: 370px;
	z-index: 5;
	overflow: hidden;
    box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
    border-radius: 0 3px 3px 3px;
}

.content div {
     position: absolute;
	top: 0;
	left: 0;
	bottom: 100%;
	padding: 10px 40px;
	overflow: hidden;
	z-index: 1;
    opacity: 0;
    -webkit-transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    -ms-transition: all linear 0.1s;
    transition: all linear 0.1s;
}


.tabs input.tab-selector-1:checked ~ .content .content-1,
.tabs input.tab-selector-2:checked ~ .content .content-2,
.tabs input.tab-selector-3:checked ~ .content .content-3,
.tabs input.tab-selector-4:checked ~ .content .content-4 {
	bottom: 0px;
    z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all ease-out 0.2s 0.2s;
    -moz-transition: all ease-out 0.2s 0.2s;
    -o-transition: all ease-out 0.2s 0.2s;
    -ms-transition: all ease-out 0.2s 0.2s;
    transition: all ease-out 0.2s 0.2s;
}

.content div h2,
.content div h3{
	font-family: 'BebasNeueRegular';
	font-size:40px;
	font-weight:normal;
	color:#FA6900;
	padding-top:5px;
	padding-bottom:5px;
}
.content div p {
	font-style: italic;
	margin: 0;
	color: #1c2224;
	padding-left: 15px;
	border-left: 8px solid rgba(250,105,0, 0.1);
	font-family: 'Quicksand-Regular';		
	font-size:14px;	
	line-height:22px;
	text-align: left;
}

@keyframes "page" {
 0% {
    left: 0;
 }
 50% {
    left: 10px;
 }
 100% {
    left: 0;
 }

}

@-moz-keyframes page {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }

}

@-webkit-keyframes "page" {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }

}

@-ms-keyframes "page" {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }

}

@-o-keyframes "page" {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }

}


#font-icons-wrap{
	width:940px;
	margin: 0 auto;
	padding-bottom:50px;
}
#font-icons-wrap h1 {
	padding-top:20px;
	padding-bottom:10px;
	font-family: 'BebasNeueRegular';
	font-weight:normal;
	text-align:left;
	color:#ccc;
}
.icon-large {
	padding-top:10px;
	padding-bottom:10px;
	width:94px;
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 50px;
    color: #FA6900;
    line-height: 94px;
    height: 94px;
	text-align:center;
	float:left;
}
.icon-medium {
	padding-top:10px;
	padding-bottom:10px;
	width:94px;
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 35px;
    color: #FA6900;
    line-height: 94px;
    height: 94px;
	text-align:center;
	float:left;
}
.icon-small {
	padding-top:10px;
	padding-bottom:10px;
	width:94px;
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 20px;
    color: #FA6900;
    line-height: 94px;
    height: 94px;
	text-align:center;
	float:left;
}
.icon-arrow{
	padding-right:10px;
	width:30px;
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    height: 30px;
	text-align:center;
	float:left;
}
.icon-arrow:hover{
    color: #FA6900;
}









