html, body {
    height: 100%;
    margin: 0;
    background: #ffffff;
    font-family: Yekan, arial !important;
}
body.itemid-204 #home-logo {
    margin: 6% auto 0;
}
body .sp-megamenu-parent {
    float: none !important;
    margin: 0 auto;
}
body.rtl #offcanvas-body {
    float: left;
    margin-top: -55px;
    width: 62px;
    text-align: center;
}

body.rtl #menu-title {
    display: block;
    text-align: center;
    font-size: 24px;
    margin-bottom: 5px;
    color: #686868;
}
a{
    color: #2d2d2d;
}
#sp-copyright .sp-module {
    margin: 0 0 !important;
    color: #fff;
}
.sp-megamenu-parent > li > a {
    font-family: Yekan, arial;
    font-size: 15px !important;
}
#phocagallery .page-header{
    margin: 10px 0 20px;
}
#sp-top1 {
    position: relative;
    overflow: hidden;
    margin: 0;
}
#sp-top1 .sp-module-content .btl-panel #btl-panel-login {
    border-radius: 0;
    box-shadow: none;
    line-height: 20px;
    display: block;
}
#sp-component .blogblog-product .item {
    padding: 7px 10px;
    margin: 0 0 40px;
    background: #2d2d2d;
    border: 2px solid #626262;
    border-radius: 5px;
}

#sp-top-left table tr td{
    padding:0 3px;
}
#sp-footers {
    padding: 25px 0;
}

/**** rsform ****/
/*#rsform_9_page_0 .rsform-submit-button {
    background-color: #6f6f6f !important;
    font-family: yekan;
    padding: 3px 20px 7px;
    border: none;
    box-shadow: none;
    color: #ffffff;
}

#rsform_9_page_0 .rsform-submit-button:hover {
    background-color: #6f6f6f !important;
    color: #ffffff;
    box-shadow: 0px 0px 5px 5px #ccc;

}*/

.formResponsive input[type="button"], .formResponsive input[type="submit"], .formResponsive input[type="reset"] {
    border: none;
    border-radius: 0px;
    background-color: #AB0D0D;
    color: #ffffff;
}
table.acymailing_form {
    margin: auto;
    border: 0px !important;
    width: 100%;
}

div.acymailing_module, .acymailing_module div {
    padding: 0 !important;
    margin: 0 auto !important;
    border-style: none !important;
    max-width: 250px;
    text-align: center;
}

#sp-top1 .search form input {
    background: url(../images/search.png) no-repeat 97%;
    opacity: 0.7;
    padding: 0px 35px;
    color: #fff;

}

#sp-footers #sp-bottom1 .search input {
    width: 100%;
}

#sp-footers #sp-bottom1 .search {
    max-width: 250px;
    margin: 0 auto;
}

/**** mod-bot ****/
#sp-footers .sp-module .sp-module-title {
    margin: 0 0 20px;
    font-size: 18px !important;
    text-transform: uppercase;
    line-height: 1;
    color: #ab0d0d;
}

/**** phoca gallery ****/
#sp-component #phocagallery .pg-cv-box.item {
    background: #2D2D2D;
    border: 2px solid #40403f;
    box-shadow: none;
    margin: 0 29px 10px 0px;
    padding:  0 !important;
}

#sp-component #phocagallery .pg-cv-name {
   display: none;
}

#phocagallery-tree-module {

}

#phocagallery-tree-module .dTreeNode {
    text-align: right;
}

#phocagallery-tree-module .dTreeNode img {
    display: none;
}

/*********************** satad-style *************************/
body.rtl #offcanvas-toggler {
    float: left;

}
.blog-featuredmain-page h1{
    display: none;
}
#offcanvas-toggler > i {
color: #24447a;
}
#offcanvas-toggler > i :hover{
    color: #50bdf3;
}
#sp-top{
    background-color: #f5f5f5;
      box-shadow: 0 -5px 6px -4px #222 inset;
    position: fixed;
    width: 100%;
    z-index: 72;
}
#sp-logo p img {
    display: block;
    margin: 10px auto;
}
#sp-menu {
    /*margin: 24px 0;*/
}
#sp-menu ul li {
    margin: 0;
}
#sp-menu ul li a {
     border: medium none;
    color: #132c5b;
    display: block;
    margin: 0 3px;
     padding: 25px 16px 7px;
    vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#sp-menu ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 0 7px 7px;
  background: #ffc801;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#sp-menu ul li a:hover,#sp-menu ul li a:focus, #sp-menu ul li a:active {
  color: #132c5b;
}
#sp-menu ul li a:hover:before, #sp-menu ul li a:focus:before, #sp-menu ul li a:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
#sp-menu ul .active{
    background: #ffc801;
    border-radius: 0 0 7px 7px;
}
#sp-search .btn-primary{
    background-color: #8b8b8b;
    border-color: #8b8b8b;
    color: #fff;
    margin: 14px 0 0;
    padding: 7px 10px;
}
#sp-search .btn-primary:hover,#sp-search .sppb-btn-primary:hover {
    background-color: #ffc801!important;
    border-color: #ffc801;
}
.modal-backdrop {
    background-color: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 0;
}
.modal-dialog {
    margin: 200px auto;
    width: 50%;
}
.modal-header,.modal-footer{
    border: none;
}
.modal-content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 6px;
    outline: 0 none;
    position: relative;
    box-shadow: none;
}
#sp-search input{
    width: 100%;
}
#sp-search input[type="text"],#sp-search input[type="search"]{
    height: 46px;
}
.close {
    color: #f66700;
    float: right;
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    opacity: 1;
}
#sp-slideshow{
    float: right;
    margin: 70px 0 40px;
    position: relative;
}
.nivo-controlNav {
    /*margin-top: -5%!important;*/
}
.nivo-controlNav a.active {
    background-color: #000000!important;
    border:3px solid #000000!important
}
.nivo-controlNav a {
    border-radius: 50%!important;
    border: 3px solid #666666!important;
    background-color: #666666!important;
}
#sp-mod3 img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    
    filter: grayscale(100%);
    transition: all 400ms ease-out 0s;
}
#sp-mod3 a:hover img{
    
    filter: none;
    transition: all 400ms ease-out 0s;
}
#sp-contactus-network{
    background-color: #fff;
    box-shadow:  0 -5px 7px -7px #000;
    margin: -30px 0 0;
    position: relative;
    z-index: 35;
}
#sp-contactus-network #sp-pos6{
    padding: 20px 0 10px;
}
#sp-pos6 ul li{
    display: inline-block;
}
#sp-pos6 ul li a{
    background: #ffc801 none repeat scroll 0 0;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 17px;
    height: 37px;
    line-height: 30px;
    margin: 0 4px;
    text-align: center;
    width: 37px;
}
#sp-pos6 ul li a:hover{
    background:none;
    border:3px solid #ffc801;
    transition: all 400ms ease-out 0s;
}
#sp-pos6 ul li a:hover em{
    color: #ffc801;
    transform: rotateY(360deg);
    transition: all 400ms ease-out 0s;
}
#sp-copyright p,#sp-copyright p a{
    color: #8a8a8a;
    font-family: tahoma;
    font-size: 13px;
    text-align: center;
}
#sp-copyright p a:hover{
    color: #ffc801; 
}
/*--------------------------khabarname---------------------------------------*/
/*#sp-contact3 .sp-module .acymailing_module_form .acymailing_introtext {
    padding-bottom: 10px !important;
    display: block;
    color: #ffffff;
    font-size: 13px;
    margin: 0 0 8px 0 !important;
}
.acymailing_form .acysubbuttons input[type="submit"] {
    background: none;
    background-color: rgba(0, 0, 0, 0);
    color: #ffa500;
    padding: 10px;
    position: relative;
    font: 20px mehdi;
    margin: -20px 0 0 0;
}
#sp-contact3 .sp-module .acymailing_module_form .btn-primary:hover{
    background:none!important;
    color: #9c0f14!important;
    transition: all 400ms ease-out 0s;
}*/
/*------------------------------------end-----------------------------------*/
/*------------------------------------internal-page--------------------------*/
#sp-component h1, #reservation h2 {
    background-color: #fafafa;
    border: 1px solid #ffc801;
    box-shadow: 6px 5px 0 -1px;
    color: #ffc801;
    font-family: tahoma;
    font-size: 30px;
    margin: 0 0 25px;
    padding: 5px 0 16px;
    text-align: center;
    text-indent: 0;
}
/*#sp-component h1::after, #reservation h2::after {
    background-color: #fff;
    color: #50bdf3;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    left: 34%;
    position: absolute;
    top: 10%;
    width: 30%;
}*/
.contect-us ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.contect-us ul li img {
    display: inline-block!important;
    float: none!important;
     width: 8%;
}
.contect-us .rsform-block-text0001 .formControlLabel{
    display: none;
}
.formResponsive .formBody {
    color: #121212;
    float: none;
    font-family: yekan;
    font-size: 16px;
}
#rsform_9_page_0 div.formControlLabel {
    color: #111;
    float: left;
    font-family: tahoma;
    font-size: 16px;
    margin-left: 10px;
    text-align: left;
    width: 142px;
}
#rsform_9_page_0 div.formControls {
    float: left;
    margin: 0;
    width: 69%;
}
.formResponsive input, .formResponsive textarea {
    width: 100%;
}
#rsform_9_page_0 .rsform-input-box:focus, #rsform_5_page_0 textarea#subject.rsform-text-box:focus{
    border: 1px solid #50bdf3;
    box-shadow: 0 0 2px #50bdf3;
}
#rsform_9_page_0 input.rsform-input-box,#rsform_9_page_0 textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #555;
}
#rsform_9_page_0 .rsform-submit-button{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0!important;
    border: 3px solid #ffc801;
    border-radius: 5px;
    box-shadow: none;
    color: #ffc801;
    display: block;
    font: 16px/35px tahoma;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    transition: all 400ms ease-out 0s;
    width: 100px;
}
#rsform_9_page_0 .rsform-submit-button:hover{
    background-color: #ffc801!important;
    color: #fff;
    transition: all 400ms ease-out 0s;
}
#sp-component .item-page .articleBody{
    margin: 0 0 30px;
}
.blog .items-row .item{
    border: 1px solid #24447a;
    height: 450px;
    overflow: hidden;
    padding: 13px 10px;
    margin: 10px 0;
    transition: all 400ms ease-out 0s;
}
.blog .items-row .item:hover{
    box-shadow: 0 0 4px -1px #999;
    transition: all 400ms ease-out 0s;
}
#sp-component .blog .clearfix img {
    display: block;
    float: none!important;
    height: 170px!important;
    margin: 0 auto!important;
    padding: 0;
    width: 334px!important;
}
.entry-image, .entry-gallery, .entry-video, .entry-audio, .entry-link {
    margin-bottom: 20px;
}
.entry-header {
    margin-bottom: 15px;
}
.entry-header h2 a {
    color: #50bdf3!important;
    display: block;
    font: 19px droidkufi-regular;
    text-align: center!important;
}
.blog .jcomments-links a{
    background-color: #24447a;
    color: #fff!important;
    display: block;
    margin: 35px auto 0;
    text-align: center;
    width: 50%;
}
.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="password"] {
    background-color: #fff;
}
.formResponsive input[type="submit"] {
    background-color: #24447a!important;
    color: #fff;
    transition: all 400ms ease-out 0s;
}
.formResponsive input[type="submit"]:hover{
    background-color: #50bdf3!important;
    transition: all 400ms ease-out 0s;
}
.formResponsive label {
    color: #121;
}
.item-page img {
    display: block;
    float: none;
    margin: 15px auto;
    width: 40%;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #50bdf3 none repeat scroll 0 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right ul li a{
    color: #fff;
}
#sp-internal-baner img{
    width:100%;
}
#sp-component .item-page p {
    margin-bottom: 20px!important;
    text-align: justify;
}
#sp-component .item-page .contect-us p{
    margin:0!important;
}
#sp-component .item-page .contect-us img {
    display: block;
    float: none;
    margin: 15px 0 0;
    width: 18%;
}
.contect-us h4{
   border-bottom: 3px solid #ffc801;
    padding: 30px 0 10px;
    width: 85%;
}

.formResponsive .formHorizontal .rsform-block {
    margin-bottom: 0;
}
.formResponsive .formHorizontal .rsform-block p{
    margin-bottom: 0!important;
    text-align: justify;
}
#sp-internal-baner{
    float: right;
    margin: 35px 0 0;
}



































































/**** med-resp ****/

@media (max-width: 767px) {
    #offcanvas-toggler {display: block;float: none;margin: 0}
    #sp-top {box-shadow: none;margin: 0 0 20px;padding: 0 0 30px;}
    #sp-mod3 #sp-pos1,#sp-mod3 #sp-pos2{margin: 0 0 15px;}
    #sp-pos6 .sp-module ul {margin: 0 auto;width: 66%;}
    #sp-contactus-network {box-shadow: none;margin: 0;}
    #sp-mod3 .link-menu {right: 20%;}
    .modal-dialog {margin: 130px auto;width: 100%;}
    #sp-search .btn-primary {display: block;margin: 28px auto 0;}
    #offcanvas-toggler {float: none;text-align: center;}
    .modal-dialog {width: 100%;}
    .item-page img {display: block;float: none;margin: 15px auto;width: 60%;}
}
@media (min-width: 768px) and (max-width: 991px) {
    #offcanvas-toggler {display: block;}
    #sp-top {padding: 0 0 30px;}
    .sp-module ul {margin: 0 auto;width: 100%}
    #sp-search .btn-primary {display: block;margin: 28px auto 0;}
    #offcanvas-toggler {float: none;text-align: center;}
    .modal-dialog {width: 100%;}
    .item-page img {display: block;float: none;margin: 15px auto;width: 60%;}

}
@media (min-width: 992px) and (max-width: 1199px) {
    #offcanvas-toggler{display: none;}
    #sp-menu ul li a {font-size: 12px;padding: 10px 7px;}
    #sp-pos6 ul li a {margin: 0;}
    #sp-menu ul li a {font-size: 12px;padding: 33px 5px 7px;}
}
@media (min-width: 1200px) {
    /*.container{width: 960px;}*/
    #offcanvas-toggler{display: none;}

}
