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


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

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

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

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



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

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


body {
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-family: 'ProximaNova-Regular';
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
.shadowText {
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
a:hover{
    text-decoration: none;
    transition: all 0.5s;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
}
.wrapper {
    padding: 1em 0 4em 0;
}
:focus {
    outline: 0;
}
.fa{vertical-align: middle;}
.error {
    color: #b92c28;
    width: 100%;
    float: left;
}
.hoverIcon > a > img {
    display: inline-block;
    float: left;
    vertical-align: middle;
    margin-right: 10px;
}
.hoverIcon > a:hover > img:nth-child(1),
.hoverIcon > a.active > img:nth-child(1),
.hoverIcon > a > img:nth-child(2){
    display: none;
}
.hoverIcon a:hover > img:nth-child(2),
.hoverIcon a.active > img:nth-child(2){
    display: block;
}
.fancybox-lock .fancybox-overlay {
    z-index: 999999;
}
.fancybox-opened {
    z-index: 99999999;
}
.btn-danger {
    color: #fff;
    background-color: #76323f;
    border-color: #76323f;
}
.btn-danger:hover{
    background-color: #5b2832;
    border-color: #5b2832;
}
.btn-success{
    color: #fff;
    background-color: #565656;
    border-color: #565656;
}
.btn-success:hover{
    background-color: #404040;
    border-color: #404040;
}


a:focus {
    outline: 0px !important;
}
.fancybox-overlay {
    z-index: 99999999;
    background-color: rgba(0,0,0,0.8) !important;
}
.fancybox-opened {
    z-index: 999999999;
}
.fancybox-skin {
    background: #c9aa65 !important;
    padding: 0px !important;
}
.fancybox-close{
    background-image: url('/public/img/closeFancyboxM.svg')!important;
    background-size: cover;
    background-position: center;
    width: 30px;
    height: 30px;
    right: 30px;
    top: 30px;
    position: fixed;
}
.fancybox-close:hover{
    opacity: 0.5;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
}
.fancybox-next span{
    background-image: url('/public/img/nextFancyM.svg')!important;
    background-size: cover;
    background-position: center;
    width: 30px;
    height: 55px;
    visibility: visible !important;
}
.fancybox-prev span{
    background-image: url('/public/img/prevFancyM.svg')!important;
    background-size: cover;
    background-position: center;
    width: 30px;
    height: 55px;
    visibility: visible !important;
}
.fancybox-next span:hover,
.fancybox-prev span:hover{
    opacity: 0.5;
}
.fancybox-prev {
    left: -100px!important;
    width: 50px;
}
.fancybox-next {
    right: -100px!important;
    width: 50px;
}

/*------------------------------------------------------------------------------------------------------*/


/* ==================== PRELOADER ==================== */
#preloader {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    z-index:99999999;
    background-color: #cdc4bd;
}
.Tloading {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}
.Tloader{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #565656;
    -webkit-animation: rotate 2s linear infinite;
    -moz-animation: rotate 2s linear infinite;
    -ms-animation: rotate 2s linear infinite;
    -o-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
}
.Tloader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #565656;
    -webkit-animation: rotate 3s linear infinite;
    -moz-animation: rotate 3s linear infinite;
    -ms-animation: rotate 3s linear infinite;
    -o-animation: rotate 3s linear infinite;
    animation: rotate 3s linear infinite;
}
.Tloader:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #565656;
    -webkit-animation: rotate 1.5s linear infinite;
    -moz-animation: rotate 1.5s linear infinite;
    -ms-animation: rotate 1.5s linear infinite;
    -o-animation: rotate 1.5s linear infinite;
    animation: rotate 1.5s linear infinite;
}
/*rotate*/
@keyframes rotate{
    0% {transform:rotate(0deg);}
    100% {transform:rotate(360deg);}
}
@-webkit-keyframes rotate{
    0% {-webkit-transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);}
}
@-moz-keyframes rotate{
    0% {-moz-transform:rotate(0deg);}
    100% {-moz-transform:rotate(360deg);}
}
@-o-keyframes rotate{
    0% {-o-transform:rotate(0deg);}
    100% {-o-transform:rotate(360deg);}
}
@-ms-keyframes rotate{
    0% {-ms-transform:rotate(0deg);}
    100% {-ms-transform:rotate(360deg);}
}

/*======================== INTRO ========================*/

/*********----  Start menu  ----**********/
.menu{
    width: 100%;
    height: auto;
    float: left;
    background-color: #cdc4bd;
    padding-bottom: 15px;
}
.navbar-brand {
    float: left;
    height: auto;
    padding: 15px 0px;
    z-index: 999;
    display: block;
    position: relative;
    margin-left: 0px !important;
}
.navbar-brand>img {
    display: block;
    width: 250px;
}
.navbar-nav {
    float: right !important;
    margin-top: 0px;
    margin-bottom: 0;
    width: auto;
    display: block;
    margin-top: 70px;
}
.navbar-nav .top{
    width: auto;
    height: auto;
    float: right;
    text-align: right;
    margin-bottom: 30px;
    position: absolute;
    top: 0px;
    right: 15px;
}
.navbar-nav .top .creatList,
.navbar-nav .top .langList{
    float: right;
    width: auto;
    height: auto;
    padding: 0px;
    margin-left: 15px;
}
.navbar-nav .top .creatList{
    padding-top: 15px;
}
.navbar-nav .top .langList li,
.navbar-nav .top .creatList li{
    float: right;
    width: auto;
    height: auto;
    padding: 0px;
    margin-left: 10px;
}
.navbar-nav .top .creatList li{
    margin-left: 0px;
}
.navbar-nav .top .langList li a,
.navbar-nav .top .creatList li a{
    padding: 10px 15px;
    float: right;
    color: #565656;
    font-size: 13px;
}
.navbar-nav .top .creatList li a{
    padding: 0px 15px;
}
.navbar-nav .top .creatList li a.active,
.navbar-nav .top .creatList li a:hover{
    color: #76323f;
}
.navbar-nav .top .creatList li a.signUp{
    border-left: 1px solid #565656;
}
.navbar-nav .top .langList li a.arabic{
    background-color: #373737;
    color: #fff;
    width: 80px;
    text-align: center;
    font-size: 21px;
    font-family: 'AdobeArabic-Regular';
    height: 38px;
    padding: 0px;
}
.navbar-nav .top .langList li a.arabic:hover{
    background-color: #000;
}
.navbar-nav .top .langList li a.english{
    background-color: #76323f;
    color: #eaeaea;
    width: 80px;
    text-align: center;
    font-size: 13px;
}
.navbar-nav .top .langList li a.english:hover{
    background-color: #5b2832;
    color: #ffffff;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #c5aa53;
    background-color: transparent;
}
.navbar-default .navbar-nav>li {
    float: right;
}
.navbar-default .navbar-nav>li>a {
    color: #565656;
    font-size: 18px;
    border-left: 1px solid #76323f;
    padding: 5px 15px;
    text-transform:  uppercase;
    transition: all 0.6s;
}
.navbar-default .navbar-nav>li:last-child a{
    border-left: 0px;
}
.navbar-default .navbar-nav>li>a span{
    padding-left: 5px;
}
.navbar-default {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    width: 100%;
    z-index: 999;
}

.navbar-default .navbar-nav>li>a.active,
.navbar-default .navbar-nav>li>a:hover{
    color: #cdc4bd;
    background-color: #76323f;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0px;
    margin-left: 0;
    position: relative;
}
.navbar-fixed-top .container-fluid>.navbar-collapse{
    margin-right: 0px;
    margin-left: 0;
}

@media (min-width:1350px) and (max-width:1450px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 17px;
        padding: 0px 10px;
    }
}
@media (min-width:1200px) and (max-width:1350px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 15px;
        padding: 0px 8px;
    }
}
@media (min-width:1100px) and (max-width:1200px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
        padding: 0px 5px;
    }
}
@media (min-width:1100px) and (max-width:1200px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 13px;
        padding: 0px 5px;
    }
}
@media (min-width:991px) and (max-width:1100px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 11px;
        padding: 0px 4px;
    }
}

@media (max-width: 990px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
        margin-top: 45px;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 10px 0px 15px 0px;
    }
    .navbar-nav.arabicMobile{
        display: none!important;
    }
    .navbar-nav.englishMobile{
        display: block!important;
    }
    .navbar-nav .top {
        position: relative;
        width: 100%;
        right: 0px;
    }
    .navbar-nav .top .creatList, .navbar-nav .top .langList {
        width: 100%;
        margin-left: 0px;
    }
    .navbar-nav .top .langList li{
        width: 50%;
        margin-left: 0px;
    }
    .navbar-nav .top .langList li a.english,
    .navbar-nav .top .langList li a.arabic {
        width: 100%;
    }
    .navbar-nav>li {
        float: none;
        width: 100%;
    }
    .navbar-default .navbar-nav>.active>a,
    .navbar-nav>li>a {
        float: left;
        width: auto;
        border-left: 0px !important;
    }
    .navbar-default .navbar-nav > li > a > span {
        display:inline-block;
        vertical-align: middle;
        padding-top: 5px;
        padding-left: 2px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }

}

/*********----  Start menu  ----**********/


/*********----  Start Slider  ----**********/
.slider{
    float: left;
    width: 100%;
}
.slider .carousel,
.slider .carousel-inner,
.slider .item{
    float: left;
    width: 100%;
    height: 100%;
}
.slider .image{
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.slider .image img{
    width: auto;
    max-width: 56%;
    z-index: 9999;
    position: relative;
}
.slider .image img.sheikh{
    left: 5%;
    width: 32%;
    bottom: 0px;
    position: absolute;
}
.bs-slider {
    overflow: hidden;
    max-height: 100%;
    position: relative;
    background: #cdc4bd;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}
.control-round .carousel-control {
    display: none;
}
.slide-text {
    height: 100%;
    width: 44%;
}
.slide-text.one{
    width: 44%;
    height: 100%;
}
.slide-text.one img{
    width: 75%;
    position: absolute;
    top: 20%;
    left: -5%;
    z-index: 99;
    opacity: 0.8;
}
.slide-text.one p{
    color: #565656;
    font-size: 98px;
    font-family: 'PlayfairDisplay-Italic';
    line-height: 137px;
    z-index: 999;
    position: relative;
    text-align: left;
    padding-left: 150px;
}

.slide-text.two{
    height: auto;
    width: 44%;
    position: absolute;
    top: 38%;
    padding: 40px;
    background-color: #b69580;
}
.slide-text.two p{
    font-size: 58px;
    color: #eaeaea;
    line-height: 60px;
    font-family: 'PlayfairDisplay-Italic';
    text-align: left;
    text-transform: uppercase;
}
.slide-text.two a{
    font-size: 14px;
    color: #d2c6b6;
    line-height: 35px;
    text-align: center;
    padding: 0px 15px;
    background-color: #76323f;
    float: left;
    margin-top: 15px;
    transition: all 0.6s;
}
.slide-text.two a:hover{
    color: #fff;
    background-color: #57252f;
}

.slide-text.three{
    height: auto;
    width: 50%;
    position: absolute;
    top: 33%;
    padding: 40px;
}
.slide-text.three p{
    color: #565656;
    font-size: 85px;
    line-height: 85px;
    font-family: 'PlayfairDisplay-Italic';
    text-align: left;
    direction: ltr;
}
.slide-text.three p strong{
    font-weight: normal;
    float: left;
    width: auto;
}
.slide-text.three p strong img.first{
    float: left;
}
.slide-text.three p strong img.last{
    float: right;
}
.slide-text.three span{
    color: #76323f;
    font-size: 16px;
    line-height: 85px;
    text-align: left;
    text-transform:  uppercase;
    float: left;
    width: 100%;
}
.indicators-line > .carousel-indicators {
    right: 5%;
    bottom: 5%;
    left: auto;
}
.indicators-line > .carousel-indicators li {
    border: 1px #565656;
    background: #565656;
    opacity: 0.6;
}
.indicators-line > .carousel-indicators .active {
    border: 1px #565656;
    background: #565656;
    opacity: 1;
    box-shadow: none;
}
.indicators-line > .carousel-indicators .active:before {
    display: none
}
/*********----  End Slider  ----**********/


/*********----  Start news  ----**********/
section.news{
    float: left;
    width: 100%;
    height: auto;
    padding: 0px;
    background-color: #fff;
    text-align: center;
}
section.news h2{
    font-size: 16px;
    color: #565656;
    width: 100%;
    float: left;
    padding: 20px;
    opacity: 0;
}
section.news h2.fadeInDown{
    opacity: 1;
    transition: all 0.5s;
}
section.news .details{
    float: left;
    width: 100%;
    height: auto;
}
section.news .details .slickSliderNews{
    float: left;
    width: 100%;
    height: 300px;
    border: 1px solid #cdc4bd;
    opacity: 0;
}
section.news .details .slickSliderNews.fadeInUp{
    opacity: 1;
    transition: all 0.5s;
}
section.news .details .slickSliderNews .item{
    float: left;
    width: 100%;
    height: 300px;
    position: relative;
}
section.news .details .slickSliderNews .item a.more{
    position: absolute;
    bottom: 2px;
    right: 0px;
    background-color: #cdc4bd;
    color: #565656;
    font-size: 14px;
    padding: 5px 15px;
}
section.news .details .slickSliderNews .item a.more:hover{
    color:#76323f;
}
section.news .details .slickSliderNews .imageCont{
    float: right;
    width: 50%;
    height: 300px;
}
section.news .details .slickSliderNews .imageCont img{
    width: 100%;
    height: 99%;
}
section.news .details .slickSliderNews .text{
    float: left;
    width: 50%;
    height: 300px;
    padding: 0px 30px 0px 100px;
}
section.news .details .slickSliderNews .text h2{
    float: left;
    text-align: left;
    font-size: 29px;
    color: #76323f;
    font-family: 'PlayfairDisplay-Bold';
    padding-left: 0px;
}
section.news .details .slickSliderNews .text p{
    float: left;
    text-align: left;
    font-size: 16px;
    color: #565656;
}

.slick-next{
    background-image: url('/public/img/next.svg') !important;
    background-position: center!important;
    background-size: cover!important;
    height: 125px!important;
    width: 45px!important;
    right: -42px!important;
    z-index: 999!important;
    position: absolute!important;
    bottom: auto!important;
    top: 54%!important;
}
.slick-next:focus,
.slick-next:hover{
    background-image: url('/public/img/next.svg')!important;
    opacity: 0.6!important;
    height: 125px!important;
    width: 45px!important;
}
.slick-prev{
    background-image: url('/public/img/prev.svg')!important;
    background-position: center!important;
    background-size: cover!important;
    height: 125px!important;
    width: 45px!important;
    left: 15px;
    z-index: 999!important;
    position: absolute!important;
    bottom: auto!important;
    top: 54%!important;
}
.slick-prev:focus,
.slick-prev:hover{
    background-image: url('/public/img/prev.svg')!important;
    opacity: 0.6!important;
    height: 125px!important;
    width: 45px!important;
}
.slick-prev {
    left: -42px !important;
}
/*********----  End news  ----**********/


/*********----  Start guests  ----**********/
section.guests{
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 30px;
    background-color: rgba(205, 196, 189, 0.6);
    margin-top: 60px;
    padding-bottom: 40px;
}
section.guests h2{
    font-size: 16px;
    color: #565656;
    width: 100%;
    float: left;
    padding: 0px 0px 20px 0px;
    opacity: 0;
}
section.guests h2.fadeInDown{
    opacity: 1;
    transition: all 0.5s;
}
section.guests .section{
    float: left;
    width: 16.666%;
    height: 170px;
    position: relative;
    padding: 5px;
    opacity: 0;
}
section.guests .section.fadeInUp{
    opacity: 1;
    transition: all 0.5s;
}

section.guests .section .imageCont{
    float: left;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}
section.guests .section div.color{
    background-size: cover;
    background-position: center;
    width: 100% !important;
}
section.guests .section:last-child{
    border-right: none;
}
section.guests .section a{
    float: left;
    width: 100%;
    height: 100%;
}
section.guests .section a .mask{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(77, 31, 0, 0.4);
    opacity: 0;
    transition: all 0.5s;
}
section.guests .section a span{
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #efefef;
    font-size: 13px;
    opacity: 0;
}
section.guests .section a:hover .mask{
    opacity: 1;
    transition: all 0.5s;
}
section.guests .section a:hover span{
    opacity: 1;
    transition: all 0.5s;
}
section.guests .all{
    margin-bottom: 40px;
}
section.guests a.more{
    font-size: 14px;
    color: #eaeaea;
    padding: 12px 20px;
    background-color: #b69580;
    margin-top: 15px;
}
section.guests a.more:hover{
    color: #fff;
    background-color: #a17e68;
}
/*********----  End guests  ----**********/


/*********----  Start Books Sections index ----**********/
section.books{
    float: left;
    width: 100%;
    height: auto;
}
section.books .one{
    float: left;
    width: 100%;
    height: auto;
    background-color: #cdc4bd;
    padding: 50px 0px;
}
section.books .one img.book{
    width: 100%;
    opacity: 0;
}
section.books .one img.book.slideInRight{
    opacity: 0.5;
    transition: all 0.5s;
}
.books .one .pull-right{
    opacity: 0;
}
.books .one .pull-right.slideInLeft{
    opacity: 1;
    transition: all 0.5s;
}
.slideInRight {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
.slideInLeft {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
.fadeInRight{
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.bounceInLeft{
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
.fadeInLeft{
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
section.books .one p{
    width: 100%;
    float: left;
    margin-top: 100px;
}
section.books .one p strong{
    float: left;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    font-size: 51px;
    color: #565656;
    font-family: 'PlayfairDisplay-Italic';
    margin-bottom: 15px;
}
section.books .one p strong img.first{
    float: left;
}
section.books .one p strong img.last{
    float: right;
}
section.books .one h2{
    float: left;
    width: 100%;
    font-size: 16px;
    color: #76323f;
    margin-bottom: 5px;
}
section.books .one span{
    float: left;
    width: 100%;
    font-size: 16px;
    color: #565656;
}
section.books .two{
    float: left;
    width: 100%;
    height: auto;
    background-color: rgba(205, 196, 189, 0.6);
    padding: 50px 0px;
    text-align: center;
    position: relative;
    min-height: 660px;
}
section.books .two h2{
    font-size: 16px;
    color: #565656;
    margin-bottom: 30px;
    opacity: 0;
}
section.books .two h2.fadeInDown{
    opacity: 1;
    transition: all 0.5s;
}
section.books .two p{
    font-size: 16px;
    color: #565656;
    opacity: 0;
}
section.books .two p.fadeInUp{
    opacity: 1;
    transition: all 0.5s;
}
section.books .two img.pen{
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -56.5px;
    opacity: 0;
}
section.books .two img.pen.fadeIn{
    opacity: 1;
    transition: all 0.5s;
}
section.books .two a.more{
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -75.5px;
    font-size: 14px;
    color: #eaeaea;
    padding: 12px 20px;
    background-color: #b69580;
    width: 151px;
    opacity: 0;
}
section.books .two a.more.fadeIn{
    opacity: 1;
    transition: all 0.5s;
}
section.books .two a.more:hover{
    color: #fff;
    background-color: #a17e68;
}
/*********----  End Books Sections index ----**********/


/*********----  End Books Sections  ----**********/
.footer{
    float: left;
    width: 100%;
    height: auto;
    background-color: #373737;
    padding: 40px 0px;
}
.footer p{
    float: left;
    font-size: 13px;
    color: #fff;
    margin-top: 5px;
}
.footer p a{
    float: left;
    color: #fff;
    margin-top: 5px;
}
.footer p a:hover{
    opacity: 0.6;
}
.footer .social_icons{
    float: right;
    width: auto;
    height: auto;
    margin-top: 9px;
}
.footer .social_icons ul{
    float: right;
    width: auto;
    height: auto;
}
.footer .social_icons ul li{
    float: right;
    margin-left: 10px;
}
.footer .social_icons ul li a{
    float: right;
    font-size: 20px;
    color: #b69580;
}
/*********----  End Books Sections  ----**********/


/***********----  Start guests  ----*************/

section.guests{
    float: left;
    width: 100%;
    height: auto;
}

.topHeader{
    float: left;
    width: 100%;
    height: auto;
    background-color: transparent;
    margin-bottom: 50px;
    padding: 0px 15px;
    position: relative;
    z-index: 999;
}
.topHeader h2 {
    float: left;
    margin-right: 10px;
    font-size: 14px;
    color: #565656;
    text-align: left;
    margin-top: 8px;
}
.topHeader .dropdown{
    float: left;
    list-style: none;
    width: auto;
    padding: 8px 15px;
    background-color: #565656;
    margin-right: 30px;
    height: 40px;
}
.topHeader .dropdown a{
    width: 100%;
    height: 100%;
    float: left;
    font-size: 14px;
    color: #cdc4bd;
}
.topHeader .dropdown a i{
    padding-left: 10px;
}
.topHeader .dropdown ul li a{
    color: #565656;
}
.topHeader .dropdown.sub{
    background-color: transparent;
    border: 1px solid #565656;
}
.topHeader .dropdown.sub a{
    color: #565656;
}
.topHeader .topSearch i{
    position: absolute;
    top: 8px;
    left: 5px;
    color: #565656;
    font-size: 17px;
    z-index: 999;
}
.topHeader .topSearch input{
    height: 40px;
    border-radius: 0px;
    border-color: #565656;
    text-align: right;
    direction: rtl;
}
section.mainContant{
    width: 100%;
    height: auto;
    float: left;
    background-color: #cdc4bd;
    position: relative;
    min-height: 720px;
}
section.mainContant .details{
    width: 100%;
    height: auto;
    float: left;
}
section.mainContant .details .section{
    width: 20%;
    height: auto;
    float: left;
    min-height: 430px;
    padding: 30px;
}
section.mainContant .details .section .imageCont{
    width: 100%;
    height: auto;
    float: left;
    background-size: cover;
    background-position: center;
}
section.mainContant .details .section .imageCont a{
    width: 100%;
    height: 270px;
    float: left;
    display: block;
    cursor: pointer;
    overflow: hidden;
}
section.mainContant .details .section .imageCont .image{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    background-size: cover;
    background-position: center;
}
section.mainContant .details .section .imageCont a:hover .image{
    transition: all 0.5s;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1); /* IE 9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand'); /* IE6 and 7 */
}
section.mainContant .details .section h2{
    float: left;
    width: 100%;
    font-size: 20px;
    color: #76323f;
    text-align: left;
}
section.mainContant .details .section p{
    float: left;
    width: 100%;
    font-size: 15px;
    color: #565656;
    text-align: left;
}

.modalDetails{
    width: 100%;
    height: auto;
    float: left;
    background-color: #373737;
    position: relative;
    padding: 220px 0px;
}
.modalDetails img.book{
    position: absolute;
    top: 20%;
    right: 5%;
    z-index: 9;
    opacity: 0.2;
    width: 40%;
}
.modalDetails img.close{
    position: absolute;
    top:15px;
    right: 15px;
    opacity: 1;
}
.modalDetails img.close:hover{
    opacity: 0.6;
    transform: rotate( 360deg );
    transition: transform 1.5s ease;
}
.modalDetails .left img{
    width: 100%;
}
.modalDetails .right{
    position: relative;
    z-index: 999;
    padding-right: 37%;
}
.modalDetails h2{
    float: left;
    text-align: left;
    width: 100%;
    font-size: 30px;
    color: #b69580;
}
.modalDetails span{
    float: left;
    text-align: left;
    width: 100%;
    font-size: 17px;
    color: #cdc4bd;
    border-bottom: 1px solid #eaeaea;
}
.modalDetails p{
    float: left;
    text-align: left;
    width: 100%;
    font-size: 17px;
    color: #eaeaea;
    margin-top: 16px;
    word-wrap: break-word;
}
/***********----  End guests  ----*************/


/***********----  Starrt news  ----*************/
section.mainContant.news{
    min-height: 1000px;
}
section.mainContant.news .section{
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 60px;
}
section.mainContant.news .section .sub a{
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
}
section.mainContant.news .imageCont{
    width: 100%;
    height: 350px;
    float: left;
    position: relative;
    transition: all 0.5s;
    background-size: cover;
    background-position: center;
}
section.mainContant.news .section .sub a:hover .imageCont{
    transition: all 0.5s;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1); /* IE 9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand'); /* IE6 and 7 */
}
section.mainContant.news .imageCont .caption{
    position: absolute;
    top:0px;
    left: 60px;
    background-color: #76323f;
    color: #eaeaea;
    font-size: 29px;
    text-align: left;
    line-height: 35px;
    padding: 15px;
    min-width: 350px;
}
section.mainContant.news .sub .imageCont .caption {
    min-width: auto;
    width: 195px;
    text-align: center;
}
section.mainContant.news h2{
    float: left;
    width: 100%;
    text-align: left;
    font-size: 29px;
    color: #76323f;
    margin-top: 30px;
    padding: 5px 0px;
    margin-bottom: 5px;
    font-family: 'PlayfairDisplay-Bold';
    opacity: 1;
}
section.mainContant.news.details h2{
    font-family: 'ProximaNova-Regular';
    font-size: 17px;
}
section.mainContant.news.details.sub h2{
    border-bottom: 1px solid #373737;
    margin-bottom: 20px;
}
section.mainContant.news span{
    float: left;
    width: 100%;
    text-align: left;
    font-size: 17px;
    color: #76323f;
    border-bottom: 1px solid #373737;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
section.mainContant.news p{
    float: left;
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #373737;
    line-height: 28px;
}
/***********----  End news  ----*************/


/***********----  Start about  ----*************/
section.mainContant.about img.book{
    position: absolute;
    top: 5%;
    right: 5%;
    opacity: 0.5;
}
section.mainContant.about h2{
    float: left;
    width: 100%;
    text-align: left;
    color: #565656;
    font-size: 72px;
    position: relative;
    z-index: 999;
    font-family: 'PlayfairDisplay-Italic';
}
section.mainContant.about p{
    float: left;
    width: 100%;
    text-align: left;
    color: #373737;
    font-size: 21px;
    position: relative;
    z-index: 999;
    margin: 50px 0px;
}
section.mainContant.about img.people{
    width: 100%;
    position: relative;
    z-index: 999;
}
/***********----  End about  ----*************/


/***********----  Start media  ----*************/
section.mainContant.news.pageMedia .imageCont {
    height: 450px;
    background-position: bottom;
}
section.mainContant.news.pageMedia h2 {
    width: auto;
    font-size: 17px;
    color: #565656;
    font-family: 'ProximaNova-Regular';
    border-bottom: 1px solid #76323f;
    margin-bottom: 30px;
}
section.mainContant.news.pageMedia a.mediaLink{
    float: left;
    width: auto;
    font-size: 15px;
    color: #76323f;
    text-align: left;
}
section.mainContant.news.pageMedia .sub{
    margin-bottom: 30px;
}
section.mainContant.news.pageMedia .sub .imageCont {
    height: 300px;
    background-position: bottom;
}
section.mainContant.news.pageMedia p {
    margin-bottom: 50px;
}
section.mainContant.news.pageMedia .sub a{
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
section.mainContant.news.pageMedia .sub a:hover .imageCont{
    transition: all 0.5s;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1); /* IE 9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand'); /* IE6 and 7 */
}
section.mainContant.news.pageMedia .sub a div.color{
    background-size: cover;
    background-position: bottom;
}
section.mainContant.news.pageMedia.mediaDetails .sub .imageCont {
    height: auto;
    min-height: 200px;
}
/***********----  End media  ----*************/


/***********----  Start gallery  ----*************/
section.mainContant.news.gallery .imageCont .caption {
    position: absolute;
    top: 0px;
    left: 60px;
    background-color: #fff;
    color: #eaeaea;
    font-size: 29px;
    text-align: left;
    line-height: 35px;
    padding: 15px;
    min-width: 250px;
    transition: all 0.5s;
}
section.mainContant.news.gallery .imageCont .caption span{
    color: #565656;
    border-bottom: none;
}
section.mainContant.news.gallery .imageCont:hover .caption{
    color: #b69580;
    transition: all 0.5s;
}

section.mainContant.news.gallery.sub ul{
    float: left;
    width: 100%;
    height: auto;
}
section.mainContant.news.gallery.sub ul li{
    float: left;
    width: 25%;
    height: auto;
    padding: 10px;
}
section.mainContant.news.gallery.sub ul li a{
    float: left;
    width: 100%;
    height: auto;
}
section.mainContant.news.gallery.sub ul li a .image{
    float: left;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
}
/***********----  End gallery  ----*************/


/***********----  Start contactUs  ----*************/
section.mainContant .scContactUs{
    background-image: url(/public/img/contactUsBg.jpg);
    background-size: cover;
    background-position: center;
    height: auto;
    position: relative;
    float: left;
    width: 100%;
}
section.mainContant .scContactUs .sub{
    height: 100%;
}
section.mainContant .scContactUs .sub h2{
    float: left;
    width: 100%;
    color: #fff;
    font-size: 30px;
    font-family: 'PlayfairDisplay-Bold';
    margin-bottom: 15px;
    margin-top: 50px;
}
section.mainContant .scContactUs .sub p{
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
}
section.mainContant .scContactUs .sc{
    margin-bottom: 30px;
}
section.mainContant .scContactUs .sc .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #565656;
    border: none;
    border-radius: 0px;
}
section.mainContant .scContactUs textarea.form-control {
    height: 150px;
    border-radius: 0px;
}
section.mainContant .scContactUs button.send{
    margin-top: 30px;
    color: #eaeaea;
    background-color: #76323f;
    padding: 10px 20px;
    font-size: 20px;
    transition: all 0.6s;
}
section.mainContant .scContactUs button.send:hover{
    color: #fff;
    background-color: #612934;
    transition: all 0.6s;
}
section.mainContant .scContactUs .text{
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
section.mainContant .scContactUs .text img{
    float: left;
    position: absolute;
    top: 0px;
    left: -17px;
}
section.mainContant .scContactUs .text p{
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    margin-top: 30px;
    float: left;
}
/***********----  End contactUs  ----*************/


/***********----  Start Login  ----*************/
section.mainContant.login{
    padding-bottom: 100px;
    min-height: 1000px;
}
section.mainContant.login img.book{
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -180px;
    opacity: 0.5;
}
section.mainContant.login center{
    width: 550px;
    margin: auto;
    padding-top: 200px;
}
section.mainContant.login center h2{
    font-size: 16px;
    color: #76323f;
    padding-bottom: 30px;
}
section.mainContant.login center p{
    font-size: 16px;
    color: #565656;
    padding-bottom: 30px;
}
section.mainContant.login center .sc{
    padding-bottom: 15px;
}
section.mainContant.login center .sc .form-control{
    height: 40px;
    border-radius: 0px;
    background-color: #e1dcd9;
    color: #565656;
}
section.mainContant.login center .sc .send{
    padding: 10px 15px;
    background-color: #76323f;
    color: #eaeaea;
    font-size: 14px;
    margin-top: 30px;
    transition: all 0.6s;
}
section.mainContant.login center .sc .send:hover{
    color: #fff;
    background-color: #612934;
    transition: all 0.6s;
    transition: all 0.5s;
}
section.mainContant.login center .sc .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    text-align: center;
    color: #565656;
    font-size: 15px;
    transition: all 0.5s;
}
section.mainContant.login center .sc .form-control::-moz-placeholder { /* Firefox 19+ */
    text-align: center;
    color: #565656;
    font-size: 15px;
    transition: all 0.5s;
}
section.mainContant.login center .sc .form-control:-ms-input-placeholder { /* IE 10+ */
    text-align: center;
    color: #565656;
    font-size: 15px;
    transition: all 0.5s;
}
section.mainContant.login center .sc .form-control:-moz-placeholder { /* Firefox 18- */
    text-align: center;
    color: #565656;
    font-size: 15px;
    transition: all 0.5s;
}


section.mainContant.login center .sc .form-control:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 0px;
    transition: all 0.5s;
}
section.mainContant.login center .sc .form-control:focus::-moz-placeholder { /* Firefox 19+ */
    font-size: 0px;
    transition: all 0.5s;
}
section.mainContant.login center .sc .form-control:focus:-ms-input-placeholder { /* IE 10+ */
    font-size: 0px;
    transition: all 0.5s;
}
section.mainContant.login center .sc .form-control:focus:-moz-placeholder { /* Firefox 18- */
    font-size: 0px;
    transition: all 0.5s;
}
.fv-form-bootstrap .fv-icon-no-label {
    top: 5px;
    right: 12px;
}
.modal {
    z-index: 9999999;
}
/***********----  End Login  ----*************/


/***********----  Start sectionBooks  ----*************/
section.mainContant.sectionBooks .topHeader .links{
    width: 100%;
    height: auto;
    float: left;
    border-top: 1px solid #565656;
    padding: 15px 0px;
    position: relative;
}
section.mainContant.sectionBooks .topHeader .links li{
    float: right;
    position: relative;
    list-style: none;
}
section.mainContant.sectionBooks .topHeader .links li .dropdown-menu {
    min-width: auto;
    padding: 5px 12px;
}
section.mainContant.sectionBooks .topHeader .links li a{
    padding: 0px;
    margin-left: 0px;
}
section.mainContant.sectionBooks .topHeader .links li a.logout{
    width: 70px;
    height: 25px;
}
section.mainContant.sectionBooks .topHeader .links li a.logout i{
    float: left;
    margin-top: 4px;
    margin-right: 4px;
}
section.mainContant.sectionBooks .topHeader .links h3{
    float: right;
    font-size: 16px;
    color: #76323f;
    line-height: 50px;
    margin-left: 30px;
}
section.mainContant.sectionBooks .topHeader .links img{
    float: right;
    margin-left: 30px;
    max-width: 50px;
    max-height: 50px;
}
section.mainContant.sectionBooks .topHeader .links a{
    float: right;
    height: auto;
    padding: 15px 0px;
    margin-left: 30px;
    color: #565656;
    font-size: 16px;
    transition: all 0.6s;
    border-bottom: 1px solid transparent;
}
section.mainContant.sectionBooks .topHeader .links a.active{
    border-bottom: 1px solid #565656;
}
section.mainContant.sectionBooks .topHeader .links a:hover{
    color: #76323f;
    transition: all 0.6s;
}
section.mainContant.sectionBooks .details .section {
    width: 100%;
    min-height: 270px;
    position: relative;
    padding: 0px;
    height: 270px;
    background-image: url(/public/img/shelf2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 210px;
}
section.mainContant.sectionBooks .details .section .portion{
    width: 14.285%;
    height: 220px;
    position: relative;
    text-align: center;
    float: left;
    margin-bottom: -15px;
}
section.mainContant.sectionBooks .details .section .portion .rate{
    float: left;
    width: 100%;
    height: 40px;
}
section.mainContant.sectionBooks .details .section .portion .rate .stars{
    width: auto;
    float: left;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -37.5px;
}
section.mainContant.sectionBooks .details .section .portion .imag{
    float: left;
    width: 100%;
    height: 180px;
    position: relative;
}
section.mainContant.sectionBooks .details .section .portion .imag .imageCont{
    position: relative;
    bottom: 0px;
    z-index: 99;
    width: 120px;
    height: 180px;
    background-size: cover;
    background-position: center;
    float: none;
    margin: auto;
}
section.mainContant.sectionBooks .details .section img.shelf{
    position: relative;
    bottom: 0px;
    width: 100%;
}

/*-------stars-----------*/
.stars{
    width: 100%;
    float: left;
    text-align: left;
    height: auto;
    position: relative;
}
.rating {
    font-size: 18px;
    overflow:hidden;
}
.rating input {
    float: right;
    opacity: 0;
    position: absolute;
}
.rating a,
.rating label {
    float:right;
    color: #8e8d8d;
    text-decoration: none;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
}
.rating label:hover ~ label,
.rating input:focus ~ label,
.rating label:hover,
.rating a:hover,
.rating a:hover ~ a,
.rating a:focus,
.rating a:focus ~ a		{
    color: #76323f;
    cursor: pointer;
}
.rating2 {
    direction: rtl;
}
.rating2 a {
    float: right;
    line-height: 18px;
}
.rating strong{
    float: left;
}
strong.notActive{
    color: #8e8d8d;
}
strong.active{
    color: #76323f;
}
/*-------stars-----------*/

/***********----  End sectionBooks  ----*************/

/***********----  Start myAccount  ----*************/
section.mainContant.sectionBooks .myAccountPage img.book{
    position: absolute;
    top: 5%;
    right: 5%;
    opacity: 0.5;
}
section.mainContant.sectionBooks .myAccountPage .pull-left{
    text-align: center;
}
section.mainContant.sectionBooks .myAccountPage .pull-left .btn-success{
    background-color: transparent;
    border-color: transparent;
    color: #565656;
    font-size: 13px;
    margin-top: 15px;
}
section.mainContant.sectionBooks .myAccountPage .pull-left .btn-success:hover{
    color: #76323f;
}
section.mainContant.sectionBooks .myAccountPage .pull-left .progress-bar-success {
    background-color: #76323f;
}
/*section.mainContant.sectionBooks .myAccountPage .imageCont{
    float: left;
    width: 100%;
}*/
section.mainContant.sectionBooks .myAccountPage .imageCont img{
    width: 150px;
    height: 150px;
    border-radius: 100%;
    margin: auto;
}
section.mainContant.sectionBooks .myAccountPage .imageCont.myReviews img{
    width: 160px;
    height: auto;
    border-radius: 0%;
}
section.mainContant.sectionBooks .myAccountPage .imageCont img.two{
    width: 100%;
    height: auto;
    border-radius: 0px;
    margin: auto;
}
section.mainContant.sectionBooks .myAccountPage #files .imageCont{
    width: 150px;
    height: 150px;
    background-size: cover;
    background-position: top;
    border-radius: 100%;
    margin: auto;
}
section.mainContant.sectionBooks .myAccountPage .left{
    float: left;
    width: auto;
    border-right: 1px solid #565656;
    max-width: 105px;
}
section.mainContant.sectionBooks .myAccountPage .right{
    float: left;
    width: auto;
    padding-left: 30px;
}
section.mainContant.sectionBooks .myAccountPage .right .form-control{
    box-shadow: none;
    text-align: left;
    margin-bottom: 8px;
    font-size: 16px;
    height: 40px;
    border-radius: 0px;
    background-color: #e1dcd9;
    color: #565656;
}

section.mainContant.sectionBooks .myAccountPage h3,
section.mainContant.sectionBooks .myAccountPage .left p,
section.mainContant.sectionBooks .myAccountPage .right p{
    float: left;
    font-size: 16px;
    line-height: 47px;
    color: #565656;
    width: 100%;
}
section.mainContant.sectionBooks .myAccountPage textarea#aboutMe{
    width: 100%;
    text-align: left;
    background-color: transparent;
    height: 50px;
    min-height: 200px;
    font-size: 16px;
    border: 1px solid #565656;
    padding: 15px;
}
section.mainContant.sectionBooks .myAccountPage a.change{
    float: right;
    padding: 5px 15px;
    background-color: #773340;
    color: #cdc4bd;
    font-size: 18px;
    margin-bottom: 30px;
}
section.mainContant.sectionBooks .myAccountPage a.change:hover{
    background-color: #5b2832;
    color: #ffffff;
}
section.mainContant.sectionBooks .myAccountPage p{
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #565656;
    width: 100%;
    word-wrap: break-word;
}

section.mainContant.sectionBooks .myAccountPage h3 a,
section.mainContant.sectionBooks .myAccountPage .right p a{
    font-size: 14px;
    color: #76323f;
    margin-left: 15px;
}
section.mainContant.sectionBooks .myAccountPage .right p a:hover{
    opacity: 0.6;
}
/***********----  End myAccount  ----*************/


/***********----  End myReviews  ----*************/
/*section.mainContant.sectionBooks .myAccountPage.reviews .imageCont img{
    width: 100%;
}*/
section.mainContant.sectionBooks .myAccountPage.reviews .details .top{
    border-bottom: 1px solid #949494;
}
section.mainContant.sectionBooks .myAccountPage.reviews .details.rate .top{
    border-bottom: 0px;
}
section.mainContant.sectionBooks .myAccountPage.reviews .details .top h2{
    width: 100%;
    float: left;
    font-size: 20px;
    color: #76323f;
    font-family: 'PlayfairDisplay-Italic';
    margin-bottom: 5px;
    word-wrap: break-word;
}
section.mainContant.sectionBooks .myAccountPage.reviews .details .top span{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #565656;
    font-family: 'PlayfairDisplay-Italic';
    margin-bottom: 5px;
}
section.mainContant.sectionBooks .myAccountPage.reviews .details .top .stars {
    width: auto;
    float: left;
}
section.mainContant.sectionBooks .myAccountPage.reviews .top .rating {
    direction: ltr;
    width: auto;
    float: left;
    position: relative;
    left: 0%;
    top:0px;
    margin-left: 0px;
}
section.mainContant.sectionBooks .myAccountPage.reviews .write .top .rating {
    top:8px;
}
section.mainContant.sectionBooks .myAccountPage.reviews .details .top h3 {
    width: auto;
    float: left;
    margin-left: 15px;
    font-size: 11px;
    color: #565656;
    line-height: 25px;
}
section.mainContant.sectionBooks .myAccountPage.reviews .details.rate .top h3{
    margin-left: 0px;
    margin-right: 15px;
    font-size: 16px;
}
section.mainContant.sectionBooks .myAccountPage.reviews .top p.titleEdit,
section.mainContant.sectionBooks .myAccountPage.reviews .top a.delete,
section.mainContant.sectionBooks .myAccountPage.reviews  .top a.save,
section.mainContant.sectionBooks .myAccountPage.reviews  .top a.edit{
    width: auto;
    float: right;
    margin-left: 15px;
    font-size: 14px;
    color: #565656;
    line-height: 25px;
    margin-top: 0px;
}
section.mainContant.sectionBooks .myAccountPage.reviews .top a.save,
section.mainContant.sectionBooks .myAccountPage.reviews .top a.edit{
    color: #76323f;
}
section.mainContant.sectionBooks .myAccountPage.reviews .details p{
    margin-top: 15px;
}
section.mainContant.sectionBooks .myAccountPage.reviews .details.rate{
    padding-left: 15px;
}
section.mainContant.sectionBooks .myAccountPage.reviews .sectionComments h2{
    float: left;
    width: 100%;
    font-size: 20px;
    color: #76323f;
    font-family: 'PlayfairDisplay-Regular';
    margin-bottom: 15px;
}
section.mainContant.sectionBooks .myAccountPage.reviews .sectionComments .comments{
    float: left;
    width: 100%;
    padding-left: 75px;
    position: relative;
    margin-bottom: 60px;
}
section.mainContant.sectionBooks .myAccountPage.reviews .sectionComments .comments img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
section.mainContant.sectionBooks .myAccountPage.reviews .sectionComments .comments .top{
    float: left;
    width: 100%;
    border-bottom: 1px solid #949494;
    margin-bottom: 15px;
}
section.mainContant.sectionBooks .myAccountPage.reviews .sectionComments .comments .top span{
    float: left;
    width: auto;
    font-size: 16px;
    color: #76323f;
    margin-right: 30px;
    font-family: 'ProximaNova-Semibold';
}
section.mainContant.sectionBooks .myAccountPage.reviews .sectionComments .comments .top .stars{
    float: left;
    width: auto;
}
section.mainContant.sectionBooks .myAccountPage.reviews .sectionComments .comments .top .stars h3{
    float: left;
    width: auto;
    font-size: 11px;
    line-height: 25px;
    margin-left: 15px;
}
section.mainContant.sectionBooks .myAccountPage.reviews .sectionComments .comments textarea{
    width: 100%;
    height: auto;
    min-height: 200px;
    background-color: transparent;
    border: 1px solid #949494;
    padding: 15px;
    color: #565656;
    font-size: 16px;
    text-align: left;
}
section.mainContant.sectionBooks .myAccountPage.reviews .sectionComments.write .comments .top {
    border-bottom: 0px;
}
section.mainContant.sectionBooks .myAccountPage.reviews .sectionComments.write .comments a#sendComment {
    background-color: #76323f;
    color:#eaeaea;
    font-size: 14px;
    padding: 3px 15px;
    float: right;
    cursor: pointer;
    margin-top: 15px;
}
section.mainContant.sectionBooks .myAccountPage.reviews .sectionComments.write .comments a#sendComment:hover{
    background-color: #5b2832;
    color: #ffffff;
}
.alert-danger{
    top: 15px;
    left: auto;
    right: 15px;
}
/***********----  End myReviews  ----*************/
























/*************-- Start All responsive --*************/


@media (min-width:1400px) and (max-width:1500px) {
    .slide-text.one p {
        font-size: 90px;
        margin-top: 20px;
        line-height: 90px;
    }
    .slide-text.two {
        top: 35%;
        padding: 30px;
    }
    .slide-text.two p {
        font-size: 60px;
        line-height: 70px;
    }
    .slide-text.three {
        top: 30%;
    }
    .slide-text.three p strong {
        font-size: 80px;
    }
    .slide-text.three p strong img{
        width: 38px;
        height:30px;
    }
    section.news .details .slickSliderNews .text {
        padding: 0px 80px 0px 80px;
    }
    section.mainContant .details .section {
        width: 25%;
    }
}
@media (min-width:1300px) and (max-width:1400px) {
    .slide-text.one p {
        font-size: 80px;
        margin-top: 20px;
        line-height: 80px;
    }
    .slide-text.two {
        top: 33%;
        padding: 30px;
    }
    .slide-text.two p {
        font-size: 50px;
        line-height: 50px;
    }
    .slide-text.three {
        top: 30%;
    }
    .slide-text.three p strong {
        font-size: 70px;
    }
    .slide-text.three p strong img{
        width: 36px;
        height:28px;
    }
    section.news .details .slickSliderNews .text {
        padding: 0px 60px 0px 60px;
    }
    section.mainContant .details .section {
        width: 25%;
    }
}
@media (min-width:1200px) and (max-width:1300px) {
    .slide-text.one p {
        font-size: 70px;
        margin-top: 20px;
        line-height: 70px;
    }
    .slide-text.two {
        top: 31%;
        padding: 30px;
    }
    .slide-text.two p {
        font-size: 40px;
        line-height: 40px;
    }
    .slide-text.three {
        top: 29%;
    }
    .slide-text.three p strong {
        font-size: 60px;
    }
    .slide-text.three p strong img{
        width: 34px;
        height:26px;
    }
    section.news .details .slickSliderNews .text {
        padding: 0px 40px 0px 40px;
    }
    section.mainContant .details .section {
        width: 33.333%;
    }
    section.mainContant.sectionBooks .details .section .portion .imag .imageCont {
        width: 110px;
        height: 170px;
    }
    section.mainContant.sectionBooks .details .section {
        background-position: center 204px;
    }
}
@media (min-width:1100px) and (max-width:1200px) {
    .slide-text.one p {
        font-size: 60px;
        margin-top: 20px;
        line-height: 60px;
    }
    .slider .image img {
        max-width: 65%;
    }
    .slide-text.one img {
        left: auto;
        right: 13%;
    }
    .slide-text.one {
        width: 35%;
    }
    .slide-text.two {
        top: 31%;
        padding: 30px;
    }
    .slide-text.two p {
        font-size: 30px;
        line-height: 30px;
    }
    .slide-text.three {
        top: 28%;
    }
    .slide-text.three p strong {
        font-size: 50px;
    }
    .slide-text.three p strong img{
        width: 32px;
        height:24px;
    }
    section.news .details .slickSliderNews .text {
        padding: 0px 20px 0px 20px;
    }
    section.mainContant .details .section {
        width: 33.333%;
    }
    section.mainContant.sectionBooks .details .section .portion .imag .imageCont {
        width: 110px;
        height: 170px;
    }
    section.mainContant.sectionBooks .details .section {
        background-position: center 204px;
    }
}

@media (min-width:1025px) and (max-width:1100px) {
    .slide-text.one p {
        font-size: 50px;
        margin-top: 20px;
        line-height: 50px;
    }
    .slider .image img {
        max-width: 65%;
    }
    .slide-text.one img {
        left: auto;
        right: 13%;
    }
    .slide-text.one {
        width: 35%;
    }
    .slide-text.two {
        top: 31%;
        padding: 30px;
    }
    .slide-text.two p {
        font-size: 30px;
        line-height: 30px;
    }
    .slide-text.three {
        top: 27%;
    }
    .slide-text.three p strong {
        font-size: 40px;
    }
    .slide-text.three p strong img{
        width: 30px;
        height:22px;
    }
    section.news .details .slickSliderNews .text {
        padding: 0px 10px 0px 10px;
    }
    section.news .details .slickSliderNews .text h2{
        font-size: 26px;
    }
    section.news .details .slickSliderNews .text p{
        font-size: 18px;
    }
    section.mainContant .details .section {
        width: 33.333%;
    }
    section.mainContant.sectionBooks .details .section .portion .imag .imageCont {
        width: 93px;
        height: 150px;
    }
    section.mainContant.sectionBooks .details .section {
        background-position: center 185px;
    }
}
@media (min-width:768px) and (max-width:1024px) {
    .slide-text.one p {
        font-size: 50px;
        margin-top: 20px;
        line-height: 50px;
        padding-left: 0px;
    }
    .slider .image img {
        max-width: 65%;
    }
    .slide-text.one img {
        left: auto;
        right: 13%;
    }
    .slide-text.one {
        width: 35%;
    }
    .slide-text.two {
        top: 31%;
        padding: 30px;
    }
    .slide-text.two p {
        font-size: 30px;
        line-height: 30px;
    }
    .slide-text.three {
        top: 27%;
    }
    .slide-text.three p strong {
        font-size: 35px;
        line-height: 40px;
    }
    .slide-text.three p strong img{
        width: 28px;
        height:20px;
    }
    section.news .details .slickSliderNews .text {
        padding: 0px 10px 0px 10px;
    }
    section.news .details .slickSliderNews .text h2{
        font-size: 24px;
    }
    section.news .details .slickSliderNews .text p{
        font-size: 18px;
    }
    section.mainContant.news.gallery.sub ul li {
        width: 50%;
    }
    section.mainContant .details .section {
        width: 50%;
    }
    section.mainContant.sectionBooks .details .section .portion .imag .imageCont {
        width: 93px;
        height: 150px;
    }
    section.mainContant.sectionBooks .details .section {
        background-position: center 185px;
    }
}

@media (min-width:600px) and (max-width:768px) {

    section.guests .section {
        width: 25%;
    }
}
@media (min-width:500px) and (max-width:600px) {

    section.guests .section {
        width: 50%;
    }
}
@media (min-width:300px) and (max-width:500px) {

    section.guests .section {
        width: 100%;
    }
}


@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .fancybox-next {
        right: 112px!important;
        width: 50px;
        position: fixed;
        height: auto;
        top: 35px;
    }
    .fancybox-prev {
        right: 210px!important;
        width: 50px;
        position: fixed;
        height: auto;
        top: 35px;
        left: auto !important;
    }

}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .fancybox-next {
        right: 112px!important;
        width: 50px;
        position: fixed;
        height: auto;
        top: 35px;
    }
    .fancybox-prev {
        right: 210px!important;
        width: 50px;
        position: fixed;
        height: auto;
        top: 35px;
        left: auto !important;
    }
}

@media (max-width: 767px) {

    section.mainContant.news.gallery.sub ul li {
        width: 100%;
    }
    section.mainContant .details .section {
        width: 100%;
    }

    .navbar-brand>img {
        width: 160px;
    }
    .menu {
        padding-bottom: 0px;
    }
    .navbar-toggle {
        margin-top: 26px;
        margin-right: 0px;
    }

    /****-- slider --****/
    .slide-text.one {
        padding: 15px 10px;
    }
    .slide-text.one p {
        font-size: 25px;
        line-height: 30px;
        margin-top: 0px;
    }
    .slide-text.two {
        top: 31%;
        padding: 30px;
    }
    .slide-text.two p {
        font-size: 30px;
        line-height: 30px;
    }
    .slide-text.three {
        top: 0%;
        padding: 0px;
    }
    .slide-text.three p strong {
        font-size: 25px;
        line-height: 25px;
    }
    .slide-text.three p strong img{
        width: 20px;
        height:12px;
    }
    section.mainContant.news.gallery.sub ul li {
        width: 100%;
    }
    section.mainContant .details .section {
        width: 100%;
        margin-bottom: 0px;
    }




    .navbar-brand>img {
        width: 160px;
    }
    .menu {
        padding-bottom: 0px;
    }
    .navbar-toggle {
        margin-top: 26px;
        margin-right: 0px;
    }

    /****-- slider --****/
    .slide-text.one {
        padding: 15px 10px;
    }
    .slide-text.one p {
        font-size: 25px;
        line-height: 30px;
        margin-top: 0px;
        padding-left: 0px;
    }
    .slide-text.two {
        top: 0%;
        padding: 10px;
    }
    .slide-text.two p {
        font-size: 17px;
        line-height: 21px;
    }
    .slide-text.two a {
        font-size: 9px;
        margin-top: 0px;
        padding: 5px;
        line-height: 19px;
    }
    .slide-text.three {
        top: 0%;
        padding: 0px;
    }
    .slide-text.three span {
        font-size: 14px;
        line-height: 30px;
    }
    .slide-text.three p strong {
        font-size: 25px;
        line-height: 25px;
    }
    .slide-text.three p strong img{
        width: 20px;
        height:12px;
    }
    /****--index --****/
    section.news .details .slickSliderNews {
        height: auto;
    }
    section.news .details .slickSliderNews .item {
        height: auto;
    }
    section.news .details .slickSliderNews .imageCont {
        width: 100%;
        height: 200px;
    }

    section.news .details .slickSliderNews .text {
        width: 100%;
        height: auto;
        padding: 0px 15px 0px 15px;
    }
    section.news .details .slickSliderNews .text h2 {
        font-size: 18px;
    }
    section.news .details .slickSliderNews .item a.more {
        position: relative;
        bottom: 0px;
        right: auto;
        left: 0px;
        float: left;
        margin-top: 15px;
    }
    section.books .one p {
        margin-top: 33px;
    }
    section.books .one p strong {
        font-size: 30px;
    }
    section.books .one p strong img {
        width: 20px;
    }
    section.books .two {
        min-height: 545px;
    }
    section.books .two img.pen {
        margin-left: -35px;
        width: 70px;
    }
    section.books .two a.more {
        bottom: 30px;
    }

    /****-- End contact us --****/
    section.mainContant .scContactUs .sub h2 {
        font-size: 25px;
        margin-top: 20px;
    }
    section.mainContant .scContactUs .sc {
        margin-bottom: 10px;
    }
    section.mainContant .scContactUs button.send {
        margin-top: 20px;
        padding: 7px 20px;
        font-size: 17px;
    }
    section.mainContant .scContactUs .text img {
        left: 0px;
    }
    .topHeader .dropdown {
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .modalDetails img.book {
        top: 1%;
        right: auto;
        left: 1%;
        width: 23%;
    }
    .modalDetails .right {
        padding-right: 15px;
    }
    .modalDetails h2 {
        font-size: 28px;
    }
    /****-- End guests --****/
    section.mainContant {
        min-height: auto;
    }
    .topHeader h2 {
        width: 100%;
    }
    .topHeader {
        margin-bottom: 15px;
    }
    section.mainContant .details .section .imageCont a {
        height: 250px;
    }
    .modalDetails {
        padding: 65px 0px;
    }
    /*****-- news --*****/
    section.mainContant.news .imageCont {
        height: 250px;
    }
    section.mainContant.news .sub .imageCont .caption {
        width: 150px;
        right: 0px;
        left: auto;
        font-size: 20px;
        line-height: 20px;
    }
    section.mainContant.news h2 {
        font-size: 22px;
    }
    section.mainContant.news .imageCont .caption {
        left: auto;
        right: 0px;
        font-size: 20px;
        line-height: 30px;
        min-width: 150px;
    }

    /*****-- books --******/
    section.mainContant.sectionBooks .details .section {
        min-height: auto;
        height: auto;
        background-image: none;
    }
    section.mainContant.sectionBooks .details .section .portion {
        width: 100%;
        height: auto;
        margin-bottom: 0px;
    }
    section.mainContant.sectionBooks .details .section .portion .rate {
        height: 25px;
    }
    section.mainContant.sectionBooks .details .section .portion .imag {
        height: auto;
        margin-bottom: 50px;
    }
    section.mainContant.sectionBooks .details .section .portion .imag .imageCont {
        width: 140px;
        height: 200px;
    }
    section.mainContant.sectionBooks .topHeader .links h3 {
        width: 100%;
    }
    section.mainContant.sectionBooks .topHeader .links li {
        position: absolute;
        right: 0px;
        top: 15px;
    }
    section.mainContant.sectionBooks .topHeader .links h3 {
        margin-left: 0px;
        padding-right: 60px;
        text-align: right;
    }

    /******-- books Reviews --******/
    section.mainContant.sectionBooks .myAccountPage .imageCont img.two {
        width: 50%;
        float: left;
        margin-bottom: 20px;
    }
    section.mainContant.sectionBooks .myAccountPage.reviews .sectionComments .comments .top span {
        width: 100%;
        margin-right: 0px;
    }
    section.mainContant.sectionBooks .myAccountPage .bookDetailsMobil{
        margin-right: -15px;
        margin-left: -15px;
    }
    section.mainContant.sectionBooks .myAccountPage.reviews .details.rate {
        padding-left: 0px;
    }
    section.mainContant.sectionBooks .myAccountPage .left {
        width: 50%;
    }
    section.mainContant.sectionBooks .myAccountPage .left p{
        font-size: 12px;
        line-height: 33px;
    }
    section.mainContant.sectionBooks .myAccountPage .right {
        width: 50%;
        padding-left: 0px;
    }
    section.mainContant.sectionBooks .myAccountPage .right .form-control {
        height: 26px;
    }
    section.mainContant.about h2 {
        font-size: 30px;
    }
    section.mainContant.about p {
        font-size: 16px;
        margin: 30px 0px;
    }
    section.mainContant.sectionBooks .myAccountPage.reviews .top a.delet,
    section.mainContant.sectionBooks .myAccountPage.reviews .top a.edit {
        width: 100%;
    }

    /*******-- login --********/
    section.mainContant.login center {
        width: 100%;
        padding-top: 30px;
    }
    section.mainContant .details .section .imageCont div{
        height: auto !important;
    }
    section.mainContant .details .section .imageCont div img{
        max-height: inherit !important;
    }

    .fancybox-next {
        right: 112px!important;
        width: 50px;
        position: fixed;
        height: auto;
        top: 35px;
    }
    .fancybox-prev {
        right: 210px!important;
        width: 50px;
        position: fixed;
        height: auto;
        top: 35px;
        left: auto !important;
    }

}

@media (max-width: 480px) {
    section.mainContant.news.gallery.sub ul li {
        width: 100%;
    }
    section.mainContant .details .section {
        width: 100%;
        margin-bottom: 0px;
    }
    .navbar-brand>img {
        width: 160px;
    }
    .menu {
        padding-bottom: 0px;
    }
    .navbar-toggle {
        margin-top: 26px;
        margin-right: 0px;
    }

    /****-- slider --****/
    .slide-text.one {
        padding: 15px 10px;
    }
    .slide-text.one p {
        font-size: 25px;
        line-height: 30px;
        margin-top: 0px;
        padding-left: 0px;
    }
    .slide-text.two {
        top: 0%;
        padding: 10px;
    }
    .slide-text.two p {
        font-size: 17px;
        line-height: 21px;
    }
    .slide-text.two a {
        font-size: 9px;
        margin-top: 0px;
        padding: 5px;
        line-height: 19px;
    }
    .slide-text.three {
        top: 0%;
        padding: 0px;
    }
    .slide-text.three span {
        font-size: 14px;
        line-height: 30px;
    }
    .slide-text.three p strong {
        font-size: 25px;
        line-height: 25px;
    }
    .slide-text.three p strong img{
        width: 20px;
        height:12px;
    }
    /****--index --****/
    section.news .details .slickSliderNews {
        height: auto;
    }
    section.news .details .slickSliderNews .item {
        height: auto;
    }
    section.news .details .slickSliderNews .imageCont {
        width: 100%;
        height: 200px;
    }

    section.news .details .slickSliderNews .text {
        width: 100%;
        height: auto;
        padding: 0px 15px 0px 15px;
    }
    section.news .details .slickSliderNews .text h2 {
        font-size: 18px;
    }
    section.news .details .slickSliderNews .item a.more {
        position: relative;
        bottom: 0px;
        right: auto;
        left: 0px;
        float: left;
        margin-top: 15px;
    }
    section.books .one p {
        margin-top: 33px;
    }
    section.books .one p strong {
        font-size: 30px;
    }
    section.books .one p strong img {
        width: 20px;
    }
    section.books .two {
        min-height: 545px;
    }
    section.books .two img.pen {
        margin-left: -35px;
        width: 70px;
    }
    section.books .two a.more {
        bottom: 30px;
    }

    /****-- End contact us --****/
    section.mainContant .scContactUs .sub h2 {
        font-size: 25px;
        margin-top: 20px;
    }
    section.mainContant .scContactUs .sc {
        margin-bottom: 10px;
    }
    section.mainContant .scContactUs button.send {
        margin-top: 20px;
        padding: 7px 20px;
        font-size: 17px;
    }
    section.mainContant .scContactUs .text img {
        left: 0px;
    }
    .topHeader .dropdown {
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .modalDetails img.book {
        top: 1%;
        right: auto;
        left: 1%;
        width: 23%;
    }
    .modalDetails .right {
        padding-right: 15px;
    }
    .modalDetails h2 {
        font-size: 28px;
    }
    /****-- End guests --****/
    section.mainContant {
        min-height: auto;
    }
    .topHeader h2 {
        width: 100%;
    }
    .topHeader {
        margin-bottom: 15px;
    }
    section.mainContant .details .section .imageCont a {
        height: 250px;
    }
    .modalDetails {
        padding: 65px 0px;
    }
    /*****-- news --*****/
    section.mainContant.news .imageCont {
        height: 250px;
    }
    section.mainContant.news .sub .imageCont .caption {
        width: 150px;
        right: 0px;
        left: auto;
        font-size: 20px;
        line-height: 20px;
    }
    section.mainContant.news h2 {
        font-size: 22px;
    }
    section.mainContant.news .imageCont .caption {
        left: auto;
        right: 0px;
        font-size: 20px;
        line-height: 30px;
        min-width: 150px;
    }

    /*****-- books --******/
    section.mainContant.sectionBooks .details .section {
        min-height: auto;
        height: auto;
        background-image: none;
    }
    section.mainContant.sectionBooks .details .section .portion {
        width: 100%;
        height: auto;
        margin-bottom: 0px;
    }
    section.mainContant.sectionBooks .details .section .portion .rate {
        height: 25px;
    }
    section.mainContant.sectionBooks .details .section .portion .imag {
        height: auto;
        margin-bottom: 50px;
    }
    section.mainContant.sectionBooks .details .section .portion .imag .imageCont {
        width: 140px;
        height: 200px;
    }
    section.mainContant.sectionBooks .topHeader .links h3 {
        width: 100%;
    }
    section.mainContant.sectionBooks .topHeader .links li {
        position: absolute;
        right: 0px;
        top: 15px;
    }
    section.mainContant.sectionBooks .topHeader .links h3 {
        margin-left: 0px;
        padding-right: 60px;
        text-align: right;
    }

    /******-- books Reviews --******/
    section.mainContant.sectionBooks .myAccountPage .imageCont img.two {
        width: 50%;
        float: left;
        margin-bottom: 20px;
    }
    section.mainContant.sectionBooks .myAccountPage.reviews .sectionComments .comments .top span {
        width: 100%;
        margin-right: 0px;
    }
    section.mainContant.sectionBooks .myAccountPage .bookDetailsMobil{
        margin-right: -15px;
        margin-left: -15px;
    }
    section.mainContant.sectionBooks .myAccountPage.reviews .details.rate {
        padding-left: 0px;
    }
    section.mainContant.sectionBooks .myAccountPage .left {
        width: 50%;
    }
    section.mainContant.sectionBooks .myAccountPage .left p{
        font-size: 12px;
        line-height: 33px;
    }
    section.mainContant.sectionBooks .myAccountPage .right {
        width: 50%;
        padding-left: 0px;
    }
    section.mainContant.sectionBooks .myAccountPage .right .form-control {
        height: 26px;
    }
    section.mainContant.about h2 {
        font-size: 30px;
    }
    section.mainContant.about p {
        font-size: 16px;
        margin: 30px 0px;
    }
    section.mainContant.sectionBooks .myAccountPage.reviews .top a.delet,
    section.mainContant.sectionBooks .myAccountPage.reviews .top a.edit {
        width: 100%;
    }

    /*******-- login --********/
    section.mainContant.login center {
        width: 100%;
        padding-top: 30px;
    }
    section.mainContant .details .section .imageCont div{
        height: auto !important;
    }
    section.mainContant .details .section .imageCont div img{
        max-height: inherit !important;
    }
    .fancybox-next {
        right: 112px!important;
        width: 50px;
        position: fixed;
        height: auto;
        top: 35px;
    }
    .fancybox-prev {
        right: 210px!important;
        width: 50px;
        position: fixed;
        height: auto;
        top: 35px;
        left: auto !important;
    }
}
/*************-- All responsive --*************/

.loadMore center{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.btn-primary {
    color: #eaeaea;
    background-color: #76323f;
    border-color: #76323f;
    font-size: 15px;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    color: #eaeaea;
    background-color: #76323f;
    border-color: #76323f;
}


.img-bg-strech{
    background-position:bottom !important;
}
section.mainContant.news .sub .imageCont .caption {
	display: none;
}