html, input{font-family: 'Open Sans', sans-serif;}
body{font-size: 15px; letter-spacing: 0.3px; color: rgba(0,0,0,0.54); font-family: 'Open Sans', sans-serif;}
input{font-size: 13px; letter-spacing: 1px;}
a, a:visited{color: #ec1c2e; text-decoration: none;}
a:hover, a:focus{color: #009ce6; text-decoration: none;}
strong, bold{color: rgba(0,0,0,0.87);}
h1,h2,h3,h4,h5,h6{color: rgba(0,0,0,0.87);}
h1{font-size: 42px; }
h2{font-size: 36px;}
h3{font-size: 28px;}
h4{font-size: 24px;}
h5{font-size: 20px;}
h6{font-size: 18px;}

ol, ul {
    margin:12px 0;
    padding: 0 0 0 20px;
}

button, input[type="button"], input[type="reset"], input[type="submit"]{background: #ec1c2e; padding: 12px 30px; box-shadow: none; border: none; color: #fff;
font-size: 1em; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -ms-transition:all 0.3s ease 0s; 
-o-transition:all 0.3s ease 0s;}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover{background: #009ce6; color: #fff; box-shadow: none;}

section{padding: 0; margin: 0; width: 100%; overflow: hidden;}

p{ margin: 0 0 25px;}

.site{overflow: hidden;}
.widget{margin: 0;}

.custom-logo-link{ display:inline-block; padding: 8px 0;}
.header_right{float: right; width: auto;}

.menu_trigger{display: none;}

.main-navigation{background: #242424;}
.main-navigation ul{ display: block;}
.main-navigation ul li{display: inline-block; float: none; position: relative;}
.main-navigation ul li a{display: block; padding: 15px 30px; color: #fff;}
.main-navigation ul li:hover a:before{content: ''; width: 100%; height: 5px; top: -5px; left: 0; position: absolute; background: #ec1c2e;}
.main-navigation ul li > ul{background: #111; top: 50px; }
.main-navigation ul li > ul li a{padding: 12px 20px; font-size: 13px;}
.main-navigation ul li > ul li:hover a{background: #ec1c2e;}
.main-navigation ul li > ul li a:before{display: none;}

.main-navigation ul li.current-menu-ancestor > a:after {
    content: '\f107';
    font: normal normal normal 14px/1 FontAwesome;
    margin-left: 10px;
}

.main-navigation li.current-menu-ancestor a:before, .main-navigation li.current-menu-item a:before{content: ''; width: 100%; height: 5px; top: -5px; left: 0; position: absolute; background: #ec1c2e;}

article{padding: 30px 0; margin: 0 0 30px; border-bottom: 1px solid #ddd;}
article:last-child{border: none;}
article .entry-footer span{ margin-right: 15px;}

.comment-list{background: #f5f5f5; padding: 15px 40px;}

blockquote{margin: 30px 0; border: none; position: relative; padding: 15px 30px; font-family: georgia,serif; font-style: italic; color: rgba(0,0,0,0.87);}

blockquote:before{content: '\f10d'; font-size: 24px; font-family: FontAwesome; position: absolute; left: 0; top: 0; font-style: normal; color: rgba(0,0,0,0.87);}
blockquote:after{content: '\f10e'; font-size: 24px; font-family: FontAwesome; position: absolute; right: 0; bottom: 0; font-style: normal; color: rgba(0,0,0,0.87);}

.header_right{float: right; width: auto;}
.header_contact{float: right; width: auto; text-align: right; padding: 34px 0 0;}
.header_contact a{color: #545454; display: block; letter-spacing: 0;}
.header_contact a:first-child{ font-size: 24px; font-weight: 600;}
.header_contact a i.fa{color: #ec1c2e;}
.header_contact a:first-child i.fa{font-size: 22px; }

.header_social{float: right; width: auto; margin: 0 50px 0 0; padding: 42px 0 0;}

.slideshow{width:100%; margin: 0; padding: 0; text-align: center;}
.slideshow_inner{display: inline-block;}

.section_heading{font-size: 50px; padding: 8px 0; position: relative;  font-family: 'Poiret One', cursive;}
.section_heading:after{border-right: 5px solid #ec1c2e; right: 0;  display: inline-block; content:''; width:2px; height:100%; position: absolute;}

.section_content{padding: 30px 0 0;}

.services{padding: 30px 0;}
.services .row{margin: 0 0 40px;}
.serivce_single{padding: 15px 30px 15px 70px;}
.service_icon{ position: absolute; left: 0; top: 30px; width: 68px; height: 68px; overflow: hidden; background: #202c45;}
.service_icon:before {
    content: '';
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    background: #f2184f;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    z-index: 0;
}
.serivce_single:hover .service_icon:before {
    width: 100%;
}

.service_icon img{ max-width: 100%; position: relative; z-index: 1;}
.service_heading a{color: rgba(0,0,0,0.87);}

.about{color: rgba(255,255,255,0.87);}
.about .section_heading{color: rgba(255,255,255,0.87); margin: 20px 0; padding:0;}
.about .section_heading:after{ right: inherit; left: 50%;}
.about_content{padding: 30px 0;}

.brands{padding: 15px 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; margin: 30px 0 5px;}

.site-footer{background: #f5f5f5; font-size: 15px; padding: 40px 0;}
.site-footer .widget h5.widget-title{font-size: 16px; font-weight: bold; color: #ec1c2e; margin: 0 0 20px; padding: 0;
text-transform: uppercase;}
.site-footer ul{list-style: none; padding: 0;}
.site-footer ul li{margin: 0 0 10px;}
.site-footer, .site-footer a{color: rgba(0,0,0,0.87);}

.copyright{padding: 12px 0; background: #ec1c2e; color: #fff; text-align: center; width: 100%; clear: both; overflow: hidden;}
.copyright a{color: #fff;}

.entry-title{font-weight: 300; letter-spacing: 0;}

.about_content li{ margin: 0 0 15px;}


.su-box{ border: none !important;}
.su-box-content{background: #f9fcff !important;}

.psgal figure{ width: 25% !important;}
.gallery_section .psgal figure{ width: 20% !important;}

.gallery_section{padding: 50px 0 0;}

.metaslider .caption-wrap{top: 0; bottom: inherit !important; opacity: 1 !important; background: none !important;}
.metaslider .caption{margin: 0 auto; max-width: 1200px; overflow: hidden;  padding: 50px 15px 0 !important;}
.metaslider .caption-wrap h2, .metaslider .caption-wrap h4{ float: left; width: auto; clear: left;}
.metaslider .caption-wrap h2{color:#fff; background:#ec1c2e; padding:12px 10px; margin:0 0 15px; display: block; position: relative;}
.metaslider .caption-wrap h4{color:#000; background:rgba(255,255,255,1); padding:12px 10px; margin:0 0 15px; display: block; position: relative;}



.sidebar{padding-top: 50px;}
.sidebar .widget{background: #f9fcff; margin: 0 0 40px;}
.sidebar .widget .widget-title{background: #ec1c2e; color: #fff; font-size: 20px; font-weight: bold; padding: 0.5em 1em;}
.sidebar .widget ul{padding-left: 30px;}

.sidebar .search-form {padding: 10px;}
.sidebar .search-form label{width: 100%;}
.sidebar .search-field{ width: 100%; height: 38px; padding: 0 0 0 10px; font-family: 'Open Sans', sans-serif; font-size: 13px; font-weight: normal; width: 100%;}
.sidebar .textwidget{padding: 10px;}
@media(max-width:990px)
{
    .main-navigation{display: none;}
    .section_heading:after{display: none;}
    .about_content {padding: 30px; background: rgba(36, 36, 36, 0.76);}
    .gallery_section .psgal figure{width:33% !important;}
}
@media(max-width:768px)
{
    .site-header{ text-align: center;}
    .header_right{width: 100%;}
    .gallery_section .psgal figure{width:50% !important;}
    .header_contact{width: 100%; text-align: center; padding: 0; margin: 0 0 15px;}
    .header_social{ width: 100%; text-align: center; padding: 0; margin: 0;}
    .metaslider .caption-wrap{display: none !important;}
}