@charset "utf-8";
/* CSS Document */

/************* MISC ***************/
@import url('https://fonts.googleapis.com/css?family=Assistant:300,400,700');

.font-light {
    font-family: 'Assistant', sans-serif;
    font-weight: 300;
}
.font-regular {
    font-family: 'Assistant', sans-serif;
    font-weight: 400;
}
.font-bold {
    font-family: 'Assistant', sans-serif;
    font-weight: 700;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: right;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: right;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: right;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: right;
    }
}

body {
    font-family: 'Assistant', sans-serif;
    font-weight: 400;
    color: #000000;
	font-size: 16px;
}
* {
    margin: 0 auto;
    padding: 0;
    direction: rtl;
}
legend {
	font-size: inherit;
    color: initial;
    border: 0;
    margin: 0;
	padding: 0;
}
legend h2{
	margin: 0;
}
img {
    max-width: 100%;
}
.clear-0 {
    clear: both;
    height: 0px;
}
.clear-10 {
    clear: both;
    /*height: 10px;*/
}
.clear-15 {
    clear: both;
    height: 15px;
}
.clear-20 {
    clear: both;
    height: 20px;
}
.clear-30 {
    clear: both;
    height: 30px;
}
.clear-50 {
    clear: both;
    height: 50px;
}
.clear-100 {
    clear: both;
    height: 100px;
}
.clear-250 {
    clear: both;
    height: 250px;
}
.padding-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
@media (max-width: 768px) {
	.padding-100 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: rtl;
}

.btn {
    background: #016689;
    border: 0;
	color: #ffffff;
    border: 2px solid #016689;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	margin: 20px 5px 0 auto;
    width: 80%;
    font-size: 20px;
    padding: 8px 0;
    -webkit-transition: all 0.5s ;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}
.btn:hover,
.btn:focus {
    color: #a39964;
    background: #fff;
}

@media (max-width: 991px) {
    .text-center-sm {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .text-center-xs {
        text-align: center;
    }
/*    .pull-left {
        float: none!important;
    }*/
}
.box-shadow {
    -webkit-box-shadow: 0px 0px 19px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 19px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 19px 5px rgba(0,0,0,0.1);
}
.background-line
{
    display: table;
    white-space: nowrap;
}

.background-line:before,
.background-line:after
{
    border-top: 1px solid #545454;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.8em;
    width: 45%;
}

h2.background-line:before,
h2.background-line:after
{
    top: 0.6em !important;
}

.background-line:before
{
    right: -25px;
}

.background-line:after
{
    left: -25px;
}
@media (min-width: 768px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
}