/*MAIN.CSS*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*This is main CSS file that contains custom style rules used in this template*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Template Name: NEXUS.*/
/* Version: 1.0 Initial Release*/
/* Build Date: 18th April 2014*/
/* Author: Designova.*/
/* Website: http://www.designova.net */
/* Copyright: (C) 2014 */
/*-------------------------------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */
/* 02 - HEADER, INTRO & NAVIGATION */
/* 03 - COMMON ELEMENTS & TYPOGRAPHY */
/* 04 - PAGES & SECTIONS SETUP*/


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
body
{
    overflow-x: hidden; 
}
body{
	font-weight:300;
	/*overflow-x:hidden !important; */
}
.noscroll{
	overflow: hidden;
}
a, a:hover, a:focus{
	text-decoration: none;
}
a:focus { 
   outline: none; 
}
.text-center .img-responsive{
	display: inline-block;
}
.animated{
	visibility: hidden;
}
.ease{
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.ease:hover{
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.text-center > .img-responsive{
	display: block;
	display: inline-block;
}
p{
	color: #777;
	font-size: 14px;
	line-height:21px;
}
h1,h2,h3,h4,h5,h6{
	margin-top: 0;
	font-weight: normal;
}

/*@media (min-width: 1024px) and (max-width: 5000px) {
	.container{
		max-width: 1000px;
	}
}*/

/*Common Spacing and Padding*/

.page-section{
	padding: 100px 0;
}
.separator-section{
	padding: 100px 0;
}
.add-top{
	margin-top: 120px;
}
.add-bottom{
	margin-bottom: 120px;
}
.add-top-half{
	margin-top: 60px;
}
.add-bottom-half{
	margin-bottom: 60px;
}
.add-top-quarter{
	margin-top: 30px;
}
.pad-top{
	padding-top: 120px;
}
.pad-bottom{
	padding-bottom: 120px;
}
.pad{
	padding-left: 20px;
	padding-right: 20px;
}
.inner-pad{
	padding: 120px;
}
.remove-top{
	margin-top: 0;
}
.remove-bottom{
	margin-bottom: 0;
}
.remove-pad-top{
	padding-top: 0;
}
.remove-pad-bottom{
	padding-bottom: 0;
}
.nopadding {
    margin: 0 !important;
    padding: 0 !important;
}
.mob-center > .img-responsive{
	display: inline-block;
}
.no-gutter{
	margin-left: -15px !important;
}
.valign{
	position: relative;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}
.absolute-overlay{
	position: absolute;
	top: 0;
	left: 0;
}
.poster-img{
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - HEADER, INTRO & NAVIGATION */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.masthead{
    top: 0;
	position: absolute;
	width: 100%;
	padding: 30px;
	z-index: 999;
}
.masthead.shadows{
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.masthead h6{
	margin-top: 20px;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.mastfoot{
	padding: 40px 0;
}
.footnav{
	list-style: none;
	padding: 0;
	margin-top: 20px;
}
.footnav li{
	display: inline-block;
}
.footnav li a:after{
	content: '/';
	padding-left: 10px;
	padding-right: 10px;
}
.footnav li:last-child a:after{
	display: none;
}
.footnav li a{
	opacity: 1;
}
.footnav li a:hover{
	opacity: 0.3;
}
.socialnav{
	list-style: none;
	padding: 0;
	margin-top: 20px;
}
.socialnav li{
	display: inline-block;
	margin-right: 5px;
}
.socialnav li a{
	opacity: 0.3;
}
.socialnav li a:hover{
	opacity: 1;
}
.footlogo a{
	opacity: 0.3;
}
.footlogo a:hover{
	opacity: 1;
}
.credits{
	padding: 15px 0;
}
.credits p{
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 0;
}
.mastnav{
	display: none;
    height: 100%;
	width: 100%;
	z-index: 998;
    background-color: #121212;
    background-size: cover;
}
.mastnav ul{
	list-style: none;
	padding: 0;
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
}
.mastnav ul li a{
    font-size: 24px;
    line-height: 48px;
    font-weight: 200;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.sub-nav{
	padding: 10px;
	margin-bottom: 20px;
	display: none;
}
.sub-nav a{
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 200;
	font-size: 10px !important;
	line-height: 38px !important;
	padding: 6px;
	margin-left: 3px;
	margin-right: 3px;
	border:1px solid; 
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - COMMON ELEMENTS & TYPOGRAPHY */
/*-------------------------------------------------------------------------------------------------------------------------------*/


.call-to-action-inner{
	padding: 100px 0;
}
.subheading{
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 4px;
	text-transform: uppercase;
}

/*Page Head*/
.pagehead{

}
.pagehead h1{
	font-size: 42px;
	line-height: 49px;
	font-weight: 200;
	margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.pagehead h6{
	font-size: 18px;
	line-height: 25px;
	font-style: italic;
	font-weight: 200;
}

/*Buttons*/
.btn-nexus{
	border-radius: 0px;
	text-decoration: none;
	padding: 15px 20px;
	font-size: 12px;
	line-height: 19px;
	text-transform: uppercase;
	font-weight:400;
	letter-spacing: 1px;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.btn-nexus-big{
	border-radius: 0px;
	text-decoration: none;
	padding: 15px 20px;
	font-size: 18px;
	line-height: 25px;
	text-transform: uppercase;
	font-weight:400;
	letter-spacing: 1px;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.btn-nexus:hover{
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.btn-nexus-white{
	border:solid 1px #fff;
	background: transparent;
	color: #fff;
}
.btn-nexus-white:hover{
	border:solid 1px #fff;
	background: #fff;
	color: #000;
}

.btn-nexus-dark{
	border:solid 2px #000;
	background: transparent;
	color: #000;
}
.btn-nexus-dark:hover{
	border:solid 2px #000;
	background: #000;
	color: #fff;
}

.btn-nexus-color{
    border:solid 2px;
	background: transparent;
}
.btn-nexus-color:hover{
    border:solid 2px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - PAGES & SECTIONS SETUP */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*ABOUT*/
.feature-block{
}
.feature-block h3{
	margin-top: 10px;
	font-size: 14px;
    letter-spacing: 2px;
    line-height: 21px;
    text-transform: uppercase;
}
.testimonial-wrap > img{
	border-radius: 50%;
}
.testimonial-carousel-item h6{
	margin-top: 15px;
}

.team-stage{
    padding: 0 2px;
    text-align: center;
}
.team-spec{
    padding:20px;
    text-align: center;
}
.team-spec h6 > span{
    font-size: 42px;
    line-height: 49px;
    font-weight:700;
}
.team-spec h3{
    font-size: 18px;
    line-height:25px;
    font-weight:400;
letter-spacing: 4px;
text-transform: uppercase;
margin-top: 20px;
}
.team-spec p{
    font-weight:300;
    font-size: 14px;
    line-height:21px;
}
.team-spec > h6{
    margin-bottom: 20px;
}
.team-spec > h6 > span{
    font-weight:200;
    font-size: 16px;
    line-height: 23px;
    padding:8px 8px 5px 8px;
    font-style: italic;
}

.team-wrap .owl-theme .owl-controls{
    margin-top: 0;
}
.testimonial-carousel{
    padding-top: 0;
    padding-bottom: 0;
}

.team-wall-bg{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/*SERVICES*/
.service-stat h3 {
	margin-top: 30px;
    font-size: 32px;
    line-height: 39px;
    font-style: italic;
}
.service-stat h6{
	margin-top: 30px;

}
.service-stat h6>span {
    font-size: 14px;
    font-weight: 200;
    line-height: 21px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-top: solid 1px #121212;
    border-bottom: solid 1px #121212;
    padding-top: 10px;
    padding-bottom: 10px;
}

.service-block{
	padding: 0 30px;
}
.service-block .main-badge{
	margin-bottom: 20px;
	opacity: 1;
}
.service-block h3 {
    font-size: 18px;
    letter-spacing: 4px;
    line-height: 25px;
    margin-top: 10px;
    text-transform: uppercase;
}
.service-block h6 {
    cursor: pointer;
    font-size: 18px;
    font-style: italic;
    font-weight: 200;
    line-height: 25px;
}
.service-details{
	margin-top: 10px;
}
.service-details li{
	padding: 10px;
}

.service-block a {
	opacity: 0.3;
}
.service-block:first-child a {
	opacity: 1;
}
.pricing-block{
	padding: 15px;
}
.pricing-block-inner{
	border:solid 4px;
	padding: 25px;
}
.pricing-block-inner a{
	margin-bottom: 10px;
}
.pricing-block h3 {
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px;
}
.pricing-block h6 {
    font-size: 24px;
    font-style: italic;
    font-weight: 200;
    line-height: 36px;
}

/*NEWS*/
.news-block{
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center;
}
.news-block-inner.overlay-on{
	background-color: rgba(0,0,0,0.5);
}
.news-block h2 {
	font-weight: 200;
	font-size: 24px;
	line-height: 31px;
	letter-spacing: 4px;
	text-transform: uppercase;
}
.news-block h3 {
	font-weight: 200;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 4px;
	text-transform: uppercase;
}
.news-block h6 {
    font-size: 32px;
    font-style: italic;
    font-weight: 200;
    line-height: 39px;
}
.news-block h6>span{
    font-size: 18px;
    font-style: italic;
    font-weight: 200;
    line-height: 25px;
}
.news-block h6>span:before{
	content: '/';
	color: #000;
	margin-left: 5px;
	margin-right: 5px;
}

.news-post-head h2 {
	font-weight: 200;
	font-size: 24px;
	line-height: 31px;
	letter-spacing: 4px;
	text-transform: uppercase;
}
.news-post-head h3 {
	font-weight: 200;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 4px;
	text-transform: uppercase;
}
.news-post-head h6 {
    font-size: 32px;
    font-style: italic;
    font-weight: 200;
    line-height: 39px;
}
.news-post-head h6>span{
    font-size: 18px;
    font-style: italic;
    font-weight: 200;
    line-height: 25px;
}
.news-post-head h6>span:before{
	content: '/';
	color: #000;
	margin-left: 5px;
	margin-right: 5px;
}

/*SINGLE PROJECT*/

.thumb-title{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
}
.thumb-title > h5{
    text-align: center;
    position: absolute;
    opacity: 0;
    height: 20px;
    margin-top: -10px;
    top: 50%;
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}

.thumb-title > h5 > span{    
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 4px;
    line-height: 23px;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding: 10px;
}
.item:hover > a > .thumb-title{
    cursor: url("../images/zoom.png") 40 40, crosshair;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}
.item:hover > a > .thumb-title > h5{
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}


/* WORKS*/
.works-container-wrap{
}
.works-container{
  padding: 0 !important;
}
.works-item {
  margin: 0 !important;
  padding: 0 !important;
  width: 33.3% !important;
}
       .works-item a{
            opacity: 0;
            display: block;
            width: 100%;
            height: 100%;
            padding: 10px;
            position: absolute;
            top: 0;
            z-index: 100;
            text-align: center;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
        .works-item a:hover{
            opacity:1;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
        .info a:hover{
            cursor: url("../images/plus.png") 40 40, crosshair;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
        .zoom a:hover{
            cursor: url("../images/zoom.png") 40 40, crosshair;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
        .works-item-inner{
            text-align: center;
        }
        .works-item-inner h3{ 
            font-size: 16px;
            font-weight: 300;
            letter-spacing: 4px;
            line-height: 23px;
            text-transform: uppercase;
            margin-bottom: 10px;
        }
        .works-item-inner p > span{  
            font-size: 18px;
            font-weight: 200;
            line-height: 25px;
            padding: 7px;
            font-style: italic;
        }

.works-filter-inner{
	padding:30px;
}
.works-filter{
    list-style: none;
    padding: 0;
    margin: 0;
}
.works-filter li{
    display: inline-block;
    -webkit-transition: all .8s ease-in-out;
       -moz-transition: all .8s ease-in-out;
        -ms-transition: all .8s ease-in-out;
         -o-transition: all .8s ease-in-out;
            transition: all .8s ease-in-out;
}
.works-filter li a > span{
    font-size: 20px;
    font-weight: 200;
    line-height: 27px;
    padding: 5px;
    font-style: italic;
}
.works-filter li:hover{
    cursor: pointer;
    opacity: 0.4;
    -webkit-transition: all .8s ease-in-out;
       -moz-transition: all .8s ease-in-out;
        -ms-transition: all .8s ease-in-out;
         -o-transition: all .8s ease-in-out;
            transition: all .8s ease-in-out;
}
.works-filter li:after{
    content: "/";
    font-size: 16px;
    font-weight: 200;
    line-height: 23px;
    margin-left: 10px;
    margin-right: 10px;
}
.works-filter li a.active > span{
    background: #fff;
    color: #000;
}
.works-filter li:last-child:after{
    display: none;
}

/*CONTACT*/
.contact-container{
}

.contact{
}
.contact-form{
    display: none;
}
/*contact form*/

.email-wrap{
    padding-top: 20px;
}
.contact-mail{
    font-size: 18px;
    line-height: 25px;
    font-weight:300;
    color: #fff;
}
.contact-form-wrap{
    display: none;
    padding-top: 30px;
}
.contact-item{
    padding: 0px;
}
.address-heading{
    padding: 0px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 6px;
    line-height: 21px;
    text-transform: uppercase;
}
.email-heading{
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 27px;
    margin-bottom: 0;
    padding: 0;
}
input {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 25px !important;
    height: 50px !important;
    margin-bottom: 10px !important;
    padding: 10px !important;
    width: 100%;
    -webkit-transition: all .8s linear;
       -moz-transition: all .8s linear;
        -ms-transition: all .8s linear;
         -o-transition: all .8s linear;
            transition: all .8s linear;
}
input:focus, textarea:focus {
    border-bottom: none !important;
    color: #444 !important;
    background: #f2f2f2 !important;
    -webkit-transition: all .8s linear;
       -moz-transition: all .8s linear;
        -ms-transition: all .8s linear;
         -o-transition: all .8s linear;
            transition: all .8s linear;
}
textarea {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 25px !important;
    margin-top: 0;
    padding: 10px !important;
    resize: none;
    width: 100%;
    -webkit-transition: all .8s linear;
       -moz-transition: all .8s linear;
        -ms-transition: all .8s linear;
         -o-transition: all .8s linear;
            transition: all .8s linear;
}
input.send_message {
    background: none repeat scroll 0 0 #EF4A4A;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    width: 120px;
}
input.send_message:hover {
    background: none repeat scroll 0 0 #262932;
}
fieldset {
    border: 0 none;
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
}
fieldset h1 {
    color: #000000;
    font-size: 24px;
}
.contact-label-box {
    color: #222;
    font-weight:300;
    font-size: 24px;
    line-height: 31px;
    padding: 30px 20px;
    text-align: center;
}
.contact-label-box > span {
    display: block;
    margin-right: 10px;
}
.contact-label-box > span > img {
    height: 60px;
    width: 60px;
}
.contact-label-box a:hover {
    color: #CCCCCC;
    text-decoration: none;
}
.contact .alert{
    box-shadow: none;
    border:none;
    border-radius: 0;
    text-shadow:none;
    font-size: 18px;
    line-height: 25px;
    font-weight:300;
    margin-bottom:10px;
    padding:10px;
    background:#000;
    color: #fff;
    text-align: left;
}
.btn-wrap{
    margin-top: 60px;
}
.space-left{
    margin-left: 1%;
}


.alert{
    margin-top: 0px;
    border-radius: 0px;
    padding: 0px;
    -webkit-transition: all .8s linear;
       -moz-transition: all .8s linear;
        -ms-transition: all .8s linear;
         -o-transition: all .8s linear;
            transition: all .8s linear;
}

.alert > p{
    padding: 5px;
    text-shadow:none;
    font-size: 18px;
    line-height: 25px;
    font-weight:300;
    font-style: italic;
}
.address-panel h3{
	font-weight: 200;
	font-size: 18px;
	line-height: 25px;
}
.contact-logo{
	opacity: 0.2;
}




@color:#d82546;
@white:#FFFFFF;
@offwhite:#f9f9f9;
@grey:#CCCCCC;
@dark:#666;
@black:#0C0C0C;
@colorRGBA:rgba(216,37,70,0.9);
@darkRGBA:rgba(0,0,0,0.7);
@whiteRGBA:rgba(255,255,255,0.8);




.white{
	color:#FFFFFF;
}
.offwhite{
	color:#f9f9f9;
}
.dark{
	color:#666;
}
.black{
	color:#0C0C0C;
}
.grey{
	color:#CCCCCC ;
}
.color{
	color:#d82546;
}

.white-bg{
	background:#FFFFFF;
}
.offwhite-bg{
	background:#f9f9f9;
}
.dark-bg{
	background:#666;
}
.black-bg{
	background:#0C0C0C;
}
.grey-bg{
	background:#CCCCCC;
}
.color-bg{
	background:#d82546;
}
.color-trans-bg{
	background:rgba(216,37,70,0.9);
}
.dark-trans-bg{
	background:rgba(0,0,0,0.7);
}
.white-trans-bg{
	background:rgba(255,255,255,0.8);
}


a {
    color: #d82546;
}
a:hover, a:focus {
    color: #d82546;
}
.intro a.explore:hover{
	color:#0C0C0C;
}

.footnav li a{
	color:#666;
}
.footnav li a:hover{
	color:#0C0C0C;
}

.mastnav ul li a:hover{
	color:#d82546;
}

.sub-nav a{
	border-color:#FFFFFF;
}
.sub-nav a:hover{
	border-color:#d82546;
	background:#d82546;
	color:#FFFFFF !important;
}
.main-nav:hover{
	color:#d82546 !important;
}
.main-nav:visited{
	color:#FFFFFF;
}
.pricing-block-inner{
	border-color:#FFFFFF;
}
.pricing-block-inner:hover{
	border-color:#FFFFFF;
	background-color:#FFFFFF;
}

.news-block:hover * {
	color:#FFFFFF;
}

.address-panel a:hover{
	color:#0C0C0C;
}
.works-filter li a > span{
	color:#FFFFFF;
}
.works-item{
	background-color:#0C0C0C;
	
}
.works-item a{
	background:rgba(255,255,255,0.8);
	color:#d82546;
}

.works-item-inner p > span{  
	background:#d82546;
	color:#FFFFFF;
}

.team-spec > h6 > span{ 
	background:#d82546;
	color:#FFFFFF;
}
.mastnav .scroll{
	color:#FFFFFF;
}

.thumb-title > h5 > span{  
	background:#d82546;
	color:#FFFFFF; 
}

.main-nav.nav-highlight{
    color: #d82546 !important;
}


.btn-nexus-color{
	border-color:#d82546;
    color: #d82546;
}
.btn-nexus-color:hover{
	border-color:#d82546;
    color: #FFFFFF;
	background:#d82546;
}


@font1:'Open Sans', sans-serif;
@font2:'Montserrat', sans-serif;
@font3:'Raleway', sans-serif;
@font4:'Crimson Text', serif;


.font1{
	font-family: 'Open Sans', sans-serif;
}
.font2{
	font-family: 'Montserrat', sans-serif;
}
.font3{
	font-family: 'Raleway', sans-serif;
}
.font4{
	font-family: 'Crimson Text', serif;
}

body, p{
	font-family: 'Open Sans', sans-serif;
}

.mastnav ul li a{
	font-family: 'Montserrat', sans-serif;
}

.works-filter li a > span{
	font-family: 'Crimson Text', serif;
}

.works-item-inner h3{ 
	font-family: 'Montserrat', sans-serif;
}

.works-item-inner p > span{ 
	font-family: 'Crimson Text', serif;
}


.team-spec h6 > span{
	font-family: 'Raleway', sans-serif;
}
.team-spec h3{
	font-family: 'Montserrat', sans-serif;
}
.team-spec > h6 > span{
    font-family: 'Crimson Text', serif;
}

.thumb-title > h5 > span{   
	font-family: 'Montserrat', sans-serif; 
}
