/*
Theme Name: FireWise
*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
}

body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
}

a {
	color: #ca3c08;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:active,
a:hover {
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: Bitter, Georgia, serif;
	line-height: 1.3;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

/* Styles - Fire Wise */

html body{
	background-color: #000;
}
.wrapper {
    max-width: 950px;
    padding: 0 15px;
    margin: 0 auto;
	background: #eee;
	font-family: Roboto;
	font-size: 14px;
	color: #000;
	padding: 0 15px;
}
.clear{
	clear: both;
}
.wrapper .navbar-collapse.collapse{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
	background: #000;
	border-radius: 5px;
}
.wrapper .navbar-nav{
	padding: 0 10px;
}
#mainMenu .navbar-nav > li > a{
	color: #fff;
	position: relative;
    display: block;
    color: #fff;
    padding: 10px 30px;
    height: 42px;
	font-family: Roboto;
	font-size: 16px;
}
#mainMenu .navbar-nav > ul > li{
    position: relative;
    float: left;
    text-transform: uppercase;
    color: #ffffff;
}
#mainMenu .nav > li > a:hover, #mainMenu .nav > li > a:focus,  #mainMenu .nav > li > a.active, #mainMenu .nav > li.current_page_item > a,
#mainMenu .navbar-nav > li.current-menu-item > a{
	color: #fc8d21;
	background: #000;
}
#mainMenu .nav > li > a:hover:after,  #mainMenu .nav > li > a:focus:after,  #mainMenu .nav > li > a.active:after{
	content: '';
}
.right_topm{
	text-align: right;
	margin-top: 57px;
}
.right_topm .contacts i{
	color: #ec7f14;
	margin-right: 3px;
}
.right_topm .fa-facebook{
	padding: 5px 8px;
    background: #ec7f14;
    border-radius: 100%;
    color: #fff;
	margin-left: 5px;
}
p.contacts{
	margin-bottom: 0;
}
.follow{
	margin-bottom: 20px;
}
.phone{
	margin-right: 30px;
}
.slide_image{
	width: 100%;
	height: 450px;
	background: url('images/fire-alarm3.jpg') no-repeat;
	background-size: cover;
}
.slide_texts{
	top: 135px;
    left: 95px;
    width: 430px;
    height: 255px;
    white-space: nowrap;
    font-size: 14px;
    padding: 0px;
    border-width: 0px;
    margin-left: 0px;
    margin-top: 0px;
	position: relative;
}
.slide_texts h4{
	font-family: Roboto;
	font-size: 30px;
	font-weight: 900;
}
.slider.col-md-12{
	padding: 0;
}
.color_brick{
	color: #f97220;
}
.slide_button{
	display: inline-block;
	margin-top: 30px;
    background: #f97220;
    padding: 15px 22px 12px 22px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
	font-weight: 900;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.45);
    text-decoration: none;
    opacity: 1;
    transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    cursor: pointer;
}
a.prev {
    width: 39px;
    height: 39px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 45%;
    left: 0;
    background: url(images/arrows.png);
    opacity: 1;
    transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}
a.next {
    width: 39px;
    height: 39px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 45%;
    right: 0;
    background: url(images/arrows.png);
	background-position: 45px 0;
    opacity: 1;
    transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}
.right_l{
	float:right;
	margin-top: 20px;
	text-align: right;
}
/*.bg_brick .s_wrap{
	background: #a93e2e;
}
.bg_orange .s_wrap{
	background: #E27822;
}
.bg_yellow .s_wrap{
	background: #E2B822;
}*/
.bg_brick .cls-image{
	border-top: 3px solid #f97220;
}
.bg_orange .cls-image{
	border-top: 3px solid #E27822;
}
.bg_yellow .cls-image{
	border-top: 3px solid #E2B822;
}
.services .col-md-3{
	margin-top: 40px;
	position: relative;
    width: 33.33333%;
}
.s_wrap{
	width: 97%;
	margin: 0 auto;
	padding: 0 10px 1px 10px;
}
.s_wrap img{
	width: 100%;
	height: auto;
	max-height: 167px;
}
.cls-name {
    color: white;
    text-shadow: 0 1px 0 black;
    text-transform: uppercase;
    height: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    font-size: 0.9375em;
    font-weight: bold;
    border-top: 1px solid #c14c3a;
    background-color: #f97220;
    text-align: left;
    z-index: 1;
    display: table;
    width: 100%;
}
.bg_yellow .cls-name{
	border-top: 1px solid #d0a819;
    background-color: #E2B822;
}
.bg_yellow .cls-name:after{
	border-left: 1px solid #d0a819;
}
.bg_orange .cls-name{
	border-top: 1px solid #ee8c3d;
    background-color: #E27822;
}
.bg_orange .cls-name:after{
	border-left: 1px solid #ee8c3d;
}
.cls-name:after {
    border-left: 1px solid #c14c3a;
    color: #FFFFFF;
    content: "\00203A";
    font-size: 24px;
    height: 80%;
    line-height: 1;
    margin: 5px 0 0;
    padding: 0 21px 0 19px;
    position: absolute;
    right: 0;
    top: 0;
}
.linkcenter {
    display: table-cell;
    vertical-align: middle;
    padding: 0 50px 0 0;
    text-align: center;
}
.flames{
	width: 100%;
	height: 150px;
	background: url(images/flames1.png);
}
.quick_contact {
    padding: 20px 14px;
    background: #c6c2c2;
    border-radius: 5px;
	float: left;
}
.upper_container{
	margin: 10px 0;
}
.upper_container .col-md-4, .upper_container .col-md-8{
	padding: 0;
}
.wrapper .col-md-12{
	padding: 0;
}
.quick_contact h4{
	font-size: 28px;
	margin-top: 0;
	margin-bottom: 0;
}
.quick_contact p{
	color: #444;
	margin-bottom: 0;
}
.quick_contact input[type="text"], .quick_contact input[type="email"]{
	margin: 0;
    font-size: 14px;
    color: #000;
    padding: 5px 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
	border-radius: 3px;
	border: 1px solid #ccc;
}
.quick_contact textarea{
	width: 100%;
	height: 100px;
	border-radius: 3px;
	border: 1px solid #ccc
}
.quick_contact button, .quick_contact input[type="submit"]{
	border-radius: 3px;
	padding: 5px 10px;
	font-size: 18px;
	margin-top: 8px;
	font-weight: 700;
	color: #fff;
	border: 1px solid transparent;
	float: right;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d9834a+3,c65849+100 */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ec7f14+0,e64630+100 */
	background: #ec7f14; /* Old browsers */
	background: -moz-linear-gradient(top,  #ec7f14 0%, #e64630 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ec7f14 0%,#e64630 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ec7f14 0%,#e64630 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec7f14', endColorstr='#e64630',GradientType=0 ); /* IE6-9 */
}
.quick_contact input[type="submit"]:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e64630+0,ec7f14+100 */
	background: #e64630; /* Old browsers */
	background: -moz-linear-gradient(top,  #e64630 0%, #ec7f14 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e64630 0%,#ec7f14 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e64630 0%,#ec7f14 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e64630', endColorstr='#ec7f14',GradientType=0 ); /* IE6-9 */
}
.slider ul{
	list-style: none;
	padding: 0;
}
.slider li{
	border-radius: 5px;
}
.slider li img{
	max-width: 100%;
	max-height: 345px;
	min-height: 345px;
	border-radius: 5px;
}
.upper_container .col-md-4{
	width: 36.831%;
	border-bottom: 1px solid #c6c2c2;
    padding: 0 0 15px;
}
.upper_container .col-md-8{
	width: 62.226%;
	float: right;
	position: relative;
}
.slide_text{
	position: absolute;
    top: 10px;
    right: 0;
}
.slide_text h4{
	font-size: 22px;
    padding: 15px 20px;
    width: 400px;
    color: #fff;
    border-radius: 2px;
    background: #d9834a;
	margin-bottom: 0;
    background: #ec7f14; /* Old browsers */
	background: -moz-linear-gradient(top,  #ec7f14 0%, #e64630 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ec7f14 0%,#e64630 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ec7f14 0%,#e64630 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec7f14', endColorstr='#e64630',GradientType=0 ); /* IE6-9 */
    text-transform: uppercase;
}
.main_texts{
	background: rgba(237, 237, 237, 0.9);
	padding: 20px 15px;
	width: 270px;
    float: right;
}
.page_title{
	margin-top: 15px;
    margin-bottom: 5px;
}
.main_texts ul{
	list-style-type: initial;
	font-size: 18px;
	margin-left: 20px;
	margin-top: 15px;
}
.quick_contact .red_text{
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	color: #f97220;
	text-transform: uppercase;
	margin: 5px 0 10px;
}
.read_more{
	font-size:18px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	margin-top: 45px;
    float: left;
}
.read_more:hover{
	text-decoration: none;
	color: #ec7f14;
}
.read_more span{
	margin-left: 10px;
    position: relative;
    top: -3px;
	color: #fff;
	padding: 0px 10px 3px;
	border-radius: 5px;
	background: #ec7f14; /* Old browsers */
	background: -moz-linear-gradient(top,  #ec7f14 0%, #e64630 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ec7f14 0%,#e64630 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ec7f14 0%,#e64630 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec7f14', endColorstr='#e64630',GradientType=0 ); /* IE6-9 */
}
.read_more:hover span{
	background: #ec7f14; /* Old browsers */
	background: -moz-linear-gradient(top,  #e64630 0%, #ec7f14 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e64630 0%,#ec7f14 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e64630 0%,#ec7f14 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e64630', endColorstr='#ec7f14',GradientType=0 ); /* IE6-9 */
}
.about_us{
	width: 36.831%;
    float: left;
    position: relative;
}
.about_us div.a_wrap{
	padding: 20px 14px 40px;
    background-color: #dfdede;
	border: 1px solid #888;
    border-radius: 5px;
    float: left;
	color: #858585;
	background-image: url('images/flame.png');
	background-position: 99% 98%;
	background-repeat: no-repeat;
	background-size: 40px 60px;
	height: 366px;
}
.about_us div.a_wrap h4{
	color: #f97220;
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 0;
    margin-bottom: 20px;
	font-weight: 700;
}
.services{
	margin-top: 3px;
}
.s_boxes{
	width: 62.026%;
    float: right;
}
.s_boxes ul{
	list-style: none;
	margin: 0;
    padding: 0;
    float: left;
	width: 100%;
}
.s_boxes .item{
	width: 32.203%;
    float: left;
	padding: 15px 15px 13px;
    margin-right: 1.555%;
    margin-bottom: 12px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
	background: #ec7f14;
    background: -moz-linear-gradient(top, #ec7f14 0%, #e64630 100%);
    background: -webkit-linear-gradient(top, #ec7f14 0%,#e64630 100%);
    background: linear-gradient(to bottom, #ec7f14 0%,#e64630 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec7f14', endColorstr='#e64630',GradientType=0 );
}
.s_boxes .item.last_i{
	margin-right: 0;
}

.s_boxes .item img{
	max-width: 100%;
	height: auto;
}
.s_boxes .item .s_name{
	color: #fff;
    font-size: 17px;
    text-decoration: none;
    display: block;
    padding: 4px 0;
    margin-top: 8px;
	line-height: 18px;
    text-align: center;
	height: 40px;
}
.who_serve{
	width: 62.026%;
    float: left;
	margin-top: 0px;
}
.who_serve .inner_s{
	padding: 20px 14px 40px;
    background-color: #c6c2c2;
	border-radius: 5px;
	float: left;
    width: 100%;
	height: 240px;
}
.who_serve .inner_s h4{
	color: #f97220;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
}
.who_serve .inner_s ul{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 25px;
	float: left;
	width: 100%;
}
.who_serve .inner_s ul li{
	float: left;
    width: 50%;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 20px;
	font-weight: 700;
    text-shadow: 1px 1px #fff;
}
.icon-food:before {
    content: "\f0f5";
}
.who_serve .inner_s ul li i{
	margin-right: 5px;
	width: 15px;
}
.customers{
	width: 36.831%;
    float: right;
    position: relative;
}
.c_inner{
	padding: 20px 14px;
    background: #dfdede;
	border: 1px solid #888;
    border-radius: 5px;
	float: left;
	width: 100%;
	height: 240px;
}
.customers h4{
	color: #f97220;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
}
.t_name{
	color: #858585;
	float: right;
}
.t_nav{
	width: 60px;
	margin: 10px auto;
}
.t_nav li{
	float: left;
	font-size: 18px;
}
.t_nav li.active{
	color: ##f97220;
}
.blockquotes{
	font-style: italic;
}
.bootom_wrap.col-md-12{
	padding: 25px 15px;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	background-image: url('images/fire2.jpg');
	background-repeat: no-repeat;
	background-position: -10px -140px;
	height: 180px;
	background-color: #000;
}
.wrapper .col-md-12.acc_logos{
	margin: 20px 0;
	padding: 20px 0;
	position: relative;
	border-bottom: 1px solid #c6c2c2;
	border-top: 1px solid #c6c2c2;
}
.wrapper .col-md-12.acc_logos .flexslider{
	padding: 0 30px 0 20px;
}
.acc_logos ul.slides{
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	margin: 0px 25px;
    height: 80px;
    overflow: hidden;
}
.acc_logos ul.slides li{
	width: 145px;
	float: left;
	margin: 0 11px 0 11px;
	height: 80px;
	border: 1px solid #ededed;
	text-align: center;
}
.acc_logos ul.slides li a{
	float: left;
    width: 100%;
    height: 100%;
    line-height: 77px;
    vertical-align: middle;
    display: inline-block
}
.acc_logos .flexslider .slides li img{
	max-width: 100%;
	max-height: 140px;
	height: auto;
	width: auto;
	vertical-align:middle;
	display: inline-block;
}
.acc_logos .flex-direction-nav a{
	margin-left: 10px;
    position: absolute;
    top: 38%;
    color: #fff;
    padding: 2px 10px 3px;
    border-radius: 5px;
    background: #ec7f14; /* Old browsers */
	background: -moz-linear-gradient(top,  #ec7f14 0%, #e64630 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ec7f14 0%,#e64630 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ec7f14 0%,#e64630 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec7f14', endColorstr='#e64630',GradientType=0 ); /* IE6-9 */
	opacity: 1;
	height: 23px;
    width: 26px;
    margin: 0;
	text-indent: 0;
}
.acc_logos .flex-direction-nav a:hover{	
	text-decoration: none;
	background: #ec7f14; /* Old browsers */
	background: -moz-linear-gradient(top,  #e64630 0%, #ec7f14 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e64630 0%,#ec7f14 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e64630 0%,#ec7f14 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e64630', endColorstr='#ec7f14',GradientType=0 ); /* IE6-9 */
}

.acc_logos .flex-direction-nav a.flex-next{
	right: 0;
	left: auto;
}
.acc_logos .flex-direction-nav a.flex-prev{
	right: auto;
	left: 0;
	margin: 0;
}
.f_left{
	width: 20.874%;
    float: left;
}
.copyright {
    color: #fff;
	font-size: 13px;
}
.follow_us{
	color: #fff;
	margin-top: 15px;
	font-size: 13px;
}
.follow_us i{
	padding: 5px 8px;
    background: #fff;
    border-radius: 100%;
    color: #000;
    margin-left: 5px;
}
.f_right{
	width: 75.555%;
    float: right;
	color: #000;
}
.f_right a{
	color: #fff;
	font-size: 13px;
}
.f_menus{
	float: left;
	width: 69.55%;
}
.m_column{
	float: left;
    width: 30%;
}
.m_column a:hover{
	text-decoration: none;
	color: #f97220;
}
.m_column.first{
	float: left;
    width: 25%;
	padding-left: 20px;
    margin-left: 10px;
}
.m_column h5{
	margin: 0 0 10px;
	color: #f97220;
	font-weight: 700;
}
.f_contact{
	float: left;
    width: 30.055%;
	color: #fff;
}
.slogan{
	color: #f97220;
    font-weight: 700;
    font-size: 17px;
    margin-top: 50px;
    font-style: italic;
}
.bootom_wrap ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.c_details span{
	color: #f97220;
	font-weight: 700;
}
.f_contact p{
	margin: 0 5px;
	font-size: 13px;
}
.c_details{
	margin-top: 20px;
}
.customers .flex-control-nav {
    display: block; 
}
#breadcrumbs a{
	color: #f97220;
}
#breadcrumbs a:hover{
	color: #fc8d21;
	text-decoration: none;
}
p#breadcrumbs{
	margin-bottom: 5px;
    margin-top: 7px;
}
.entry-title, .error404 h2, .archive-title{
	position: relative;
	display: inline-block;
	text-transform: uppercase;
    font-size: 26px;
	margin-bottom: 35px;
}
.entry-title:after, .error404 h2:after{
	content: '';
	width: 70px;
	position: absolute;
	height: 2px;
	bottom: -10px;
	left: 2px;
	border-bottom: 2px solid #e64630;
}
.archive-title:after{
	content: '';
	width: 35px;
	position: absolute;
	height: 2px;
	bottom: -10px;
	left: 2px;
	border-bottom: 2px solid #e64630;
}
.site-content img{
	max-width: 100%;
	height: auto;
}
.right_sidebar{
	margin-top: 30px;
	margin-bottom: 30px;
}
.wrapper .col-md-12.page_bottom{
	margin: 20px 0 30px;
	padding-top: 30px;
	border-top: 1px solid #eee;
}
.wrapper .col-md-12.page_bottom .customers{
	width: 40.3%;
}
.faq_s ul{
	padding: 0;
	list-style: none;
}
.page_bottom .col-md-7{
	padding-left: 0;
}
.page_bottom .col-md-5{
	padding-right: 0;
}
.page_bottom .panel-group{
	margin-bottom: 10px;
}
.page_bottom .panel-heading a{
    display: inline-block;
    padding: 10px 10px 10px 20px;
    width: 100%;
    position: relative;
	font-size: 14px;
	background: #c6c2c2;
	text-decoration: none;
}
.page_bottom .panel-heading a.collapsed{
	background: #c6c2c2;
}
.page_bottom .panel-heading a:hover{
	text-decoration: none;
}
.page_bottom .panel-default > .panel-heading {
    color: #333;
    background-color: #fbfafa;
    border-color: #ededed;
	border-radius: 5px;
	padding: 0;
}

.page_bottom .panel-heading a:before{
	content: "\f078";
	position: absolute;
    right: 10px;
    top: 10px;
    text-align: center;
    line-height: 20px;
    color: #f97220;
    width: 21px;
    height: 21px;
	font: normal normal normal 14px/1 FontAwesome;
}
.page_bottom .panel-heading a.collapsed:before{
    content: "\f054";
}
h4.main_s{
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
    font-size: 20px;
	font-weight: 700;
}
.latest_news{
	padding: 15px 15px;
    background: #dfdede;
	border: 1px solid #888;
    border-radius: 5px;
    float: left;
	width: 100%;
	margin-top: 25px;
}
.latest_news ul{
	padding: 0;
	margin-top: 25px;
	list-style: none;
}
.latest_news ul li{
	margin: 5px 0 5px;
	padding-bottom: 10px;
	width: 100%;
	float: left;
	border-bottom: 1px solid #eee;
}
.latest_news ul li:last-child{
	border-bottom: 0;
}
.latest_news ul li figure{
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 15px;
}
.latest_news ul li figure img{
	margin-top: 3px
}
.latest_news ul li p{
	margin-bottom: 15px;
}
.latest_news ul li a{
	color: #333;
}
.latest_news ul li a:hover{
	text-decoration: none;
	color: #fc8d21;
}
.right_wrap{
	float: left;
}
.n_date{
	color: #888;
    font-size: 12px;
}
.page-wrapper{
	margin: 0 auto 30px;
}
.search-form input[type="search"] {
    -webkit-appearance: none;
    border: 1px solid #ddd;
    padding: 5px;
    font-weight: normal;
	margin-left: 5px;
}
.search-form input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ddd;
}
.main_contact{
	margin-top: 45px;
}
.main_contact h4{
	margin-bottom: 20px;
}
.main_contact  form{
	width: 100%;
}
.main_contact input, .main_contact  textarea{
	margin: 0;
    font-size: 14px;
    color: #000;
    padding: 5px 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 90%;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #ccc;
}
.main_contact input[type="submit"]{
	background: #e64630;
    background: -moz-linear-gradient(top, #e64630 0%, #ec7f14 100%);
    background: -webkit-linear-gradient(top, #e64630 0%,#ec7f14 100%);
    background: linear-gradient(to bottom, #e64630 0%,#ec7f14 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e64630', endColorstr='#ec7f14',GradientType=0 );
	border-radius: 3px;
    padding: 5px 10px;
    font-size: 18px;
    margin-top: 0;
    font-weight: 700;
    color: #fff;
    border: 1px solid transparent;
	width: 170px;
}
.main_contact input[type="submit"]:hover{
	background: #ec7f14;
    background: -moz-linear-gradient(top, #ec7f14 0%, #e64630 100%);
    background: -webkit-linear-gradient(top, #ec7f14 0%,#e64630 100%);
    background: linear-gradient(to bottom, #ec7f14 0%,#e64630 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec7f14', endColorstr='#e64630',GradientType=0 );
}
.entry-header .n_date{
	display: block;
	width: 100%;
	margin-top: 0;
}
.category .entry-title, .archive .entry-titlee{
	margin-top: 5px;
	font-size: 22px;
	margin-bottom: 15px;
}
.category .entry-title:after, .archive .entry-title:after{
	border: 0;
}
.category .wrapper .col-md-8, .archive .wrapper .col-md-8{
	padding-left: 0;
}
.archive-title{
	margin-top: 0;
}
.category article, .archive article{
	margin-bottom:15px;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}
.entry-summary a{
	color: #f97220;
}
.entry-summary a:hover{
	text-decoration: none;
	color: #fc8d21;
}
.image_left.col-md-4{
	padding-left: 0;
}
.entry-summary{
	font-size: 13px;
}
.paging-navigation h1{
	display: none;
}
.nav-links a{
	color: #fc8d21;
}
.nav-links a:hover{
	text-decoration: none;
	color: #fc8d21;
}
.navbar_toogle{
	display: none;
}
.nav-previous{
	margin-bottom: 30px;
}
.entry-header a{
	color: #333;
}
.entry-header a:hover{
	text-decoration: none;
	color: #fc8d21;
}


/* Media Queries */
@media (max-width: 1024px){
	.wrapper{
		padding: 2px 15px;
		position: relative;
	}
	.col-md-4, .col-md-12{
		float: left;
	}
	.col-md-12{
		width: 100%;
	}
	.col-md-8{
		float: left;
		width: 66.66666667%;
	}
	.col-md-4{
		width: 33.33333333%;
	}
	.col-md-7{
		width: 58.33333333%;
		float: left;
	}
	.about_us div.a_wrap{
		height: 336px;
	}
}

@media (max-width: 850px){
	.col-md-8{
		float: left;
		width: 100%;
	}
	.col-md-4{
		width: 100%;
	}
	.col-md-7{
		width: 100%;
		float: left;
	}
	.upper_container .col-md-4{
		display: none;
	}
	.site-header .col-md-8{
		float: left;
		width: 66.33333333%;
	}
	.site-header .col-md-4{
		width: 33.33333333%;
	}
	.upper_container .col-md-8{
		width: 100%;
	}
	.about_us {
		width: 100%;
		float: left;
		position: relative;
		height: auto;
		min-height: 200px;
	}
	.about_us div.a_wrap {
		height: auto;
	}
	.s_boxes {
		width: 100%;
		float: right;
		margin-top: 10px;
	}
	.s_image{
		text-align: center;
	}
	.who_serve {
		width: 100%;
	}
	.customers {
		width: 100%;
		margin-top: 10px;
	}
	.c_inner{
		height: 200px;
	}
	.quick_contact{
		width: 100%;
	}
	.page_bottom .col-md-7 {
		padding-left: 15px;
	}
	.wrapper .col-md-12.page_bottom .customers {
		width: 100%;
		padding-right: 15px;
	}
	.fb_iframe_widget span{
		width: 100% !important;
	}
	.image_left.col-md-4 {
		padding-left: 0;
		width: 35%;
		float: left;
	}
	.cont_right.col-md-8 {
		padding-left: 0;
		float: left;
		width: 65%;
	}
}

@media (max-width: 768px){
	.site-header .col-md-4 {
		width: 100%;
		text-align: center;
	}
	.site-header .col-md-8{
		float: right;
		width: 100%;
		background: #000;
		color: #fff;
		margin-top: 20px;
		border-radius: 5px;
	}
	.follow {
		margin-bottom: 0;
		float: right;
		margin-top: -2px;
		margin-left: 20px;
	}
	.right_topm{
		margin-top: 0px;
		padding: 15px 0;
	}
	.phone {
		margin-right: 20px;
	}
	.navbar_toogle{
		position: absolute;
		bottom: 12px;
		z-index: 99999;
		left: 30px;
		padding: 7px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
		background: #fff;
	}
	.icon-bar {
		background-color: #000;
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
	}
	.icon-bar+.icon-bar {
		margin-top: 4px;
	}
	.wrapper .navbar-collapse.collapse.active{
		display: block;
		position: absolute;
		z-index: 999;
		top: 87%;
		width: 95.5%;
	}
	.wrapper .navbar-nav{
		padding: 0;
		margin: 0;
	}
	.bootom_wrap.col-md-12{
		height: auto;
	}
	.f_right {
		width: 100%;
		margin-top: 20px;
	}
	.f_left{
		display: none;
	}
	.main_texts{
		width: 320px;
	}
	.navbar_toogle{
		display: block;
	}
}

@media (max-width: 600px){
	.f_menus {
		float: left;
		width: 100%;
		margin-bottom: 25px;
	}
	.f_contact{
		width: 100%;
		text-align: center;
	}
	.wrapper .navbar-collapse.collapse.active{
		width: 94.3%;
	}
	.c_inner {
		height: 240px;
	}
	.s_boxes .item{
		width: 48%;
	}
	.s_boxes .item.last_i{
		margin-right: 2%;
	}
}

@media (max-width: 480px){
	p.contacts {
		display: none;
	}
	.right_topm{
		float: left;
		width: 100%;
	}
	.m_column.first {
		padding-left: 0;
		margin-left: 0;
	}
	.m_column {
		width: 37%;
	}
	.wrapper .navbar-collapse.collapse.active {
		width: 92.5%;
	}
	.slide_text h4{
		max-width: 320px;
		font-size: 18px;
		float: right;
	}
	.s_boxes .item .s_name{
		font-size: 16px;
	}
	.main_texts {
		width: 280px;
	}
	
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
    background: #ddd;
}