/* ==========================================================================
   Resets
   ========================================================================== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
    table{border-collapse:collapse;border-spacing:0}
    img{border:0}
    li{list-style:none;font-style: normal;text-decoration: none;}
    a{text-decoration: none; color: #ef4035}
    h1,h2,h3,h4,h5,h6,p,span{font-size:100%;font-weight:normal;font-style: normal;}

    input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
    html{color:#000}
    body{font: 'PT Sans',sans-serif;}
    select,input,button,textarea{font:99% 'PT Sans',sans-serif;}

    form{
    border: 0;
    outline: none;
    }
    form:focus{
        outline: none;
        border-color: #000;
    }

    table{font-size:inherit;font:100%}


/* ==========================================================================
   Logo/Header Fonts
   ========================================================================== */
@font-face {
font-family: 'Myriad Pro Condensed';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Condensed'), url('fonts/myriad-pro-condensed.woff') format('woff');
}
/* Copyright (c) 1992 Adobe Systems Incorporated. All Rights Reserved. Myriad is a trademark of Adobe Systems Incorporated. */

@font-face {
font-family: 'Myriad Pro Bold Condensed';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Bold Condensed'), url('fonts/myriad-pro-bold-condensed.woff') format('woff');
}
/* Copyright (c) 1992 Adobe Systems Incorporated. All Rights Reserved. Myriad is a trademark of Adobe Systems Incorporated. */


/* ==========================================================================
   Typography Styling
   ========================================================================== */
h2{
    font-size: 53px;
    font-weight: 700;
    color: #333333;
    text-transform: uppercase;
}
h3,h5{
    color: #333333;
    font-weight: 700;
}
h4{
    font-size: 18px;
    font-weight: 400;
    color: #888888;
    line-height: 1.4;
}
p{
    font-weight: 400;
    color: #888888;
}
.black-divider{
    border: none;
    border-bottom: 1px solid #333333;
    width: 20px;
    margin: 15px 0 52px 0;
    padding: 0;
}

body{
    margin: 0;
    font-family: 'PT Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
}
.container{
    overflow: hidden;
    margin: auto auto;
    width: 1214px;
}


/* ==========================================================================
   Header
   ========================================================================== */

.nav-wrapper{
    overflow: hidden;
    padding-top: 44px;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
}
.intro-header{
    background: no-repeat top center;
    background-attachment: scroll;
    background-size: cover;
}
.navbar-fixed-top{
    position: fixed;
    width: 100%;
    margin: 0 auto;
    right: 0;
    left: 0;
    z-index: 1030;
}
.nav-wrapper.top-nav-collapse{
    background-color: rgba(0,0,0,0);
}
.top-nav-collapse {
    padding: 0;
    background-color: #000;
}
.nav-wrapper.top-nav-collapse {
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
    padding: 15px 0;
    background: #28282e;
    border-bottom: 1px solid rgba(255,255,255,.3);
}
.navbar{
    float: right;
    padding-top: 17px
}
.navbar ul li{
    text-align: right;
    display: inline-block;
    margin-left: 37px;
    text-transform: uppercase;
}
.inner-nav-btn{
    color: #fff;
    text-decoration: none;
}
.inner-nav-btn:hover{color: #ef4035;}
.logo{
    float: left;
    font-family: 'Myriad Pro Condensed';
    font-weight: normal;
    font-size: 45px;
    color: #fff;
}
.logo span{
    font-family: 'Myriad Pro Bold Condensed';
    font-weight: normal;
}
.logo img{
    vertical-align: -6px;
}
.intro-body{
    width: 1214px;
    margin: auto auto;
    color: #fff;
    padding-top: 216px
}
.headline{
    text-align: center;
}
.headline h1{
    font-family: 'Myriad Pro Condensed';
    font-weight: normal;
    font-size: 72px;
    padding: 0;
    margin: 0;
}
.headline h1 span{
    font-family: 'Myriad Pro Bold Condensed';
    font-weight: normal;
}
.headline h2{
    color: #ffffff;
    font-weight: 400;
    font-size: 30px;
    width: 740px;
    margin: auto auto;
    text-transform: uppercase;
    padding-bottom: 12px;
}
.white-divider{
    width: 20px;
    border: 0;
    border-top: 1px solid #ffffff;
    margin-bottom: 20px;
}

.btn {
    position:relative;
    display: inline-block;
    width:240px;
    height:65px;
    line-height:65px;
    text-align:center;
    color:white;
    font-size:25px;
    overflow:hidden;
    cursor:pointer;
    text-transform: uppercase;
    background-color: #ef4035;
    border-bottom: 5px solid #b51719;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
    margin-bottom: 50px;
}
.cover{
    position:absolute;
    top:0px;
    left:0px;
    width:240px;
    height:65px;
    line-height:65px;
    transform:translateX(-240px);
    transition:all 350ms ease-in-out;
    background-color: #ef4035;
}
.btn:hover .cover {
  transform:translateX(0px);
}
.cover li {
    color: #ffffff;
    margin-top:9px;
    font-size: 48px;
}

.benefits h3{
    color: #ffffff;
    text-align: center;
    font-weight: 400;
    font-size: 17px;
    padding-bottom: 50px;
}
.benefits ul{
    color: #ffffff;
    float: left;
    width: 1214px;
    text-align: center;
    margin: 0;
    padding: 0;
}
.benefits ul li{
    display: inline-block;
    padding: 0 30px;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    width: 210px;
    margin: 0 -2px;
}
.benefits img{padding-bottom: 60px;}
.arrowup{
  height: 27px;
  width: 100%;
  padding: 0px;
  margin: 0 0;
  background-image: url('img/arrowup.png');
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}


/* ==========================================================================
   About
   ========================================================================== */

.about-container{
    position: relative;
    background-color: #f6f6f6;
    height: 918px;
    overflow: hidden;
}
.left-section{
    float: left;
    width: 366px;
    padding-top: 290px;
}
.right-section{
    position: absolute;
    width: 1133px;
    top: 200px;
    right: 90px;
}
.diamond-grid {
    width: 1133px;
    margin: 0 0;
    padding-right: 10px;
}

.right-section ul li {
    list-style: none;
    float: left;
    margin-left: 86px;
    margin-top: 20px;
}

.diamond {
    height: 192px;
    width: 192px;
    background: #ffffff;
    color: #2d2d2d;
    display: block;
    overflow: hidden;
    text-decoration: none;
    -webkit-transform: rotate(44.5deg);
    -moz-transform: rotate(44.5deg);
    -ms-transform: rotate(44.5deg);
    -o-transform: rotate(44.5deg);
    transform: rotate(44.5deg);
    -webkit-transition: color .35s linear;
    -moz-transition: color .35s linear;
    -o-transition: color .35s linear;
    transition: color .35s linear;
}

.diamond:hover {
    background: #fff;
    cursor: pointer;
}
.diamond-grid > li:nth-child(8n+4) {
    margin-left: 0;
}
.diamond-grid > li:nth-child(1) {
    margin-left: 363px;
}
.diamond-grid > li:nth-child(4) {
    margin-left: -50px;
}
.diamond-grid > li:nth-child(n+4) {
    margin-top: -47px;
}
.diamond-grid > li:nth-child(4) {
    margin-left: 224px;
}
.diamond-grid > li:nth-child(7){
    margin-left: 84px
}
.diamond-grid > li:nth-child(8){
    background-color: #28282e;
    color: #ffffff;
}

.text {
    width: 192px;
    height: 192px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0;
    display: table-cell;
    vertical-align: middle;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    text-align: center;
}


/* ==========================================================================
   Quotes
   ========================================================================== */
.wrapper{
    position: relative;
    height: 309px;
    overflow: hidden;
}
.arrowdown{
    height: 27px;
    width: 100%;
    padding: 0px;
    margin: 0 0;
    background-image: url('img/arrowup.png');
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.news{
    padding-top: 78px;
}

#quote-carousel {
    float: right;
    position: relative;
    width: 675px;
    margin: 0 auto;
    padding-top: 95px
}

#slides {
    overflow: hidden;
    position: relative;
    width: 653px;
    font-weight: 400;
    font-style: italic;
}

#slides ul {
  list-style: none;
  width: 100%;
  height: 121px;
  margin: 0;
  padding: 0;
  position: relative;
}

#slides li {
    width: 100%;
    float: right;
    text-align: left;
    position: relative;
    font-style: italic;
    line-height: 1.19;
    margin-top: -4px
}
.quote-marks{
    position: absolute;
    margin-top: 65px;
    right: 0;
}
/* Styling for prev and next buttons */

a#prev:hover,
a#next:hover {
  color: #fff;
}

.quote-phrase,
.quote-author {
  display: table-cell;
  padding: 0 0;
}

.quote-phrase img{
    float: left;
    padding-right: 15px;
}
.quote-phrase {
    height: 100px;
    font-size: 25px;
    color: #888888;
    font-style: italic;
}

.quote-author {
    text-align: right;
    font-size: 16px;
    color: #ef4035;
    font-style: italic;
    height: 14px;
}

.quoteContainer,
.authorContainer {
  display: table;
  width: 100%;
}


#quote-carousel .carousel-indicators {
    bottom: -20px !important;
}
#quote-carousel .carousel-indicators li {
    display: inline-block;
    margin-right: 6px;
    width: 14px;
    height: 14px;
    border: 3px solid #ebebeb;
}
#quote-carousel .carousel-indicators li.active {
    background: #ebebeb;
}

/* ==========================================================================
   Laptop-Slider
   ========================================================================== */
.laptop-slider{
    position: relative;
    background-color: #28282e;
    height: 918px;
    overflow: hidden;
}
.content{
    float: left;
    width: 376px;
    padding-top: 271px;
    color: #ffffff;
}
.content hr{border-bottom: 1px solid #ffffff;}
.content h2{color: #ffffff;}
.content h4{color: #ffffff;}

.slideshow-wrapper{
    position: relative;
    float: right;
    padding-top: 165px;
    width: 830px;
}
.next, .prev{
    top: 75%;
    position: absolute;
    font-family: 'Quicksand';
    font-weight: 300;
    font-size: 60px;
    color: #fff;
    user-select: none;
    transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.next{right:auto; left: 30px}
.next:hover, .prev:hover{
    cursor: pointer;
    color: #ef4035;
}
.slideshow{
    position: relative;
    display: block;
    overflow: hidden;
    height: 500px;
    width: 100%;
}
figure.show {
    opacity: 1;
    position: absolute;
    transition: 1s opacity;
    width: 100%;
    top: 0
}
figure{
    margin: 0;
    opacity: 0;
    transition: 1s opacity;
    position: absolute;
}
figcaption{
    float: right;
    text-align: right;
    color: #cccccc;
    font-size: 16px;
    font-style: italic;
    width: 200px;
}
figcaption i{vertical-align: middle;}


/* ==========================================================================
   Contact Us
   ========================================================================== */
.contact-container{
    position: relative;
    height: 936px;
    overflow: hidden;
}
.dark-arrowdown{
    height: 27px;
    width: 100%;
    padding: 0px;
    margin: 0 0;
    background-image: url('img/arrowdown.png');
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.content-container{
    padding-top: 121px;
    overflow: hidden;
}
.heading{
    float: left;
    width: 608px;
}
.contact-right{
    float: left;
    width: 430px;
    margin: 0;
    padding-top: 5px;
}

form{
    float: left;
    display: block;
    margin-right: 43px;
}
.form-control{
    display: block;
    width: 533px;
    height: 30px;
    padding: 15px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #28282e;
    margin-bottom: 20px;
    font-size: 15px;
    color: #ef4035;
}
.form-control:hover{border: 1px solid #ef4035;}
.form-control:focus {
    border: none;
    outline: none;
    border: 1px solid #ef4035;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{ /* WebKit browsers */
    color: #28282e;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder{ /* WebKit browsers */
    color: #ef4035;
}
input:-moz-placeholder,
textarea:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
   color: #28282e;
   opacity:  1;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
   color: #ef4035;
   opacity:  1;
}
input::-moz-placeholder,
textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */
   color: #28282e;
   opacity:  1;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder{ /* Mozilla Firefox 19+ */
   color: #ef4035;
   opacity:  1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{ /* Internet Explorer 10+ */
   color: #28282e;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder{ /* Internet Explorer 10+ */
   color: #ef4035;
}

textarea.form-control{height: auto}
.checkbox {
	-webkit-appearance: none;
	background-color: #f9f9f9;
	border: 1px solid #28282e;
	padding: 7px;
	display: inline-block;
	position: relative;
    outline: none;
    vertical-align: -1.0px;
    margin-top: 19px;
}
.checkbox:hover{
    border: 1px solid #ef4035;
    background-color: #ffffff;
}
.checkbox:checked:after {
	content: ' ';
	width: 10px;
	height: 10px;
	position: absolute;
	top: 2px;
	background: #ef4035;
	text-shadow: 0px;
	left: 2px;
	font-size: 32px;
}
.checkbox:checked {
	background-color: #ffffff;
	border: 1px solid #ef4035;
}
.checkbox:active, .checkbox:checked:active {
}

input[type="checkbox"] + label span {
    display:inline-block;
    margin-left: 13px;
    font-size: 15px;
}

.submit-btn{
    float: right;
    background: none;
    border: none;
    border: 1px solid #ef4035;
    padding: 15px 50px;
    font-size: 18px;
    color: #ef4035;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #ef4035;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
.submit-btn:hover{
    color: #ffffff;
    box-shadow: inset -141px 0 0 0 #ef4035;
    color: #ffffff;
}

.contact-info{
    float: left;
    width: 430px;
    color: #28282e;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}
.contact-info h3{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 27px;
    margin-top: -7px
}
.contact-info h5{
    font-size: 16px;
    font-weight: 700;
}
address{
    padding-bottom: 41px;
}


/* ==========================================================================
   Social
   ========================================================================== */
.social-wrapper{
    position: relative;
    background-color: #ef4035;
    height: 120px;
    overflow: hidden;
    line-height: 120px;
}
.social-wrapper p{
    color: #ffffff;
    font-size: 18px;
}
.social{
    float: left;
    width: 570px;
    text-align: right;
    margin-right: 38px;
    padding: 0;
}
.social i,
.partner i{
    font-size: 21px;
    color: #ffffff;
    margin: 0 5px;
    border: 1px solid #ffffff;
    padding: 6px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    text-align: center;
}
.social i:hover,
.partner i:hover{
    cursor: pointer;
    color: #ef4035;
    border: 1px solid #ef4035;
    background-color: #ffffff;
}


/* ==========================================================================
   Footer
   ========================================================================== */
footer{
    position: relative;
    background-color: #28282e;
    height: 152px;
    overflow: hidden;
    line-height: 152px;
    font-size: 13px
}
footer p{
    float: left;
    color: #76767b;
}
footer ul li{
    float: right;
    display: inline-block;
    padding-left: 30px;
    text-transform: uppercase;
}
footer ul li a{
    color: #76767b;
}
footer ul li a:hover{
    color: #ef4035;
}


/* ==========================================================================
   Screen resolutions - adaptive size
   ========================================================================== */
@media (min-width: 1580px) and (max-width: 1830px){
    .right-section{
        margin-right: -150px;
    }
}
@media (min-width: 1232px) and (max-width: 1580px){
    .right-section{
        margin-right: -305px;
    }
    .diamond-grid .diamond:nth-of-type(3n){
        opacity: 0;
    }
}
@media (min-width: 1060px) and (max-width: 1232px){
    .right-section{
        margin-right: -470px;
    }
    .diamond-grid .diamond:nth-of-type(3n){
        opacity: 0;
    }
    .diamond-grid .diamond:nth-of-type(2){opacity: 0}
}
@media (min-width: 950px) and (max-width: 1060px){
    .right-section{
        margin-right: -470px;
    }
    .diamond-grid .diamond:nth-of-type(3n){
        opacity: 0;
    }
    .diamond-grid .diamond:nth-of-type(2){opacity: 0}
    .diamond-grid .diamond:nth-of-type(7){opacity: 0}
}
@media (min-width: 0) and (max-width: 950px){
    .right-section{
        display: none;
    }
}