@font-face{
    font-family:'Museo';
    src:url('https://blog.zianetwork.com/public/fonts/Museo-500.otf') format('opentype');
}


html, body {
    height: 100%;
    /*    font-family: 'PT Sans', sans-serif;*/
    font-family: 'Raleway', sans-serif;
    margin-top: 0px !important;
}
.gray .backto{
    margin-left:50px; 
    margin-top:25px;
    width:fit-content;
    display:flex;
    gap:10px;
    z-index: 99999;
    position: relative;
    
}
.gray .backto a{
    transition:all 500ms ease-in-out;
    color:#263645;
    
}
.gray .backto:hover a{
    color:#d13138;
}
.gray .backto a:focus{
    text-decoration:none;
}
.gray .backto:hover img{
    transition:all 500ms ease-in-out;
        transform: translateX(5px);
}
a {
    text-decoration: none;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: width 2s;
    cursor: pointer;
    color: #4F7E70;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

.hoverIcon > a > img {
    display: table-cell;
    float: right;
    vertical-align: middle;
}
.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;
}
.container {
    position: relative;
}
.fancybox-lock .fancybox-overlay {
    z-index: 999999;
}
.fancybox-opened {
    z-index: 999999999;
}
.fancybox-overlay {
    z-index: 99999999;
}
.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;
}
.fancybox-skin {
    padding: 0px !important;
}


/* ==================== PRELOADER ==================== */
#preloader {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    z-index:999999999;
    background-color: #263645;
}
.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: #d03238;
    -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: #d03238;
    -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: #d03238;
    -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);}
}
#fountainTextG{
    width:87px;
    margin:auto;
    float: left;
}

.fountainTextG{
    color:rgb(208, 50, 56);
    font-family:Arial;
    font-size:24px;
    text-decoration:none;
    font-weight:normal;
    font-style:normal;
    float:left;
    animation-name:bounce_fountainTextG;
    -o-animation-name:bounce_fountainTextG;
    -ms-animation-name:bounce_fountainTextG;
    -webkit-animation-name:bounce_fountainTextG;
    -moz-animation-name:bounce_fountainTextG;
    animation-duration:2.09s;
    -o-animation-duration:2.09s;
    -ms-animation-duration:2.09s;
    -webkit-animation-duration:2.09s;
    -moz-animation-duration:2.09s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
    transform:scale(.5);
    -o-transform:scale(.5);
    -ms-transform:scale(.5);
    -webkit-transform:scale(.5);
    -moz-transform:scale(.5);
}#fountainTextG_1{
    animation-delay:0.75s;
    -o-animation-delay:0.75s;
    -ms-animation-delay:0.75s;
    -webkit-animation-delay:0.75s;
    -moz-animation-delay:0.75s;
}
#fountainTextG_2{
    animation-delay:0.9s;
    -o-animation-delay:0.9s;
    -ms-animation-delay:0.9s;
    -webkit-animation-delay:0.9s;
    -moz-animation-delay:0.9s;
}
#fountainTextG_3{
    animation-delay:1.05s;
    -o-animation-delay:1.05s;
    -ms-animation-delay:1.05s;
    -webkit-animation-delay:1.05s;
    -moz-animation-delay:1.05s;
}
#fountainTextG_4{
    animation-delay:1.2s;
    -o-animation-delay:1.2s;
    -ms-animation-delay:1.2s;
    -webkit-animation-delay:1.2s;
    -moz-animation-delay:1.2s;
}
#fountainTextG_5{
    animation-delay:1.35s;
    -o-animation-delay:1.35s;
    -ms-animation-delay:1.35s;
    -webkit-animation-delay:1.35s;
    -moz-animation-delay:1.35s;
}
#fountainTextG_6{
    animation-delay:1.5s;
    -o-animation-delay:1.5s;
    -ms-animation-delay:1.5s;
    -webkit-animation-delay:1.5s;
    -moz-animation-delay:1.5s;
}
#fountainTextG_7{
    animation-delay:1.64s;
    -o-animation-delay:1.64s;
    -ms-animation-delay:1.64s;
    -webkit-animation-delay:1.64s;
    -moz-animation-delay:1.64s;
}

@keyframes bounce_fountainTextG{
    0%{
        transform:scale(1);
        color:rgb(208, 50, 56);
    }

    100%{
        transform:scale(.5);
        color:rgb(255,255,255);
    }
}

@-o-keyframes bounce_fountainTextG{
    0%{
        -o-transform:scale(1);
        color:rgb(208, 50, 56);
    }

    100%{
        -o-transform:scale(.5);
        color:rgb(255,255,255);
    }
}

@-ms-keyframes bounce_fountainTextG{
    0%{
        -ms-transform:scale(1);
        color:rgb(208, 50, 56);
    }

    100%{
        -ms-transform:scale(.5);
        color:rgb(255,255,255);
    }
}

@-webkit-keyframes bounce_fountainTextG{
    0%{
        -webkit-transform:scale(1);
        color:rgb(208, 50, 56);
    }

    100%{
        -webkit-transform:scale(.5);
        color:rgb(255,255,255);
    }
}

@-moz-keyframes bounce_fountainTextG{
    0%{
        -moz-transform:scale(1);
        color:rgb(208, 50, 56);
    }

    100%{
        -moz-transform:scale(.5);
        color:rgb(255,255,255);
    }
}

/*======================== PRELOADER ========================*/


.section{
    float: left;
    width: 100%;
    /*    min-height: 100%;*/
    height: auto;
    padding: 100px 0px 50px 0px;
    overflow: hidden;
    position: relative;
}



/******************  Start menu  *****************/
.navbar-nav.english{
    display: block;
}
.navbar-nav.arabic{
    display: none;
}
.menu{
    width: 100%;
    height: auto;
    float: left;
    padding: 0px 30px;
    background-color: rgba(255,255,255,0.9);
    position: relative;
    z-index: 999999;
    transition: all 0.5s;
}

.navbar-nav {
    float: right;
    width: auto;
    text-align: center;
    padding-bottom: 0px;
    position: relative;
    z-index: 999999;
    background-color: transparent;
    margin-top: 30px;
    transition: all 0.5s;
}
.navbar-default .navbar-nav>li {
    float: right;
    position: relative;
}
.navbar-default .navbar-nav>li:after{
    content: '/';
    display: inline-block;
    font-weight: 300;
    color: #9a9a9a;
    font-size: 20px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}
.navbar-default .navbar-nav>li:last-child:after{
    content: '';
}

.navbar-default .navbar-nav>li.active,
.navbar-default .navbar-nav>li:focus,
.navbar-default .navbar-nav>li:hover{
    outline: none;
}
.navbar-default .navbar-nav>li>a{
    float: left;
    width: 100%;
    color: #000000;
    font-size: 17px;
    text-transform:  uppercase;
    padding: 5px 20px;
    border-bottom: 2px solid transparent;
}

.navbar-default .navbar-nav>li a.active,
.navbar-default .navbar-nav>li:focus a,
.navbar-default .navbar-nav>li:hover a{
    color: #be2c35;
    background-color: transparent;
    border-bottom: 2px solid #be2c35;
}
.navbar-brand {
    float: left;
    height: auto;
    width: 100%;
    text-align: center;
    padding: 35px 10px;
}
.navbar-brand img{
    transition: all 0.5s;
}
.navbar-brand.responsive img {
    float: left;
    width: 150px;
}
.navbar-brand.normal img {
    display: block;
    width: 150px;
    margin: auto;
    position: absolute;
    top: -82px;
    left: 50%;
    margin-left: -75px;
}
.navbar-default {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    position: relative;
    margin-bottom: 0px;
}
.navbar-default .top{
    position: absolute;
    right: 45px;
    top: 15px;
    z-index: 99999999;
}
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}
.navbar-default .top .calendar,
.navbar-default .top .langList{
    float: left;
    width: 100%;
    height: auto;
}
.navbar-default .top .calendar{
    float: right;
    width: auto;
    position: absolute;
    top: 75px;
    right: 0px;
}
.popover{
    background-color: #000000;
}
.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: rgba(0,0,0,1) !important;
}
.popover.top .arrow:after{
    border-top-color: rgba(0,0,0,1) !important;
}
.popover-inner {
    color: #fff;
    background-color: rgba(0,0,0,1);
    border: solid 1px rgba(0,0,0,1);
    font-size: 15px;
}
.popover-title{
    color:  #ffffff;
    background-color: rgba(0,0,0,1);
    border: solid 1px rgba(0,0,0,1);
    opacity: 1 !important;
    z-index: 99999999;
    opacity: 1 !important;
}
.popover-content{
    display: none
}
.navbar-default .top .langList ul{
    float: left;
    width: 100%;
    height: auto;
    padding: 0px;
}
.navbar-default .top .langList ul li{
    float: right;
    width: auto;
    list-style: none;
    margin-left: 10px;
    border-left: 1px solid #808080;
    padding-left: 10px;
}
.navbar-default .top .langList ul li:last-child{
    border-left: 0px;
}
.navbar-default .top .langList ul li .dropdown-menu {
    position: absolute;
    top: 100%;
    left: auto;
    right: 0px;
    z-index: 1000;
    float: left;
    min-width: 100px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.navbar-default .top .langList ul li .dropdown-menu li{
    border: none;
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
}
.navbar-default .top .langList ul li a{
    float: left;
    color: #808080;
    font-size: 13px;
}
.navbar-default .top .langList ul li a.arabic .selection{
    font-family: 'Frutiger LT Arabic 55 Roman';
    float: left;
    margin-top: -5px;
    padding-bottom: 5px;
}
.navbar-default .top .langList ul li a .icon{
    color: #8d6fc8;
    font-size: 14px;
    margin-right: 10px;
}
.navbar-default .top .langList ul li a.active,
.navbar-default .top .langList ul li a:hover{
    color: #8d6fc8;
}
.navbar-default .top .langList ul li a.english{
    color: #8d6fc8;
    font-family: 'TrajanPro-Regular';
}
.navbar-default .top .langList ul li span{
    color: #808080;
    font-size: 13px;
}

.navbar-default .top .langList ul li a.arabic{
    font-family: 'Amiri', serif;
    color: #808080;
}
.navbar-default .navbar-brand.responsive{
    display: none;
}
.navbar-default .callUs{
    position: absolute;
    left: 45px;
    top: 16px;
    z-index: 99999999;
}
.navbar-default .callUs h4 a,
.navbar-default .callUs h4{
    font-size: 14px;
    color: #808080;
}
.navbar-default .callUs h4 a:hover{
    color: #8d6fc8;
}
.menu.fixed-top{
    transition: all 0.5s;
    border-bottom: 1px solid #080808;
    -webkit-box-shadow: 0px 7px 21px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 7px 21px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 7px 21px -8px rgba(0,0,0,0.75);
}
.menu.fixed-top .navbar-brand img {
    width: 150px;
    transition: all 0.5s;
}
.menu.fixed-top .navbar-nav {
    margin-top: 35px;
    transition: all 0.5s;
}
.nav.navbar-nav.mobile{
    display: none;
}

/******************  End menu  *****************/



/******************  Start footer  *****************/
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.list-inline-item {
  display: inline-block;
}
footer a, footer p {
	color: rgba(194, 194, 194, 0.6);
	margin-bottom: 0;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 4px;
	line-height: 1.6;
	font-variant-numeric: proportional-nums;
	font-family: "Museo", sans-serif;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

footer{padding: 90px 90px 10px 90px}
footer ul li{padding: 0 20px; border-right: 1px solid #ced2d6; margin: 0; font-size: 14px; line-height: 14px; }
footer ul li:last-child{border-right: none;}

footer .text-lg-right a{color:  #ced2d6; font-size: 17px; font-weight: 500}
footer p{color:  #89929b; font-size: 12px; }
.social-links a{font-size: 13px; color: #a1a8b0; margin-left: 10px}
.text-secondary {
	color: #cf3339 !important;
}
.letstalk-wrap {
  padding: 50px 0;
  text-align: center;
  height:145px !important;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  background: url(/public/img/letstalk-bg.jpg) no-repeat center;
  background-size: auto;
  background-size: 90% auto;
 
}
.letstalk-wrap a {
     color:#263645 !important;
     text-decoration:none;
}
.letstalk-wrap h3::after {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 50px;
	margin-left: -25px;
	height: 1.5px;
	background: #cf3339;
	content: '';
}

@media (min-width: 992px){
.ml-lg-3, .mx-lg-3 {
  margin-left: 1rem !important;
}
}
@media (min-width: 768px){
.ml-md-3, .mx-md-3 {
  margin-left: 1rem !important;
}
}
@media (min-width: 576px){
.text-sm-right {
  text-align: right !important;
}
} 
@media (min-width: 768px){
.ml-md-5, .mx-md-5 {
  margin-left: 3rem !important;
}
}
  @media (min-width: 576px){
.float-sm-right {
  float: right !important;
}
}
/******************* OLD V
.footer{
    float: left;
    width: 100%;
    padding: 45px;
    background-color: #d03238;
    position: relative;
    bottom: 0px;
    z-index: 9999;
}
.footer p{
    float: right;
    text-align: right;
    font-size: 12px;
    color: #263645;
}
.footer p img{
    margin: 5px 5px 0px 0px;
}
.footer .scrollDown {
    bottom: auto;
    top: 20px;
}
.footer ul li {
    float: left;
    margin-right: 10px;
}
.footer ul li a{
    float: left;
    font-size: 20px;
    color: #fff;
}
.social{
    float: right;
    width: 100%;
    padding: 0px;
    margin-top: 0px;
}
.social li{
    float: right;
    width: auto;
    padding: 10px;
    list-style: none;
}
.social li a{
    font-size: 20px;
    color: #889099;
}
.scrollDown {
    float: left;
    width: 26px;
    text-align: center;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -13px;
    z-index: 999999;
}
/******************  End footer  *****************/


.section{
    float: left;
    width: 100%;
    height: auto;
    padding: 0px 30px;
}
.section .gray{
    float: left;
    width: 100%;
    height: 200px;
    background-color: #e9e9eb;
}
.content{
    float: left;
    width: 100%;
    height: auto;
    padding: 60px 60px;
    margin-top: -200px;
    position: relative;
    overflow: hidden;
}
.content .sub{
    min-height: 450px;
    margin-bottom: 30px;
    overflow: hidden;
}
.content .sub .imageCont{
    float: left;
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.content .sub .text{
    float: left;
    width: 100%;
    height: auto;
    max-height: 130px;
    padding: 30px;
    text-align: left;
    background-color: #263645;
    position: absolute;
    bottom: 0px;
    left: 0px;
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    -ms-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s;
}
.content .sub .text.open{
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    -ms-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s;
    max-height: 500px;
}
.content .sub .text span{
    position: absolute;
    left: 0px;
    top: -10px;
    padding: 0px 15px;
    color: #000000;
    font-size: 17px;
}
.content .sub .text h3{
    float: left;
    width: 100%;
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 40px;
    margin-top: 25px;
}
.content .sub .text p{
    float: left;
    width: 100%;
    font-size: 19px;
    color: #a1a7ae;
}
.content .sub .text strong{
    float:right;
    font-size: 12px;
    color: #d03238;
    font-weight: normal;
}
.content .sub .text a{
    float: left;
    font-size: 18px;
    color: #ffffff;
}
.content .sub .text a img{
    margin-right: 10px;
}



.content .sub.big{
    overflow: visible;
}
.content .sub.big .imageCont{
    float: left;
    width: 100%;
    height: 500px;
}
.content .sub.big .text{
    float: left;
    width: 100%;
    height: 500px;
    max-height: 500px;
    position: relative;
}
.content .sub.big .text strong{
    position: absolute;
    bottom: 60px;
    right: 30px;
}
.content .sub.big .text a{
    position: absolute;
    bottom: 60px;
    left: 30px;
}
.content .sub.big .text a.share{
    bottom: 30px;
    right: 30px;
    left: auto;
}
.content .sub.big .text a.like{
    bottom: 30px;
    right: 80px;
    left: auto;
}

ul.categories{
    float: right;
    margin-right: 60px;
    padding: 0px;
    margin-top: 45px;
    position: relative;
}
ul.categories li{
    float: right;
    width: auto;
    margin: 0px 10px;
    list-style: none;
}
ul.categories li a{
    float: right;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    transition: all 0.5s;
}

.sectionMore{
    border-top: 1px solid #dddee0;
    text-align: center;
    padding-top: 30px;
}
.sectionMore a{
    width: 150px;
}
.sectionMore a span{
    float: left;
    width: 100%;
    font-size: 18px;
    color: #263645;
}
.sectionFollow{
    margin-top: 100px;
    text-align: center;
}
.sectionFollow{
    margin-top: 100px;
    text-align: center;
}
.sectionFollow p{
    float: left;
    width: 100%;
    font-size: 16px;
    color: #000000;
    margin-bottom: 15px;
}
.sectionFollow .form-control{
    background-color: transparent;
    border: none;
    border-top: 1px solid #9da3ab;
    border-radius: 0px;
    box-shadow: none;
    height: 50px;
    text-align: center;
}
.sectionFollow .send{
    float: left;
    width: 100%;
    background-color: #263645;
    text-align: center;
    font-size: 17px;
    color: #9fa5ac;
    border: none;
    margin-bottom: 60px;
    padding: 5px;
}
label.error{
    color: #d03238;
    font-weight: normal;
}
.addNewComment label.error{
    float: left;
    width: 100%;
    margin-left: 15px;
}
.sectionFollow .form-group {
    margin-bottom: 0px;
}
.sectionFollow.details{
    margin-top: 0px;
}
.dateAndWritten ul{
    float: left;
    width: 100%;
    padding: 0px;
}
.dateAndWritten ul li{
    float: left;
    width: auto;
    list-style: none;
    color: #263645;
    font-size: 17px;
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
}
.dateAndWritten ul li:nth-child(1){
    font-size: 20px;
    margin-right: 30px;
}
.dateAndWritten ul li:nth-child(2):after{
    content: '/';
    position: absolute;
    right: -5px;
    top: 0px;
    color: #263645;
    font-size: 20px;
}
.detailsData .imageCont{
    float: left;
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
}
.detailsData .imageCont .mask{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(38,54,69,0.45);
}
.detailsData .imageCont .mask h2{
    font-size: 47px;
    color: #ffffff;
    margin-top: 20%;
}
.detailsData .imageCont .mask .category{
    float: left;
    width: 100%;
    height: auto;
    margin-top: -10px;
}
.detailsData .imageCont .mask .category span{
    padding: 1px 15px 3px 15px;
}
.detailsData .imageCont .mask .arrowDown{
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -13px;
}
.detailsText{
    padding-top: 30px;
    font-size: 19px;
    color: #000000;
}
.detailsText img{
    float: left;
    width: 100%;
    margin: 30px 0px;
}


.sectionShear{
    float: left;
    width: 100%;
    padding: 15px 120px;
}
.shareSocialMedia{
    border-top: 1px solid #dddee0;
    border-bottom: 1px solid #dddee0;
    padding: 5px 0px;
}
.shareSocialMedia .social{
    width: auto;
    margin-left: 15px;
    margin-top: 15px;
}
.shareSocialMedia p{
    float: right;
    font-size: 17px;
    color: #000000;
    margin-top: 17px;
}
.shareSocialMedia .dateAndWritten ul {
    margin-top: 17px;
}
.shareSocialMedia .dateAndWritten ul li{
    font-size: 17px;
    color: #263645;
}
.shareSocialMedia .dateAndWritten ul li span{
    color: #7a838d;
    margin-right: 5px;
}
.shareSocialMedia .dateAndWritten ul li:nth-child(2):after {
    display: none;
}
.shareSocialMedia .dateAndWritten ul li:nth-child(1):after {
    content: '/';
    position: absolute;
    right: -10px;
    top: 0px;
    color: #263645;
    font-size: 20px;
}
.shearBar{
    float: left;
    width: 100%;
    height: auto;
    padding: 15px;
    background-color: #ededee;
    min-height: 40px;
    margin-top: 30px;
}
.shearBar ul{
    float: left;
    width: auto;
    padding: 0px;
}
.shearBar ul li{
    float: left;
    width: auto;
    margin-right: 30px;
    font-size: 17px;
    color: #7a838d;
    list-style: none;
    margin-top: 5px;
}
.shearBar ul li img,
.shearBar ul li span{
    float: left;
    margin: 0px 2px;
}
.shearBar p{
    float: right;
    width: auto;
    font-size: 17px;
    color: #7a838d;
    margin-top: 5px;
}
.shearBar .hoverIcon{
    float: left;
}
.shearBar a{
    float: left;
    width: auto;
    cursor: pointer;
}
.commenrNumber{
    float: left;
    width: 100%;
    margin: 30px 0px;
}
.commenrNumber p{
    float: left;
    font-size: 18px;
    color: #000000;
    margin-top: 10px;
}
.commenrNumber strong{
    float: left;
    width: 100%;
    font-size: 18px;
    color: #000000;
    margin-bottom: 15px;
    font-weight: normal;
}
.commenrNumber p span{
    margin-left: 5px;
}
.sectionShear .form-group{
    float: left;
    width: 100%;
    margin-bottom: 0px;
}
.sectionShear .form-control{
    margin-bottom: 5px;
    border-radius: 0px;
    border-color: #dddee0 !important;
    box-shadow: none;
}
.sectionShear #sendComment{
    float: left;
    padding: 5px 15px;
    background-color: #263645;
    font-size: 19px;
    color: #ffffff;
    border: none;
    border-radius: 0px;
}
.allComments{
    margin-top: 30px;
}
.allComments span{
    float: left;
    padding-right: 30px;
    font-size: 15px;
    color: #9299a1;
}
.allComments span.name{
    font-size: 19px;
    color: #000000;
}
.allComments span.date{
    margin-top: 5px;
}
.allComments p{
    font-size: 16px;
    color: #000000;
}
.nextAndPrev{
    margin: 60px 0px;
    border-top: 1px solid #dddee0;
    border-bottom: 1px solid #dddee0;
    padding: 30px 0px;
}
.nextAndPrev span{
    font-size: 17px;
    color: #7a838d;
}
.nextAndPrev .left span{
    float: left;
}
.nextAndPrev .left img{
    float: left;
    margin-right: 15px;
}
.nextAndPrev .right span{
    float: right;
}
.nextAndPrev .right img{
    float: right;
    margin-left: 15px;
}
.nextAndPrev img{
    margin-top: 5px;
}

.sendingSuccess{
    position: fixed;
    bottom: 0px;
    right: 0px;
    text-align: center;
    font-size: 25px;
    color: #ffffff;
    background-color: #000000;
    z-index: 999999;
    padding: 5px 15px 0px 15px;
    display: none;
}
.addErrorPopup{
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0px;
    font-size: 20px;
    color: #d03238;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
    overflow: hidden;
}

.getInTouch{
    float: right;
    width: auto;
    background-color: #d03238;
    color: #ffffff;
    font-size: 17px;
    padding: 0px 5px;
    text-align: center;
    margin-top: 30px;
}
.getInTouch:hover{
    color: #263645;
    text-decoration: none;
}



/* placeHolder ======================================= */

.sectionFollow .form-control::-moz-placeholder {
    font-size: 17px!important;
    color: #9fa5ac!important;
    line-height: 1 !important;
    text-align: center;
}
.sectionFollow .form-control:-ms-input-placeholder {
    font-size: 17px!important;
    color: #9fa5ac!important;
    line-height: 1 !important;
    text-align: center;
}
.sectionFollow .form-control::-webkit-input-placeholder {
    font-size: 17px!important;
    color: #9fa5ac!important;
    line-height: 1 !important;
    text-align: center;
}

/* placeHolder ======================================= */





/************************************** Start responsive *******************************************/

@media (min-width:1200px) and (max-width:1400px) {

    .content .sub.big .col-lg-4,
    .content .sub.big .col-lg-8{
        width: 50%;
    }
}
@media (min-width:1024px) and (max-width:1200px) {

    .content .sub.big .col-lg-4,
    .content .sub.big .col-lg-8{
        width: 50%;
    }
}
@media (min-width:991px) and (max-width:1024px) {

    .content .sub .text h3 {
        font-size: 20px;
        margin-top: 13px;
    }
    .content .sub .text {
        max-height: 95px;
    }
    .content .sub .text p {
        font-size: 15px;
    }
}



@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;
    }
    .sectionFollow.details {
        margin-top: 0px;
    }
    .container {
        width: 100%;
    }
    .sectionShear {
        padding: 15px 60px;
    }
    .content .sub.big .text strong,
    .content .sub.big .text a {
        bottom: 60px;
    }
    .content .sub.big .text a.share {
        bottom: 20px;
    }
    .content {
        padding: 0px 30px;
        margin-top: -185px;
    }



}

@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;
    }
    .content .sub.big .text {
        height: 375px;
        max-height: 375px;
    }
    .content .sub.big .text strong,
    .content .sub.big .text a {
        bottom: 60px;
    }
    .content .sub.big .text a.share {
        bottom: 20px;
    }

}

@media (max-width: 768px) {
    .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;
    }
    .menu {
        padding: 0px 15px;
    }
    .navbar-brand {
        width: auto;
        padding: 10px 0px;
    }
    .navbar-toggle {
        margin-top: 13px;
        margin-right: 0px;
    }
    .navbar-nav {
        width: 100%;
        margin: 0px;
        margin-top: 5px;
    }
    .social li {
        float: none;
        display: -webkit-inline-box;
    }
    ul.categories {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 15px;
        margin-right: 0px;
        text-align: center;
    }
    ul.categories li {
        float: none;
        display: inline-block;
    }
    .section {
        padding: 0px 15px;
    }
    .content {
        padding: 0px 15px;
        margin-top: -99px;
    }
    .content .sub .text {
        padding: 15px;
    }
    .content .sub .text h3 {
        font-size: 15px;
        margin-bottom: 30px;
        margin-top: 10px;
    }
    .content .sub .text {
        max-height: 70px;
    }
    .content .sub .text p {
        font-size: 15px;
    }
    .content .sub .imageCont {
        height: 375px;
    }
    .content .sub {
        min-height: inherit;
    }
    .content .sub.big .imageCont {
        height: 375px;
    }
    .dateAndWritten ul li {
        width: 100%;
        margin: 0px !important;
    }
    .sectionFollow.details {
        margin-top: 10px;
    }
    .dateAndWritten ul li:nth-child(2):after {
        display: none;
    }
    .detailsData .imageCont {
        height: 300px;
    }
    .detailsData .imageCont .mask h2 {
        font-size: 25px;
        margin-top: 45%;
    }
    .detailsText {
        font-size: 15px;
    }
    .sectionShear {
        padding: 15px 0px;
    }
    .shareSocialMedia .dateAndWritten ul li:nth-child(1):after {
        display: none;
    }
    .shareSocialMedia .social {
        width: 100%;
        margin-left: 0px;
        margin-top: 15px;
        text-align: left;
    }
    .shareSocialMedia p {
        float: left;
        font-size: 15px;
        margin-top: 0px;
    }
    .shearBar ul {
        width: 100%;
    }
    .shearBar ul li:nth-child(1){
        float: left;
        width: 50%;
        font-size: 15px;
        text-align: left;
        margin: 0px !important;
    }
    .shearBar ul li:nth-child(2){
        float: right;
        width: 50%;
        font-size: 15px;
        text-align: right;
        margin: 0px !important;
    }
    .shearBar p {
        float: left;
        width: 100%;
        font-size: 15px;
        text-align: left;
    }
    .commenrNumber p,
    .commenrNumber strong {
        font-size: 15px;
    }
    .nextAndPrev {
        margin: 30px 0px;
    }
    .nextAndPrev .left{
        margin-bottom: 30px;
    }
    .nextAndPrev span{
        font-size: 15px;
    }
    .footer {
        padding: 60px 15px 15px 15px;
    }

}


@media (max-width: 480px) {

    .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;
    }
    .menu {
        padding: 0px 15px;
    }
    .navbar-brand {
        width: auto;
        padding: 10px 0px;
    }
    .navbar-toggle {
        margin-top: 13px;
        margin-right: 0px;
    }
    .navbar-nav {
        width: 100%;
        margin: 0px;
        margin-top: 5px;
    }
    .social li {
        float: none;
        display: -webkit-inline-box;
    }
    ul.categories {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 15px;
        margin-right: 0px;
        text-align: center;
    }
    ul.categories li {
        float: none;
        display: inline-block;
    }
    .section {
        padding: 0px 15px;
    }
    .content {
        padding: 0px 15px;
        margin-top: -185px;
    }
    .content .sub .text {
        padding: 15px;
    }
    .content .sub .text h3 {
        font-size: 15px;
        margin-bottom: 30px;
        margin-top: 10px;
    }
    .content .sub .text {
        max-height: 70px;
    }
    .content .sub .text p {
        font-size: 15px;
    }
    .content .sub .imageCont {
        height: 375px;
    }
    .content .sub {
        min-height: inherit;
    }
    .content .sub.big .imageCont {
        height: 375px;
    }
    .dateAndWritten ul li {
        width: 100%;
        margin: 0px !important;
    }
    .sectionFollow.details {
        margin-top: 10px;
    }
    .dateAndWritten ul li:nth-child(2):after {
        display: none;
    }
    .detailsData .imageCont {
        height: 300px;
    }
    .detailsData .imageCont .mask h2 {
        font-size: 25px;
        margin-top: 45%;
    }
    .detailsText {
        font-size: 15px;
    }
    .sectionShear {
        padding: 15px 0px;
    }
    .shareSocialMedia .dateAndWritten ul li:nth-child(1):after {
        display: none;
    }
    .shareSocialMedia .social {
        width: 100%;
        margin-left: 0px;
        margin-top: 15px;
        text-align: left;
    }
    .shareSocialMedia p {
        float: left;
        font-size: 15px;
        margin-top: 0px;
    }
    .shearBar ul {
        width: 100%;
    }
    .shearBar ul li:nth-child(1){
        float: left;
        width: 50%;
        font-size: 15px;
        text-align: left;
        margin: 0px !important;
    }
    .shearBar ul li:nth-child(2){
        float: right;
        width: 50%;
        font-size: 15px;
        text-align: right;
        margin: 0px !important;
    }
    .shearBar p {
        float: left;
        width: 100%;
        font-size: 15px;
        text-align: left;
    }
    .commenrNumber p,
    .commenrNumber strong {
        font-size: 15px;
    }
    .nextAndPrev {
        margin: 30px 0px;
    }
    .nextAndPrev .left{
        margin-bottom: 30px;
    }
    .nextAndPrev span{
        font-size: 15px;
    }
    .footer {
        padding: 60px 15px 15px 15px;
    }
}


/***************************************** End responsive ******************************************************/

.addLike{
    cursor: pointer !important;
}
