/*
Theme Name: strater-th
Theme URI: http://coweb.co.il/
Author: Yaniv Sason
Author URI: http://yanivsasson.co.il/
Description: A versatile and responsive Bootstrap WordPress starter theme FOR DEVELOPERS based on Twitter Bootstrap 3.3.6.
Version: 1
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, right-sidebar, fluid-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, rtl-language-support, theme-options, translation-ready
Text Domain: cowebtheme

coweb-theme WordPress Theme, Copyright 2016 Yaniv Sasson.
coweb-theme is distributed under the terms of the GNU GPL v3.
*/


@charset "UTF-8";

iframe[name="google_conversion_frame"] {
	position: fixed;
}
body{
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}
h1,h2,h3,h4,h5,h6{
	
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h1, .h1 {
    font-size: 36px;
}
h2, .h2 {
    font-size: 30px;
}
h3, .h3 {
    font-size: 24px;
}
h4, .h4 {
    font-size: 18px;
}
h5, .h5 {
    font-size: 14px;
}
h6, .h6 {
    font-size: 12px;
}
a:active, 
a:hover, 
a:focus,
input:hover, 
input:active, 
input:focus, 
textarea:hover, 
textarea:active, 
textarea:focus {
	outline: 0px;
}
nav, header, section, footer {
	width: 100%;
	float: left;
}
artical {
	margin-bottom: 0;
}
.hentry {
    margin-bottom: 0px;
}
.relative {
	position: relative
}
.inline-block {
	display: inline-block;
}
.table {
    display: table;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.container {
    padding: 0 15px 0 15px;
}
.navbar-top {
	text-align:center;
}
ul.nav {
	padding-right: 0px;
	padding-left: 0px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    /*text-decoration: none;
    background-color: #eeeeee;*/
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}
.dropdown-menu > li > a:active,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:active,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}
ul.pager {
	padding-right: 0px;
	padding-left: 0px;
}
ul.pagination {
	padding-right: 0px;
	padding-left: 0px;
}
.navbar-toggle {
    border: 1px solid #999;
}
.navbar-toggle .icon-bar {
    background-color: #999;
}
.nav.nav-side {
    margin-top: 0px;
}
.nav.nav-side  li {
    margin-top: 8px;
    margin-bottom: 8px;
	text-align: center;
}
.nav.nav-side  li:hover {

}
.nav.nav-side  li  a {
    background-color: #007300;
    color: #fff;	
}
.nav.nav-side  li  a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav.nav-side  li  a:hover, 
.nav.nav-side  li  a:active, 
.nav.nav-side  li  a:focus {
    text-decoration: none;
    /*background-color: #fff;
    color: #007300;*/
}
.nav.nav-side  .dropdown-menu {
    position: initial;
    float: initial;
    min-width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow:initial;
    box-shadow: initial;
}
.nav-footer-wrap {
	text-align: center;
}
.nav.nav-footer {
    display: inline-block;
}
.nav.nav-footer > li {
    position: relative;
    display: inline-block;
}
.dropdown .dropdown-menu {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;

    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}
.dropdown.open .dropdown-menu {
    max-height: 300px;
    opacity: 1;
}
/*
	top nav
*/
.container-nav {
	max-width: 1860px;
	min-height: 150px;
	margin: 0px auto;
	padding-right: 15px;
	padding-left: 15px;
}
/*
	top menu
*/	
.header-menu {
	padding-right: 0px;
	padding-left: 0px;
}
.navbar-top {
	padding-top: 50px;
	padding-right: 0px;
	padding-left: 0px;
}
.nav.nav-top > li {
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(img/borderred.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.nav.nav-top > li:last-child {
	background-image: initial;
}
.nav.nav-top > li > a {
    position: relative;
    display: block;
    padding: 22px 0px 8px;
	font-size: 22px;
	border-bottom: 11px solid transparent;
}
.nav.nav-top > li > a:hover,
.nav.nav-top > li > a:focus,
.nav.nav-top > li > a:active {
    border-bottom: 11px solid #f1a533;
}
.nav.nav-top > li.current-menu-item a,
.nav.nav-top > li.current-menu-item:hover a,
.nav.nav-top > li.current-menu-item:focus a,
.nav.nav-top > li.current-menu-item:active a {
    border-bottom: 11px solid #f1a533;
}
/*
	logo
*/
.header-logo .inner {
	max-width: 313px;
	padding-top: 25px;
	padding-bottom: 10px;
}
/*
	header phone
*/
.header-phone {
	text-align: center;
}
.header-phone .inner {
	padding-top: 50px;
}
.header-phone .inner a {
	display: inline-block;
	padding-right: 30px;
	padding-left: 30px;
	border-radius: 30px;
	background-color: #b91521;
	color: #fff;
	font-size: 40px;
	font-weight: 300;
	text-decoration: none;
}
/*
	middle menu
*/
.middle-menu {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.middle-menu.middle-menu-home {
	background-color: #e6e6e6;
}
.middle-menu-wrap {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
a.middle-menu-box {
	display: inline-block;
	width: 166px;
    height: 187px;
    padding-top: 115px;
	background-repeat: no-repeat;
	background-position: center top;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	text-decoration: none;
}
a.middle-menu-box:hover {
	background-position: center bottom;
}
/*
	home content
*/
.home-content-section {
	direction: ltr;
}
.home-content {
	direction: rtl;
	padding-right: 15px;
}
.home-content .inner {
	padding:40px 30px 30px;
	background-color: #f1a533;
	color: #fff;
}
.home-content article {
	max-width: 760px;
	margin: 0 auto;
}
.home-content .alignnone {
    margin: 16px 0px 20px 10px;
}
.home-content a {
    padding: 6px 12px;
	border-radius: 12px;
	background-color: #000;
	color: #fff;
	text-decoration: none;
}
.home-image {
	width: 50%;
    height: 100%;	
	padding-left: 15px;
}
.home-image .inner {
	position: relative;
    width: 100%;
    height: 366px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;	
}
.home-image .inner img {
	display: none;
}
/*
	footer
*/
.footer-content-section {
	direction: ltr;
}
.footer-content {
	direction: rtl;
	padding-right: 15px;
}
.footer-content .inner {
	padding: 30px 15px;
	background-color: #1a1a1a;
	color: #fff;
}
.footer-content .alignnone {
    margin: 6px 0px 5px 10px;
}
.footer-map {
	width: 50%;
    height: 100%;	
    height: 366px;	
	padding-left: 15px;
}
.footer-map .inner {
	position: relative;
    width: 100%;
    height: 366px;
}
#map {
	width: 100%;
	height: inherit;
	margin-top: 0px;
}
#content {
	padding: 0px 0px 0px;
}
.firstHeading {
	padding-left: 30px;
}
.footer-contat-details {
    padding-top: 55px;
    font-size: 20px;
}
.footer-contat-form {
	padding-right: 100px;
	padding-left: 100px;
}
.footer-contat-form h4 {
    font-size: 32px;
}
.footer-contat-form .form-control {
    border-radius: 0px;
	border: 0px;
}
.footer-contat-form .btn {
    float: left;
    border-radius: 0px;
	border: 0px;
	background-color: #808080;
	font-size: 20px;
}
.footer-contat-form .btn:hover,
.footer-contat-form .btn:focus,
.footer-contat-form .btn:active {
	background-color: #909090;
}

.footer-copyright {
    display: block;
    width: 100%;
    text-align: center;
	direction: rtl;
}
.footer-copyright a{
	color: #bfbfbf;
	text-decoration:none;	
}

/*
	page
*/
.main-section {
	padding-top: 30px;
	background-color: #e6e6e6;	
}
.main-section > .inner {
	background-color: #fff;
}
.middle-menu-page {
    margin: 0;
    padding-top: 0px;
	padding-bottom: 30px;
	background-color: #e6e6e6;		
}
.middle-menu-page .inner {
    padding-top: 30px;
	padding-bottom: 30px;
	background-color: #fff;	
}
.middle-menu-page .inner .col-lg-2,
.middle-menu-page .inner .col-md-4,
.middle-menu-page .inner .col-sm-6,
.middle-menu-page .inner .col-xs-6 {
	padding-right: 5px;
	padding-left: 5px;
}
.middle-menu-page a.middle-menu-box {
    display: inline-block;
    width: 100%;
    height: 157px;
    padding-top: 97px;
    background-repeat: no-repeat;
    background-position: center top;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    text-decoration: none;
    background-size: 100% 201.5%;
}
.middle-menu-page a.middle-menu-box:hover {
    background-position: center bottom;
}
/*
	contact us
*/
.contactuspage {
	padding-top: 80px;
}
.contactus-form .alignnone {
    margin: 0px 5px 0px 0;
}
.contactus-form h2 {
	font-weight: 700;
    font-size: 28px;	
}
.contactus-form .form-control {
	border: 1px solid #aaabbe;
	border-radius: 0px;
}
.contactus-form .btn {
	width: 100%;
	border: 0px;
	border-radius: 0px;
	background-color: #444343;
	color: #fff;
	font-size: 18px;
}
.contactus-details {
    padding-top: 60px;
}
.contactus-details p {
    margin-bottom: 20px;
}
.contactus-details .alignnone {
    margin: 0px 0px 0px 0px;
}
/*
	page
*/
.innerpage {
	padding-top: 60px;
}
.header-top-wrap {
	position: relative;
	width: 100%;
	height: 100%;
}
.header-top-title {
	position: absolute;
	bottom: 16px;
	right: 0px;
	width: 100%;
}
.header-top-title h1 {
	display: inline-block;
	margin: 0;
    padding: 4px 80px;
    padding-right: 20vw;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background-color: #b91521;
	color: #fff;
	font-size: 30px;
	line-height: 34px;
	font-weight: 300;
    font-style: italic;	
}
@media (min-width: 768px){
	.container {
		width: 750px;
	}
	.navbar-nav {
		display: inline-block;
		float: none;
	}
	.navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.middle-menu-page .container {
		width: 100%;
	}
}
@media (min-width: 992px){
	.container {
		width: 970px;
	}
	.middle-menu-page .container {
		width: 825px;
	}
}
@media (min-width: 1200px){
	.container {
		width: 1170px;
	}
	.middle-menu-page .container {
		width: 825px;
	}
}
@media (max-width: 1880px){
	.header-phone .inner {
		padding-top: 63px;
	}
	.header-phone .inner a {
		font-size: 30px;
	}
}
@media (max-width: 1650px){
	.header-phone .inner {
		padding-top: 70px;
	}
	.nav.nav-top > li > a {
		font-size: 18px;
	}
}
@media (max-width: 1550px){
	.nav.nav-top > li {
		padding-right: 10px;
		padding-left: 10px;
	}
	.header-phone .inner a {
		font-size: 22px;
		padding-right: 18px;
		padding-left: 18px;
	}
	.footer-contat-form {
		padding-right: 30px;
		padding-left: 30px;
	}
	.header-top-title h1 {
		display: inline-block;
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
		font-size: 46px;
		line-height: 50px;
		padding-right: 10vw;
	}
}
@media (max-width: 1350px){
	.header-phone {
		position: absolute;
		top: 45px;
		width: 200px;
		z-index: 2;
	}
	.header-phone .inner {
		padding-top: 0px;
	}
	.col-md-7.header-menu {
		width: 75%;
		padding-right: 15px;
		padding-left: 15px;
	}
	.navbar-top {
		text-align: right;
	}
}
@media (max-width: 1199px){
	.home-content-section {
		display: block;
	}
	.home-content {
		display: block;
		padding-left: 15px;
	}
	.home-image {
		display: block;
		width: 100%;
		padding-top: 30px;
		padding-right: 15px;
		background-position: -999999px -999999px;
	}
	.home-image .inner img {
		display: block;
		width: 100%;
		height: auto;
	}
	.footer-content-section {
		display: block;
	}
	.footer-content {
		display: block;
		width: 100%;
		padding-left: 15px;
	}
	.footer-map {
		display: block;
		width: 100%;
		height: 400px;
		padding-top: 30px;
		padding-right: 15px;
	}
	.middle-menu-page a.middle-menu-box {
		width: 140px;
	}
	.contactus-details {
		padding-top: 0px;
	}
	.home-image .inner {
		height: auto;
	}
}
@media (max-width: 1100px){
	.nav.nav-top > li {
		padding-right: 6px;
		padding-left: 6px;
	}
}
@media (max-width: 991px){
	body{
		margin: 0px;
		padding: 0px;
		font-size: 14px;
	}
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	h4, .h4, h5, .h5, h6, .h6 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	h1, .h1 {
		font-size: 26px;
	}
	h2, .h2 {
		font-size: 20px;
	}
	h3, .h3 {
		font-size: 18px;
	}
	h4, .h4 {
		font-size: 16px;
	}
	h5, .h5 {
		font-size: 14px;
	}
	h6, .h6 {
		font-size: 12px;
	}
	.col-md-7.header-menu {
		width: 100%;
	}
	.navbar-collapse.collapse {
		padding-top: 0px;
		text-align: center;
	}
	.nav.nav-top > li {
		padding-right: 6px;
		padding-left: 6px;
	}
	.header-logo {
		text-align: center;
	}
	.header-logo .inner {
		display: inline-block;
	}
	.header-top-title {
		position: initial;
	}
	.header-top-title h1 {
		display: inline-block;
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
		font-size: 30px;
		line-height: 36px;
		padding-right: 15px;
		padding-left: 15px;
		display: block;
		border-radius: 0px;
	}
}
@media (max-width: 767px){
	.header-phone {
		position: initial;
	}
	.header-phone .inner {
		padding-top: 0px;
		display: inline-block;
		float: left;
	}
	.navbar-toggle {
		margin-right: 0px;
		margin-top: 0px;
	}
	.header-phone {
		width: 100%;
	}
	.navbar-collapse.collapse {
		text-align: right;
	}
	.navbar-top {
		padding-top: 0px;
	}
	.nav.nav-top > li {
	    background-image: initial;
	}
	.navbar-collapse {
		padding-right: 15px;
		padding-left: 15px;
	}
	.navbar-nav {
		margin: 0px -15px;
	}
	.nav.nav-top > li > a {
		border-bottom: 3px solid transparent;
	}
	.nav.nav-top > li > a:hover,
	.nav.nav-top > li > a:focus,
	.nav.nav-top > li > a:active {
		border-bottom: 3px solid #f1a533;
	}
	.nav.nav-top > li.current-menu-item a,
	.nav.nav-top > li.current-menu-item:hover a,
	.nav.nav-top > li.current-menu-item:focus a,
	.nav.nav-top > li.current-menu-item:active a {
		border-bottom: 3px solid #f1a533;
	}
	.footer-contat-details {
		padding-top: 20px;
		padding-left: 30px;
		padding-right: 30px;
		font-size: 18px;
	}
	a.middle-menu-box {
		display: inline-block;
		width: 118px;
		height: 150px;
		padding-top: 86px;
		background-repeat: no-repeat;
		background-position: center top;
		color: #fff;
		font-size: 14px;
		line-height: 22px;
		text-decoration: none;
		background-size: 100% 201.5%;
	}
}
