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

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

/* Import fonts */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);

* { 
	margin: 0;
	padding: 0px;
    font-family: 'Lato', sans-serif;
    outline: none !important;
} 
body { 
	background: #fff; 
	margin: 0; 
	color: #5a5a5a;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
	font-weight: 300;
}


p { 
	padding: 0; 
	margin-bottom: 12px; 
    font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px; 
	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;}
.mb {margin-bottom: 50px;}
.mtb {margin-top: 50px; margin-bottom: 50px;}
.mtb2 { margin-top: 100px; margin-bottom: 100px;}
.ptb {padding-top: 80px; padding-bottom: 80px;}

.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,
a:focus { 
	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: #1abc9c;
}
a:hover {
  text-decoration: none;
  color:#696E74;
}

.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;
	color:#000;
}
#submsg{
	color:#fff;
}
.modal-header{
	background:#27A286;
}
.modal-footer{
	background:#F5F5F5;
}
.modal-header h4{
	color:#EDEDED;
}
.close{
	font-size: 27px;
    opacity: .8;
    color: #FFFFFF;
}
.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.close:hover {
    background: #00d9ff;
}
.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;
}

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

.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: 0.4;
}
.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;
}

.ind a {
	margin: 25px 25px 0 25px;
	display: inline-block;
	opacity: 1.0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.ind img {
	display: block;
}
.ind a:hover {
	opacity: 0.8;
}


#product {
    position: relative;
    padding-bottom: 0;
    background-color: rgb(49,49,49);
    display: block;
    width: 100%;
    overflow: hidden;
}
.pro {
	margin: 0;
	padding: 0;
	cursor: pointer;
	position: relative;
    overflow: hidden;
}
.pro img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;

	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	display: block;
}
.pro div {
	padding: 5%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
   background-color: rgb(29,29,37);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   visibility: hidden;
}
.pro div h1 {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
   background: transparent;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   color: rgb(191,191,191);
   border-bottom: 1px solid rgb(127,127,127);
   font-size: 18px;
   font-weight: bold;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   visibility: hidden;
}
.pro div p {
	margin: 0;
	padding: 0;
	padding-top: 10px;
   color: rgb(255,255,255);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   visibility: hidden;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.pro:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   visibility: hidden;
}
.pro:hover div {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   visibility: visible;
}
.pro:hover h1, .pro:hover p {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   visibility: visible;
}

/* 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-weight: 900;
    font-size: 5.5em;
    line-height: 1em;
}
#bannertext h3 {
    position: relative;
    color: white;
    font-size: 16px;
    letter-spacing: 2px;
}
#bannertext p {
    margin-top:25px;
}
#bannertext hr {
	border: 1px solid white;
	width: 150px;
}
@media(max-width:767px) {
    #bannertext h1 {
        font-size: 60px;
    }
    #bannertext h3 {
        font-size: 16px;
    }
}
@media(max-width:480px) {
    #bannertext h1 {
        font-size: 30px;
    }
    #bannertext h3 {
        font-size: 13px;
    }
}


/* 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;
}

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

.w hr{
	border: 1px solid #2f2f2f;
	width: 40px;
}

.w img {
	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: #f2f2f2;
	padding-top: 40px;
}

/* TESTIMONIAL SECTION */
#t {
	background: url(../images/testimonial.jpg) no-repeat center top;
	padding: 60px 0; 
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 10px;
	width: 100%;
	color: white;
	
    -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;
	margin-top: 20px;
}

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

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

/* FOOTER */
#f {
	padding-bottom: 40px;
	padding-top: 40px;
/*	margin-top: 50px;*/
	background: #2f2f2f;
	color: white;
}

#f .icon {
	margin-right: 25px;
	font-size: 35px;
}

/* COPYRIGHT */
#copyright {
	padding-bottom: 35px;
	padding-top: 35px;
	background: #010101;
	color: white;
}
#copyright h4 {
	color: #fff;
	font-weight: 400;
}
#copyright p {
	color: #bfbfbf;
}




.modal-backdrop {
   background: rgba(0, 0, 0, 0.8);
}
.modal-content {
	border: none !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	background: #fff !important;
    background: -moz-linear-gradient(#fff, #999) !important;
    background: -webkit-linear-gradient(#fff, #999) !important;
    background: -o-linear-gradient(#fff, #999) !important;
    border-radius: 10px !important;
}
.modal-dialog {
	margin: 80px auto !important;
	width: 768px;
}
.modal-body {
	padding: 50px;
}
a.mf-close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    z-index: 999999;
}
a.mf-close:hover {
    background: #00d9ff;
}
.mf-head {
    font-size: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 900;
	color: rgb(0,0,0);
}
.mf-head span {
    font-size: 14px;
	color: rgb(0,0,0);
	font-weight: 300;
	text-transform: none;
	display: block;
}
.mf-forehead {
	font-size: 22px;
	font-weight: 400;
	color: rgb(0,0,0);
}
.mf-body {
	text-align: justify;
	color: rgb(0,0,0);
}
.mf-body2 {
	padding-top: 25px;
	text-align: justify;
	color: rgb(0,0,0);
}
.mf-body2 img {
	margin: 0 15px 15px 0;
	float: left;
	border: 1px solid rgb(51,195,170);
}
.mf-icon {
	display: block;
	border-radius: 50%;
	border: 1px solid rgb(51,195,170);
}
.modal-form input[type=text] {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
	margin: 15px 0 0 0;
	padding: 0 10px;
	width: 100%;
	height: 40px;
	color: #696E74;
	border: 1px solid #696E74;
	-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;
}
.modal-form textarea {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
	margin: 15px 0 0 0;
	padding: 10px;
	width: 100%;
	min-height: 150px;
	color: #696E74;
	border: 1px solid #696E74;
	resize: vertical;
	-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;
}
.modal-form input[type=submit] {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
	margin: 15px 0 0 0;
	padding: 0 45px 0 20px;
	height: 40px;
    background-color: #606061;
    color: #FFFFFF;
	background-image: url(../images/button-arr.png);
	background-repeat: no-repeat;
	background-position: right 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;
}
.modal-form input[type=submit]:hover {
    background-color: #00d9ff;
}
#loader {
	font-size: 18px;
	color: rgb(191,191,191);
	text-align: center;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#loader img {
	margin-right: 5px;
}

.resmsg {
	padding: 0 15px;
	height: 20px;
	text-align: center;
	opacity: 0.0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}