/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Landing Sumo - Theme 15
 * URL: http://LandingSumo.com
 * Version: 1.0
 */

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */


* { 
	margin: 0;
	padding: 0px;
    font-family: "brandon-grotesque", sans-serif;
} 
body { 
	background: #ecebef; 
	margin: 0; 
	color: #5a5a5a;
}

h1, h2 {
    font-family: "brandon-grotesque", sans-serif;
	font-weight: 400;
	font-style: italic;
}

h3, h4, h5, h6 {
    font-family: "brandon-grotesque", sans-serif;
	font-weight: 300;
}

p { 
	padding: 0; 
	margin-bottom: 12px; 
    font-family: "brandon-grotesque", sans-serif;
	font-weight: 300;
	font-size: 18px; 
	line-height: 26px;
	color: #666; 
	margin-top: 10px; 
}

li {
	text-align: left;
	margin-bottom: 12px; 
    font-family: "brandon-grotesque", sans-serif;
	font-weight: 300;
	font-size: 18px; 
	line-height: 26px;
	color: #666; 
	margin-top: 10px;
}

html,
body {
	height: 100%;
}

.alignleft { float: left; }
.alignright { float: right; }
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
.centered {text-align: center}
.mt {margin-top: 50px;}
.mt25 {margin-top: 25px;}
.mt150 {margin-top: 150px;}
.mt300 {margin-top: 330px;}
.mb {margin-bottom: 50px;}
.mb3 {margin-bottom: 70px;}
.mtb {margin-top: 50px; margin-bottom: 50px;}
.mtb2 {margin-top: 40px; margin-bottom: 40px;}
.ptb {padding-top: 80px; padding-bottom: 80px;}
.mt0 {margin-top: 0px !important;}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}
::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
a { 
	padding: 0;
	margin: 0;
	text-decoration: none; 
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
	color: #ce2a1e;
}
a:hover,
a:focus {
  text-decoration: none;
  color:#9c2018;
}

.nopadding {
	padding: 0px !important;
	margin: 0px;
}


/* FORM CONFIGURATION */

input {
	font-size: 16px;
	min-height: 40px;
	border-radius: 2px;
	line-height: 20px;
	padding: 11px 30px 12px;
	border: 1px solid #b9b9af;
	margin-bottom: 10px;
	background-color: #fff;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.subscribe-input {
	float: left;
	width: 70%;
	text-align: left;
	margin-right: 2px;
}

.subscribe-submit {
	right: 0;
}

.btn-download {
	background: #FDE3A7;
}

/* Buttons */
.btn-design {
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 16px;
}

.btn-white {
	background: white;
	color: #2f2f2f;
}
.btn-white:hover {
	background: transparent;
	color: white;
	border: 1px solid white;
}

.btn-red {
	background: #ce2a1e;
	color: white;
}
.btn-red:hover {
	background: #a82a21;
	color: white;
	border: 1px solid #6a1313;
}

.btn-black {
	background: black;
	color: #f0bd00;
}
.btn-black:hover {
	background: #e39c00;
	color: black;
	border: 1px solid black;
}

.btn-clear {
	background: transparent;
	color: white;
	border: 1px solid white;
}
.btn-clear:hover {
	background: white;
	color: #2f2f2f;
}



/* SLIDER */
#slides {
    position: relative;
    max-height: 1020px;
    background: #1D1D25;
}
#slides ul li img {
    opacity: 1;
}
.slides-pagination {
    margin-bottom: -40px;
}
.slides-navigation a i {
    padding: 5px;
    font-size: 30px;
    color: white;
    margin: 10px;
}
.slides-pagination a {
    display: block;
    display: inline-block;
    overflow: hidden;
    margin: 8px;
    margin-bottom: 60.5px;
    width: 20px;
    height: 20px;
    border: 4px inset #ffffff;
    border-radius: 1px;
    vertical-align: middle;
    text-indent: -100%;
    opacity: .3;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    zoom: 1;
    zoom: 1;
}
.slides-pagination a.current {
    background: transparent;
    opacity: 0.9;
}

.carousel-indicators li {
	border: 1px solid darkgray;
}

.carousel h3 {
    font-family: "brandon-grotesque", sans-serif;
	font-weight: 400;
	font-style: italic;
}

.carousel h5 {
	color: #ce2a1e;
}

/* HERO banner with fixed position */

#bannertext {
    position: fixed;
    top: 33%;
    right: 0;
    left: 0;
    z-index: 2;
    margin: auto;
    max-width: 700px;
    color: #fff;
    text-align: center;
}
#bannertext h1 {
    position: relative;
    margin-bottom: 0;
    color: white;
    letter-spacing: 2px;
    font-size: 5.5em;
    line-height: 0.9em;
    text-shadow: 0px 8px 16px black;
}
#bannertext h3 {
    position: relative;
    color: white;
    font-size: 16px;
    letter-spacing: 2px;
    text-shadow: 0px 0px 8px black;
}
#bannertext p {
    margin-top:25px;
}
#bannertext hr {
	border: 1px solid white;
	width: 150px;
}
@media(max-width:767px) {
    #bannertext h1 {
        font-size: 50px;
    }
    #bannertext h3 {
        font-size: 16px;
    }
    .titletext {width: 400px;}
}
@media(max-width:480px) {
    #bannertext h1 {
        font-size: 40px;
    }
    #bannertext h3 {
        font-size: 12px;
    }
        .titletext {width: 330px;}
}


/* Portfolio Section*/
#portfolio {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    background: #f2f2f2;
    width: 100%;
}

@media (min-width: 1580px) {
	.cbp-l-grid-fullScreen .cbp-item {
    /* @editable properties */
    min-width: 400px;
    max-height: 600px;
}
}

.cbp-item-wrapper {
    background: #2f2f2f;
    width: 100%;
}
.cbp-item-wrapper a img {
    display: block;
    width: 100%;
    background-image: center center;
    height: auto;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.cbp-item-wrapper a:hover img {
    opacity: 0.8;
}

/* CIRCLE Icons */
.circle-icon {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	border-radius: 50%;
	background-color: transparent;
	border: 1px solid #2f2f2f;
	position: relative;
}
.circle-icon .icon {
	color: #2f2f2f;
	line-height: 120px;
	text-align: center;
}
.icon {
	font-size: 50px;
	color: #ce2a1e;
}

/* CONFIGURATION for White Section */
.w h5 {
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 20px;
}

.w hr{
	border: 1px solid #9c9c9c;
	width: 40px;
}

.w img {
	max-width: 100%;
	height: auto;
}

.w .date {
	float: left;
	border: 2px solid #2f2f2f;
	margin-right: 15px;
	padding: 5px;
	margin-top: 10px;
	width: 60px;
	height: 60px;
	text-align: center;
}
.w .date h4 {
	font-weight: 700;
	margin-bottom: -5px;
	margin-top: 5px;
	font-size: 14px;
	text-transform: uppercase
}

.w .date bold {
	font-weight: 900;
	font-size: 16px;
}

.w .desc {
	font-size: 14px;
	margin-top: -5px;
	color: #aeaeae;
}

/* service panels*/
.ser {
	border: 2px solid #2f2f2f;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.ser p {
	margin: 5px;
}

/* Grey Section */
#g {
	background: #ecebef;
	padding-top: 0;
}

#g .icon {
	color: #ce2a1e;
}

#g hr {
	border-top: 1px solid #e0e0e0 !important;
}

#g h5 {	
	color: #ce2a1e;
}

.bolditalic {
	font-weight: 400;
	font-style: italic;
}

/* Grey Section */
#c {
	background: #f2f2f2;
	padding-top: 0;
}
@media(max-width:1023px) {
    .carousel-inner {
        text-align: center;
    }
}

/* TESTIMONIAL SECTION */
#t {
	background: url(../img/testimonial2.jpg) no-repeat center top;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 400px;
	width: 100%;
	margin-top: 0;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#t h5 {
	text-transform: uppercase;
	font-weight: 700;
}

#t hr{
	border: 1px solid #9c9c9c;
	width: 40px;
}

#t h4 {
	font-weight: 400;
}
#t p {
	color: white;
	margin-top: 15px;
}

.name {
	font-style: italic;
	font-weight: 600;
	padding-bottom: 30px;
}

/* FORM */
#Message {
	padding-bottom: 40px;
	padding-top: 40px;
	margin-top: 0;
	background: url(../img/form-texture.jpg) no-repeat center top;
	background-color: #ecebef;
}

#apply .icon {
	margin-right: 20px;
	margin-left: 20px;
	font-size: 45px;
}

#apply h2 {
	font-size: 45px;
	color: black;
}

#apply hr {
	border-top: 1px solid black !important;
}

/* MESSAGE PAGE */
#MessagePage {
	
}

/* FOOTER */
#f {
	padding-bottom: 0px;
	padding-top: 40px;
	margin-top: 0;
	background-color: #ecebef;
}

#f .icon {
	margin-right: 20px;
	margin-left: 20px;
	font-size: 45px;
	color: #ce2a1e;
}

#f h2 {
	font-size: 45px;
	color: black;
}

/* COPYRIGHT */
#copyright {
	padding-bottom: 35px;
	padding-top: 35px;
	background: #010101;
	color: white;
}