@font-face {
    font-family: 'droid-naskh';
    src: url('/fonts/droid-naskh.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'b-y';
    src: url('/fonts/Yekan.eot');
    src: url('/fonts/Yekan.eot?#iefix') format("embedded-opentype"), url('/fonts/Yekan.woff') format("woff"), url('/fonts/Yekan.ttf') format("truetype"), url('/fonts/Yekan.svg#BYekan') format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'B-Nazanin';
    src: url('/fonts/BNazanin.eot?#') format('eot'),
    url('/fonts/BNazanin.ttf') format('truetype'),
    url('/fonts/BNazanin.woff') format('woff');
}


@font-face {
	font-family: 'IRANSans-web';
        src: url('/fonts/IRANSans-Bold-web.eot');
 
	src: url('/fonts/IRANSans-Bold-web.eot?#iefix') format('eot'),  /* IE6–8 */
url('/fonts/IRANSans-Bold-web.woff2') format('woff2'),  /* Chrome36+, Opera24+*/
url('/fonts/IRANSans-Bold-web.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('/fonts/IRANSans-Bold-web.ttf') format('ttf');  
	font-weight: bold;
}


@font-face {
	font-family: 'IRANSans-web';
        src: url('/fonts/IRANSans-Medium-web.eot');
 
	src: url('/fonts/IRANSans-Medium-web.eot?#iefix') format('eot'),  /* IE6–8 */
url('/fonts/IRANSans-Medium-web.woff2') format('woff2'),  /* Chrome36+, Opera24+*/
url('/fonts/IRANSans-Medium-web.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('/fonts/IRANSans-Medium-web.ttf') format('ttf');  
	font-weight: 500;
}


@font-face {
	font-family: 'IRANSans-web';
        src: url('/fonts/IRANSans-UltraLight-web.eot');
 
	src: url('IRANSans-UltraLight-web.eot?#iefix') format('eot'),  /* IE6–8 */
url('/fonts/IRANSans-UltraLight-web.woff2') format('woff2'),  /* Chrome36+, Opera24+*/
url('/fonts/IRANSans-UltraLight-web.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('/fonts/IRANSans-UltraLight-web.ttf') format('ttf');  
	font-weight: 200;
}


@font-face {
	font-family: 'IRANSans-web';
        src: url('/fonts/IRANSans-Light-web.eot');
 
	src: url('/fonts/IRANSans-Light-web.eot?#iefix') format('eot'),  /* IE6–8 */
url('/fonts/IRANSans-Light-web.woff2') format('woff2'),  /* Chrome36+, Opera24+*/
url('/fonts/IRANSans-Light-web.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('/fonts/IRANSans-Light-web.ttf') format('ttf');  
	font-weight: 300;
}


@font-face {
	font-family: 'IRANSans-web';
        src: url('/fonts/IRANSans-web.eot');
 
	src: url('/fonts/IRANSans-web.eot?#iefix') format('eot'),  /* IE6–8 */
url('/fonts/IRANSans-web.woff2') format('woff2'),  /* Chrome36+, Opera24+*/
url('/fonts/IRANSans-web.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('/fonts/IRANSans-web.ttf') format('ttf');  
	font-weight: normal;
}




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

[class^="icon-"], [class*=" icon-"] {
	font-family: 'Hotel-Shabestan';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



/*+++++++++++++++++++++++++++++startUplOADING++++++++++++++++++++++++++++++++++++*/


#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    text-align: left;
    direction: ltr;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #a3007c;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1000001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #a3007c;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #a3007c;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #222222;
        z-index: 1000000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    
    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body{
	background-color: #f7f8fa;
	border-top: 3px solid #a3007c;
}
body,html{
	position: relative;
	height: 100%;
	font-family: IRANSans-web;
	font-size: 15px;
    line-height: 25px;
	text-align: right;
	direction: rtl;
    font-weight: 300;
}
a:hover{
	text-decoration: none !important;
}
br.clear{
	clear: both;
}
/* search and lng */
#container-sa{
	padding-top: 10px;
	background-color: #fff;
}
#navbar{
/*	position: fixed;
	z-index: 1000000;*/
	background-color: #fff;
	padding-top: 40px;
	z-index: 10000;
	width: 100%;
	top: 0;
	box-shadow: 0 4px 2px -2px rgba(0,0,0,.13);
}

.select-language{
	opacity: .7;
	background-color: transparent;
	width: 70px;
	height: 30px;
	border-color: rgba(171,171,171,.6);
	border-radius: 35px;
	border-width: 2px;
	direction: ltr;
	float: right;
	color: #ababab;
	font-size: 13px;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	cursor: pointer;
  	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

    box-shadow: 0 0 0 transparent !important;
    width: 54px;
    padding: 5px;
}
.select-language:hover,.search:hover{
	opacity: 1;
    box-shadow: 0 0 0 transparent !important;
}
.search{
    position: relative;
	color: #ababab;
	opacity: .7;
	float: right;
	margin-right: 15px;
    /*margin-left: 0;*/
	font-weight: normal;
	line-height: 30px;
	cursor: pointer;
  	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-weight: 100;
    font-size: 15px;
}
/*.navbar-brand img{
	position: relative;
	height: auto;
	width: 100%;
	top: -75px;
}*/

#hotel-shabestan-brand-in-slide,#hotel-shabestan-brand-in-slide2{
    position: absolute !important;
    font-size: 250px !important;
    top: 70px;
    z-index: 200 !important;
    color: rgba(255,255,255,1);
    left: 50%;
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    transform:translateX(-50%);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;


    -webkit-text-shadow: 2px 2px rgba(0,0,0,1) !important;
    -moz-text-shadow: 2px 2px rgba(0,0,0,1) !important;
    -ms-text-shadow: 2px 2px rgba(0,0,0,1) !important;
    -o-text-shadow: 2px 2px rgba(0,0,0,1) !important;
    text-shadow: 2px 2px rgba(0,0,0,1) !important;
}
#hotel-shabestan-brand-in-slide2{
    font-size: 200px !important;
    -webkit-text-shadow: 2px 2px rgba(0,0,0,.6) !important;
    -moz-text-shadow: 2px 2px rgba(0,0,0,.6) !important;
    -ms-text-shadow: 2px 2px rgba(0,0,0,.6) !important;
    -o-text-shadow: 2px 2px rgba(0,0,0,.6) !important;
    text-shadow: 2px 2px rgba(0,0,0,.6) !important;
    top: 50px;

}

#hotel-shabestan-brand{
    left: 0;
	font-size: 155px;
    top: -105px;
	color: #a3007c;
	position: absolute; 
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#hotel-shabestan-slogan,#hotel-shabestan-slogan2{
    font-family: B-Nazanin !important;
    text-shadow: 2px 2px #000 !important;
    width: 100% !important;
    text-align: center !important;
    position: absolute !important;
    font-size: 65px !important;
    top: 295px !important;
    z-index: 200 !important;
    color: rgba(255,255,255,1);
    font-weight: normal;
}
#hotel-shabestan-slogan2{
    direction: rtl;
    top: 220px !important;
    text-shadow: 2px 2px rgba(0,0,0,.75) !important;
    font-size: 35px !important;
    line-height: 45px;
}
#go-down,#go-down2{
    position: absolute !important;
    font-size: 25px !important;
    bottom: 30px !important;
    z-index: 200 !important;
    color: rgba(255,255,255,.5);
    left: 50%;
    font-weight: normal;
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    transform:translateX(-50%);
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid rgba(255,255,255,.5) !important;
    padding-top: 15px;
    text-align: center;
    opacity: .5
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#go-down2{
    bottom: 20px;
    /*bottom: 20px !important;*/
}
#go-down:hover,#go-down2:hover{
     color: rgba(255,255,255,1);
    opacity: 1 !important;
    border: 1px solid rgba(255,255,255,1) !important;
}
#hotel-shabestan-brand-footer{
	font-size: 200px;
	color: #fff;
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 45px;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#hotel-shabestan-brand:hover{
	color: #a3007c;
}
#hotel-shabestan-brand-footer:hover{
	color: #a3007c;
}

#hotel-location-footer{
	font-size: 25px;
	color: #a3007c;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#hotel-location-footer:hover{
	color: #fff;
}
.my-row{
	padding-top: 80px;
	padding-bottom: 40px;
	position: relative;
}

.section-container{
	text-align: center;
	color: #4e4f53;
	position: relative;
	padding-top: 54px;
	padding-bottom: 40px;
	overflow: hidden;
}
.section-container>div.row{
	margin-top: 50px;
}


.section-subject{
    font-size: 35px;
	position: absolute;
	/*font-family: IRANSans-web;*/
    font-family: B-Nazanin;
	line-height: 50px;
    font-weight: bold;
	top: -50px;
	left: 50%;
	color: #666 !important; 
	padding: 25px 10px;
	-webkit-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	transform:translateX(-50%);
   
}
#services .section-subject{
    min-width: 200px; 
}


.section-subject span:before,
.section-subject span:after {
  content: "";
  position: absolute;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: rgba(155,155,155,.5);
  top: 50px;
  width: 300%;
}
.section-subject span:before {
  right: 100%;
  margin-right: 15px;
}
.section-subject span:after {
  left: 100%;
  margin-left: 15px;
}





.section-subject-underLine{
	background-color: #a3007c;
    height: 4px;
    width: 50px;
    display: block;
	position: absolute;
	left: 50%;
	-webkit-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	transform:translateX(-50%);    
}

.section-title{
	margin-top: 35px;
    font-weight: 300;
    font-size: 13px;
}


.more-subject{
	position: relative;
	margin-top: 65px;
	padding: 10px 15px;
	border: 1px solid rgba(155,155,155,.5);
	border-radius: 20px;
	color: rgba(255,255,255,.7);
  	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.more-subject2{
	position: relative;
	margin-top: 70px;
	padding: 0 !important;
	border: 1px solid rgba(155,155,155,.5);
	background-color: #c74d72;
	border-radius: 20px;
	color: #9d9d9d;
  	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.more-subject:hover{
	background-color: #a3007c;
	border-color: #871d76;
	color:#fff;
}



.more-subject span:before,
.more-subject span:after {
	content: "";
	position: absolute;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: rgba(155,155,155,.5);
	top: 20px;
	width: 1000px;
}

.more-subject2 span:before,
.more-subject2 span:after {
    content: "";
    position: absolute;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: rgba(155,155,155,.5);
    top: 0;
    width: 1000px;
}
.more-subject-360 span:before,
.more-subject-360 span:after {
    content: "";
    position: absolute;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: rgba(155,155,155,.5);
    top: 0;
    width: 1000px;
}

.more-subject span:before {
  right: 100%;
  margin-right: 15px;
}
.more-subject2 span:before {
  right: 100%;
  margin-right: 15px;
}
.more-subject-360 span:before {
  right: 100%;
  margin-right: 15px;
}
.more-subject span:after {
  left: 100%;
  margin-left: 15px;
}
.more-subject2 span:after {
  left: 100%;
  margin-left: 15px;
}
.more-subject-360 span:after {
  left: 100%;
  margin-left: 15px;
}
.block{
    height: 237px;
    overflow: hidden;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    
}
.block>div{
    position: relative;
    background-color: #010415;
    padding-top: 30px;
}
.block>div h3{
    font-size: 19px;
    font-weight: 300;
    color: #fff;
    background-color: #010415;
    position: absolute;
    margin: 0;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 15px 20px;
    border-radius: 25px 25px 0 0;
    min-width: 140px;
}

.fig {
	border-top: 3px solid #a3007c;
    overflow: hidden;
    height: 200px;
    position: relative;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    background: url(/images/a.jpg) no-repeat;
    background-size: cover !important;
}
.figA{
     background: url(/images/rooms.jpg) no-repeat;
}
.figB{
     background: url(/images/coffee-shop.jpg) no-repeat;
}
.figC{
     background: url(/images/tashrifat.jpg) no-repeat;
}
.fig a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.fig img {
    display: none;
    visibility: hidden;
}
.block p {
    color: #646464;
    font-size: 17px;
    font-weight: 300;
    padding: 0 25px;
    margin: .8em 0 .5em 0;
    text-align: right;
}
.readmore {
    background-color: #010415;
    position: absolute;
    right: 0;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 10px;
    font-weight: 600;
    color: #d53362;
    text-transform: uppercase;
    margin-left: 26px;
    font-size: .8em;
}
.block:hover {
    background: #fff;
    height: 270px;
    /* height: 240px; */
    margin-top: -10px;
    /* margin-top: -40px; */
    /*position: relative;*/
}
.block:hover .fig {
    height: 240px;
}


/*-------------- resturant row*/
#restaurant {
	background: url(/images/resturant.jpg) 50% 0 fixed;
}
#restaurant .section-container{
	color: #fff;
}
#restaurant .section-subject{
	color: #fff;
}
.border-b{
	background-color: #fff;
	margin-right: 15px;
	margin-left: 15px;
	border-bottom: 4px solid #a3007c;
}
.border-b>div:first-child{ 
	text-align: justify;
	padding: 20px !important;
	
}
/*.border-b>div:first-child bold{
	color: #000;
}*/

.border-b>div:first-child+div+div,.border-b>div:first-child{
	
	padding: 0 !important;
}
.border-b>div:first-child{
	margin-bottom: 20px;
}
.border-b>div:first-child+div+div img,.border-b>div:first-child img{
	width: 100%;
	height: auto;
}

#resturant-property h4{
    font-size: 16px;
    font-weight: bold;
}
#resturant-property h5{
    font-size: 15px;
    font-weight: 300;
}



#resturant-property bold{
	color: #000;
    font-weight: bolder;
}
#resturant-property{
	padding: 43px;
	color: #4f4f4f;
	text-align: center;
}

.resturant-property>div{
	background-color: #f3f3f3;
	padding: 15px;
	border-radius: 10px;

    padding-left: 0 !important;
    padding-right: 0 !important;
}


#services{
	background-color: #a3007c;
	border-top: 40px solid #7e1c6e;
	border-bottom: 40px solid #c52bac;
	box-shadow: 0 0 10px #000;
}
#services .section-subject-underLine{
    background-color: #c12e5a;
}
#services .section-subject{
	color: #fff;
}
#services figcaption{
	margin-top: 10px;
	color: #fff;
	border-radius: 15px;
	background-color: #a3007c;
	padding-top: 5px;
	padding-bottom: 5px;
}
#services .col-xs-1{
	width: 12.5% !important; 
}
#services figure{
	padding: 5px;
	cursor: pointer;
	border-radius: 25px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;

}
#services figure figcaption
{
	font-size: 10px;
	-webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#services figure:hover{
	background-color: #fff;
	box-shadow: 0 0 25px #000;
}
#services figure:hover span.icon-,#services figure:hover span.fa{
	color: #a3007c;
}
#services figure:hover figcaption{
	background-color: transparent;
	color: #a3007c;
}
#services span.icon-,#services span.fa{
	color:#fff;
	font-size: 40px;
}
	
#tell-us{
	background: url(/images/footer.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
	padding-bottom: 0;
	padding-top: 0;
}

#tell-us h5{
    font-size: 17px !important;
}
#tell-us>div{
	padding-top: 0;
}
/*#tell-us .section-subject{
	color: #fff;
} */
#tell-us .section-container{
	color: #fff !important;
}
#tell-us span.social{
	font-size: 15px;
	font-weight: normal;
}
#tell-us span.social a{
	color: #fff;
	
  	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#tell-us span.social a:hover{
	color: #a3007c;

}
#tell-us span.social+span.social{
	margin-left: 22px;
}
#group{
	box-shadow: 0 0 10px #000; 
}


#brand-container-xs{
	position: absolute;
	left: 50%;
	top: 17px;
	-webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -o-transform:translateX(-50%);
	transform:translateX(-50%);
}
#brand-container-xs h1{
	margin: 0;
	padding: 0;
	color: #c84f72;
	font-size: 17px;
}

#top-nav{
	background-color: #fff;
}
#top-nav>div.container-fluid{
    padding: 0;

}

@media (max-width: 768px){
    #services .col-xs-3 figure figcaption{
        font-size: 8px !important;
    }
    #services .col-xs-3{
        padding: 2px;
    }
    .resturant-property:first-child{
        margin-bottom: 10px;
    }
    .resturant-property:first-child+div{
        padding-left: 5px; 
    }
    .resturant-property:first-child+div+div{
        padding-right: 5px; 
    }
	.select-language{
		position: absolute;
		right: 10px;
		top: 10px;
	}
	.search{
		position: absolute;
		left: 50px;
		top: 10px;
	}
	.navbar {
		margin-top: 0;
	}
	#navbar{
		padding: 0;
	}
	.navbar-toggle{
		margin-left: 0;
	}

	#services .col-xs-1{
		width: 25% !important; 
	}
	.section-subject{
		font-size: 18px;
	}
	#resturant-property>div:first-child{
		margin-bottom: 15px;
	}

    .resturant-property{
        margin-bottom: 15px;
    }
    .resturant-property:last-child{
        margin-bottom: 0;
    }
    .block{
        margin-bottom: 15px;
    }
    .block:last-child{
        margin-bottom: 0;
    }
    #resturant-property{
        padding: 10px !important;
        padding-top: 5px !important;
        padding-right: 15px !important;
        padding-left: 15px !important;



    font-size: 11px;
    font-weight: 400;
    line-height: 21px;
    color: #666;
    }
}
@media (max-width: 992px){
    .resturant-property{
        margin-bottom: 15px;
    }
    .resturant-property:last-child{
        margin-bottom: 0;
    }
    .block{
        margin-bottom: 15px;
    }
    .block:last-child{
        margin-bottom: 0;
    }

    #hotel-shabestan-brand{
        font-size: 70px;
        top: -40px;
    }
    .my-row{
        padding-top: 40px;
        padding-bottom: 20px;
    }

}

#nav-replace{
	position: relative;
	width: 100%;
	background-color: transparent;
	display: none;
}

#copyright{
	color:#848484;
	display: block;
	margin-top: 15px;
	margin-bottom: -10px;
	text-align: center;

}
#copyright h6{
	margin: 15px;
	padding: 0;
}
span.meta{
    display: block;
    color: #a3007c;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
}

ul.nav{
    font-size: 20px;
    font-weight: bold;
}
#myNavbar{
    font-family: B-Nazanin;
    font-size: 17px;
}
.navbar-nav > li > a {
        padding-top: 18px;
    padding-bottom: 12px;
}

.line-color-w span:before, .line-color-w span:after
{
    border-color: rgba(255,255,255,.25) !important;
}



#wowslider-container1 a.ws_next span i:after, #wowslider-container1 a.ws_next span b:after, #wowslider-container1 a.ws_next span i:before, #wowslider-container1 a.ws_next span b:before, #wowslider-container1 a.ws_prev span i:after, #wowslider-container1 a.ws_prev span b:after, #wowslider-container1 a.ws_prev span i:before, #wowslider-container1 a.ws_prev span b:before{
    background-color: #a3007c !important;
}


#container-sa .date-show{
    font-size: 11px;
    margin-right: 15px;
    color: #787878;
}


ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}

@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}


/*search fild*/
#search-form{
    position: absolute;
    top: -2px;
    right: 75px;
    width: 75%;
    width: 0;
    z-index: 400;
    opacity: 0;
    display: none;
}
#search-form input:focus,#search-form-xs input:focus {    
    box-shadow: 0 0 5px #fff;
    border-color: #a3007c;
}
#search-icon,#search-icon-xs{
    cursor: pointer;
    z-index: 401;
}
#search-icon-close,#search-icon-close-xs{
    color: red;
}
#search-do,#search-icon-close,#search-do-xs,#search-icon-close-xs{
    background-color: #fff;
    cursor: pointer;
}
#search-form-xs{
    position: absolute;
    top: 8px;
    left: 37px;
    /*width: 85%;*/
    width: 0; 
    z-index: 400;
    opacity: 0;
    display: none;
}

.mjCMS{
    position: absolute;
    top: -10000px;
    right: -10000px;
}