/*
Theme Name: RTS FIRE
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.3.1
Author: Chris Barnes
Author URI: http://cbarn.es
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */

/* @import url('http://example.com/example_style.css'); */

@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700');

@import url('https://fonts.googleapis.com/css?family=Exo:300,400,500,600,700');

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');



/**
 * CSS @imports must be at the top of the file.      
 * Add them above this section.                             
 */







/* ==========================================================================


   1. BASE STYLES                                             


   ========================================================================== */


/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

/* Website background color and default font styles */
body {
    background: #fff;
    color: #000;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container {
  float: none;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

a { 
	text-decoration: none;
	outline: none;
	color: #000;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
a:hover, a:focus { 
	text-decoration: none;
	outline: none;
	color: #000; 
}

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #3399ff;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #3399ff;
  text-shadow: none;
}

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img {
    max-width: initial;
}



/* ==========================================================================
   Typography
   ========================================================================== */


/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
	margin: 5px 0 10px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
	font-size: 30px;
	margin-top: 0;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}


.padding-left{
	padding-left: 30px;
}
.padding-right{
	padding-right: 30px;
}
.padding-left-right{
	padding-left: 30px;
	padding-right: 30px;
}


/* ==========================================================================
   Header
   ========================================================================== */
/* Header css */   
   
header#header {
    width: 100%;
    background: #fff;
}

/* Header top css */

.custom-header-top {
    width: 100%;
    background: #fff;
}
.navbar-brand {
    max-width: 125px;
    padding: 15px 0;
	height: auto;
}
.header-top-right {
    padding-top: 30px;
    padding-bottom: 20px;
}
.header-padding {
    font-weight: 500;
    float: left;
    width: 100%;
	text-align: center;
}
.header-padding .h-block {
    text-align: left;
    border-left: 1px solid #eee;
    padding: 5px 20px;
    display: inline-block;
}
.header-padding .h-block span {
    color: #4C4C4C;
    text-transform: uppercase;
    display: block;
}
.header-padding .h-block:last-child {
    border-right: 1px solid #eee;
}
.header-padding .h-block i {
    margin-right: 5px;
}

/* header Social Links */

ul.social-link-list {
    float: right;
    list-style:  none;
    margin: 0;
	padding: 15px 0;
}
ul.social-link-list li {
	float: left;
    margin-left: 20px;
    font-weight: 500;
    border: 1px solid #000;
    height: 30px;
    width: 30px;
    text-align: center;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

ul.social-link-list li:first-child {
    margin: 0;
}
ul.social-link-list li a {
	color: #000;
    font-size: 16px;
    padding: 2px 2px;
    display: block;
    text-align: center;
}
ul.social-link-list li:hover a {
	color: #fff;
}
ul.social-link-list li:nth-child(1):hover{
	background: #3b5998;
}
ul.social-link-list li:nth-child(2):hover{
	background: #0084b4;
}
ul.social-link-list li:nth-child(3):hover{
	background: #0077B5;
}

/* Header Bottom Css */

.custom-header-bottom {
    width: 100%;
	background: #d92927;
}
.navbar.navbar-default {
    background: transparent;
    border:  0 none;
    border-radius: 0;
    margin: 0;
}
.navbar-collapse.collapse{
	padding: 0;
}
.navbar.navbar-default ul#menu-main-menu {
    float: none;
}
.navbar.navbar-default .navbar-nav>li{
	padding: 24px 0 21px;
}
.navbar.navbar-default .navbar-nav>li>a {
    color: #fff !important;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
    font-weight: 700;
	line-height: 1.2;
    padding: 0px 25px;
    text-transform: uppercase;
	position: relative;
	border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.navbar.navbar-default .navbar-nav>li:last-child>a {
	border: 0 none;
}
.navbar.navbar-default .navbar-nav>li>a:focus,
.navbar.navbar-default .navbar-nav>li>a:hover,
.navbar.navbar-default .navbar-nav>li:hover>a,
.navbar.navbar-default .navbar-nav>li.active>a,
.navbar.navbar-default .navbar-nav>li.active>a:hover, 
.navbar.navbar-default .navbar-nav>li.active>a:focus{
	color: #000 !important;
	background: transparent;
	
}

/* SubMenu Css */
 
.open>.dropdown-menu {
    visibility: hidden;
    opacity: 0;
}
 ul#menu-main-menu > li:hover .dropdown-menu{
	opacity: 1;
    visibility: visible;
	-webkit-transform: rotate3d(0,0,0,0deg) !important;
    -moz-transform: rotate3d(0,0,0,0deg) !important;
    -o-transform: rotate3d(0,0,0,0deg) !important;
    -ms-transform: rotate3d(0,0,0,0deg) !important;
    transform: rotate3d(0,0,0,0deg) !important;
}
ul#menu-main-menu li .dropdown-menu{
    width: 100%;
	display: block;
    background: #d92927;
	min-width: 243px;
	padding: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
    border-left: 1px solid #d92927;
    border-right: 1px solid #d92927;
    border-bottom: 1px solid #d92927;
    position: absolute;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -ms-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -webkit-transform: rotate3d(1,0,0,-90deg) !important;
    -moz-transform: rotate3d(1,0,0,-90deg) !important;
    -o-transform: rotate3d(1,0,0,-90deg) !important;
    -ms-transform: rotate3d(1,0,0,-90deg) !important;
    transform: rotate3d(1,0,0,-90deg) !important;
    -webkit-transform-origin: 0 0 0 !important;
    -moz-transform-origin: 0 0 0 !important;
    -o-transform-origin: 0 0 0 !important;
    -ms-transform-origin: 0 0 0 !important;
    transform-origin: 0 0 0 !important;
    -webkit-transition: all .5s ease !important;
    -moz-transition: all .5s ease !important;
    -o-transition: all .5s ease !important;
    transition: all .5s ease !important;
    -webkit-animation-duration: .5s !important;
    -moz-animation-duration: .5s !important;
    -o-animation-duration: .5s !important;
    animation-duration: .5s !important;
    top: 100% !important;
    margin-top: 0px !important;
    left: auto !important;
	visibility: hidden;
    opacity: 0;
    z-index: 10000;
    left: 0;
}
ul#menu-main-menu li > ul.dropdown-menu > li{
    margin: 0;
	padding: 0px;
	border-bottom: 1px solid #e5e5e5;
}
ul#menu-main-menu li .dropdown-menu li:last-child{
	border: none;
}
ul#menu-main-menu li .dropdown-menu a{
	color: #fff;
	text-align: left;
	white-space: normal !important;
	font-size: 15px;
	font-family: 'Exo', sans-serif;
	font-weight: 600;
    line-height: 1.2;
	padding: 10px 20px 10px;
    text-align: left;    
	text-transform: uppercase;
	position: relative;
	z-index: 5;
	-webkit-font-smoothing: antialiased;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-ms-transition: none;
	-o-transition: none;
}
ul#menu-main-menu li .dropdown-menu a:hover,
ul#menu-main-menu li.current-menu-item > a{
	color: #000;
	background: transparent;
}






/* ==========================================================================
   Content                                                 
   ========================================================================== */

.gray-bg {
    background: rgb(235, 235, 235);
}
.main-inner-cnt {
    width: 100%;
}
.widget{
	margin: 0;
}
#content,
#main article{
	padding: 0;
	margin: 0;
}
.padding-top-bottom{
	padding: 40px 0;
} 

/*======= Home Page Css ========*/

.banner-inner {
	height: calc(100vh - 174px);
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
	width: 100%;
	display: table;
}
.banner-inner:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.5);
    content: "";
}
.banner-inner .banner-inner-cnt {
    display: table-cell;
    vertical-align: middle;
	position: relative;
	z-index: 10;
}
.banner-caption{
	max-width: 640px;
	width: 100%;
}
.banner-inner .banner-inner-cnt h1{
	font-family: 'Exo', sans-serif;
	font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: rgb(255, 255, 255);
	margin: 0 0 10px;
	text-transform: uppercase;
}
.banner-inner .banner-inner-cnt p{
	font-family: 'Exo', sans-serif;
	font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: rgb(255, 255, 255);
	margin: 0 0 15px;
}
.more-link{
	background: #d92927 ;
	font-family: 'Exo', sans-serif;
    font-weight: 700;
    position: relative;
    font-size: 13px;
    padding: 12px 45px;
    border: none;
    text-transform: uppercase;
	color: #fff;
	display: inline-block;
	line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	margin: 15px 0 0;
}
.more-link:hover{
	color: #fff;
}
.more-link:after {
    content: "";
    background: #fff;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 4px;
    opacity: 0.5;
    transition: 0.4s;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
    transition-timing-function: cubic-bezier(.36,.99,.47,1.09);
	-moz-transition-timing-function: cubic-bezier(.36,.99,.47,1.09);
	-webkit-transition-timing-function: cubic-bezier(.36,.99,.47,1.09);
	-o-transition-timing-function: cubic-bezier(.36,.99,.47,1.09);
	-ms-transition-timing-function: cubic-bezier(.36,.99,.47,1.09);
}
.more-link:hover:after {
    width: 100%;
}
.banner-carousel .owl-pagination {
    display: none;
}
.banner-carousel.owl-theme .owl-controls{
	margin: 0;
}
.banner-carousel .owl-buttons {
    position: absolute;
    bottom: 50px;
    width: 100%;
    height: 50px;
	text-align: center;
	font-size: 0;
}
.banner-carousel .owl-theme .owl-controls {
    margin: 0;
}
.banner-carousel  .owl-controls .owl-buttons .owl-prev {
	display: inline-block !important;
	letter-spacing: 2px !important;
	font-weight: 900 !important;
	font-size: 0 !important;
	border: 1px solid #fff !important;
	padding: 3px 11px !important;
	cursor: pointer !important;
	height: 30px !important;
	width: 30px !important;
	line-height: 31px !important;
	margin: 0px 5px 0px 0px !important;
	position: relative !important;
	border-radius: 0px !important; 
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	background: transparent !important;
	opacity: 1;
	vertical-align: top;
}
.banner-carousel .owl-controls .owl-buttons .owl-prev:before {
    content: "\f104" !important;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: none;
    text-align: inherit;
    border-width: 0px;
    margin: 0px;
    padding: 0px !important;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 20px !important;
}
.banner-carousel  .owl-controls .owl-buttons  .owl-next {
	display: inline-block !important;
	letter-spacing: 2px !important;
	font-weight: 900 !important;
	font-size: 0 !important;
	border: 1px solid #fff !important;
	padding: 3px 11px !important;
	cursor: pointer !important;
	height: 30px !important;
	width: 30px !important;
	line-height: 31px !important;
	background: transparent !important;
	margin: 0px 5px 0px 0px !important;
	position: relative !important;
	border-radius: 0px !important; 
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	opacity: 1;
	vertical-align: top;
}

.banner-carousel  .owl-controls .owl-buttons div.owl-next:before {
    content: "\f105" !important;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: none;
    text-align: inherit;
    border-width: 0px;
    margin: 0px;
    padding: 0px !important;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 20px !important;
}

/* Home About Section*/

.main-content {
    clear: both;
}

/* Home Page Service Section */

.home-service-section {
    clear: both;
}
.heading-area {
    padding: 0 0 35px;
	text-align: center;
}
.heading-area h3{
    font-weight: 500;
	font-family: 'Exo', sans-serif;
    text-transform: uppercase;
    color: #d92927;
    margin: 0;
    font-size: 32px;
	letter-spacing: 0;
}
.our-services div > a.service-link{
	height: 150px;
	color: #4C4C4C;
	position: relative;
    padding: 25px 15px 25px 105px;
    display: block;
    cursor: pointer;
    border: 1px solid;
	border-color: #eee;
    border-right: none;
    margin-bottom: 40px;
	display: flex;
    align-items: center;
}
.our-services div > a.service-link:after {
    display: block;
    content: "";
    position: absolute;
    right: 0px;
    top: -1px;
    bottom: -1px;
    width: 4px;
	background: #eee;
}
.our-services div > a.service-link:hover::after {
    background-color: #d92927;
}
.our-services div > a.service-link:hover {
    text-decoration: none;
}
 .our-services div > a.service-link:hover > span{
	border-color: #f26520 !important;
	background: #d92927 !important;
 }
 .our-services div > a.service-link:hover > span:before, .our-services div > a.service-link:hover > span:after{
	border-bottom-color: #d92927 !important;
 }
.our-services div > a.service-link > span {
    text-align: center;
    padding-top: 15px;
    width: 70px;
    height: 80px;
    position: absolute;
    left: -10px;
    top: 33px;
    display: block;
    border: 1px solid #eee;
    background: #fff;
    border-right: none;
}
.our-services div > a.service-link > span:before, 
.our-services div > a.service-link > span:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 80px solid #eee;
    border-right: 25px solid transparent;
    top: -1px;
    right: -25px;
}
.our-services div > a.service-link > span > i{
	color: #333;
	font-size: 30px;
    margin-left: -10px;
}
.our-services div > a.service-link:hover > span > i {
    color: #fff;
}
.our-services div > a.service-link > span > i:after, 
.our-services div > a.service-link > span > i:before {
    font-size: 30px;
}
.our-services h4 {
	margin-top: 0;
    margin-bottom: 13px;
	color: #333;
	font-family: 'Exo', sans-serif;
	font-weight: 700;
    text-transform: uppercase;
}
.our-services p{
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 20px;
}

.custom-service-inner:nth-child(3n+1){
	animation-duration: 2000ms;
	visibility: visible;
	animation-name: fadeInLeft;
}
.custom-service-inner:nth-child(3n+2){
	animation-duration: 2000ms;
	visibility: visible;
	animation-name: bounceInUp;
}
.custom-service-inner:nth-child(3n+3){
	animation-duration: 2000ms;
	visibility: visible;
	animation-name: fadeInRight;
}


/* Product Sec Css */

.column-info.animated {
    overflow: hidden;
	margin-bottom: 25px;
}
.wpb_wrapper {
    padding-left: 15px;
    padding-right: 15px;
}
.img-hover-effect {
    position: relative;
    overflow: hidden;
    display: block;
    height: 250px;
    width: 100%;
	background: #d92927;
}
.img-hover-effect:after {
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -180%;
    position: absolute;
    top: 0;
    transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
    width: 100%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.img-hover-effect:hover:after {
    left: -75%;
}
.column-info > span {
    display: block;
    float: right;
    margin-top: -20px;
    margin-right: -8px;
    position: relative;
    z-index: 2;
    height: 20px;
    width: 60px;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
	background: #fff;
}
.img-hover-effect a{
	height: 250px;
	width: 100%;
	background-size: 100% 100% !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	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;
	-ms-transition: 0.5s ease-in-out;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	display: inline-block;
}
.img-hover-effect a:hover{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.our-product-main-cnt {
    background: #fff;
    padding: 15px;
}
.our-product-main-cnt .column-info h4 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 17px;
}
.our-product-main-cnt .column-info p{
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 20px;
}
.our-product-main-cnt h4 {
    min-height: 60px;
}

.our-product-main-cnt p {
    min-height: 130px;
}



   
/*===================== Inner Page Css ====================*/

.inner-banner{
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
	background-attachment: fixed !important;
	height: 30vh;
	position: relative;
	display: table;
	width: 100% !important;
	background: #666362;
}
.inner-banner:after {
    display: inline-block;
    content: '';
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.inner-banner > .inner-banner-cnt {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
	position: relative;
	z-index: 20;
}
.inner-banner > .inner-banner-cnt .page-header {
    margin: 0;
    border: none;
    display: inline-block;
    color: #000;
    text-transform: uppercase;
	text-align: left;
}
.inner-banner > .inner-banner-cnt .page-header h1 {
    margin: 0;
	font-family: 'Exo', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
	font-size: 24px;
	color: #fff;
}  

/* Bread Crumb css */

.custom-bread-crumb {
    text-align: right;
    color: #fff;
}

.custom-bread-crumb span {
    margin-left: 10px;
    margin-right:  10px;
	font-family: 'Exo', sans-serif;
}  
.custom-bread-crumb span a{
	color: #fff;
	font-size: 14px;	
}
   
   
   
/*================= Contact Us Page Css ==================*/

.other-inner-content {
    float: left;
    width: 100% !important;
    display: table;
	background: #111111;
	margin: 30px 0 0;
}
.other-inner-content .other-inner-cnt {
    display: table-cell;
    float: none;
}
.other-inner-content .other-inner-cnt.other-inner-cnt1{
	background: url(images/banner5.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
    z-index: 1;
}
.other-inner-content .other-inner-cnt.other-inner-cnt1:before {
    position: absolute;
    left: 0;
    top: 0;
    height:  100%;
    width: 100%;
    content:  "";
    background: rgba(0,0,0,.8);
}
.other-inner-content .other-inner-cnt.other-inner-cnt1 .dark-bg-img {
    float: left;
    width: 100%;
    padding: 25px 30px;
	position: relative;
    z-index: 1;
}
.other-inner-content .other-inner-cnt.other-inner-cnt1 .dark-bg-img h2{
	font-family: 'Work Sans', sans-serif;
	font-size: 24px;
	color: #fff;
	margin: 0 0 10px;
	font-weight: 300;
	text-align: center;
}
.other-inner-content .other-inner-cnt.other-inner-cnt1 .dark-bg-img h3{
	font-family: 'Work Sans', sans-serif;
	font-size: 18px;
	color: #ffcc00;
	margin: 0 0 15px;
	font-weight: 300;
	text-align: center;
}
.other-inner-content .other-inner-cnt.other-inner-cnt1 .dark-bg-img form.wpcf7-form {
    display: block;
    float: left;
    margin: 0;
    padding-left: 2.5%;
}
.other-inner-content .other-inner-cnt.other-inner-cnt1 .dark-bg-img form.wpcf7-form .form-control {
    background: transparent;
    margin: 0 0 15px;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 18px 10px;
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	color: #ffcc00;
}
.other-inner-content .other-inner-cnt.other-inner-cnt1 .dark-bg-img form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	clear: both;
    color: #fff;
    margin: 0 auto !important;
    float: none;
    width: 94%;
    position: relative;
    top: 15px;
}
.other-inner-content .other-inner-cnt.other-inner-cnt1 .dark-bg-img form.wpcf7-form textarea.form-control {
    width: 100%;
	height: 100px;
}
.other-inner-content .other-inner-cnt.other-inner-cnt1 .dark-bg-img form.wpcf7-form div.wpcf7-mail-sent-ok{
	clear: both;
    color: #fff;
    margin: 0 auto !important;
    float: none;
    width: 94%;
    position: relative;
    top: 15px;
}
/* Placeholder Text */
.other-inner-content .other-inner-cnt.other-inner-cnt1 .dark-bg-img form.wpcf7-form .form-control::-webkit-input-placeholder { /* Webkit Browsers */
	color: #ffcc00;
	opacity: 1; 
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
}
.other-inner-content .other-inner-cnt.other-inner-cnt1 .dark-bg-img form.wpcf7-form .form-control:-moz-placeholder { /* Firefox 18- */
	color: #ffcc00;
	opacity: 1;
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
}
.other-inner-content .other-inner-cnt.other-inner-cnt1 .dark-bg-img form.wpcf7-form .form-control::-moz-placeholder { /* Firefox 19+ */
	color: #ffcc00;
	opacity: 1;
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
}
.other-inner-content .other-inner-cnt.other-inner-cnt1 .dark-bg-img form.wpcf7-form .form-control:-ms-input-placeholder { /* IE10 */
	color: #ffcc00;
	opacity: 1;
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
}
.other-inner-content .other-inner-cnt.other-inner-cnt1 .dark-bg-img form.wpcf7-form .form-btn{
	display: inline-block;
    margin: 10px 0 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    color: #fff;
    background: #1f419b;
    line-height: 1;
    font-weight: 400;
    padding: 15px 45px;
    border: none;
    white-space: normal;
    text-align: center;
    text-transform: uppercase;
}

.contact-details {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.contact-details h2 {
    margin: 0 0 20px;
}

.contact-details ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.contact-details ul li {
    margin: 0 0 5px;
    line-height: 1.5;
}

.contact-details ul li a {
    color: #000;
}

/* Service Page Css */

.service-paginations {
    clear: both;
    display: block;
    padding: 10px 0;
    text-align: center;
}
span.page-numbers.current {
    cursor: default;
}
span.page-numbers.current, span.page-numbers.current:hover, 
.service-paginations span:hover, 
.service-paginations a:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.service-paginations span, .service-paginations a {
    position: relative;
    float: none;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 0;
    display: inline-block;
}
     
/* Client Page Css */

.main-cliens-colom{
	width:100%;
	position:relative;
	margin:0px;
	min-height: 243px;
}
 .cliens-logo{
	border: 1px #e4e4e4 solid;
	padding:0px;
	margin:0px;
	text-align:center;
}
 .sub-client-logo-block{
	-webkit-appearance: none;
    position: relative;
    width: 100%;
    height: 150px;
    padding: 25px;
    overflow: hidden;
    background: #fff;
    text-align: center;
}
.sub-client-logo-block.first-logo-block {
    display: flex;
    align-items: center;
}
 img.logo-clients{
	margin:auto;
}
 .sub-client-logo-block .overlay-logo{
	-webkit-appearance: none;
    outline: none;
    height: 90px;
    width: 100% !important;
    background-position: center center !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    opacity: 0.8;
    cursor: pointer;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
.sub-client-logo-block:hover .overlay-logo{
	opacity: 1;
}
 .first-logo-block h5.client-name{
	text-transform:uppercase;
	color:#000;
	text-align:left;
	font-size:28px;
	font-family: 'ProximaNovaSM';
}

/*===== Single Main Product Css =====*/

.main-content.single_main_product {
    background: lightgrey;
    padding: 40px 0;
}
.product-carousel .gal_img {
    height: 320px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}
.product-carousel .gal_img a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.product-carousel .zoom_icon {
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    height: 100%;
    left: 0;
    background-color: rgba(217, 41, 39, 0.5);
    display: table;
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.product-carousel .zoom_icon span {
    display: table-cell;
    vertical-align: middle;
}
.product-carousel .zoom_icon span img {
    margin: 0 auto;
	max-width: 80px !important;
}
.product-carousel .gal_img :hover .zoom_icon {
    opacity: 1;
}
.product-carousel .owl-pagination {
    display: none;
}
.product-carousel .owl-buttons {
    margin-top: 20px;
}
.main-content.single_main_product .cus_main_product_des ul{
	list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}
.main-content.single_main_product .cus_main_product_des ul li{
	display: block;
    margin: 0 0 5px;
    padding-left: 28px;
	position: relative;
}
.main-content.single_main_product .cus_main_product_des ul li:before {
    content: "\f25a";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 3px;
    transform: rotate(90deg);
    color: #f00;
}
.main-content.single_main_product .cus_main_product_des h2.pro_title {
    font-size: 30px;
    margin: 0 0 20px;
}
div#html5-watermark {
    display: none !important;
}

/* ==========================================================================
   Footer
   ========================================================================== */

#footer{
	background: #333;
	position: relative;
	color: #ccc;
}   
#footer .color-part2 {
    position: absolute;
    margin-top: -5px;
    text-align: center;
    left: 0px;
    right: 0px;
    z-index: 2;
}
#footer  .color-part2:after {
    content: "";
    display: inline-block;
    border-top: 12px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    height: 0;
    width: 900px;
    max-width: 90%;
    position: relative;
    margin-top: -10px;
}
#footer:before {
    height: 65px;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 50%;
    bottom: 0px;
}
   
/* Footer Top Css */
.footer-client{
	clear: both;
	border-top: 2px solid #eaeaea;
}
.footer-top {
    background: url('images/footer-bg.png') no-repeat;
	background-position: center center;
	background-size: cover;
    color: #fff; 
    padding: 70px 0 50px;
}

.footer-top h4.widgettitle {
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 20px;
	text-transform: uppercase;
	color: #ccc;
}
.footer-top ul,
.footer-top .footer-menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.footer-top .footer-menu li {
    display: inline-block;
    width: 100%;
    margin: 0px 0px 5px;
    transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.footer-top .footer-menu ul li a {
    color: #ccc;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    position: relative;
}
.footer-top .footer-menu ul li a:hover{
	text-decoration: underline;
}
.footer-links{
	margin: 0;
}
ul.footer-contact-details li {
    display: inline-block;
    width: 100%;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 0px 0px 5px;
	color: #ccc;
}
ul.footer-contact-details li i {
    width: 20px;
    margin: 0px 5px 0px 0px;
}

/* Client Logo */

.client-wrapper{
	padding: 20px;
}
.client-carousel .client-image {
    height: 100px;
    width: 100% !important;
	background-position: center center !important;
    background-size: 100% 100% !important;
	background-repeat: no-repeat !important;
	border: 3px solid gray;
	padding: 15px;
}
.client-carousel  .owl-controls {
    margin-top: 30px !important;
    text-align: center;
}
.client-carousel  .owl-pagination {
    display: none;
}

/* Footer Bottom Css */

.footer-bottom {
    background: #d92927;
    padding: 10px 0;
    color:  #fff;
}
.footer-bottom p {
    margin: 0;
    text-align: center;
}

.page-template-page-clients .footer-client.padding-top-bottom {
    display: none;
}



/* ==========================================================================
   Forms
   ========================================================================== */


/* All Global Forms
   ========================================================================== */


/* Labels */
body label {}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  width: 100%;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {}

/* Separate Styles for Multiple Line Inputs */
body textarea {}
body textarea:focus {}

/* Separate Styles for Drop Downs */
body select {}
body select:focus {}

/* Multiple Selection Inputs */

body input[type="radio"] {}
body input[type="checkbox"] {}

/* Required */
body input:focus:required:invalid, 
body textarea:focus:required:invalid, 
body select:focus:required:invalid {}

body input:focus:required:invalid:focus, 
body textarea:focus:required:invalid:focus, 
body select:focus:required:invalid:focus {}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   /* color: #555;
   opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
   /* color: #555;
   opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
   /* color: #555;
   opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
   /* color: #555;
   opacity: 1; */
}

/* Side Form css */

.sliding-enquiry {
    position: fixed;
    visibility: hidden;
    z-index: 100;
}
.enquiry-content-bounce-in-right{ 
    -webkit-animation-name:popup_content_bounce_in_right;
    -moz-animation-name:popup_content_bounce_in_right;
    -o-animation-name:popup_content_bounce_in_right;
    animation-name:popup_content_bounce_in_right;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.sliding-enquiry-right{
	top: 12%;
}
.open_sliding_enquiry_right {
    -webkit-transition: right .8s;
    -moz-transition: right .8s;
    -o-transition: right .8s;
    transition: right .8s;
}
.enquiry-content {
	max-width: 330px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #344a71 !important;
    border: 1px solid rgb(52, 74, 113);
    padding: 15px;
}
.sliding-enquiry-right .enquiry-content {
    width: auto;
}
.enquiry-content .form-control {
	border-color: #fff;
    width: 100%;
    background: transparent;
    color: #fff;
}
.enquiry-content .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
	opacity: 1;
}
.enquiry-content .form-control::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
	opacity: 1;
}
.enquiry-content .form-control:-ms-input-placeholder { /* IE 10+ */
	color: #fff;
	opacity: 1;
}
.enquiry-content .form-control:-moz-placeholder { /* Firefox 18- */
	color: #fff;
	opacity: 1;
}
.enquiry-content textarea.form-control {
    height: 50px;
}
.sliding-enquiry-right .enquiry-header {
    width: 35px;
    margin-top: 22%;
    float: left;
    height: 160px;
    border-radius: 4px 0 0 4px;
    padding: 0px;
	border: 1px solid #00325b;
    cursor: pointer;
    background-color: #00325b !important;
}
.sliding-enquiry-right .enquiry-title {
    writing-mode: tb-rl;
    white-space: nowrap;
    display: block;
	padding: 13px 5px 5px 2px;
	color: #ffffff;
	font-size: 18px;
}
.enquiry-content-pad h2 {
    font-weight: 500 !important;
    text-align: center;
	color: #fff;
}
.enquiry-content .form-btn {
    background-color: #e7c130 !important;
    border: none;
    color: #fff;
    padding: 12px 20px;
    line-height: 1;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    width: 100%;
}

@-webkit-keyframes popup_content_bounce_in_right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes popup_content_bounce_in_right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}



/* ==========================================================================
   Buttons                                              
   ========================================================================== */


/* All Global Buttons (Excluding CTAs)
   ========================================================================== */

body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  text-decoration: none !important;
}

body input[type="submit"]:hover,
body input[type="button"]:hover {}

body input[type="submit"]:focus,
body input[type="button"]:focus {}





/* ==========================================================================


   7. MOBILE MEDIA QUERIES                              


   ========================================================================== */



   

/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */

@media (max-width: 1280px) {
	
	/* Header Css */
	
	.header-padding{
		text-align: left;
	}
	.header-padding .h-block:last-child{
		border-right: 0 none;
	}
	.navbar-brand{
		padding: 45px 0 40px;
	}
	
	
}

@media (max-width: 1140px) {
	
	/* Header Css */
	
	.navbar.navbar-default .navbar-nav>li>a{
		padding: 0px 15px;
		font-size: 15px;
	}
	ul#menu-main-menu li .dropdown-menu a{
		font-size: 15px;
	}
	ul.social-link-list li{
		margin-left: 15px;
	}
	
}

@media (max-width: 1024px) {
	
	/* Header Css */
	
	.navbar.navbar-default .navbar-nav>li>a{
		padding: 0px 15px;
		font-size: 14px;
	}
	ul#menu-main-menu li .dropdown-menu a{
		font-size: 14px;
	}
	ul.social-link-list li{
		margin-left: 15px;
	}
	
}

@media (max-width: 768px) {
	.navbar.navbar-default .navbar-nav>li>a {
		padding: 0px 10px;
		font-size: 12px;
	}
}


/* Landscape tablet and smaller devices
   ========================================================================== */

@media (max-width: 767px) {
	
	
	.padding-left,
	.padding-right,
	.header-top-right {
		padding: 0;
	}
	
	/* Header Css */
	.custom-header-bottom{
		display: none;
	}
	.navbar-brand {
		padding: 15px 0 15px;
		float: none;
		max-width: 200px !important;
		margin: 0 auto;
		width: 100%;
		display: block;
	}
	ul.social-link-list {
		float: none;
		margin: 0;
		padding: 15px 0;
		display: block;
		text-align: center;
		list-style: none;
	}
	ul.social-link-list li{
		display: inline-block;
		float: none;
	}
	.navbar-toggle{
		display: none;
	}
	.header-padding {
		text-align: center;
	}
	.header-padding .h-block{
		display: block;
		border: 0 none;
		text-align: center;
	}
	.more-link{
		margin: 15px 0 30px;
	}
	
	.banner-inner{
		height: 500px;
	}
	.banner-carousel .owl-buttons{
		bottom: 20px;	
	}
	
	
	/* Footer css */
	
	div#inner-footer > .container > div{
		margin-bottom: 30px;
	}
	div#inner-footer > .container > div:last-child{
		margin-bottom: 0;
	}
	.footer-links{
		float: none;
	}
	
	/* Contact Page Css */
	
	.other-inner-content .other-inner-cnt {
		display: block;
		float: none;
	}
	.other-inner-content .other-inner-cnt.other-inner-cnt1 .dark-bg-img{
		padding: 25px 15px;
	}
	.other-inner-content .other-inner-cnt.other-inner-cnt1 .dark-bg-img form.wpcf7-form{
		padding-left: 0;
	}
	
	.custom-bread-crumb{
		text-align: left;
	}
	.custom-bread-crumb span:first-child{
		margin-left: 0;
	}
	.other-inner-content .other-inner-cnt iframe {
		height: 300px !important;
	}
	
	.summary.entry-summary {
		margin: 25px 0 0;
	}
	.summary.entry-summary h1.product_title.entry-title {
		font-size: 25px !important;
		line-height: 1.2;
	}

	
	
}
     

/* Landscape phones and smaller devices
   ========================================================================== */

@media (max-width: 479px) {}





/* Careers Page Css */

.custom-form-section.careers-form-sec {
    background: url(images/quote-form-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    clear: both;
}
.heading {
    text-align: center;
}
.heading h2 {
    margin: 0 0 10px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
}
.heading p{
	color: #fff;
	font-size: 18px;
	margin: 0 0 30px;
}
.form-padding-left-right{
	padding-left: 7px;
	padding-right: 7px;
}
.custom-form-section.careers-form-sec .form-control {
    border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
    margin: 0 0 20px;
    border: 2px solid #fff;
    box-shadow: none;
    height: auto;
    font-size: 17px;
    background: transparent;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    color: #fff;
    padding: 8px 10px;
    line-height: 1.2;
}
.custom-form-section.careers-form-sec textarea.form-control {
    height: 73px;
    resize: none;
}
.custom-form-section.careers-form-sec select.form-control option{
	color: #000;
}
.custom-form-section.careers-form-sec select.form-control {
    -webkit-appearance:  none;
	-moz-appearance:  none;
	-ms-appearance:  none;
	-o-appearance:  none;
	background: transparent url(images/form-arrow.png) right 8px top 14px no-repeat;
}
.quote-btn-sec {
    text-align: center;
}
.quote-btn-sec .form-btn {
    font-size: 18px;
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    background: transparent;
    border: 2px solid #fff;
    box-shadow: none;
    color: #fff;
    padding: 14px 30px;
    text-align: center;
    outline: none;
    white-space: normal !important;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
.quote-btn-sec .form-btn:hover{
	background: #fff;
	color: #52a342;
	border: 2px solid #52a342;
}
.custom-form-section.careers-form-sec div.wpcf7-validation-errors,
.custom-form-section.careers-form-sec div.wpcf7-mail-sent-ng,
.custom-form-section.careers-form-sec div.wpcf7-mail-sent-ok {
    clear: both;
    width: 100%;
    margin: 0;
    padding: 10px;
    color: #fff;
    border: 0;
}
.custom-form-section.careers-form-sec span.wpcf7-not-valid-tip {
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	display: block;
	position: relative;
	top: -10px;
}

/* Placeholder Text */
.custom-form-section.careers-form-sec .form-control::-webkit-input-placeholder { /* Webkit Browsers */
	color: #fff;
	opacity: 1; 
}
.custom-form-section.careers-form-sec .form-control:-moz-placeholder { /* Firefox 18- */
	color: #fff;
	opacity: 1;
}
.custom-form-section.careers-form-sec .form-control::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
	opacity: 1;
}
.custom-form-section.careers-form-sec .form-control:-ms-input-placeholder { /* IE10 */
	color: #fff;
	opacity: 1;
}
p.label {
	display: block;
    text-align: left;
    padding: 0;
    font-weight: 400;
    color: #fff;
    font-size: 18px;
}



/* WooCommerce Page */

/*.woocommerce div.product form.cart{
	display: none;
}*/
.custom-short-description a.more-link {
    display: none;
}
.single-product span.posted_in {
    display: none;
}
p.stock.in-stock {
    display: none;
}



/* Woocommerce Single Page Title */

.woocommerce div.product .product_title{
	margin: 20px 0 4px;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    color: #000;
}
.woocommerce div.product div.images{
	margin: 0;
}
/*.woocommerce-product-gallery__image {
    border: 3px solid #d92927;
}
*/
.woocommerce ul.products li.product .price{
	display: none;
}
/******************* Woocommerce ****************/
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	border: 1px solid #eaeaea;
    min-height: 405px;
	padding-bottom: 20px;
	text-align: center;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
	padding: 10px 15px;
	min-height: 53px;
}
.single-product .post_content .single-product {
    margin: 80px 0 60px;
}
.product_meta {
    margin-bottom: 10px;
}
.single-product div.product p.price {
    color: #000;
    font-size: 32px;
	margin-bottom: 20px;
}
.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 7px 4px 0 0;
}
.woocommerce div.product form.cart .button,.woocommerce ul.products li.product .button {
    vertical-align: middle;
    float: left;
    background: #d92927;
    border-radius: 0;
    font-weight: normal;
    padding: 12px 40px;
    margin-left: 20px;
	transition: all 0.3s ease;
	color: #ffffff;
}
.woocommerce div.product form.cart .button:hover,.woocommerce ul.products li.product .button:hover{
	background: #000;
}
input.minus,input.plus {
    border: none;
    padding: 0 10px;
    font-size: 20px !important;
    line-height: 7px;
    height: 27px;
    display: inline-block;
    vertical-align: top;
	font-weight: bold;
}
.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
    margin-top: 0;
    background-color: #000;
    color: #fff;
    padding: 8px 25px;
	border-radius: 0;
	transition: all 0.3s ease;
}
.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button:hover{
	background: #d92927;	
}
.tinv-wraper.tinv-wishlist {
    font-size: 100%;
    float: none;
    margin-left: 0;
}
.single-product .summary .tinv-wraper.tinv-wishlist{
	margin-left: 20px;
	float: left;
}
.related h2 {
    margin-bottom: 20px;
}
.woocommerce ul.products li.product .button{
	float: none;
	margin-left: 0;
}
a.tinvwl_add_to_wishlist_button.button.tinvwl-position-after {
    padding: 12px 24px !important;
    background: #000 !important;
}
a.added_to_cart.wc-forward {
    border: 1px solid #808080;
    margin-top: 10px;
    padding: 5px 15px;
}
.woocommerce ul.products li.product img {
    height: 200px !important;
    max-width: 100%;
    width: auto !important;
    margin: 0 auto 20px;
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    padding: 7px;
}
.woocommerce div.product div.images .flex-control-thumbs {
    margin: 0 0 50px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
	display: block;
    text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	background: #d92927;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	color: #ffffff;
}
.woocommerce div.product .woocommerce-tabs .panel {
    padding: 0;
    max-width: 600px;
    margin: 0 auto 30px;
}
a.button.wc-forward,.woocommerce .cart .button, .woocommerce .cart input.button,.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,.comment-form-comment input#submit{
	background: #d92927;
	color: #ffffff;
	border-radius: 0;
	font-weight: normal;
}
a.button.wc-forward:hover,.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover,.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,.comment-form-comment input#submit:hover{
	background:#000000;
	color: #ffffff;
}
.woocommerce-cart .post_content,.woocommerce-checkout .post_content{
	margin: 40px 0;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    height: 34px;
    line-height: 1;
    padding: 5px;
}
textarea#order_comments {
    height: 200px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 0;
    height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 4px;
    right: 1px;
    width: 20px;
}