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

/************* MISC ***************/
/*@font-face {
  font-family: 'enspoiler';
  src: url('../fonts/enspoilerwebfont.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/enspoilerwebfont.woff') format('woff'), 
       url('../fonts/enspoilerwebfont.ttf')  format('truetype'), 
       url('../fonts/enspoilerwebfont.svg#enspoiler') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'enspoilerbold';
  src: url('../fonts/enspoilerboldwebfont.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/enspoilerboldwebfont.woff') format('woff'), 
       url('../fonts/enspoilerboldwebfont.ttf')  format('truetype'), 
       url('../fonts/enspoilerboldwebfont.svg#metalilight') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'metali';
  src: url('../fonts/metaliregularwebfont.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/metaliregularwebfont.woff') format('woff'), 
       url('../fonts/metaliregularwebfont.ttf')  format('truetype'), 
       url('../fonts/metaliregularwebfont.svg#metaliregula') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'metalilight';
  src: url('../fonts/metalilightwebfont.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/enspoilerwebfont.woff') format('woff'), 
       url('../fonts/metalilightwebfont.ttf')  format('truetype'), 
       url('../fonts/metalilightwebfont.svg#metalilight') format('svg');
  font-weight: light;
  font-style: normal;
}

.font-light {
	font-family: 'metali', sans-serif;
    font-weight: 300;
}
.font-regular {
	font-family: 'metali', sans-serif;
    font-weight: 400;
}
.font-medium {
	font-family: 'metali', sans-serif;
    font-weight: 500;
}
.font-extrabold {
	font-family: 'metali', sans-serif;
    font-weight: 800;
}
.font-black {
	font-family: 'metali', sans-serif;
    font-weight: 900;
}*/
.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: 'Heebo';
    font-weight: 400;
    color: #fff;
	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-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;
	}
}
.btn {
    background: #bca681;
    border: 0;
	color: #ffffff;
    border: 2px solid #bca681;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	margin-top: 20px;
    width: 100%;
    font-size: 18px;
    padding: 8px 0;
    -webkit-transition: all 0.5s ;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight:bold

}
.btn:hover,
.btn:focus {
    color: #000000;
    background: #ffffff;
}

@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;
    }
}