@import url(http://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:focus {
    outline: 0 !important
}
.fit-vids-style {
    display: none
}
figure {
    margin: 0;
    padding: 0;
}
figure img {
    width: 100%;
    height: auto;
}
iframe {
    border: none
}
::selection {
    background: #fefac7; /* Safari */
    color: #555555;
}
::-moz-selection {
    background: #fefac7; /* Firefox */
    color: #555555;
}
/*-----------------------------------------------------------------------------------*/
/*	PRELOADER
/*-----------------------------------------------------------------------------------*/
body {
    overflow-y: scroll
}
#preloader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 9999999;
}
#status {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 50%;
    top: 50%;
    margin: -18px 0 0 -18px;
}
.spinner {
    height: 36px;
    width: 36px;
    position: relative;
    -webkit-animation: rotation .8s infinite linear;
    -moz-animation: rotation .8s infinite linear;
    -o-animation: rotation .8s infinite linear;
    animation: rotation .8s infinite linear;
    border-right: 3px solid rgba(26,187,156,.15);
    border-left: 3px solid rgba(26,187,156,.15);
    border-bottom: 3px solid rgba(26,187,156,.15);
    border-top: 3px solid rgba(26,187,156,.8);
    border-radius: 100%;
}
@-webkit-keyframes rotation { 
	from {
	    -webkit-transform: rotate(0deg)
	}
	to {
	    -webkit-transform: rotate(359deg)
	}
}
@-moz-keyframes rotation { 
	from {
	    -moz-transform: rotate(0deg)
	}
	to {
	    -moz-transform: rotate(359deg)
	}
}
@-o-keyframes rotation { 
	from {
	    -o-transform: rotate(0deg)
	}
	to {
	    -o-transform: rotate(359deg)
	}
}
@keyframes rotation { 
	from {
	    transform: rotate(0deg)
	}
	to {
	    transform: rotate(359deg)
	}
}
ul {
    list-style-position: inside
}
/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/
body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-family: 'Open Sans Hebrew', sans-serif;
    overflow-x: hidden;
    color: #333;
    font-size: 16px;
    font-weight: 500;
	direction:rtl;
	background: rgb(248,251,253);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZmJmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWYyZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(248,251,253,1) 0%, rgba(234,242,247,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,251,253,1)), color-stop(100%,rgba(234,242,247,1)));
background: -webkit-linear-gradient(top, rgba(248,251,253,1) 0%,rgba(234,242,247,1) 100%);
background: -o-linear-gradient(top, rgba(248,251,253,1) 0%,rgba(234,242,247,1) 100%);
background: -ms-linear-gradient(top, rgba(248,251,253,1) 0%,rgba(234,242,247,1) 100%);
background: linear-gradient(to bottom, rgba(248,251,253,1) 0%,rgba(234,242,247,1) 100%);
}
.container {
    padding-left: 0;
    padding-right: 0;
}
body,
li,
address {
    line-height: 24px
}
input,
button,
select,
textarea {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-size: 14px;
    font-weight: 500;
}
p {
    margin: 0 0 15px
}
a {
    color: #1abb9c;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
a:hover,
a:focus {
    color: #2e2e2e;
    text-decoration: none;
}
.colored {
    color: #1abb9c
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans Hebrew', sans-serif;
    margin-top: 0;
    color: #007CB9;
    margin-bottom: 6px;
    font-weight: 700;
}
h1 {
    color: #005985;
    font-size: 40px;
    line-height: 48px;
	margin-bottom:10px;
}
h2 {
    font-size: 24px;
	color:#752929;
    line-height: 28px;
	margin-bottom: 10px;
}
h3 {
    font-size: 20px;
    line-height: 22px;
	color:#752929;
	 margin-bottom: 10px;
}
h4 {
    font-size: 21px;
    margin-top: 15px;
}
h5 {
    font-size: 21px
}
h6 {
    font-size: 12px
}
p {margin-bottom:6px; font-size:17px;}
.page-title {
    margin-bottom: 20px
}
.page-title:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.page-title h1 {
    font-size: 25px;
    margin: 0;
}
h1.post-title,
h2.post-title {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 30px;
}
.post-title a {
    color: #606060
}
.post-title a:hover {
    color: #1abb9c
}
.section-title-wrapper {
    text-align: center;
}
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 16px;
}
.section-title:before,
.section-title:after {
    display: inline-block;
    content: "";
    border-bottom: 1px solid #e1e1e1;
    position: absolute;
    width: 80px;
}
.section-title:before {
    right: -100px;
    top: 10px;
}
.section-title:after {
    left: -100px;
    top: 10px;
}
.dark-wrapper .section-title:before,
.dark-wrapper .section-title:after {
    border-color: #d7d7d7
}
.upper {
    text-transform: uppercase
}
.inner {
    padding-top: 20px;
    padding-bottom: 20px;
}
.lead {
    font-weight: 300;
    font-size: 25px;
    line-height: 30px;
    display: inline;
}
.light-wrapper {
    background:transparent
}
.dark-wrapper {
    background: #f5f5f5
}
ul {
    padding: 0 0 0 18px
}
ol {
    padding: 0 0 0 20px
}
ul.circled {
    padding: 0;
    list-style: none;
}
ul.circled li:before {
    content: '\e800';
    margin-left: 10px;
    font-weight: normal;
    vertical-align: top;
    padding-top: 1px;
    display: inline-block;
    font-family: 'fontello-circle';
    color: #1abb9c;
    font-size: 8px;
}
.lead.lite {
    line-height: 38px
}
.lead.lite a {
    color: #656565;
    padding-bottom: 5px;
    border-bottom: 1px solid #1abb9c;
}
.lead.lite a:hover {
    color: #1abb9c
}
.thin {
    width: 70%;
    margin: 0 auto;
}
.dropcap {
    font-weight: 800;
    display: block;
    float: right;
    font-size: 49px;
    padding: 0;
    margin: 0;
    margin: 12px 8px 0 0;
    text-transform: uppercase;
}
hr {
    border: none;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 30px;
    margin-bottom: 60px;
}
blockquote {
    border: none;
    padding: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}
blockquote small {
    line-height: inherit;
    color: #9f9f9f;
}
/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
.footer {
    color: #454545;
	margin-top: -20px;
}
.footer a {
    color: #cacaca
}
.footer a:hover {
    color: #1abb9c
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
    color: #f0f0f0
}
.sub-footer {
    background: transparent!important;
    padding: 0 0 15px 0;
}
.sub-footer p {
    padding: 0;
    margin: 0;
	    font-size: 13px;
}
/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/
.navbar-header {
    float: none !important
}
.navbar .container {
    padding: 0
}
.navbar {
    margin: 0;
    border-radius: 0;
    border: none;
    position: relative;
    z-index: 8000;
    min-height: inherit;
}
.navbar-brand {
    padding: 0;
    padding-top: 6px;
}
.navbar-brand img {
        max-height: 95px;
}	
	
.navbar-header {
    padding: 0;
    border-top: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	background: rgb(248,251,253);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZmJmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWYyZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(248,251,253,1) 0%, rgba(234,242,247,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,251,253,1)), color-stop(100%,rgba(234,242,247,1)));
background: -webkit-linear-gradient(top, rgba(248,251,253,1) 0%,rgba(234,242,247,1) 100%);
background: -o-linear-gradient(top, rgba(248,251,253,1) 0%,rgba(234,242,247,1) 100%);
background: -ms-linear-gradient(top, rgba(248,251,253,1) 0%,rgba(234,242,247,1) 100%);
background: linear-gradient(to bottom, rgba(248,251,253,1) 0%,rgba(234,242,247,1) 100%);
}
.navbar-collapse {
    width: auto;
    padding: 0;
    border: none;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.navbar-nav {
    margin: 0
}
.navbar-nav > li {
    margin-right: 15px
}
.navbar-nav > li > a {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    color: #656565;
    padding: 40px 14px;
}
.nav > li > a:focus {
    background: none;
    color: #656565;
}
.nav > li > a:hover {
    background: none;
    color: #1abb9c;
}
.nav > li.current > a {
    background: none;
    color: #1abb9c;
}
.navbar .dropdown-menu {
    padding: 0;
    margin: 0;
    min-width: 190px;
    background: #414141;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.navbar .dropdown-menu li {
    background: transparent;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.13);
}
.navbar .dropdown-menu li:first-child {
    border: none
}
.navbar .dropdown-menu li a {
    padding: 15px;
    line-height: 1;
    color: #e9e9e9;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
}
.navbar .dropdown-menu li a:hover,
.navbar .dropdown-menu li a.active {
    padding: 15px;
    filter: none;
    line-height: 1;
    background: #414141;
    color: #e9e9e9;
}
.navbar .nav .open > a,
.navbar .nav .open > a:hover,
.navbar .nav .open > a:focus {
    background: none;
    color: #1abb9c;
}
.navbar .nav > li > .dropdown-menu:after {
    display: none
}
.navbar .nav > li > .dropdown-menu:before {
    display: none
}
.navbar .dropdown-menu > li > a:hover,
.navbar .dropdown-menu > li > a:focus,
.navbar .dropdown-submenu:hover > a,
.navbar .dropdown-submenu:focus > a,
.navbar .dropdown-menu > .active > a,
.navbar .dropdown-menu > .active > a:hover,
.navbar .dropdown-menu > .active > a:focus {
    background: none;
    color: #1abb9c;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn.responsive-menu {
    padding: 8px 13px;
    margin: 0;
    display: none;
    font-size: 15px;
}
/*-----------------------------------------------------------------------------------*/
/*	FIXED MENU
/*-----------------------------------------------------------------------------------*/
.offset {
    display: block
}
.navbar.basic.default {
    width: 100%;
    position: absolute;
}

/*-----------------------------------------------------------------------------------*/
/*	DIVIDERS
/*-----------------------------------------------------------------------------------*/
.divide30 {
    width: 100%;
    height: 30px;
}
.lp30 {
    padding-left: 30px
}
/*-----------------------------------------------------------------------------------*/
/*	BUTTON
/*-----------------------------------------------------------------------------------*/
.btn,
.parallax .btn-submit,
.btn-submit {
    color: #fff !important;
    background: #FFBC36!important;
    margin-bottom: 10px;
    margin-left: 4px;
    padding: 9px 40px 8px 40px;
    font-weight: 800;
    font-size: 16px;
    text-shadow: none;
    border: none;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    letter-spacing: 1px;
	    display: block;
    margin: 0 auto;
	    text-shadow: 1px 1px 2px #613B03;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.parallax .btn-submit:hover {
    background:#F58A02!important;
    color: #fff !important;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/*-----------------------------------------------------------------------------------*/
/*	FORMS
/*-----------------------------------------------------------------------------------*/
.forms {
    position: relative;
    padding: 0;
    width: 100%;
}
.form-container .response {
    display: none
}
.forms ol {
    margin: 0;
    padding: 0;
}
.forms ol li {
    line-height: auto;
    list-style: none;
}
.forms li.hidden-row {
    display: none
}
input,
textarea,
.uneditable-input {
    width: 100%
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    height: 36px;
    padding: 0 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 25px;
    color: #737373;
    border: 2px solid #e1e1e1;
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border: 2px solid #FFCD36;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
textarea {
    height: 100%;
    padding: 5px 10px;
    margin-bottom: 15px;
    min-height: 150px;
    resize: vertical;
}
.btn-submit {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    width: auto;
}
.forms li.error input,
.forms li.error textarea {
    border: 1px solid #b54d4d
}
.forms span.error {
    display: none
}
.forms .button-row span.error {
    padding: 0;
    display: none;
}
.forms .button-row p.forgot {
    padding: 6px 0 0 10px;
    overflow: hidden;
    display: inline-block;
}
.forms label {
    display: block;
    float: right;
    width: 95px;
    padding-top: 7px;
    font-size: 13px;
    clear: both;
}
.comment-form div label {
    position: absolute;
    top: 0;
    right: 0;
}
.form-container:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.searchform {
    position: relative
}
.searchform .btn {
    position: absolute;
    top: 0;
    left: -5px;
    height: 40px !important;
    font-weight: 800 !important;
    font-size: 12px !important;
    padding: 0 15px !important;
}
/*-----------------------------------------------------------------------------------*/
/*	REVOLUTION SLIDER
/*-----------------------------------------------------------------------------------*/
.banner-container {
    width: 100%;
    position: relative;
    padding: 0;
}
.banner {
    width: 100%;
    position: relative;
}
.fullwidthbanner-container {
    width: 100% !important;
    position: relative;
    padding: 0;
    max-height: 600px !important;
    overflow: hidden !important;
}
.revolution {
    background: #FFF
}
.revolution ul {
    visibility: hidden;
    margin: 0;
    list-style: none;
}
.tp-caption a {
    color: #1abb9c
}
.tp-caption a:hover {
    color: #2e2e2e !important
}
.tp-caption.upper {
    font-size: 66px;
	font-weight:800;
    line-height: 1;
    color: #fff;
	margin-right:20px;
	text-shadow: 0 10px 0 rgba(0,0,0,0.15);
}
.tp-caption.lower {
    font-size: 22px;
    color: #fff;
    line-height: 1;
	font-weight:700;
	margin-right:20px;
}
.tp-caption.white-bg {
    background: rgba(255,255,255,0.9);
    color: #616161 !important;
    padding: 15px 20px;
    line-height: 1;
}
.tp-caption a.btn {
    color: #fff
}
.tp-leftarrow.default,
.tp-rightarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    top: 50% !important;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    background: rgba(255,255,255,0.7);
    color: #606060;
    line-height: 1;
    font-size: 20px;
    padding: 9px 16px;
    width: auto;
    height: auto;
}
.tparrows:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
}
.tp-leftarrow.default:before {
    content: '\e75d'
}
.tp-rightarrow.default:before {
    content: '\e75e'
}
.tparrows:hover {
    background: rgba(255,255,255,0.9)
}
.tp-bullets.simplebullets.round .bullet {
    width: 12px;
    height: 12px;
    margin-right: 4px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    background: rgba(255,255,255,0.4);
}
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover {
    background: rgba(255,255,255,0.9)
}
.tp-bullets.hidebullets {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.tp-loader {
	background: none !important;
    height: 36px;
    width: 36px;
    -webkit-animation: rotation .8s infinite linear;
    -moz-animation: rotation .8s infinite linear;
    -o-animation: rotation .8s infinite linear;
    animation: rotation .8s infinite linear;
    border-right: 3px solid rgba(26,187,156,.15);
    border-left: 3px solid rgba(26,187,156,.15);
    border-bottom: 3px solid rgba(26,187,156,.15);
    border-top: 3px solid rgba(26,187,156,.8);
    border-radius: 100%;
    margin: -18px -18px;
    top: 50%;
    right: 50%;
    z-index: 1000;
    position: absolute;
}
.tp-bannertimer {
    width: 100%;
    height: 10px;
    background: url(style/images/timer.png);
    position: absolute;
    z-index: 200;
    display: none;
}

/*-----------------------------------------------------------------------------------*/
/*	ADDITIONS
/*-----------------------------------------------------------------------------------*/
.phone {padding:30px 0;}
.phone-icon i {color:#FFB829; font-size:52px;padding:18px 0 0 6px;}
.social {background:#195FAD; padding:8px 7px 6px 7px;-webkit-border-radius: 6px; border-radius: 6px; margin: 6px 20px 0 0;}
.social:hover {cursor:pointer; background:#2579D9;}
.social i {color:#ffffff; font-size:26px;padding:0;}
.phone-details {color:#005985; text-align:right;font-size:16px;}
.phone-details span {font-size:28px; font-weight:bold;color:#722627;}
.company {padding-top:20px; padding-bottom: 15px; padding-right:5px;color:#005985; font-size:16px;}
.company span {display:block; font-size:30px; font-weight:700;line-height:36px;}
.large-text {font-size:18px;}
.large-text a i {font-size:24px;color:#195FAD;}
.large-text a:hover i {color:#2579D9;}
.panel {
    margin: 20px 0;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
	    padding: 20px 20px 0 30px;
	font-size:14px;
	font-weight:700;
	vertical-align:middle;
	line-height:1.2;
}
.panel h3 {text-align:center; color:white;margin-bottom:30px;    text-shadow: 1px 1px 2px #613B03;}
.panel img {max-height:40px;padding-left:10px;}
.panel img.hor-img {max-height:auto; max-width:80px;padding-top:12px} 
.panel p {padding-top:5px; font-size:15px;}
.cleaner {clear:both;}
.yellow-panel {background:#FFBC36}
.blue-panel {background:#005985; margin:0; padding-top: 60px; padding-bottom:20px;}
.blue-panel p {margin:10px 0 15px 0!important; color:white!important; font-size:15px;}
.blue-panel p span {font-size:19px; color:#FFBC36;}
h4.cf-title {
position:absolute;
width:100%;
margin:0 auto;
font-weight:800;
display:block;
top:15px;
left:0;
z-index:10;
padding:13px 10px;
color:white;
-webkit-border-radius: 6px;
border-radius: 6px;
background: rgb(77,192,250);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkYzBmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNDkwZDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(77,192,250,1) 0%, rgba(4,144,214,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(77,192,250,1)), color-stop(100%,rgba(4,144,214,1)));
background: -webkit-linear-gradient(top, rgba(77,192,250,1) 0%,rgba(4,144,214,1) 100%);
background: -o-linear-gradient(top, rgba(77,192,250,1) 0%,rgba(4,144,214,1) 100%);
background: -ms-linear-gradient(top, rgba(77,192,250,1) 0%,rgba(4,144,214,1) 100%);
background: linear-gradient(to bottom, rgba(77,192,250,1) 0%,rgba(4,144,214,1) 100%);
}
/*-----------------------------------------------------------------------------------*/
/*	RESPONSIVE
/*-----------------------------------------------------------------------------------*/
@media (max-width: 1200px) { 
.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
    right: 40px;
}
}


@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) { 
	.navbar.basic.fixed .navbar-brand img {
	    width: auto
	}
}
@media (min-width: 993px) { 

	@keyframes slidenavAnimation {
	    from {
	        opacity: 0
	    }
	    to {
	        opacity: 1
	    }
	}
	@-webkit-keyframes slidenavAnimation {
	    from {
	        opacity: 0
	    }
	    to {
	        opacity: 1
	    }
	}
}
@media (max-width: 991px) { 
.tp-caption.upper {
    text-shadow: 0 5px 0 rgba(0,0,0,0.15);
}
.phone {
    display:none;
}
.company {
    padding-bottom: 20px;
}
}
@media (min-width: 768px) and (max-width: 1199px) { 
.blue-panel {
    padding-top: 80px;
}
}
@media (min-width: 768px) and (max-width: 979px) { 

	[class*="col-md-"] {
	    margin-bottom: 30px
	}
	[class*="col-md-"].lp30 {
	    padding-right: 15px
	}
}
@media (min-width: 768px) { 
.lp0 {
    padding-left: 0px
}
.rp0 {
    padding-right: 0
}
}	
	
@media (max-width: 767px) { 
.hide-on-small {display:none;}
	.navbar .container,
	.container {
	    padding-left: 20px;
	    padding-right: 20px;
	}
	[class*="col-"] {
	    margin-bottom: 30px
	}
	.navbar.basic .navbar-nav {
	    width: 100%;
	    margin: 0 auto;
	    padding-right: 20px;
	    padding-left: 20px;
	}
	.navbar.basic .basic-wrapper {
	    width: 100%;
	    padding-right: 20px;
	    padding-left: 20px;
	    margin: 0 auto;
	    display: block;
	}
	.navbar.basic .navbar-nav > li {
	    margin-right: 0
	}
	
	footer .inner {
	    padding-bottom: 40px
	}
	.sub-footer p.pull-right,
	.sub-footer p.pull-left,
	.sub-footer ul.pull-left {
	    float: none !important;
	    text-align: center;
	}
	.sub-footer p {
	    margin-bottom: 20px
	}
	.footer-menu li {
	    padding: 0 5px
	}
	.navigation a {
	    margin-right: 0;
	    margin-left: 3px;
	}
	.section-title:before,
	.section-title:after {
	    display: none
	}
	[class*="col-md-"] {
	    margin-bottom: 30px
	}
	[class*="col-md-"].lp30 {
	    padding-right: 15px
	}
}
@media (max-width: 620px) { 
.company {
    padding-top: 60px;
}
}