@font-face {
  font-family: 'B-Yekan';
  src: url('../fonts/BYekan.eot?#') format('eot'),  /* IE6–8 */
       url('../fonts/BYekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('../fonts/BYekan.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
* {
	font-family: "B-Yekan", "tahoma";
}
.navbar-brand > img {
    width: 50px;
    height: 50px;
    margin-top: -14px;
}
.ltr {
    direction: ltr;
    text-align: left;
}
.mt-0 {
    margin-top: -10px;
}
.mt-20 {
  margin-top: 20px;
}
.no-mt {
	margin-top: 0px;
}
.no-margin{
    margin-bottom: 0;
}
.no-padding {
    padding: 0px;
}
.carousel-control.right , .carousel-control.left {
    background-image: none !important;
}
.iconcontainer {
  margin-top: 20px;
  margin-bottom: 20px;
}
.iconbox {
  background: #ffffff;
  background-color: #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  padding: 20px 25px;
  text-align: right;
  display: block;
  margin-top: 60px;
  margin-bottom: 15px;
}
.iconbox-icon {
  background-color: #008EED;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  margin-top: -70px;
}
.iconbox-icon span {
  color: #fff;
  font-size: 42px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 29px;
  text-align: center;
  vertical-align: middle;
}
.featureinfo h4 {
  font-size: 26px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.featureinfo > p {
  color: #666;
  font-size: 16px;
  padding-top: 4px;
}
.justify-content {
    text-align: justify !important;
}
.btn-default {
  text-shadow: 0px 1px 0px #FFF;
  background-image: linear-gradient(to bottom, #FFF 0px, #E0E0E0 100%);
  background-repeat: repeat-x;
  border-color: #CCC;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15) inset, 0px 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px
}
.border-bt {
	border-bottom: 3px solid #fe7a0b;
}
.row-dark {
    background: #777;
    padding: 10px 0;
    vertical-align: middle;
    color: #fff;
}
.cru{
    text-align: center;
    padding: 15px 0px;
}
.bottom-menu {
    background: #282828;
    min-height: 50px;
    overflow: auto;
}
.bottom-menu h4 {
    border-bottom: 3px solid #f25601;
    padding: 5px 0 10px 0;
}
.bottom-menu > .col-md-3 > a{
    display: block;
    margin: 15px 5px;
    text-decoration: none;
    color: #fff;
}
.bottom-footer {
    background: #123;
    color: #fff;
    overflow: auto;
    padding: 15px 0px 5px;
}
.bottom-footer > .col-md-2.pull-left > p {
    direction: ltr;
    font-family: 'tahoma';
}
.social-icons {
    background: #282828;
    text-align: left;
}
.box {
  position: relative;
  height: 350px;
  background: #17586e;
  color: #fff;
}
.center-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.social-icons {
    background: #282828;
    text-align: left;
    color: #fff;
}
.social-icons a {
  color: #fff;
  margin: 5px 2px;
  font-size: 20px;
}
.social-icons a:hover {
    color: #d3d3d3;
}
.copy-text.pull-right {
    direction: ltr;
}
.cru .col-md-3 img {
    width: 46px;
    height: 46px;
}
.light {
  color: #fff;
}
.row-dark a {
    text-decoration: none;
    color: #fff;
}
/* Pages CSS */
.header-image h1 {
    position: absolute;
    right: 10%;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
}
.header-image img {
    width: 100%;
    height: 100%;
    min-height: 200px;
}
/*map sytle*/
#gmap_canvas {
    width: 100%;
    border: 1px solid #A9a9a9;
    margin: 15px 0;
}
/* End Pages CSS */

/* multi level menu */
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #000;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
}
/* end of multi level menu */
