﻿@charset "UTF-8";

/* Fonts */

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600,700);

::selection {
    background-color: #4cddf3;
    color: #fff;
}

a:focus { outline: none; }

/*---------------(24-07-2015)-----------------*/

.cmdview {
    /*background: #fff none repeat scroll 0 0;*/
    background-color: #fff;
    padding: 20px;
    text-align: left;
}

.delete {
    float: right;
    margin: 0 5px;
}

.comment_box {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #0063af;
    float: left;
    font-size: 13px;
    font-weight: normal;
    margin: 20px 0;
    padding: 4px 14px;
}

.update {
    float: left;
    height: 15px;
    width: 15px;
    width: 20px;
}

/*---------------(24-07-2015)-----------------*/

html, body {
    background: #fff;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

.hideme { opacity: 0; }

.hideme-slide, .hideme-slide2 {
    bottom: -100% !important;
    opacity: 0;
}

.dontHide {
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.dontHide.delay {
    -moz-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    -webkit-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}

/* Loading */

#mask {
    background-color: #FFFFFF;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 100000;
}

.loader {
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 50%;
    width: 40px;
}

/* Color Picker */

.blue .color-picker .pickerTitle { background: #00D6FF; }

.black .color-picker .pickerTitle { background: #000; }

.yellow .color-picker .pickerTitle { background: #f1d301; }

.turquoise .color-picker .pickerTitle { background: #29deb5; }

.red .color-picker .pickerTitle { background: #f2333a; }

.purple .color-picker .pickerTitle { background: #d786fe; }

.orange .color-picker .pickerTitle { background: #fda527; }

.green .color-picker .pickerTitle { background: #77be32; }

.color-picker .picker-btn {
    background: url("../img/picker-ico.png") 5px no-repeat #fff;
    border: none;
    cursor: pointer;
    left: -45px;
    padding: 5px;
    position: absolute;
    top: 45px;
}

.color-picker {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    height: auto;
    position: fixed;
    right: 0;
    top: 150px;
    width: 223px;
    z-index: 500;
}

.color-picker .pwrapper {
    height: auto;
    padding: 15px 20px 25px;
    width: 170px;
}

.color-picker .pickerTitle {
    background: #666;
    border: none;
    color: #fff;
    cursor: auto;
    float: none;
    line-height: 30px;
    margin: 0;
    padding: 10px 5px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.color-picker .pickersubTitle {
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    clear: both;
    color: #7F7F7F;
    cursor: auto;
    float: none;
    font-size: 12px;
    height: auto;
    margin: 0 5px 15px;
    padding: 10px 5px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}

.color-picker div {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    /*border: 2px solid #f0f0f0;*/
	
    -webkit-transition: all 0.2s ease-in-out;
    cursor: pointer;
    /*padding: 5px;*/
    float: left;
    height: 30px;
    margin: 5px;
    transition: all 0.2s ease-in-out;
    width: 30px;
}

.color-picker div.nopick {
    height: 0;
    width: 0;
}

.color-picker .light-version {
    height: 29px;
    margin-bottom: 20px; /*	background: #fff;
	line-height: 30px;
	text-align: center;
	color: #999;*/
    width: 73px;
}

.color-picker .dark-version {
    height: 29px; /*	background: #000;
	line-height: 30px;
	text-align: center;
	color: #666;*/
    width: 73px;
}

.color-picker .picker-blue { background: #4cddf3; }

.color-picker .picker-black { background: #222; }

.color-picker .picker-green { background: #77be32; }

.color-picker .picker-yellow { background: #f1d301; }

.color-picker .picker-red { background: #f2333a; }

.color-picker .picker-purple { background: #d786fe; }

.color-picker .picker-turquoise { background: #29deb5; }

.color-picker .picker-orange { background: #fda527; }

.color-picker .picker-blue:hover, .color-picker .picker-black:hover, .color-picker .picker-green:hover, .color-picker .picker-yellow:hover, .color-picker .picker-red:hover, .color-picker .picker-purple:hover, .color-picker .picker-turquoise:hover, .color-picker .picker-orange:hover { border-color: #000; }

/* JumpMenu Styles */

.jump-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.jump-selector {
    -webkit-appearance: none;
    background: url("../img/menu-icon-blk.png") no-repeat;
    border: none;
    border-radius: 0;
    cursor: pointer;
    height: 75px;
    padding-right: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}

/* Home Slider */

#video-volume {
    background: url("../img/audio.png") no-repeat;
    bottom: 30px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 24px;
    height: 25px;
    left: 50%;
    margin-left: -12px;
    opacity: 0.5;
    position: absolute;
    width: 25px;
    z-index: 10;
}

.welcome {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 50px;
    font-style: italic;
    letter-spacing: 3px;
    text-transform: none;
}

#home-fullWidth div, #home div {
    height: 100%;
    position: relative;
    width: 100%;
}

#home-fullWidth { height: 700px; }

.slider-controls {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    margin: 0;
    opacity: 0;
    padding: 0;
    transition: all 0.2s ease-in-out;
}

.slider-controls li { list-style: none; }

#home-fullWidth div:hover .slider-controls, #home div:hover .slider-controls {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    opacity: 1;
    transition: all 0.2s ease-in-out;
}

.slider-controls li a {
    cursor: pointer;
    height: 80px;
    position: absolute;
    top: 44%;
    width: 81px;
    z-index: 25;
}

.s-next {
    background: url("../img/s-next.png");
    margin-right: 70px;
    opacity: 0.3;
    right: 0;
}

.s-prev {
    background: url("../img/s-prev.png");
    left: 0;
    margin-left: 70px;
    opacity: 0.3;
}

.s-next:hover, .s-prev:hover { opacity: 1; }

/* Pre-load */

#home { height: 100%; }

#bannerscollection_zoominout_opportune {
    height: 100%;
    width: 100%;
}

.wrapperSlider #bannerscollection_zoominout_opportune {
    height: auto;
    width: auto;
}

#homer:hover .bannerControls { opacity: 1; }

.banner-info {
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10;
}

.header {
    background: #fff;
    height: 76px;
    /*background-color: rgba(255,255,255,0.85);*/
    position: absolute;
    width: 100%;
    z-index: 75;
}

.clear { clear: both; }

.menu {
    float: right;
    margin-right: 68px;
}

.menu ul {
    height: 75px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu ul li {
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 75px;
    padding: 0 22px;
    text-transform: uppercase;
}

.menu a {
    color: #414141; /*-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;*/
    text-decoration: none;
}

.menu a:hover {
    color: #4cddf3; /*	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;*/
}

#nav .current a { color: #4cddf3 !important; }

.privilage_card {
    height: 109px;
    margin: 10px;
    padding: 0;
    position: absolute;
    right: 0;
    width: 176px;
    z-index: 100;
}

.logo {
    color: #000;
    cursor: pointer;
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 75px;
    margin-left: 68px;
    text-transform: uppercase;
}

.logo span {
    background: #4cddf3;
    background: rgba(76, 221, 243, 0.5);
    float: left;
    height: 20px;
    margin: 26px 7px 0 0;
    position: relative;
    width: 20px;
}

.logo span span {
    background: #4cddf3;
    bottom: 0;
    height: 10px;
    left: 0;
    position: absolute;
    width: 10px;
}

.main-title .second-title {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    margin: auto;
    text-transform: none;
    width: 680px;
}

.second-title span {
    color: #4cddf3;
    font-weight: 600;
}

.buy-logo {
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    border: 2px solid #067cc2;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    letter-spacing: 2px;
    margin: 40px auto 0;
    padding: 11px 25px 11px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.1s ease-in-out;
    width: 135px;
    z-index: 10;
}

.buy-logo:hover {
    background: #067cc2;
    border: 2px solid #fff !important;
}

/*.buy-logo span{
	float: right;
	background: url('../img/play-ico.png') no-repeat;
	width: 10px;
	height: 13px;
	margin: 3px 0 0 20px;
}*/

.slider-logo a, .buy-logo a {
    color: #fff;
    text-decoration: none;
}

.main-title {
    color: #fff;
    height: 385px;
    margin-top: -176px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: 10;
}

.main-title.title-fullWidth {
    margin-top: 0;
    top: 174px;
}

.main-title a { text-decoration: none; }

.main-title .spacer {
    margin: 30px auto 40px;
    width: 60px;
}

.title-container {
    margin: 0 auto;
    width: 75%;
}

.main-title ul {
    font-family: "Brandon Grot W01 Bold", 'Montserrat', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100px;
    font-weight: 300;
    height: 100px;
    letter-spacing: 5px;
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 100;
}

.main-title ul li {
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -webkit-transition-timing-function: ease;
    font-size: 30px;
    font-style: italic;
    line-height: 34px;
    margin-top: 20px !important;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 40px;
    transition: all 0.5s ease-in-out;
    transition-timing-function: ease;
    width: 100%;
    /* Safari and Chrome */
}

.main-title li.t-current {
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -webkit-transition-timing-function: ease;
    opacity: 1;
    top: 0;
    transition: all 1s ease-in-out;
    transition-timing-function: ease;
    /* Safari and Chrome */
}

/* Featured Works Caroussel*/

.main-carousel {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.f-image { color: #fff; }

.f-image a {
    color: #fff;
    text-decoration: none;
}

.f-single .portfolio-meta, .t-element .portfolio-meta {
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    bottom: 0;
    color: #fff;
    filter: alpha(opacity=0);
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    left: 0;
    letter-spacing: 1px;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease-out;
    width: 100%;
    z-index: 20;
    zoom: 1;
}

.portfolio-meta div:last-child {
    font-size: 13px;
    font-weight: 400;
    opacity: 0.5;
}

.team-box .portfolio-meta div:last-child {
    font-size: 16px;
    font-weight: 400;
    opacity: 1;
}

.f-single:hover .portfolio-meta, .t-element:hover .portfolio-meta {
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    bottom: 75px;
    filter: alpha(opacity=100);
    opacity: 1;
    transition: all 0.2s ease-out;
    zoom: 1;
}

.f-single:hover .f-category, .t-element:hover .f-category {
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    filter: alpha(opacity=100);
    opacity: 1;
    top: 85px;
    transition: all 0.2s ease-out;
    zoom: 1;
}

.team-box .t-element:hover .f-category { top: 65px; }

.f-image .f-category {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    background: url("color/img/color-icons.png") no-repeat;
    display: block;
    filter: alpha(opacity=0);
    height: 44px;
    left: 50%;
    line-height: 44px;
    margin-left: -22px;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 20%;
    transition: all 0.3s ease-out;
    width: 44px;
    z-index: 20;
    zoom: 1;
}

.t-photo .f-category {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    background: url("color/img/color-icons.png") no-repeat 0 -44px;
    display: block;
    filter: alpha(opacity=0);
    height: 44px;
    left: 50%;
    line-height: 44px;
    margin-left: -22px;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 20%;
    transition: all 0.3s ease-out;
    width: 44px;
    z-index: 20;
    zoom: 1;
}

.f-single a { text-decoration: none; }

.image-hover-overlay {
    filter: alpha(opacity=0);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    zoom: 1;
}

.f-image .image-hover-overlay, .t-photo .image-hover-overlay {
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    background-color: #000 !important;
    transition: all 0.2s ease-out;
    z-index: 11;
}

.f-single:hover .image-hover-overlay, .t-element:hover .image-hover-overlay {
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    filter: alpha(opacity=85);
    opacity: .85;
    transition: all 0.2s ease-out;
    zoom: 1;
}

.active .f-info { opacity: 1; }

.roll-info {
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    background: #fff;
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
}

.roll-info:hover {
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    opacity: 0.7;
    transition: all 0.2s ease-out;
}

.ca-container {
    height: auto;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

.ca-nav span {
    background: transparent url(../img/f-next.png) no-repeat top left;
    cursor: pointer;
    height: 38px;
    left: -40px;
    margin-top: -19px;
    opacity: 0.7;
    position: absolute;
    text-indent: -9000px;
    top: 50%;
    width: 25px;
    z-index: 100;
}

.ca-nav span.ca-nav-next {
    background-position: top right;
    left: auto;
    right: -40px;
}

.ca-wrapper {
    height: 100%;
    left: 50%;
    position: absolute;
    width: 100%;
}

.ca-item {
    float: left;
    left: 0;
    position: relative;
    text-align: left;
    width: auto;
}

.content { position: relative; }

.dark {
    background: #f7f7f7;
    padding-bottom: 85px;
}

/*.menu-top{margin-top: 75px;}*/

.f-single {
    float: left;
    margin: 0 15px;
    position: relative;
    width: 467px;
}

.f-single:hover .f-image { opacity: 1; }

/*.f-single.active .f-image{
	opacity: 1;
}*/

.f-single:hover .f-info {
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    background: #4cddf3;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    transition: all 0.2s ease-out;
}

/*.f-single.active .f-info{
	cursor: pointer;
	opacity: 1;
	background: #4cddf3;
	color: #fff;
}*/

.f-single:hover .roll-info {
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    opacity: 0.7;
    transition: all 0.2s ease-out;
}

.featured-carousel {
    height: auto;
    overflow: hidden;
    width: 100%;
}

.featured-list { overflow: auto; }

.nav-featured {
    height: 57px;
    margin: 50px auto;
    width: 475px;
}

.nav-featured div {
    cursor: pointer;
    float: left;
}

.prev-featured {
    background: url("../img/f-prev.png") no-repeat #e1e1e1;
    height: 57px;
    margin-right: 110px;
    width: 30px;
}

.prev-featured:hover { background-color: #4cddf3; }

.next-featured {
    background: url("../img/f-next.png") no-repeat #e1e1e1;
    height: 57px;
    margin-left: 110px;
    width: 30px;
}

.next-featured:hover { background-color: #4cddf3; }

.nav-featured .btn-featured {
    background: #4cddf3;
    border-radius: 25px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 4px;
    padding: 13px 25px 13px;
    text-align: center;
    text-transform: uppercase;
}

.nav-featured .btn-featured:hover { background: #e1e1e1; }

.btn-featured a {
    color: #fff;
    text-decoration: none;
}

.title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    /*text-align: center;*/
}

.title.one {
    color: #404141;
    font-size: 37px;
    letter-spacing: 5px;
    padding: 90px 0 30px;
    text-transform: uppercase;
}

    .title.oone {
        color: #404141;
        font-size: 37px;
        letter-spacing: 5px;
        padding: 40px 0 10px;
        text-align: center;
    }

.title.two {
    color: #757575;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    margin: 0 auto;
    width: 800px;
}

.f-info {
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    background: #fff;
    color: #404141;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 30px;
    padding: 40px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease-out;
}

.f-info span {
    color: #aeaeae;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

.f-image {
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease-out;
}

.light {
    background: #fff;
    position: relative;
}

.dark:after {
    border: 30px solid #f7f7f7;
    border-bottom: 0px solid transparent !important;
    border-left: 30px solid transparent !important;
    border-right: 30px solid transparent !important;
    bottom: -28px;
    content: '';
    height: 0;
    left: 50%;
    margin-left: -29px;
    position: absolute;
    width: 0;
    z-index: 10;
}

.full {
    margin: auto;
    position: relative;
    width: 1180px;
}

.half {
    float: left;
    padding: 80px 55px 70px 35px;
    width: 500px;
}

.half:last-child { padding: 80px 35px 120px 55px; }

.half.car-show-2 { padding-bottom: 25px; }

.title-one, .title-full-one {
    color: #d7d9da;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.title-two, .title-full-two {
    color: #434343;
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 300;
    margin-top: 10px;
    padding-bottom: 50px;
    text-align: center;
}

.title-full-one { padding-top: 80px; }

.half-content {
    color: #888888;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 26px;
}

.half-content a {
    color: #4cddf3;
    font-weight: 400;
    text-decoration: none;
}

/* Parallax */

.parallax .p-dark { color: #404040; }

.parallax {
    height: 480px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.p-image-first { margin-left: -335px; }

.p-image-second { margin-left: -448px; }

.parallax.p-two { height: 400px; }

.parallax.p-one { height: 420px; }

.p-one {
    background: url("../img/parallax/parallax-01.jpg");
    background-position: center center !important;
    background-repeat: no-repeat
}

.p-four { background: url("../img/parallax/parallax-03.jpg") repeat }

.p-two {
    background: url("../img/parallax/parallax-02.jpg") repeat;
    background-color: #4cddf3;
}

.p-three { background: url("../img/parallax/parallax-02.jpg") repeat }

.p-title-one {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    opacity: 0.5;
    padding-top: 140px;
    text-align: center;
    text-transform: uppercase;
}

.p-title-two {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    font-weight: 300;
    padding: 10px 0 30px;
    text-align: center;
}

.p-info {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin: 50px auto 0;
    text-align: center;
    width: 650px;
}

.spacer {
    background: #4cddf3;
    height: 2px;
    margin: auto;
    width: 100px;
}

.p-image-01 {
    bottom: -3px;
    left: 50%;
    margin-left: -595px;
    position: absolute;
}

.p-image-02 div {
    bottom: 0;
    left: 50%;
    position: absolute;
}

.parallax-info {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 50;
}

#video_background {
    bottom: 0px;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    right: 0px;
    width: auto;
    z-index: -1000;
}

.container-video {
    height: 700px;
    overflow: hidden;
    position: relative;
}

.full_slide { }

.p-video { /* give fit to box an aspect ratio */
    display: inline-block; /* let it be styled thusly */
    height: auto; /* don't want it to expand beyond padding */
    margin: 0;
    padding: 0; /* get rid of pre-styling */
    padding-top: 56.25%; /* give aspect ratio of 16:9; "720 / 1280 = 0.5625" */
    position: absolute;
    top: 0;
    width: 100%; /* take up full width available */
    z-index: 5;
}

.p-video > iframe {
    bottom: 0px;
    left: 0px;
    position: absolute; /* expand to fill */
    right: 0px;
    top: 0px;
    z-index: -100;
}

.mk-video-mask {
    background: url(vegas/overlays/05.png) center center repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.p-video-title {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    font-weight: 300;
    height: auto;
    letter-spacing: 30px;
    margin: auto;
    margin-top: 333px;
    opacity: 0.7;
    text-align: center;
    text-transform: uppercase;
}

.p-video-title span { }

/* Team */

.t-spacer {
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    background: #4cd8ed;
    height: 2px;
    margin: auto;
    margin-top: 30px;
    transition: all 0.2s ease-out;
    width: 40px;
}

.t-element:hover .t-spacer {
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    background: #fff;
    transition: all 0.2s ease-out;
}

.t-element:hover .t-roll {
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.2s ease-out;
}

.t-photo {
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    overflow: hidden;
    position: relative;
    transition: all 0.2s ease-out;
    width: 255px;
}

.t-element {
    float: left;
    margin: 20px 53px 15px 0;
    width: 255px;
}

.t-element:nth-child(4) { margin-right: 0; }

.t-element:nth-child(8) { margin-right: 0; }

.t-element:nth-child(12) { margin-right: 0; }

.t-data {
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    overflow: auto;
    padding: 30px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease-out;
}

.t-element:hover .t-data {
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    background: #4cd8ed;
    transition: all 0.2s ease-out;
}

.t-element:hover .t-info {
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    color: #fff;
    transition: all 0.2s ease-out;
}

/*.t-element:hover .t-photo img{
	-webkit-filter: saturate(100%);
	-moz-filter: saturate(100%);
	-o-filter: saturate(100%);
	-ms-filter: saturate(100%);
}*/

.t-name {
    color: #030303;
    font-size: 18px;
}

.ts {
    background: url("../img/social.png");
    float: left;
    height: 25px;
    margin: 11px 18px;
    opacity: 0.4;
    overflow: hidden;
    width: 25px;
}

.ts:hover { opacity: 1; }

.ts.facebook { background-position: 0 0; }

.ts.facebook:hover { background-position: 0 bottom; }

.ts.twitter { background-position: 75px 0; }

.ts.twitter:hover { background-position: 75px bottom; }

.ts.pinterest { background-position: 50px 0; }

.ts.pinterest:hover { background-position: 50px bottom; }

.ts.tumblr { background-position: 25px 0; }

.ts.tumblr:hover { background-position: 25px bottom; }

.t-info {
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    color: #7f7f7f;
    font-size: 14px;
    margin-top: 10px;
    transition: all 0.2s ease-out;
}

/*.t-photo img{
	-webkit-filter: saturate(0%);
	-moz-filter: saturate(0%);
	-o-filter: saturate(0%);
	-ms-filter: saturate(0%);
}*/

.t-social {
    float: right;
    position: relative;
    right: 50%;
}

.in-social {
    float: right;
    height: 36px;
    margin-top: 10px;
    position: relative;
    right: -50%;
}

/* Caroussel */

.show {
    position: relative;
    width: 520px;
}

.caroussel {
    height: 350px;
    margin-left: 10px;
    overflow: hidden;
    position: relative;
    width: 500px;
}

.caroussel-list { overflow: auto; }

.car-img {
    float: left;
    width: auto;
}

.controller {
    float: right;
    position: relative;
    right: 50%;
}

.controller ul {
    float: right;
    margin: 35px 0 0 15px;
    padding: 0;
    position: relative;
    right: -50%;
}

.controller ul li {
    background: #fff;
    border: 2px solid #eaeaea;
    border-radius: 50%;
    cursor: pointer;
    float: left;
    height: 10px;
    list-style: none;
    margin: 0 7px;
    width: 10px;
}

.controller ul li:hover {
    background: #4ad8ed;
    border: 2px solid #4ad8ed;
}

.controller ul li:first-child { margin-left: 0px; }

.controller ul li:last-child { margin-right: 0px; }

.selected {
    background: #4ad8ed !important;
    border: 2px solid #4ad8ed !important;
}

.car-prev, .car-next {
    background-color: #4ad8ed;
    background-image: url('../img/c-arrows.png');
    cursor: pointer;
    height: 85px;
    position: absolute;
    top: 125px;
    width: 47px;
}

.car-prev {
    background-position: -16px 0;
    left: 0;
}

.car-next {
    background-position: 0px -85px;
    right: 0;
}

/* Testimonials */

.caroussel-2 {
    height: 265px;
    margin-left: 10px;
    overflow: hidden;
    position: relative;
    width: 500px;
}

.caroussel-list-2 { overflow: auto; }

.car-quote {
    float: left;
    width: 500px;
}

.tag-project {
    color: #929292;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
}

.controller-2, .controller-3 {
    float: right;
    margin: 30px 0 60px;
    position: relative;
    right: 50%;
}

.controller-3 { margin-top: 0; }

.controller-2 ul, .controller-3 ul {
    float: right;
    padding: 0;
    position: relative;
    right: -50%;
}

.controller-2 ul li, .controller-3 ul li {
    background: #fff;
    border: 2px solid #eaeaea;
    border-radius: 50%;
    cursor: pointer;
    float: left;
    height: 10px;
    list-style: none;
    margin: 0 7px;
    margin: 35px 0 0 15px;
    width: 10px;
}

.controller-3 ul li { border: 2px solid #fff; }

.controller-2 ul li:hover, .controller-3 ul li:hover {
    background: #4ad8ed;
    border: 2px solid #4ad8ed;
}

.controller-2 ul li:first-child, .controller-3 ul li:first-child { margin-left: 0px; }

.controller-2 ul li:last-child, .controller-3 ul li:last-child { margin-right: 0px; }

.car-prev-2, .car-next-2 {
    background-color: #4ad8ed;
    background-image: url('../img/c-arrows.png');
    cursor: pointer;
    height: 85px;
    position: absolute;
    top: 88px;
    width: 47px;
}

.car-prev-2 {
    background-position: -16px 0;
    left: 0;
}

.car-next-2 {
    background-position: 0px -85px;
    right: 0;
}

.avatar {
    float: left;
    margin-right: 20px;
    width: 100px;
}

.avatar img { border-radius: 50%; }

.q-spacer {
    background: #f4f4f4;
    height: 1px;
    margin: 35px 0;
    width: 100%;
}

.comment {
    color: #acacac;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.comment span {
    color: #474747;
    font-weight: 600;
}

/* Services */

.services {
    overflow: visible;
    position: relative;
}

.tooltip {
    background: #000;
    bottom: 100%;
    display: none;
    left: 50%;
    margin-bottom: 30px;
    margin-left: -130px;
    padding: 5px 23px;
    position: absolute;
    top: auto;
    width: 220px;
}

.arrow-down {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgba(6, 6, 6, .85);
    bottom: 100%;
    display: none;
    height: 0;
    left: 50%;
    margin-bottom: 22px;
    margin-left: -8px;
    position: absolute;
    top: auto;
    width: 0;
}

.details {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    text-align: left;
}

.details ul {
    list-style: none;
    padding: 0;
}

.list-dot {
    background: url("../img/ckeck.png") no-repeat #4cddf3;
    display: inline-block;
    height: 15px;
    margin: 0px 7px -3px 0px;
    width: 15px;
}

.visible { display: block; }

.s-container {
    margin: auto;
    position: relative;
    width: 1180px;
}

.s-element {
    float: left;
    height: auto;
    text-align: center;
    width: 393px;
}

.s-info { padding: 0 45px; }

.s-ico {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background-color: #4cddf3;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    cursor: pointer;
    height: 170px;
    margin: 10px auto 40px;
    transition: all 0.2s ease-in-out;
    width: 170px;
}

.s-ico:hover {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background-color: #e6e6e6;
    transition: all 0.2s ease-in-out;
}

.f-ico.s-one { background-position: 0 0; }

.f-ico.s-two { background-position: -73px 0; }

.f-ico.s-three { background-position: -146px 0; }

.f-ico.s-four { background-position: -219px 0; }

.s-info {
    color: #b4b4b4;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

.s-info span {
    color: #434242;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
}

.sl-element {
    float: left;
    height: auto;
    overflow: visible;
    position: relative;
    text-align: center;
    width: 236px;
}

.sl-title {
    color: #434242;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.sl-ico {
    background-color: #4cddf3;
    background-image: url("../img/sl-icons.png");
    background-position: center center;
    background-repeat: no-repeat; /*-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;*/
    border-radius: 50%;
    cursor: crosshair !important;
    cursor: pointer;
    height: 110px;
    margin: 10px auto 30px;
    width: 110px;
}

.sl-ico:hover { background-color: #e6e6e6 !important; }

.sl-config { background-position: 0 0; }

.sl-globe { background-position: -110px 0; }

.sl-diamond { background-position: -220px 0; }

.sl-pointer { background-position: -330px 0; }

.sl-clock { background-position: -440px 0; }

/* Skills */

.skill-1 .skill-in { width: 0%; }

.skill-2 .skill-in { width: 0%; }

/* Change your percent Skills here!*/

.skill-3 .skill-in { width: 0%; }

/* Change your percent Skills here!*/

.skill-4 .skill-in { width: 0%; }

/* Change your percent Skills here!*/

.skill-5 .skill-in { width: 0%; }

/* Change your percent Skills here!*/

.progress-bar {
    background: #f6f6f6;
    height: 36px;
    width: 500px;
}

.progress-bar .skill-in {
    background: #4cddf3 url("../img/skill-sprite.png") repeat-x;
    display: inline-block;
    height: 100%;
}

.info-skills {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 36px;
    padding-left: 18px;
    position: absolute;
    text-transform: uppercase;
}

.info-skills span { font-weight: 300; }

.skill-content { margin-bottom: 32px; }

.skill-content:last-child { margin-bottom: 0; }

/* Portfolio */

.p-category {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background: url("color/img/color-icons.png") 0 -88px no-repeat;
    cursor: pointer;
    display: block;
    filter: alpha(opacity=0);
    height: 44px;
    line-height: 44px;
    margin: 0 auto;
    opacity: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    width: 44px;
    z-index: 20;
    zoom: 1;
}

.ch-grid:hover .p-category { opacity: 1; }

.nav-wrapper { position: relative; }

.nav-wrapper:hover .nav-work { opacity: 1 }

.nav-work {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.nav-work div {
    background: url("../img/work-arrows.png") no-repeat;
    cursor: pointer;
    height: 60px;
    position: absolute;
    top: 47%;
    width: 30px;
}

.nav-work .w-prev {
    background-position: bottom left;
    left: 15px;
}

.nav-work .w-next {
    background-position: top left;
    right: 15px;
}

.w-arrows .close {
    background-position: -264px bottom;
    border: none;
}

.w-arrows .btn-next { background-position: right bottom; }

.w-arrows .btn-prev { background-position: -218px bottom; }

.w-arrows div {
    background: url("color/img/color-icons.png") no-repeat bottom right;
    border: 2px solid #ddd;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    float: left;
    height: 44px;
    line-height: 32px;
    margin: 0 10px;
    text-align: center;
    text-transform: uppercase;
    width: 44px;
}

.w-arrows {
    margin: 20px auto 20px;
    overflow: auto;
    width: 205px;
}

.w-arrows.last { margin: 120px auto 150px; }

.ch-item {
    cursor: pointer;
    float: left;
    width: 100%;
}

.ch-item img { width: 100%; }

.ch-grid img {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    opacity: 1;
    transition: all 0.2s ease-in-out;
}

.ch-grid:hover img {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    opacity: 0.1;
    transition: all 0.2s ease-in-out;
}

.ch-grid:hover div {
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.ch-grid {
    background-color: #4cddf3;
    overflow: hidden;
}

.ch-grid div {
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    cursor: pointer;
    height: 100%;
    left: 100%;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease-in-out;
    /*background: #4cddf3;
    background: rgba(76,221,243,0.8);*/
    width: 100%;
}

.ch-grid div span {
    color: #fff;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 20% 20px;
    padding: 0 0;
    text-align: center;
    text-transform: uppercase;
}

.ch-grid div span span {
    font-size: 16px;
    font-weight: 400;
    margin: auto;
    text-transform: lowercase;
}

.ch-grid div span span.p-category { margin-bottom: 15px; }

.ch-grid div span span.cat2 {
    color: #555;
    font-size: 13px;
    padding: 0;
    text-transform: uppercase;
}

#options {
    float: right;
    margin-bottom: 70px;
    position: relative;
    right: 50%;
}

#filters {
    float: right;
    padding: 0;
    position: relative;
    right: -50%;
}

.folio-btn {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background: #fff;
    border-radius: 3px;
    color: #c1c1c1;
    cursor: pointer;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    list-style: none;
    margin: 0 5px 10px;
    padding: 0px 22px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.folio-btn:hover {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background: #4cddf3;
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.folio-btn:first-child { margin-left: 0; }

.folio-btn:last-child { margin-right: 0; }

.folio-btn.selected {
    background: #4ad8ed !important;
    border: none !important;
    color: #fff !important;
}

.p-roll {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background: #4cddf3;
    color: #fff;
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: all 0.2s ease-in-out;
    width: 100%;
}

.p-roll:hover {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    opacity: 0.7;
    transition: all 0.2s ease-in-out;
}

.ch-grid {
    list-style: none;
    position: relative;
}

.bottom-line {
    border-bottom: solid 1px #f7f7f7;
    margin: 85px auto 0;
    width: 1180px;
}

/* Logos Caroussel */

.caroufredsel_wrapper { margin: auto !important }

#logos { padding: 0; }

.list_carousel.responsive {
    margin: 85px 0;
    margin-left: 0;
    width: auto;
}

.list_carousel li {
    display: block;
    float: left;
    height: 100px;
    padding: 0;
    width: 295px;
}

.list_carousel li img { width: 100% }

/* Image Footer Spacer */

.img-spacer {
    margin: auto;
    margin-top: 265px;
    position: relative;
    width: 1180px;
}

.img-item {
    position: absolute;
    top: -200px;
    z-index: 15;
}

/* Footer */

.footer-container {
    color: #a8a8a8;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    margin: auto;
    overflow: auto;
    padding: 80px 0 10px;
    width: 1180px;
}

.footer-container span { font-size: 13px; }

.foot-third {
    float: left;
    line-height: 25px;
    padding: 0 0 0 28px;
    width: 365px;
}

.f-title-one {
    color: #d7d9da;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.title-one, .title-full-one {
    color: #d7d9da;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.f-title-two {
    color: #434343;
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 45px;
}

.f-data {
    color: #3f3f3f;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
}

.f-data span {
    color: #a8a8a8;
    padding-left: 15px;
}

.f-data.phone span { padding-left: 19px; }

.f-data.e-mail span { padding-left: 27px; }

.f-data.hour-2 span { padding-left: 63px; }

.f-data.hour-3 span { padding-left: 57px; }

.f-data img { margin-right: 10px; }

.no-top { padding-top: 0 !important; }

.f-bottom { margin-bottom: 115px !important; }

/* Form */

.error { font-size: 13px; }

.formSent, .formError { display: none; }

.alert {
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    color: #c09853;
    margin-bottom: 20px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

.bay {
    background-color: transparent;
    overflow: hidden;
}

.form-horizontal .control-group { margin-bottom: 10px; }

.peThemeContactForm .controls .span9 {
    background: #fbfbfb;
    border: none;
    color: #a8a8a8;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 300;
    outline: none;
    padding: 11px;
    text-transform: uppercase;
    width: 97% !important;
}

/*.foot-third:last-child {padding-left: 0;}*/

.controls.send-btn { background: none; }

.controls textarea { height: 100px; }

.contour-btn {
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    background: #4cddf3;
    border: none;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    padding: 3px 30px;
    text-transform: uppercase;
    transition: all .2s ease-out;
    width: 100%;
}

.contour-btn:hover {
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    background: #f7f7f7 !important;
    color: #4cddf3;
    transition: all .2s ease-out;
}

/* Map */

#maps {
    height: 500px;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.map-content {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.inner-map {
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/* Facts */

.f-element {
    float: left;
    height: auto;
    text-align: center;
    width: 295px;
}

.f-ico {
    background: url("../img/facts.png") #4cddf3;
    height: 71px;
    margin: 0 auto 20px;
    width: 73px;
}

.highlight {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 100px;
    font-weight: 300;
    line-height: 75px;
}

.milestone-details {
    color: #7f7f7f;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 20px 0 100px;
    text-transform: uppercase;
}

/* Scroll Up */

.scrollup {
    background: /*url('img/scroll-up.png') no-repeat*/ #4ad8ed;
    border-radius: 50%;
    bottom: 50px;
    color: #fff;
    display: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 300;
    height: 50px;
    line-height: 55px;
    opacity: 0.8;
    position: fixed;
    right: 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 50px;
    z-index: 500;
}

/* Project Window Ajax */

.project-show { overflow: auto; }

.project-window { width: 100%; }

.project-content {
    margin: auto;
    width: 1180px;
}

.project-content img { width: 1180px; }

.wrapper-project {
    height: auto;
    overflow: hidden;
    width: 100%;
}

.wrapper-project ul {
    margin: 0;
    padding: 0;
}

.wrapper-project ul li {
    float: left;
    list-style: none;
    margin: 20px 0 0;
}

.close {
    /*width: 20px;
	height: 20px;
	background: #4cddf3;
	border-radius: 50%;*/
}

.project-content .img-project:first-child { border-top: solid 1px #f7f7f7; }

.description {
    color: #646464;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-top: 55px;
}

.title-project {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 300;
    margin: 5px 0 20px;
    text-align: center;
    text-transform: uppercase;
}

.title-project span {
    color: #646464;
    font-size: 16px;
    font-style: italic;
    text-transform: none;
}

/* Social Footer */

.socialFooter {
    background: #fff;
    height: 201px;
    margin-top: 500px;
    position: relative;
    width: 100%;
}

.social-icons {
    margin: 0px auto 35px;
    padding-top: 50px;
    width: 215px;
}

.socialFooter .social-icons .social {
    /*	float: right;
	right: 50%;
	position: relative;*/
}

.socialFooter .social-icons .social div {
    background: url("../img/social-footer.png");
    float: left;
    height: 51px;
    margin: 0 10px;
    overflow: hidden;
    width: 51px;
}

.socialFooter .social-icons .social div:hover { opacity: 0.7; }

.socialFooter .social-icons .social .face { background-position: right bottom; }

.socialFooter .social-icons .social .twitt { background-position: left bottom; }

.socialFooter .social-icons .social .plus { background-position: -51px bottom; }

.socialFooter .copy {
    color: #aaa;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    margin-top: 35px;
    text-align: center;
}

/* Jump Menu */

#nav2 {
    display: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    left: 50%;
    margin-left: -30em; /* 30 480 */
    position: absolute;
    top: 25%;
    width: 60em; /* 1000 */
}

#nav2 > a { display: none; }

#nav2 li { position: relative; }

#nav2 li a {
    color: #999;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}

/*#nav2 li a:active
		{
			background-color: #c00 !important;
		}*/

#nav2 span:after {
    border: 0.313em solid transparent; /* 5 */
    border-bottom: none;
    border-top-color: #efa585;
    content: '';
    display: inline-block;
    height: 0;
    position: relative;
    right: -0.313em; /* 5 */
    vertical-align: middle;
    width: 0;
}

/* first level */

#nav2 > ul {
    background-color: #f5f5f5;
    height: 3.75em; /* 60 */
    padding: 0;
}

#nav2 > ul > li {
    float: left;
    height: 100%;
    width: 25%;
}

#nav2 > ul > li > a {
    font-size: 1.5em; /* 24 */
    height: 100%;
    line-height: 2.5em; /* 60 (24) */
    text-align: center;
}

#nav2 > ul > li:not(:last-child) > a { border-right: 1px solid #cc470d; }

#nav2 > ul > li:hover > a, #nav2 > ul:not(:hover) > li.active > a { color: #fff; }

/* second level */

#nav2 li ul {
    background-color: #cc470d;
    display: none;
    position: absolute;
    top: 100%;
}

#nav2 li:hover ul {
    display: block;
    left: 0;
    right: 0;
}

#nav2 li:not(:first-child):hover ul { left: -1px; }

#nav2 li ul a {
    border-top: 1px solid #e15a1f;
    font-size: 1.25em; /* 20 */
    padding: 0.75em; /* 15 (20) */
}

/*							#nav2 li ul li a:hover,
					#nav2 li ul:not( :hover ) li.active a
					{
						background-color: #e15a1f;
					}*/


@media only screen and (max-width: 62.5em) /* 1000 */ {
    #nav2 {
        display: none;
        margin: 0;
        position: static;
        width: 100%;
    }
}

@media only screen and (max-width: 974px) /* 640 */ {
    html {
        font-size: 75%; /* 12 */
    }

    #nav2 {
        display: block;
        font-size: 75%;
        left: auto;
        position: relative;
        top: auto;
    }

    #nav2 > a {
        background: url("../img/menu-icon-blk.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        cursor: pointer;
        float: right;
        height: 75px; /* 50 */
        position: relative;
        text-align: left;
        text-indent: -9999px;
        width: 50px; /* 50 */
    }

    /*					#nav2 > a:before,
			#nav2 > a:after
			{
				position: absolute;
				border: 2px solid #fff;
				top: 35%;
				left: 25%;
				right: 25%;
				content: '';
			}
			#nav2 > a:after
			{
				top: 60%;
			}*/

    #nav2:not(:target) > a:first-of-type, #nav2:target > a:last-of-type { display: block; }


    /* first level */
    #nav2.active > ul { display: block; }

    #nav2 > ul {
        background: #003f64;
        display: none;
        height: auto;
        left: 0;
        margin-top: 75px;
        position: absolute;
        right: 0;
    }

    #nav2:target > ul { display: block; }

    #nav2 > ul > li {
        float: none;
        width: 100%;
    }

    #nav2 > ul > li > a {
        height: auto;
        padding: 0 0.833em; /* 20 (24) */
        text-align: left;
    }

    #nav2 > ul > li:not(:last-child) > a {
        border-bottom: 1px dotted #999;
        border-right: none;
    }


    /* second level */

    #nav2 li ul {
        padding: 1.25em; /* 20 */
        padding-top: 0;
        position: static;
    }
}

.video-container {
    /*padding-top: 30px;*/
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.video-container iframe, .video-container object, .video-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* See more at: http://avexdesigns.com/responsive-youtube-embed/#sthash.xRJhxXBs.dpuf*/


.pattern { background-image: url("../img/slider/pattern.jpg"); }

.darker .sticky-wrapper { background-color: #000; }

.overlay {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    background: transparent url("../img/overlay.png");
    height: 100%;
    opacity: 0.5;
    position: absolute;
    user-select: none;
    width: 100%;
    z-index: 0;
    z-index: 3;
}

.slides-navigation .next {
    background: transparent url("../img/s-next.png");
    height: 80px;
    margin-right: 70px;
    opacity: 0.3;
    width: 81px;
}

.slides-navigation .prev {
    background: transparent url("../img/s-prev.png");
    height: 80px;
    margin-left: 70px;
    opacity: 0.3;
    width: 81px;
}

.slides-navigation .next:hover { opacity: 1 }

.slides-navigation .prev:hover { opacity: 1 }

body .bx-wrapper { margin-bottom: 0; }

.bxslider { margin-top: 0px; }

body .bx-wrapper .bx-viewport {
    border: 0px;
    left: 0;
}

.bx-wrapper .bx-controls-direction a.bx-next {
    background: transparent url("../img/s-next.png");
    height: 80px;
    margin-right: 70px;
    opacity: 0.3;
    width: 81px;
}

.bx-wrapper .bx-controls-direction a.bx-prev {
    background: transparent url("../img/s-prev.png");
    height: 80px;
    margin-left: 70px;
    opacity: 0.3;
    width: 81px;
}

.bx-wrapper .bx-controls-direction a.bx-next:hover { opacity: 1 }

.bx-wrapper .bx-controls-direction a.bx-prev:hover { opacity: 1 }

#homedevice {
    background-image: url(../img/slider/01.jpg);
    background-size: cover;
    display: none;
    height: 100%;
}

ul.bxslider {
    background-color: #222222;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 800px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 0;
}

ul.bxslider li.slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*    display: none;*/
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 0;
}

ul.bxslider li.slide .caption {
    height: 100%;
    position: relative;
    width: 100%;
}

ul.bxslider li.slide .caption .caption-inside {
    position: absolute;
    top: 0;
    width: 100%;
}

ul.bxslider li.slide .caption .slide-caption {
    display: table;
    height: 100%;
    margin-left: 10%;
    margin-right: 10%;
    position: relative;
    top: 0;
    width: 80%;
    z-index: 0;
}

ul.bxslider li.slide .caption .slide-caption .vertical-align-middle {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.overlay.i3 { height: 800px; }

.main-title.title-fullWidth.i3 { top: 223px; }