@import "menu.css";
@font-face {
    font-family: 'fo';
    src: url('../fonts/fo.eot?#') format('eot'),  /* IE6–8 */
    url('../fonts/fo.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/fo.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
    font-family: 'fo2';
    src: url('../fonts/fo2.eot?#') format('eot'),  /* IE6–8 */
    url('../fonts/fo2.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/fo2.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
    background-color: #eaeaea;
    font-family: fo,tahoma;
    background-image: url("../images/shattered.png");

}
#cssmenu i{
    float: right;
}
header{
    min-height: 75px;
    padding-top: 10px;
    background-color: #ffffff;
    width: 100%;
    background-image: url("../images/hbg.png");
    background-position: bottom center;
    /*background-size: cover;*/
    background-repeat: repeat-x;
}

.xcont{
    max-width: 980px;
}

.xnav{
    background: #f8f8f8;
    border: 1px solid #ece6e8;
    border-right: none;
    border-left:none ;
}

.hbox{
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    padding: 8px 10px;
    color: white;

    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;

}
.telbg{
    background-color: #ef9d34;
}
.poshbg{
    background-color: #5cb85c;
}
.xslider{
    height: auto;
    direction: ltr;
    max-height: 250px;
    background-color: #1f8394;

    background-image:url("../images/bg-world.jpg");
    background-size: cover;
    background-position: center;

    -moz-box-shadow:inset 0px 0px 6px #666566;
    -webkit-box-shadow:inset 0px 0px 6px #666566;
    box-shadow:inset 0px 0px 6px #666566;

}

.xwrapp{
}

.xcontpro{

}

.bgc{
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 12px;
    background-color: #ffffff;

    border: 1px solid #e4e4e4;


    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;

    -moz-box-shadow: 0px 2px 1px #d6d3d6;
    -webkit-box-shadow: 0px 2px 1px #d6d3d6;
    box-shadow: 0px 2px 1px #d6d3d6;
}

.topbor{
    border-top: 4px solid #43c7cc ;
    min-height: 200px;
    background-image: url("../images/bearing8.png");
    background-repeat: no-repeat;
    background-position: left center;
}
.rbor{
    border-right: 4px solid #43c7cc ;
}
.brc1{
    border-right-color: #e7bf55;
    /*background-image: url("../images/z1.png");*/

}
.brc2{
    border-right-color: #2ea9d3;
}
.brc3{
    border-right-color: #47b05d;
}

.brc4{
    border-right-color: #f1474e;
}
.sidebox{
    /*min-height: 58px;*/
    padding: 0 !important;
    font-size: 18px;
    color: #818181;
    background-position: right center;
    background-repeat: no-repeat;
}
.sidebox img{
margin-left: 5px;
}
.sidebox:hover{
    border-color: #748bd7;
    color: #748bd7;
}
.redrow{
    background-image: url("../images/bg3.png");
    background-position: center bottom;
    background-size: cover;
}
.bluerow{
    background-image: url("../images/bg2.png");
    background-position: center top;
    background-size: cover;
min-height: 250px;}

.nobg{
    background:transparent;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
/*.xcls1:hover{*/
    /*border-color:#ffd02b ;*/
/*}*/
.xh3{
    font-size: 17px;
    color: #dccf05;
}
.fh3{
    font-size: 18px;
    color: #f5f5f5;
    /*border-bottom: 2px solid #f35958;*/
    padding-bottom: 7px;
}
.xcolor{
    color: #b5b4b4;
    text-align: left !important;
    direction: ltr;

}
.flist{
    font-size: 16px;
    font-family: fo2;

    padding: 0;
}
.flist li{
    padding-right:5px;
    list-style: none;
    border-bottom: 1px solid #333846;
    padding-bottom: 5px;
    padding-top: 5px;

}
.flist li a{
    text-decoration: none;
    color: #b5b4b4;
}
.flist li a:hover{
    color: #0590a9;
}
.xcls1{
    margin-top: 0px;
}
.xcls1:hover> h2.sh2{
    color: #0071bd;

}
.xcls1:hover> div i.sicon{
    background-color: #f98203;
    color: white;
    text-shadow: 0px 1px 2px #5e5e5e;

    transition:All 0.5299s ease;
    -webkit-transition:All 0.5299s ease;
    -moz-transition:All 0.5299s ease;
    -o-transition:All 0.5299s ease;
}
.xcls1:hover> div.borsicon{
    border-color: #ffd02b;
    background-color: white;
    background-image: none;
    transition:All 0.5299s ease;
    -webkit-transition:All 0.5299s ease;
    -moz-transition:All 0.5299s ease;
    -o-transition:All 0.5299s ease;
}
.para{
    font-family: fo2;
    font-size: 16px;
    color: #8c8c8c;

}
.gerdoo{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.sicon{
    position: relative;
    z-index: 1000;
    background-color: #0071bd;
    color: white;
    font-size: 45px;
    padding: 20px;

    width: 90px;
    height: 90px;
    border: 0px solid #262626;

    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;

    transition:All 0.5299s ease;
    -webkit-transition:All 0.5299s ease;
    -moz-transition:All 0.5299s ease;
    -o-transition:All 0.5299s ease;

}
.borsicon{
    position: relative;
    z-index: 1000;
background-color: #ffffff;
    padding: 5px;
    margin-top: -60px;
    width: 108px;
    height: 108px;
    border: 4px solid #f23956;

    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;

    -moz-box-shadow:inset 0px 2px 1px #e6e6e6;
    -webkit-box-shadow:inset 0px 2px 1px #e6e6e6;
    box-shadow:inset 0px 2px 1px #e6e6e6;


    transition:All 0.5299s ease;
    -webkit-transition:All 0.5299s ease;
    -moz-transition:All 0.5299s ease;
    -o-transition:All 0.5299s ease;
}
.sh2{
    position: relative;
    z-index: 1001;
    font-size: 23px;
    padding: 0;
    margin: 0;
    margin-top: 2px;
    margin-bottom: 5px;
    padding-top: 10px;
color: #f23956;
}
.costrow{
    background-color: #016071;
}
.xcost{

}
.foobg{
    border-top: 1px solid #027387;

    background-color: #1c212d;
    color: white;
}
.foozir{
    border-top: 1px solid #2c2c2c;

    padding-top: 2px;
    padding-bottom: 4px;
    background-color: #262626;
    color: #8d8686;
    font-family: tahoma;
    font-size: 10px;
}

.foozir span{
    float: right;
    font-size: 11px;
    padding: 0px;
    margin: 0px;
    padding-right: 30px;
    padding-left: 30px;


}


.foozir span a{
    color: #d27e06;

}







.carousel {
    margin-bottom: 0;
    margin-top: 0;
}
/* The controlsy */
.carousel-control2 {
    left: -43px;
    top:86px;
    height: 40px;
    width: 40px;
    background-image: none;
    background-color: white;
    border: 4px solid #FFFFFF;
    position: absolute;
    font-size: 30px;
    direction: ltr;
    opacity: .7;

    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-box-shadow: 0px 2px 1px #e6e6e6;
    -webkit-box-shadow: 0px 2px 1px #e6e6e6;
    box-shadow: 0px 2px 1px #e6e6e6;

}
.carousel-control2.right {
    right: -43px;
    direction: rtl;
}
.carousel-control2:hover{
    opacity: 1;
}
a.carousel-control2{
    color: #43c7cc;
}

/* The indicators */
.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
    background: #cecece;
}
.carousel-indicators .active {
    background: #428bca;
}

.thumbnail {

    margin-bottom: 0px;
}




















/* carousel */
#quote-carousel
{
    margin-top: 15px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
    background: none;
    color: #ffffff;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left
{
    left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right
{
    right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel ol.carousel-indicators
{
 max-width: 100px;
    right: 0px;
    top: auto;
    bottom: 0px;

}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li
{
    background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active
{
    background: #333333;
}
#quote-carousel img
{
    width: 60px;
    height: 60px;
    border: 3px solid #cccdcd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
/* End carousel */

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}
.item blockquote p{
    color: #9DEAEE;
    font-family: fo2;
    font-size: 15px;
}
.item blockquote p:before {


}

.item blockquote p:after {


}

.esiii{
    font-family: tahoma;
    color:#cccdcd;
    font-size: 12px;
    float: left;
}
.nazar{

}

/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #quote-carousel
    {
        margin-bottom: 0;
    }

}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {
    .hihi{
        margin-bottom: 60px;
    }
    .fifi{
        margin-bottom: 5px;
    }
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */

    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}











.ih-item {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ih-item a {
    color: #333;
}
.ih-item a:hover {
    text-decoration: none;
}
.ih-item img {
    width: 100%;
    height: 100%;
}



.ih-item.square {
    position: relative;
}
.ih-item.square .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}




.ih-item.square.effect6 {
    overflow: hidden;
}
.ih-item.square.effect6.colored .info {
    background: #1a4a72;
    background: rgba(0, 0, 0, 0.7);
}
.ih-item.square.effect6.colored .info h3 {
    background: rgba(10, 166, 153, 0.6);
}
.ih-item.square.effect6 .img {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.ih-item.square.effect6 .info {
    background: #333333;
    background: rgba(0, 0, 0, 0.6);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info h3 {
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 10px;
    background: #111111;
    margin: 50px 0 0 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info p {
    font-size: 12px;
    position: relative;
    color: #bbb;
    padding: 20px 20px 20px;
    text-align: center;
    -webkit-transition: all 0.35s 0.1s linear;
    -moz-transition: all 0.35s 0.1s linear;
    transition: all 0.35s 0.1s linear;
}
.ih-item.square.effect6 a:hover .img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.ih-item.square.effect6 a:hover .info {
    visibility: visible;
    opacity: 1;
}

.ih-item.square.effect6.from_top_and_bottom .info h3 {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.ih-item.square.effect6.from_top_and_bottom .info p {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}
.ih-item.square.effect6.from_top_and_bottom a:hover .info h3,
.ih-item.square.effect6.from_top_and_bottom a:hover .info p {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.ih-item.square.effect6.from_left_and_right .info h3 {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.ih-item.square.effect6.from_left_and_right .info p {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.ih-item.square.effect6.from_left_and_right a:hover .info h3,
.ih-item.square.effect6.from_left_and_right a:hover .info p {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.ih-item.square.effect6.top_to_bottom .info h3 {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.ih-item.square.effect6.top_to_bottom .info p {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.ih-item.square.effect6.top_to_bottom a:hover .info h3,
.ih-item.square.effect6.top_to_bottom a:hover .info p {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.ih-item.square.effect6.bottom_to_top .info h3 {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}
.ih-item.square.effect6.bottom_to_top .info p {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}
.ih-item.square.effect6.bottom_to_top a:hover .info h3,
.ih-item.square.effect6.bottom_to_top a:hover .info p {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.xthumbnail{
padding: 8px;
    border: 1px solid #e4e4e4;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;

}



.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.progress {
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#ebebeb),to(#f5f5f5));
    background-image: -webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);
    background-image: -moz-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);
    background-image: linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff5f5f5',GradientType=0);
}
.progress {
    height: 17px;
    background-color: #ebeef1;
    background-image: none;
    box-shadow: none;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: left;
    padding-left: 10px;
    text-shadow: 0px 0px 1px #000;

    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}
.progress-bar {
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#3071a9));
    background-image: -webkit-linear-gradient(top,#428bca 0,#3071a9 100%);
    background-image: -moz-linear-gradient(top,#428bca 0,#3071a9 100%);
    background-image: linear-gradient(to bottom,#428bca 0,#3071a9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3071a9',GradientType=0);
}
.progress-bar {
    box-shadow: none;
    border-radius: 3px;
    background-color: #0090D9;
    background-image: none;
    -webkit-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -ms-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -ms-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
}
.progress-bar-success {
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#5cb85c),to(#449d44));
    background-image: -webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);
    background-image: -moz-linear-gradient(top,#5cb85c 0,#449d44 100%);
    background-image: linear-gradient(to bottom,#5cb85c 0,#449d44 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff449d44',GradientType=0);
}
.progress-bar-success {
    background-color: #0AA699;
    background-image: none;
}
.progress-bar-info {
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#5bc0de),to(#31b0d5));
    background-image: -webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);
    background-image: -moz-linear-gradient(top,#5bc0de 0,#31b0d5 100%);
    background-image: linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff31b0d5',GradientType=0);
}
.progress-bar-info {
    background-color: #0090D9;
    background-image: none;
}
.progress-bar-warning {
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#f0ad4e),to(#ec971f));
    background-image: -webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);
    background-image: -moz-linear-gradient(top,#f0ad4e 0,#ec971f 100%);
    background-image: linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffec971f',GradientType=0);
}
.progress-bar-warning {
    background-color: #FDD01C;
    background-image: none;
}
.progress-bar-danger {
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#d9534f),to(#c9302c));
    background-image: -webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);
    background-image: -moz-linear-gradient(top,#d9534f 0,#c9302c 100%);
    background-image: linear-gradient(to bottom,#d9534f 0,#c9302c 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc9302c',GradientType=0);
}
.progress-bar-danger {
    background-color: #F35958;
    background-image: none;
}

.soicon img{
    opacity: .7;
    padding: 12px;

}
.soicon img:hover{
    opacity: 1;
}

.myclass1{
    background-color: rgba(0,0,0,0.2);
    color: white;
}

.myclass{
    background-color: rgba(0,0,0,0.2);
    color: white;
    font-size: 15px;
    padding: 15px;
}

.mybio{
    line-height: 30px;
    padding: 5px;
}

.khabar{

}
.khabar a{

    color: #f9f6ff;
}
.khabar h4{
    font-size: 15px;
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.myinfo{
    padding-top: 0px;
    color: #9DEAEE;
    text-align: justify;
    line-height: 23px;
}

.img img{border: 1px solid #ebebeb;
}

.mytitle{
    font-size: 22px !important;
    font-weight: bold;
    color: #1e5c8f;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #43C7CC;
    margin-bottom: 20px;
}
.moh1{

    padding-right: 25px;
    padding-left: 25px;
}
.moh2{
    font-family: fo2;
    font-size: 19px;
    color: #1c212d;
}


/* --- Page navigation --- */
.navigation { margin: 25px 0; }
.navigation:after { clear: both; display: block; content: ""; }

.pages { text-align: right; }
.pages span, .pages a:hover, .page_next-prev {
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    border-radius: 18px;
}
.pages span, .pages a {
    color: inherit;
    display: inline-block;
    position: relative;
    padding: 7px 7px;
    min-width: 22px; height: 22px; line-height: 22px;
    text-align: center;
    text-decoration: none !important;
    font-weight: bold;
}
.pages span { color: #399; }
.pages a:hover { color: #fff; background-color: #3394e6; }
.pages span { color: #3394e6; }

.page_next-prev { float: left; height: 36px; }
.page_next-prev * { float: left; }
.page_next-prev .icon { width: 32px; height: 20px; fill: #d7d7d7; }
.page_next-prev > span >  a:hover .icon { fill: #3394e6; }
.page_next-prev > span > * { float: right; padding: 8px 12px; }

.page_next > span, .page_prev > span { opacity: 0.5; }

/* Page navigation in news */
.splitnewsnavigation { margin-top: 4%; padding-top: 4%; font-weight: bold; border-top: 1px solid #efefef; }
.splitnewsnavigation > a, .splitnewsnavigation > span { padding: 6px 10px; }
