
html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height:auto;
    text-align: left;
    line-height: 150%;
    -ms-display:block;
    -moz-display:flex;
    -webkit-display:flex;
    -o-display:flex;
    min-height: 100vh;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
}
img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
}
a {
    color: #475151;
    -webkit-transition: color 0.5s ease-out;
    -moz-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}
a:hover {
    text-decoration: none;
    -webkit-transition: color 0.5s ease-out;
    -moz-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}
body *{
    -webkit-transition: box-shadow 0.5s ease-out;
    -moz-transition: box-shadow 0.5s ease-out;
    -o-transition: box-shadow 0.5s ease-out;
    transition: box-shadow 0.5s ease-out;
}
li {
    list-style-type: none;
    cursor: pointer;
}
#logo{
    padding-left: 15px;
}
dt, dd {
    line-height: 1.8;
}
.moduletable .custom,
.moduletable {
    padding: 10px;
}

@media (min-width: 0px) and (max-width: 433px) {
    .moduletable .custom,
    .moduletable{
        padding: 5px;
    }
}
.moduletable li a,
.moduletable li span{
    text-decoration: none;
    list-style: outside none none;
    color: #333;
}
.moduletable li a:hover,
.moduletable li span:hover{
    color: #da4733;  
    cursor: pointer;
}
#header_section .moduletable dt, #header_section .moduletable dd{
    font-size: 17px;
    line-height: 27px;
}
#position-1_subsection .moduletable li a{
    text-decoration: none;
    color: #333;
}

#header_section h2{
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
#header_section h3{
    font-weight: bold;
    text-align: center;
}
#position-2-1{
    background-color: rgba(255, 255, 255, 0.15);    
}
#position-3-1 h2{
    text-transform: uppercase;
    font-weight:bold;
}
#position-3-1 h3{
    font-weight: lighter;
}
#position-3-3 h3{
    font-weight: bold;
    line-height: 31px;
    text-transform: uppercase;
}

#position-4-4, #position-4-3, #position-4-2, #position-4-1, #position-4-5{
    transition: box-shadow 0.3s ease-in-out 0s, transform 0.3s ease-in-out 0s;
    -webkit-transition: box-shadow 0.3s ease-in-out 0s, transform 0.3s ease-in-out 0s;
    -moz-transition: box-shadow 0.3s ease-in-out 0s, transform 0.3s ease-in-out 0s;
    -o-transition: box-shadow 0.3s ease-in-out 0s, transform 0.3s ease-in-out 0s;}

#position-5-1,  #position-5-5, #position-5-8, #position-5-12{

    margin: 45px;
    text-align: center;}

#position-4_subsection h3{
    font-size: 35px;
    font-weight: bold;
    text-align: center;
}
#position-4_subsection .moduletable{
    text-align: center;
}
#logo_menu_subsection{

}
/**************************************** menu **********************************************************/
.ml-menu-fixed {
    top:0;
    position:fixed;
    z-index:999999;
    opacity:1;
    margin-top: 0px;
    border-radius: 0px;
    width: 100%;
    left:0;
    padding: 0 15px 0 30px;
}
.append-menu-slide{
    padding-left: 5px !important;
}
#ml-navigation-menu .nav,
#ml-navigation-menu-slide .nav {   
    padding:0;
    float:left;
    position:relative;
    list-style:none;
    margin:0;
    height:60px
}
#ml-navigation-menu .nav li,
#ml-navigation-menu-slide .nav li{
    float:left;
    list-style:none;
    position:relative; 
    transition: background-color 0.1s ease-out 0s;   
    -webkit-transition: background-color 0.1s ease-out 0s;
    -moz-transition: background-color 0.1s ease-out 0s;
    -o-transition: background-color 0.1s ease-out 0s;
}
#ml-navigation-menu .nav li > a,
#ml-navigation-menu .nav > li > span,
#ml-navigation-menu-slide .nav li > a, 
#ml-navigation-menu-slide .nav > li > span {
    box-sizing: border-box;
    display: block;
    padding: 20px 12px;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition-delay: 0.5 !important ;
    cursor: pointer;
    letter-spacing: 2px;
    text-transform: uppercase;
}
#ml-navigation-menu .nav li.parent > a::before, 
#ml-navigation-menu .nav li.parent > span::before,
#ml-navigation-menu-slide .nav li.parent > a::before,
#ml-navigation-menu-slide .nav li.parent > span::before {
    content: "\f107";
    cursor: pointer;
    float: right;
    font-family: FontAwesome;
    text-align: right;
    width: 13px;
}
#ml-navigation-menu .nav li ul li.parent > a::before{
    color: #424852;
    content: "\f105";
    cursor: pointer;
    float: right;
    font-family: FontAwesome;
    text-align: right;
    width: 13px; 
}
#ml-navigation-menu .nav ul,
#ml-navigation-menu-slide .nav ul {
    color: #555555;
    left: -1px;
    opacity: 0;
    position: absolute;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition:  all 0.2s ease-in-out 0s;
    visibility: hidden;
    z-index: 9999999;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
    padding-left: 5px;
    padding-top: 8px;
    padding-bottom: 5px;
    top: 84%;
    list-style: outside none none;
    min-width: 195px;
    position: absolute;
    text-align: left;
    visibility: hidden;
    z-index: 2147483647;  
}

#ml-navigation-menu .nav ul ul ,
#ml-navigation-menu-slide .nav ul ul {
    border-top: 3px solid #fff;  
    left: 101% !important;
    position: absolute;
    top: -10px;
    transition: all 0.6s ease 0s;   
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}
#ml-navigation-menu .nav > li > ul > li > a,
#ml-navigation-menu-slide .nav > li > ul > li > a {
    border-left: medium none;
    cursor: pointer;
    display: block;
    float: none;
    height: auto;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: nowrap;
    padding: 7px 28px;
    min-width: 190px;
}
#ml-navigation-menu .nav ul li ul li a,
#ml-navigation-menu .nav ul li ul li span,
#ml-navigation-menu-slide .nav ul li ul li a,
#ml-navigation-menu-slide .nav ul li ul li span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block;
    padding: 7px 28px;
    min-width: 195px;
    text-decoration: none;
    text-transform: none;
}
#ml-navigation-menu .nav > li > ul li:hover ul,#ml-navigation-menu-slide .nav > li > ul li:hover ul {
    opacity: 1;
    transition: opacity 0.6s linear 0s;
    -webkit-transition: opacity 0.6s linear 0s;
    -moz-transition: opacity 0.6s linear 0s;
    -o-transition: opacity 0.6s linear 0s;
    visibility: visible;
}
#ml-navigation-menu .nav ul.menu > li > ul > li > ul,
#ml-navigation-menu-slide .nav ul.menu > li > ul > li > ul {
    left: 102%;
    position: absolute;
    top: -13px;
}

#ml-navigation-menu .nav > li:hover > ul,#ml-navigation-menu-slide .nav > li:hover > ul {
    opacity: 1;
    transform: translateY(9px);
    webkit-transform: translateY(9px);
    -moz-transform: translateY(9px);
    -o-transform:  translateY(9px);
    -ms-transform: translateY(9px);
    transition: transform 0.2s linear 0s, opacity 250ms linear 0s, visibility 250ms linear 0s;
    -webkit-transition: transform 0.2s linear 0s, opacity 250ms linear 0s, visibility 250ms linear 0s;
    -moz-transition: transform 0.2s linear 0s, opacity 250ms linear 0s, visibility 250ms linear 0s;
    -o-transition: transform 0.2s linear 0s, opacity 250ms linear 0s, visibility 250ms linear 0s;
    visibility: visible;
}

/************************************ menu finish **********************************************/
/************************************ accordmenu **********************************************/
.moduletable_accordion li ul {
    display: none;
    padding: 10px;
    text-indent: 20px;
}
.moduletable_accordion{
    padding: 8px;    
}
.moduletable_accordion .yr-parent-accordion ul{
    width: 100%;
    margin-top:5px;
}

.moduletable_accordion li ul li {
    padding-bottom: 4px;
    padding-top: 3px;
}
.moduletable_accordion ul {
    text-indent: 2px;
}
.moduletable_accordion ul.menu li ul li a {
    background-image: none; 
}
.moduletable_accordion ul.menu li ul li a:before,
.moduletable_accordion ul.menu li ul li ul li a:before{
    background-image: none;
    content: "\f105";
    display: inline;
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: normal;
    margin-right: 11px;
    line-height: 26px;}
.moduletable_accordion ul.menu li ul li a {
    text-decoration: none;
}
.moduletable_accordion .nav ul li {
    border-top: 0 none;
    list-style: outside none none;
    margin: 0;
}
.moduletable_accordion ul.menu > li {
    cursor: pointer;
}
.nav > li > a{
    padding: 0;
}

.moduletable_accordion .nav > li,
#left .moduletable ul.menu li a,
#left .moduletable ul.menu li a:visited,
#right .moduletable ul.menu li a,
#right .moduletable ul.menu li a:visited,
#left .moduletable ul.menu li span, 
#right .moduletable ul.menu li span,
.moduletable_left ul.menu li a,
.moduletable_left ul.menu li a:visited,
.moduletable_right ul.menu li a,
.moduletable_right ul.menu li a:visited,
.moduletable_left ul.menu li span, 
.moduletable_right ul.menu li span{
    border: medium none;
    box-shadow: none;
    padding: 10px 13px !important;
}
.moduletable_accordion li, #left .moduletable ul.menu li, #right .moduletable ul.menu li  {
    margin: 0 0 5px;
}
.moduletable_accordion li:last-child {
    margin: 0;
}

.moduletable_accordion .nav > li > a {

    padding: 0 !important;

}
.moduletable_accordion h3{
    text-align: center;
    padding-bottom: 10px;
}
.moduletable_accordion .nav > .current {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.moduletable_accordion .nav > .current > a,
.moduletable_accordion .nav > a, 
.moduletable_accordion .nav > .current > span {
    color: #545b66;
    text-shadow: none;
}
.moduletable_accordion ul.menu li.parent > a::before,
.moduletable_accordion ul.menu li.parent > span::before{
    border-radius: 50%;
    content: "\f107";
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    z-index: 1;
    margin-right: 12px;
    float: right;
}
.moduletable_accordion .nav ul li a::before,
.moduletable_accordion .nav ul li .item::before, 
.moduletable_accordion .nav ul li .separator::before {
    display: inline;
    font-family: FontAwesome;
    font-weight: normal;
}
.moduletable_accordion .nav ul li ul li a::before,
.moduletable_accordion .nav ul li ul li .item::before,
.moduletable_accordion .nav ul li ul li .separator::before {
    content: "\f107";
    display: inline;
    font-family: FontAwesome;
    font-size: 1em;
    font-weight: normal;
    margin-right: 11px;
    text-indent: 70px;
}
.moduletable_accordion .nav ul li a:hover,
.moduletable_accordion .nav ul li span:hover,
.moduletable_accordion .nav li a:hover,
.moduletable_accordion .nav li span:hover,
#left .moduletable .nav li span:hover,
#right .moduletable .nav li span:hover,
#left .moduletable ul li a:hover,
#right .moduletable ul li a:hover,
.moduletable .category-module li a:hover,
.moduletable .mostread li a:hover,
.moduletable .category-module li span:hover,
.moduletable .mostread li span:hover,
.moduletable_left ul.menu li a:hover,
.moduletable_left ul.menu li .item:hover, 
.moduletable_left ul.menu li.parent > span:hover,
.moduletable_left ul.menu li span:hover,
.moduletable_right ul.menu li span:hover,
.moduletable_right ul.menu li a:hover
{

    text-decoration: none;
    cursor: pointer;}

/************************************ accordmenu finish **********************************************/


/************************************ menu classic **********************************************/

#left .moduletable, #right .moduletable,
.moduletable_left, .moduletable_right{
    transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    display: block;
    padding: 8px;
    position: relative;
    text-decoration: none;
    width: auto !important;
}
#left .moduletable ul.menu li a,
#left .moduletable ul.menu li a:visited,
#right .moduletable ul.menu li a,
#right .moduletable ul.menu li a:visited,
#left .moduletable ul.menu li span, 
#right .moduletable ul.menu li span,
.moduletable_left ul.menu li a,
.moduletable_left ul.menu li a:visited,
.moduletable_right ul.menu li a,
.moduletable_right ul.menu li a:visited,
.moduletable_left ul.menu li span, 
.moduletable_right ul.menu li span,
.moduletable .category-module li,
.moduletable .mostread li{
    position: relative;
    text-decoration: none;
    display: block;
    text-decoration: none;
}

.moduletable_left ul.menu li a:before, 
.moduletable_left ul.menu li .item:before, 
.moduletable_left ul.menu li.parent > span::before,
.moduletable_left ul.menu li span:before,
.moduletable_right ul.menu li span:before,
.moduletable_right ul.menu li a:before, 
.moduletable_right ul.menu li .item:before,
#left .moduletable ul.menu li a:before, 
#left .moduletable ul.menu li .item:before, 
#left .moduletable ul.menu li.parent > span::before,
#left .moduletable ul.menu li span:before,
#right .moduletable ul.menu li span:before,
#right .moduletable ul.menu li a:before, 
#right .moduletable ul.menu li .item:before{
    display: inline;
    content: "\f105";
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 17px;
    font-weight: normal;
    margin-right: 12px;
    font-weight: normal;
}
.moduletable_left ul.menu ul li, 
.moduletable_right ul.menu ul li,
#left .moduletable ul.menu ul li, 
#right .moduletable ul.menu ul li {
    display: block;
    margin-bottom: 3px;
    padding: 0;
}
#left .moduletable ul.menu li ul,
.moduletable_left ul.menu li ul {
    display: none;
    left: 100%;
    list-style: none outside none;
    margin-top: -41px;
    min-width: 180px;
    padding: 0;
    position: absolute;
    text-align: left !important;
    text-transform: none;
    white-space: nowrap;
    width: auto;
    z-index: 99999;
}
#left .moduletable ul.menu li ul li ul,
.moduletable_left ul.menu li ul li ul{
    padding: 1.2px;
}
#right .moduletable ul.menu li ul li ul,
.moduletable_right ul.menu li ul li ul{
    padding: 1.2px;
}
#left .moduletable ul.menu li ul li a, 
#right .moduletable ul.menu li ul li a,
.moduletable_left ul.menu li ul li a, 
.moduletable_right ul.menu li ul li a{
    border-bottom: none;
    border-top: none;
    box-shadow: none;
}
.moduletable_left ul.menu li:hover ul ul,
.moduletable_left ul.menu li:hover ul li:hover ul ul,
.moduletable_right ul.menu li:hover ul ul, 
.moduletable_right ul.menu li:hover ul li:hover ul ul,
#left .moduletable ul.menu li:hover ul ul,
#left .moduletable ul.menu li:hover ul li:hover ul ul,
#right .moduletable ul.menu li:hover ul ul, 
#right .moduletable ul.menu li:hover ul li:hover ul ul{
    display: none;
}
.moduletable_left ul.menu li:hover ul,
.moduletable_left ul.menu li:hover ul li:hover ul,
.moduletable_left ul.menu li:hover ul li:hover ul li:hover ul,
.moduletable_right ul.menu li:hover ul, 
.moduletable_right ul.menu li:hover ul li:hover ul,
.moduletable_right ul.menu li:hover ul li:hover ul li:hover ul,
#left .moduletable ul.menu li:hover ul,
#left .moduletable ul.menu li:hover ul li:hover ul,
#left .moduletable ul.menu li:hover ul li:hover ul li:hover ul,
#right .moduletable ul.menu li:hover ul, 
#right .moduletable ul.menu li:hover ul li:hover ul,
#right .moduletable ul.menu li:hover ul li:hover ul li:hover ul{
    display: block;}

.moduletable_left li:last-child a, 
.moduletable_right li:last-child a,
#left .moduletable li:last-child a, 
#right .moduletable li:last-child a{
    box-shadow: none;}

#right .moduletable ul.menu li ul,
.moduletable_right ul.menu li ul {

    border-image: none;
    display: none;
    right: 100%;
    list-style: none outside none;
    margin-top: -41px;
    min-width: 180px;
    padding: 0;
    position: absolute;
    text-align: left !important;
    text-transform: none;
    white-space: nowrap;
    width: auto;
    z-index: 99999;
}
.moduletable_left ul.menu li:hover > ul,
.moduletable_right  ul.menu li:hover > ul,
#left .moduletable ul.menu li:hover > ul,
#right .moduletable ul.menu li:hover > ul{
    display: block !important;
}

.moduletable_right ul.menu ul, 
.moduletable_left ul.menu ul,
#right .moduletable ul.menu ul, 
#left .moduletable ul.menu ul{
    display: none;
}
.moduletable_left ul.menu li,
.moduletable_right ul.menu li,
#left .moduletable ul.menu li,
#right .moduletable ul.menu li{
    display: block;
    list-style: none outside none;
    z-index: 100; }

.moduletable_right ul.menu li:hover ul,
.moduletable_left ul.menu li:hover ul li:hover ul,
#right .moduletable ul.menu li:hover ul,
#left .moduletable ul.menu li:hover ul li:hover ul{
    display: block;
}
.moduletable_right ul.menu li:hover > ul,
.moduletable_left ul.menu li:hover > ul,
#right .moduletable ul.menu li:hover > ul,
#left .moduletable ul.menu li:hover > ul{
    display: none;
}


/************************************ classicmenu finish **********************************************/
.icon {
    font-size: 22px;
    line-height: 32px;
    position: absolute;
    padding-top: 12px; 
}
.icon .glyphicon::after {
    box-shadow: 0 0 0 3px;
    -webkit-box-shadow: 0 0 0 3px;
    -moz-box-shadow: 0 0 0 3px;
}
.icon .glyphicon::after {
    box-shadow: 0 0 0 3px #333;
    -webkit-box-shadow: 0 0 0 3px #333;
    -moz-box-shadow: 0 0 0 3px #333;
    left: -4px;
    opacity: 0;
    padding: 4px;
    top: -4px;
    transform: scale(0.8);
    webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    -webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    -moz-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    -o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.icon .glyphicon::after {
    border-radius: 50%;
    box-sizing: content-box;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
}
#incontent-1 .icon,
#incontent-2 .icon,
#incontent-3 .icon,
#incontent-4 .icon{
    height: 54px;
    position: absolute;
    width: 54px; 
    background-color: transparent;
    border: 3px solid #868e9b;
    border-radius: 50%;
    text-align: center;
    color: #868e9b;
}
#incontent-1 h2,
#incontent-2 h2,
#incontent-3 h2,
#incontent-4 h2{
    font-weight: bold;
}
#incontent-1 h3,
#incontent-2 h3,
#incontent-3 h3,
#incontent-4 h3{
    font-weight: bold;
}
#incontent-1 p, #incontent-2 p, 
#incontent-3 p, #incontent-4 p{
    font-size: 14px;
}
#copyrightcontainer_subsection{
    padding-top: 50px;
    padding-bottom: 50px;
}
#footer_section p,
#footer_section a,
#footer_section li{

    font-weight: lighter;
}
.moduletable .category-module li::before,
.moduletable .mostread li::before{
    border-radius: 50%;
    content: "\f105";
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 17px;
    height: 30px;
    line-height: 25px;
    margin-right: 12px;
    text-align: center;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    width: 30px;
    z-index: 1;
}
.footer1, .footer2{

    line-height: 25px;
}
#position-6_subsection p{
    line-height: 26px;
}
.moduletable .random-image{
    text-align: center;  
}
.moduletable .categories-module, .moduletable .mostread {
    padding-left: 13px;
    line-height: 27px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.latestnews li {
    list-style-type: circle;
    line-height: 26px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.leftbg {
    background: #fff;
    padding: 10px;
}
/************************************ icons**********************************************/
.bs-glyphicons li {
    font-size: 12px;
    width: 12.5%;
}
.bs-glyphicons li {
    background-color: #f1f1f1;
    border: 1px solid #fff;
    float: left;
    font-size: 10px;
    height: 110px;
    line-height: 1.4;
    padding: 10px;
    text-align: center;
    width: 10%;
}
@media (min-width: 0px) and (max-width: 733px) {
    .bs-glyphicons li {
        font-size: 18px;
        height: 90px;
        padding: 15px;
        text-align: center;
        width: 100%;}
}
.bs-glyphicons {
    margin: 0 -10px 20px;
    overflow: hidden;
}
.bs-glyphicons-list {
    list-style: outside none none;
    padding-left: 0;
}
.bs-glyphicons .glyphicon {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.glyphicon {
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: relative;
    top: 1px;
}
.bs-glyphicons .glyphicon-class {
    display: block;
    overflow-wrap: break-word;
    text-align: center;
}
.bs-glyphicons span {
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
}
.bs-glyphicons li:hover {
    cursor: pointer;
}
/************************************ finish icons***********************************/


/************************************ btn***********************************/
.btn-info-theme, .btn-success-theme, .btn-primary-theme, .btn-danger-theme, .btn-default-theme, .btn-warning-theme {
    border: medium none;
    border-radius: 27px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.8px;
    padding: 13px 29px;
    text-transform: uppercase;
    margin-bottom: 7px;
    text-align: center;
}
.btn-info-theme {
    background: #2d9bea;
}
.btn-success-theme {
    background: #9acd32;
}
.btn-primary-theme {
    background: #237cd7;
}
.btn-warning-theme {
    background: #e8791f;
}
.btn-danger-theme {
    background: #da4733;
}
.btn-default-theme {
    background: #acb5bb;
}
.btn-info-theme:hover {
    background: #2a90d9;
}
.btn-success-theme:hover {
    background: #86bb1b;
}
.btn-primary-theme:hover {
    background: #206ebe;
}
.btn-warning-theme:hover {
    background: #dc6505;
}
.btn-danger-theme:hover {
    background: #eb2b11;
    color: #fff;
}
.btn-default-theme:hover {
    background: #9eafbb;
}
.btn1content{
    text-align: left;
}
.btn1{
    -moz-user-select: none;
    background-image: none;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin: 0 8px 8px 0;
    padding: 13px 35px;
    text-align: center;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    border: 2px solid #da4733;
    color: #da4733;
    text-transform: none;
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
}
.btn1:hover{
    background: #da4733;
    border: 2px solid #da4733;
    text-decoration: none;
    color: #fff;
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
}

.blockbtn pre, .btn1content pre {   
    text-align: center;
    font-size: 10px;
    padding: 8px;
}
.blockbtn
{
    text-align: center;
}


.blockbtn .btn{
    text-align: center;
    margin-bottom: 10px;
}
/************************************ finish btn***********************************/
.titlh2 h2::after {
    border-bottom: 2px solid #555;
    content: "";
    display: block;
    height: 10px;
    margin: 10px auto 0;
    width: 11%;
}
.imground img {
    border: 1px solid #f6f6f6;
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    text-align: center;
}
.imground span{
    text-transform: uppercase;
    font-size: 22px;
}
.imgshow img {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.8);
    margin-bottom: 20px;
    text-align: center;
}
#position-5-2 .moduletable,
#position-5-3 .moduletable,
#position-5-4 .moduletable,
#position-5-6 .moduletable,
#position-5-7 .moduletable,
#position-5-9 .moduletable,
#position-5-10 .moduletable,
#position-5-11 .moduletable,
#position-5-12 .moduletable,
#position-5-13 .moduletable{

    text-align: center;

}
/************************************ effect image***********************************/

.titlefour {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.titlefour figure {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}
figure.boxtre a{
    color: #ddd;
    font-size: 14px;
    margin-top: 55%;
    opacity: 0;
    text-decoration: none;
    text-transform: uppercase;
    transform: translate3d(0px, 100%, 0px);  
    webkit-transform: translate3d(0px, 100%, 0px);
    -moz-transform: translate3d(0px, 100%, 0px);
    -o-transform: translate3d(0px, 100%, 0px);
    -ms-transform: translate3d(0px, 100%, 0px);
    transition: transform 0.35s ease 0s;
    -webkit-transition: transform 0.35s ease 0s;
    -moz-transition: transform 0.35s ease 0s;
    -o-transition: transform 0.35s ease 0s;
}
figure.boxtre:hover a{
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    webkit-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -o-transition:  all 1s ease-out 0s;
    -ms-transition:  all 1s ease-out 0s;
    color: #fff;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1); }

figure.boxtre img {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    opacity: 1;
    transition: all 0.7s ease-in-out 0s;
    -webkit-transition: all 0.7s ease-in-out 0s;
    -moz-transition: all 0.7s ease-in-out 0s;
    -o-transition: all 0.7s ease-in-out 0s;   
    -ms-transition: all 0.7s ease-in-out 0s;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1); }

figure.boxtre:hover img {
    background: #222;
    opacity: 0.8;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0.8)";
    filter: alpha(opacity=0.8);
}
.titlefour figure img {
    position: relative;
    display: block;
    opacity: 0.9;}

.titlefour figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;}

.titlefour figure figcaption::before,
.titlefour figure figcaption::after {
    pointer-events: none;}

.titlefour figure figcaption,
.titlefour figure a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;}

.titlefour figure.boxtre h3 {
    margin: 19% 0 10px;
    transform: translate3d(0px, 100%, 0px);
    -moz-transform: translate3d(0px, 100%, 0px);
    -ms-transform: translate3d(0px, 100%, 0px);
    -webkit-transform: translate3d(0px, 100%, 0px);
    -o-transform: translate3d(0px, 100%, 0px);
    transition: transform 0.35s ease 0s;
    -webkit-transition: transform 0.35s ease 0s;
    -moz-transition: transform 0.35s ease 0s;
    -o-transition: transform 0.35s ease 0s;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    position: relative;}

.titlefour figure.boxtre:hover h3::after {
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transition: translate3d(0px, 0px, 0px);}

.titlefour figure.boxtre h3::after {
    background: #f7f7f7;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: translate3d(-100%, 0px, 0px);
    transition: transform 0.45s ease 0s;
    -webkit-transition: transform 0.45s ease 0s;
    -moz-transition: transform 0.45s ease 0s;
    -o-transition: transform 0.45s ease 0s;
    -ms-transition: transform 0.45s ease 0s;
    width: 100%;
}

@media (min-width:0) and (max-width:430px) {
    .titlefour figure.boxtre h3 {
        margin: 4% 0 10px;
    }
    .titlefour figure.boxtre p {
        font-size: 12px;
    }
    .titlefour figure.boxtre a{
        font-size: 12px;  
        margin-top: 15px;   }
}
@media (min-width:0) and (max-width:630px) {

    .titlefour figure.boxtre img{
        width: 100%;
    }}

.titlefour figure h3 span {
    font-weight: 800;
}

.titlefour figure h3,
.titlefour figure p {
    margin: 0;
}
.titlefour figure p {
    bottom: 8em;
    color: #fff;
    font-size: 16px;
    opacity: 0;
    padding: 1em;
    text-transform: none;
    transition: opacity 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s;
    -moz-transition: opacity 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s;}

figure.boxtre figcaption {
    padding: 1.5em;
    transition: background-color 0.35s;
    -webkit-transition: background-color 0.35s;
    -moz-transition: background-color 0.35s;
    -o-transition: background-color 0.35s;}

figure.boxtre h3 {
    opacity: 0;
    margin: 20% 0 10px 0;
    transition: transform 0.35s;
    -webkit-transition: transform 0.35s;
    -moz-transition: transform 0.35s;
    -o-transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    -moz-transform: translate3d(0,100%,0);
    -ms-transform: translate3d(0,100%,0);
    -webkit-transform: translate3d(0,100%,0);
    -o-transform: translate3d(0,100%,0);
}

figure.boxtre figcaption::before,
figure.boxtre p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;  
    -moz-transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, -webkit-transform 0.35s;   
    transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
}

figure.boxtre:hover h3 {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}

figure.boxtre:hover figcaption::before,
figure.boxtre:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
}

figure.boxtre:hover figcaption {  
    background-image: -moz-linear-gradient(transparent 0%, transparent 0%, rgba(0, 0, 0, 0.5) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.69) 100%); /* firefox */
    background-image: -webkit-gradient(transparent 0%, transparent 0%, rgba(0, 0, 0, 0.5) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.69) 100%);
    background-image: -ms-linear-gradient(transparent 0%, transparent 0%, rgba(0, 0, 0, 0.5) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.69) 100%);
    background-image: -o-linear-gradient(transparent 0%, transparent 0%, rgba(0, 0, 0, 0.5) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.69) 100%);
    background-image: linear-gradient(transparent 0%, transparent 0%, rgba(0, 0, 0, 0.5) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.69) 100%);
    background-image: -webkit-linear-gradient(transparent 0%, transparent 0%, rgba(0, 0, 0, 0.5) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.69) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#555',GradientType=0 ); /* ie */
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    width: 100%;
    z-index: 3;
}
.detail{
    text-transform: none;
    font-size: 15px;

}
figure{
    padding: 0;
}
/************************************ finish effect***********************************/

.favth-img-left {
    float: left;
    margin: 0 30px 10px 0;
}
.favth-img-right, 
.favth-img-left, 
.favth-img-rounded {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

#position-5-17,
#position-5-18,
#position-5-19,
#position-5-20,
#position-5-21,
#position-5-22{
    text-align: center;
}
#position-5-17 img,
#position-5-18 img,
#position-5-19 img,
#position-5-20 img,
#position-5-21 img,
#position-5-22 img {
    opacity: 0.6;
    transition: all 0.44s ease 0s;
    -webkit-transition: all 0.44s ease 0s;
    -moz-transition: all 0.44s ease 0s;
    -o-transition: all 0.44s ease 0s;
    width: auto;
}
#position-5-17 img:hover,
#position-5-18 img:hover,
#position-5-19 img:hover,
#position-5-20 img:hover,
#position-5-21 img:hover,
#position-5-22 img:hover{
    opacity: 1;
    cursor: pointer;
}

#position-6-1 h3,
#position-6-2 h3,
#position-6-3 h3,
#position-6-4 h3{
    font-weight: bold;
}
.form-horizontal .control-label {
    text-align: left;
}
/************************************contacts***********************************/
#content .contact h3,
#left .moduletable h3,
#right .moduletable h3{
    padding-bottom: 10px;
}
#contact-form label, #contact-form legend {
    font-size: 16px;
    font-weight: normal;
    color: #707884;
}
#contact-form #jform_contact_name,
#contact-form #jform_contact_email, 
#contact-form #jform_contact_emailmsg,
#contact-form #jform_contact_message, #contact-form input, input{
    background: #fff;
    border: 1px solid #c2c7ce;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
    border-radius: 0;
    padding: 12px 20px 12px 20px;
    color: #72808a;
    font-size: 17px;
    /* display: block;  */
}
@media (min-width: 0px) and (max-width: 432px) {
    #contact-form #jform_contact_name,
    #contact-form #jform_contact_email, 
    #contact-form #jform_contact_emailmsg,
    #contact-form #jform_contact_message, #contact-form input, input,
    #login-form .ml-loginmodule-register .btn-login-module{
        width: 97%;

    }}
#contact-form #jform_contact_name:focus, 
#contact-form #jform_contact_email:focus,
#contact-form #jform_contact_emailmsg:focus,
#contact-form #jform_contact_message:focus {
    background: #fff;
    border: 1px solid #9acd32;
    color: #5071b1;
    cursor: pointer;
}

@media (min-width: 0px) and (max-width: 992px) {
    #contact-form #jform_contact_name,
    #contact-form #jform_contact_email, 
    #contact-form #jform_contact_emailmsg, #contact-form #jform_contact_message {
        width: 99%;   }
}
.moduletable .btn-inverse,
.login .btn-primary, .contact-form .btn-primary,
#user-registration .btn-primary,
#member-registration .btn-primary {
    background: #da4733;
    border: medium none;
    border-radius: 7px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    padding: 10px 20px;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.contact-form .btn-primary{
    margin-top: 10px;  
    margin-bottom: 10px;
}
#user-registration .btn-primary,
#member-registration .btn-primary {
    margin-top: 10px;}
.moduletable .btn-inverse:hover,
.login .btn-primary:hover,
.contact-form .btn-primary:hover,
#user-registration .btn-primary:hover,
#member-registration .btn-primary:hover{  
    background: #eb2b11;
    color: #fff; 
}
@media (min-width:909px) and (max-width:1208px) {
    .moduletable .btn-inverse, .login .btn-primary,
    .contact-form .btn-primary, #user-registration .btn-primary,
    #member-registration .btn-primary,
    #login-form .ml-loginmodule-register .btn-login-module{
        padding: 10px 15px;
        min-width: 65px !important;}
}
/************************************loginform***********************************/
#login-form #form-login-password input,
#login-form #form-login-username input{
    text-indent: 13px;   
}
#login-form .login-button{
   margin-top: -60px;
    color: #626d79;  
}
#login-form label{
    font-weight: normal;
    color: #333;
}

#login-form .form-login-remember .btn-inverse {
    background: #56c2e1;
    border: 1px solid #46b3d3;
    border-radius: 27px;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.75) inset;
    -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.75) inset;
    -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.75) inset;
    color: #fff;
    cursor: pointer;
    float: right;
    font-weight: 300;
    padding: 14px 25px !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
#login-form .form-login-remember .login-button-margin:hover{
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;   
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset; 
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset; 
}

#login-form .ml-loginmodule-register .btn-login-module{
    background: #47505e;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    color: #fff;
    cursor: pointer;
    font-weight: 300;
    border-radius: 7px;
    font-size: 11px;
    padding: 10px 20px;
    text-transform: uppercase;
    min-width: 100px;
    float: right;
}
#ml-loginmodule-register{
    text-align: center;
}
#login-form .ml-loginmodule-register .btn-login-module:hover{
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset; 
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
}
.ml-loginmodule-register .btn-inverse {
    min-width: 100px;
}
.moduletable #login-form{   
    background: #e3e8ee;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 5;
}
.moduletable #login-form .userdata{
    padding: 20px 9px 20px;    
}
#modlgn-username,#modlgn-passwd{
    width:100%;
}
/************************************ search***********************************/
.moduletable .search{
    background: #eaf8fc linear-gradient(to top, #d2d8df 0%, #fff 100%);
    background: -webkit-gradient(to top, #d2d8df 0%, #fff 100%);
    background: -ms-linear-gradient(to top, #d2d8df 0%, #fff 100%);
    background: -o-linear-gradient(to top, #d2d8df 0%, #fff 100%);
    background: linear-gradient(to top, #d2d8df 0%, #fff 100%);
    background: -webkit-linear-gradient(to top, #d2d8df 0%, #fff 100%);
    border-color: #bdc1c7;
    border-radius: 35px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    padding: 10px;
}
.moduletable .search #mod-search-searchword{
    background: #f1f1f1;
    border: 1px solid #a4c3ca;
    border-radius:3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgb(255, 255, 255);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgb(255, 255, 255);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgb(255, 255, 255);

}

.moduletable .search .btn,
.moduletable .finder .btn{
    background: #da4733;
    border-color: #7a0e00;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    color: #fff;
    cursor: pointer;
    padding: 9px 10px;;
    text-shadow: 0 1px 0 #000;
    border-radius: 3px;
}
.form-search label{
    display: none;
}
.form-search label, .form-inline label,
.form-search .btn-group, .form-inline .btn, .form-inline input{
    margin-bottom: 0;
    margin-right: 3px;
    vertical-align: middle;
    padding: 8px 10px !important;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    border-color: #ccc;
    cursor: pointer;
    margin-bottom: 3px;
    margin-top: 3px;
}
#form-login-password, #form-login-username {
    line-height: 95%;
}
.advanced-search-tip p:first-child,
#finder-search .word label:first-child{
    font-weight: bold;
    font-size: 150%;
}
.advanced-search-tip p:first-child{
    text-decoration: underline;
}
#finder-search select{
    min-width: 200px;
}
#finder-search .finder-selects{
    margin-left: 10px;
    margin-bottom: 20px;
}
#search-form .chzn-container{
    margin-bottom: 10px;
}
.result-title {
    font-weight: bold;
}
#finder-filter-window {
    overflow: inherit;
    height: auto;
}
@media (min-width:0px) and (max-width:300px) {
    .moduletable .search #mod-search-searchword{
        width: 55% !important;
    }}
@media (min-width:301px) and (max-width:349px) {
    .moduletable .search .btn{
        width: 25% !important;
    }}
@media (min-width:350px) and (max-width:408px) {
    .moduletable .search .btn{
        width: 30% !important;
    }
    .moduletable .search .form-inline {
        margin-left: 10%;
    }
    .moduletable .search #mod-search-searchword{
        width: 66% !important;
    }}
@media (min-width:350px) and (max-width:408px) {
    .moduletable .search .btn{
        width: 30% !important;
    }
    .moduletable .search #mod-search-searchword{
        width: 65% !important;
    } }
@media (min-width:409px) and (max-width:508px) {
    .moduletable .search .btn{
        width: 33% !important;
    }
    .moduletable .search .form-inline {
        margin-left:5%;
    }
    .moduletable .search #mod-search-searchword{
        width: 65% !important;
    } }
@media (min-width:509px) and (max-width:708px) {
    .moduletable .search .btn{

    }
    .moduletable .search .form-inline {

    }
    .moduletable .search #mod-search-searchword{
        width: 65% !important;
    } }
.moduletable .search .btn:hover{
    background: #eb2b11;
}
.ml-loginmodule-register .btn-login-module{
    color: #333;
}
#form-login-remember{
    width: 100%;
}
#form-login-remember label{
    max-width: 67%;
    float: left;
    margin-right: 3%;
}
#form-login-remember input{
    max-width: 30%;
    float: left;
}
.reset .btn-primary{
    background: #da4733;
    border: medium none;
    border-radius: 27px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    margin-top: 8px;
    letter-spacing: 0.8px;
    padding: 14px 33px;
    text-transform: uppercase;
}
.reset .btn-primary:hover{  
    background: #eb2b11;
    color: #fff; 
}
.alert-notice{
    background: #d7eaf3;
}
#right .moduletable dt,
#left .moduletable dt{
    font-size: 17px;
    font-weight: normal;
    line-height: 28px;
    text-transform: uppercase;
}
#right .moduletable dl,
#left .moduletable dl{
    margin-bottom: 10px;
}
.alert h4,.alert-danger, .alert-error {
    text-align: center;
    font-size: 18px;
}
.dl-horizontal dd {
    margin-left: 50px;
}
.dl-horizontal dt {
    width: auto;
    margin-left: 15px;
}
.contact .contact-address{
    padding: 15px;
}
.contact .well, .login .well,
.contact #basic-details,
.contact .contact-address{
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    box-shadow: none;}

.nav-tabs > li > a,
#myTabTabs > li > a{
    color: #333333;
    padding: 8px;
}
.panel-head dt {
    color: #da4733;
    display: block;
    font-size: 32px;
    font-weight: 500;
    line-height: 44px;
    margin: 0;
    padding: 15px 0 20px;
    text-align: center;
    text-transform: uppercase;
}
.panel-info {
    border-color: #fff;
}
.panel-head dt small {
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
}
.panel-head{
    background: #2b363c;
}
.panel-footer {
    background: #fff;
    text-align: center;
    padding-top: 10px;
}
.panel-info ul {
    border: 0 none;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.panel-info ul li {
    border: 0 none;
    font-size: 16px;
    padding: 20px 0;
}
.panel-info ul li:nth-child(2n+1) {
    background: #fff;
}
.panel-info ul li:nth-child(2n){
    background: #e3ebef;
}
.panel-body{
    background: #b9c5cb;
}
.panel-body h4{
    font-size: 42px;
}
.panel-info .btn1{
    margin: 0;
}
.panelbox{
    margin-top: 60px;
    margin-bottom: 60px;
}

/**************************************** yrfaq **********************************************************/
.yrfaq-categories-title h4 {
    font-size: 20px !important;
    font-weight: lighter !important;
    line-height: 29px !important;
    margin: 12px 12px 12px 15px !important;
    text-align: center !important;
    float: none !important;
}
.yrfaq-categories-title h4:hover {
    text-decoration: none !important;
}
.yrfaq-catgrai {
    background: #fff !important;
    border: 4px solid #fff !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08) !important;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08) !important;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08) !important;
}
.yrfaq-def-style{
    background: #ffffff !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08)  !important;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08) !important;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08) !important;
    margin-bottom: 6px  !important;
    transition: box-shadow 0.2s ease 0s  !important;
    -webkit-transition: box-shadow 0.2s ease 0s  !important;
    -moz-transition: box-shadow 0.2s ease 0s  !important;
    -o-transition: box-shadow 0.2s ease 0s  !important;}

.yrfaq-item-bottom, .yrfaq-item-top {
    background: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.yrfaq-header {
    color: #444;
    font-size: 1.6rem;
    font-weight: 300;
    margin: 0;
    padding: 13px;
    text-shadow: none;
}
.yrfaq-catgrai .yrfaq-categories-title a {
    color: #6f7f97;
}
.yrfaq-item-created, .yrfaq-item-link, .yrfaq-item-hits,
.yrfaq-item-date-created, .yrfaq-item-created{
    float: left;
}
.yrfaq-header:hover, .yjactive{
    color: #000;
}
.yrfaq-header::after {
    border-radius: 50%;
    color: #333 !important;
    content: "\f107" !important;
    cursor: pointer !important;
    float: right;
    font-family: FontAwesome !important;
    font-size: 27px !important;
    height: 30px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    width: 30px;
    z-index: 1;}
.yrfaq-item {
    border: none;
    padding: 15px !important;
    background: #fff !important;
    padding-top: 20px;}
#yrfaq-search-box {
    background: #fff;
    border: 3px solid #fff;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
    box-sizing: border-box;
    color: #333;
    display: inline-block;
    padding: 4px 6px;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
}
.yrfaq-item-text {
    margin-top: 3px;
    padding: 10px;
}

.yrfaq-category-title h2 {
    font-size: 29px;
    font-weight: lighter;}

.yrfaq-categories {
    margin-top: 55px;}

.yrfaq-action .btn, .btn-group .yrbutton-expand{
    background: #fff !important;
    margin-bottom: 5px;
}

/****************************************menumobile **********************************************************/

#ml-mobile-menu-box ul li a:hover,
#ml-mobile-menu-box ul li span:hover{
    color: #da4733;
}
#ml-mobile-menu .icon-th-list {
    margin-top: 2px !important;
}
#ml-mobile-menu-box ul li ul li a,
#ml-mobile-menu-box ul li ul li span {
    line-height: 35px !important;
    padding-top: 5px !important;
    width: auto !important;
}
.menumobile-block{
    padding-left: 5px !important;
    overflow: visible;
    padding-top: 10px !important;
}
.menumobile-block ul{
    margin-top: 15px;
}
#ml-mobile-menu .btn, #ml-mobile-menu{
    cursor: pointer;
    float: right !important;
    height: 55px !important;
    margin-right: -12px !important;
    margin-top: -40px !important;
    position: relative !important;

}
@media (min-width:321px) and (max-width:1108px) {
    #ml-mobile-menu .btn, #ml-mobile-menu{
        margin-right: -8px !important;
    }}


#ml-mobile-menu .btn-large:hover{
    border-radius: 0 !important;
    box-shadow: none !important;
}
#ml-mobile-menu .btn-large span{
    visibility: hidden !important;

}
.navigation-mobile{
    width: 100% !important;
    position: relative !important;
    display: block !important;
    clear: both !important;
}

#ml-mobile-menu .btn-large {
    max-width: 300px !important;
    perspective: 1000px !important;
    perspective-origin: 50% 200% !important;
    position: relative !important;
}
#ml-mobile-menu ul.menu li a,
#ml-mobile-menu ul.menu li span{
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    color: #000;
}
#ml-mobile-menu-box{
    background: #e4e8ee !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
    position: fixed;
    z-index: 2147483647;
    height:100%;
    backface-visibility: hidden;
    left: 0;
    top: -1px;
    transform: translate3d(-100%, 0px, 0px);
    webkit-transform: translate3d(-100%, 0px, 0px);
    -ms-transform: translate3d(-100%, 0px, 0px); 
    overflow-y: scroll;
    width: 100% !important;
    padding: 0 !important;
    cursor: pointer;
}
#ml-mobile-menu-box ul.menu li ul{
    background: #d2d8df !important;
    color:#333 !important;
    border: none !important;
    margin-top: 15px;
}
#ml-mobile-menu-box > ul > li > a,
#ml-mobile-menu-box > ul > li > span {
    font-size:120% !important;
}
#ml-mobile-menu-box ul li ul li a, #ml-mobile-menu-box ul li ul li span {
    text-transform: uppercase !important;
}
#ml-mobile-menu .dropdown-toggle{
    background: none !important;
    box-shadow: none !important;
}
#ml-mobile-menu .glyphicon-menu-hamburger::before,
#ml-mobile-menu .icon-menu-hamburger::before{
    display: block !important;
    font-size: 32px !important;
    margin-right: 23px !important;
    margin-top: 37px !important;
}
.menumobile-block .nav > li{
    background: #e4e8ee !important;
    border-bottom: none !important;
    box-shadow: none !important;
    margin: 0 !important;
}
.menumobile-block .nav ul li:last-child, 
.menumobile-block .nav > li:last-child, 
.menumobile-block .nav > li > span:last-child{
    border-bottom: medium none !important;
}
#ml-mobile-menu-box .menumobile-block ul.menu li.parent span:hover,
#ml-mobile-menu-box .menumobile-block ul.menu li a:hover,
#ml-mobile-menu-box .menumobile-block ul.menu li span:hover{
    box-shadow: none !important;
    transition: all 200ms ease-in 0s !important;
    -webkit-transition: all 200ms ease-in 0s !important;
    -moz-transition: all 200ms ease-in 0s !important;
    -o-transition: all 200ms ease-in 0s !important;
}
#ml-mobile-menu-box .menumobile-block .nav ul li a {
    padding-top: 0 !important;
    font-size: 16px !important;
    padding-top: 0 !important;
    text-transform: none !important;
}

#ml-mobile-menu-button{

    font-size: 29px;
    padding: 5px;
}
.element-invisible{
    display: none !important;
}
#logo-mobile-menu img{
    width: auto !important;
}
#close-marlev-mobile-box{
    text-align: right;
    font-size: 30px;
}
.biged{
    text-align: left;
    padding:10px;
}
/************************************cookie***********************************/
.cookie-black-trasparent{
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    color: #cfcfcf;
}
.cookie-black{
    background: #111;
    color: rgba(255, 255, 255, 0.3);
}
.cookie-white{
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    color: #333;
}
.cookie-gray{
    background: #4d545e;
    color: #fff;
    opacity: 0.9;
}
.cookie-red{
    background: #bf3e2d;
    color: #fff;
}
.cookie-blue{
    background: #235180;
    color: #fff;
}
.cookie-green{
    background: #1c4300;
    color: #ddd;
    opacity: 0.9;
}
.btncooki{
    margin-top: 10px;
}
.btncooki .button-cookie-accept{
    background: #363d47 linear-gradient(to bottom, #4a5361, #363d47) repeat scroll 0 0;
    background: -webkit-gradient(to bottom, #4a5361, #363d47); /* webkit */
    background: -ms-linear-gradient(to bottom, #4a5361, #363d47);
    background: -o-linear-gradient(to bottom, #4a5361, #363d47);
    background: linear-gradient(to bottom, #4a5361, #363d47);
    background: -webkit-linear-gradient(to bottom, #4a5361, #363d47);
    border-color: #272c33 #242930 #22272d;
    box-sizing: border-box;
    color: #fff;
    padding: 8px 21px;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    overflow: hidden;
}
.btncooki .button-cookie-accept:hover,
.btncooki .readmore:hover{
    color: #fff;
    background: #2c3239;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2) inset,
        0 1px 3px rgba(0, 0, 0, 0.3) inset,
        0 0 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2) inset,
        0 1px 3px rgba(0, 0, 0, 0.3) inset,
        0 0 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2) inset,
        0 1px 3px rgba(0, 0, 0, 0.3) inset,
        0 0 2px rgba(0, 0, 0, 0.4);
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
}
.btncooki .readmore{
    background: #57626d;
    border-radius: 3px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    color: #fff;
    padding: 8px 14px;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    width: 100px;  
    margin-left: 5px;
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
}
.cookie-block{
    position:fixed;
    width: 100%;
    z-index: 9999999;
    animation-duration: 0.5s !important;
    text-align: center;
    line-height: 29px;
    padding: 20px;
}
.cookie-block.top{
    top: 0;
}
.cookie-block.bottom{
    bottom: 0;
}
/************************************pagination***********************************/
.pagination {
    font-size: 13px;
    list-style: outside none none;
    padding: 0;
    text-align: center;
    display: block !important;
}
.pagination ul > li {
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
    font-size: 13px;
}
.pagination ul li .pagenav, .pagination ul li .hasTooltip {
    background: #ddd;
    box-sizing: content-box;
    display: inline-block;
    line-height: 26px;
    min-width: 30px;
    padding: 3px 5px;
    text-align: center;
    text-decoration: none;
    margin-left: 5px;
}
.pagination ul li span.pagenav {
    background: #363636;
    color: #ffffff;
}
.pagination ul li a:focus:hover {
    background: #363636;
}
.pagination ul li a:hover {
    color: #ffffff;
    background: #363636;
}
.pagination ul .pagination-start span, .pagination ul .pagination-prev span,
.pagination ul .pagination-next span, .pagination ul .pagination-end span {
    display: none;
}
.pagination ul .pagination-start .pagenav, .pagination ul .pagination-prev .pagenav,
.pagination ul .pagination-next .pagenav, .pagination ul .pagination-end .pagenav {
    font-size: 0;
    line-height: 0;
}
.pagination ul .pagination-start .pagenav::before, .pagination ul .pagination-prev .pagenav::before,
.pagination ul .pagination-next .pagenav::before, .pagination ul .pagination-end .pagenav::before {
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 26px;
}
.pagination ul .pagination-start .pagenav::before {
    content: "\f100";
}
.pagination ul .pagination-prev .pagenav::before {
    content: "\f104";
}
.pagination ul .pagination-next .pagenav::before {
    content: "\f105";
}
.pagination ul .pagination-end .pagenav::before {
    content: "\f101";
}
.pagination ul .pagination-start .pagenav, .pagination ul .pagination-end .pagenav, .pagination ul .pagination-start .hasTooltip, .pagination ul .pagination-end .hasTooltip {
    padding-left: 11px;
    padding-right: 11px;
}
/************************************pagination finish***********************************/


/************************************artikli**********************************/
.counter{
    color: #777;
    float: none !important;
}
.readmore{
    text-align: center;
}
.readmore .btn{
    -moz-user-select: none;
    background-image: none;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857;
    padding: 10px 25px;
    text-align: center;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    border: 2px solid #da4733;
    color: #da4733;
    text-transform: none;
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
}
.readmore .btn:hover{
    background: #da4733;
    border: 2px solid #da4733;
    text-decoration: none;
    color: #fff;
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
}
.yrfaq-category-title {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;}
.chzn-container-single .chzn-single{
    border: 1px solid #bcc9da;
    height: 32px;
    line-height: 30px;

}
.chzn-container-single .chzn-single div b{
    margin-top: 5px;  
}

.tag-category .btn-toolbar .inputbox
{ width: 66%;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  -moz-outline-radius: 3px;
  background: white;
  border-color: #ccc #d1d1d1 #ddd;
  border-image: none;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16) inset;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16) inset;
  color: #404040;
  height: 37px;
  padding: 0 10px;}

.badge {
    background-color: #d2dbe0;
    border-radius: 25px;
    color: #4c4e5a;
    padding: 7px 13px;}

.table, .row-striped{
    margin-top: 10px;
    border: 2px solid #d8e3e8;
    background: #e3ebef;
    padding: 15px;
}
.cat-list-row0 .list-title > a,
.cat-list-row1 .list-title >a{
    font-weight: bold;   
    font-size: 16px;
}
.row-striped .cat-list-row0{
    background: #ebf2f5;
    border: 2px solid #fff;
    padding: 15px;
    margin-bottom: 10px;
}
.row-striped .cat-list-row1{
    background: #ebf2f5;
    border: 2px solid #fff;
    padding: 15px;
}
.table thead, .category thead{
    background: #d2dbe0;
}
.category td, .category th{
    padding-bottom: 12px !important;
    padding-top: 12px !important;
}
.table-striped > tbody > tr:nth-of-type(2n+1),
.category-striped > tbody > tr:nth-of-type(2n+1) {
    background: #fff;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, 
.table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, 
.table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td,
.category-bordered > thead > tr > th, .category-bordered > tbody > tr > th,
.category-bordered > tfoot > tr > th, .category-bordered > thead > tr > td,
.category-bordered > tbody > tr > td, .category-bordered > tfoot > tr > td,
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td,
.category > caption + thead > tr:first-child > th,
.category > colgroup + thead > tr:first-child > th, .category > thead:first-child > tr:first-child > th,
.category > caption + thead > tr:first-child > td, .category > colgroup + thead > tr:first-child > td,
.category > thead:first-child > tr:first-child > td{
    border: 1px solid #bec8cd;
    text-indent: 8px;
}
.alert-danger, .alert-error{
    border-radius: 5px;
    padding: 20px;
    text-align: center; 
}
.blog-featured ,
.contact-category,
.categories-list,
.newsfeed-category,
#contentcontainer_subsection .search,
.finder{
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    padding: 5px;

}
.contact h3 {
    color: #4b4f57;
    font-size: 32px;
}
#searchForm .phrases legend,
#searchForm .only legend{
    margin-top: 20px;
    color: #4b4f57;
    font-size: 27px;
    padding-bottom: 8px;
}
#searchForm .btn-toolbar .btn{
    background: #da4733;
    border: medium none;
    border-radius: 27px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.8px;
    padding: 14px 28px;
    text-transform: uppercase;
}
#searchForm .btn-toolbar .btn:hover{
    background: #eb2b11;
}
#search-form .btn {
    background: #d1d7df;
    border: medium none;
    border-radius: 27px;
    color: #333;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.8px;
    padding: 14px 28px;
    text-transform: uppercase;
    margin-top: 7px; 
}

#search-form .btn:hover {
    background: #bfc6ce;}

#searchForm .btn-toolbar #search-searchword,
.search-query, #finder-search .inputbox
{  
    -moz-outline-radius: 3px;
    background: #f1f1f1;
    border: 1px solid #a4c3ca;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgb(255, 255, 255);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgb(255, 255, 255);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgb(255, 255, 255);
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    color: #404040;
    padding: 0 10px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-left: 1px;
margin-top: 2px;}
.input-prepend .login-button-secret .icon-star{
    display: none !important; 
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    background: #ddd;
    border-radius: 0;
    float: right;
    margin-left: 3px;
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    background: #ddd;
    float: right;
    border-radius: 0;
}
.tag-category p{
    margin-top: 5px;
}
#user-registration p{
    color: #465361;
    font-size: 17px;
}
.article-info dd{
    display:none;
}
.article-info-term i{
    margin-top:-3px;
}
.pager {
    display: none;}
#toup{
    position: fixed;
    z-index: 999;
    right: -70px;
    bottom: 10%;
    width: 70px;
    height: 50px;
    border-radius: 5px 0px 0px 5px;
    background: #000;
    color:#fff;
    text-align: center;
    line-height: 40px;
    font-size:48px;
    cursor: pointer;
    z-index: 99999999;
}
#toup i{
    opacity: 0.5;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}
#toup:hover i{
    opacity: 1;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}
/************************************artikli finish**********************************/



/************************************breadcrumb**********************************/

#breadcrumbs .moduletable{
    margin-bottom: 10px;
}
.breadcrumb {
    background: transparent;
    overflow: hidden;
    width: auto !important;
    margin: 0;
    padding: 0;
}
.breadcrumb li{
    float: left;
    line-height: 40px;
}
.breadcrumb li:first-child a {
    border-radius: 5px 0 0 5px;
    padding-left: 1em;
}
.breadcrumb span:before, .breadcrumb span:after {
    border-bottom: 1.5em solid rgba(0, 0, 0, 0);
    border-left: 1em solid;
    border-top: 1.5em solid rgba(0, 0, 0, 0);
    content: "";
    margin-top: -1.5em;
    position: absolute;
    right: -2.2em;
    top: 50%;
}
.breadcrumb a:after, .breadcrumb a:before{
    border-bottom: 1.5em solid rgba(0, 0, 0, 0);
    border-left: 1em solid;
    border-top: 1.5em solid rgba(0, 0, 0, 0);
    content: "";
    margin-top: -1.5em;
    position: absolute;
    right: -0.9em;
    top: 50%;
}
.breadcrumb a:after {
    border-left-color: rgb(221, 221, 221);
}
.breadcrumb a:before, .breadcrumb span:before {
    border-left-color: #dedede;
    z-index: 1;
}
.breadcrumb a:hover:after {
    border-left-color: #dedede;
}
.breadcrumb .current, .breadcrumb .current:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-weight: bold;
}
.breadcrumb .current:after, .breadcrumb .current:before {
    content: normal;
}
.breadcrumb li, .breadcrumb li span {
    list-style: outside none none;
    background-color: rgb(221, 221, 221);
    background-image: linear-gradient(to right, rgb(245, 245, 245), rgb(221, 221, 221)); 
    background-image: -moz-linear-gradient(to right, rgb(245, 245, 245), rgb(221, 221, 221));
    background-image: -webkit-gradient(to right rgb(245, 245, 245), rgb(221, 221, 221));
    background-image: -webkit-linear-gradient(to right, rgb(245, 245, 245), rgb(221, 221, 221));
    background-image: -o-linear-gradient(to right, rgb(245, 245, 245), rgb(221, 221, 221));
    color: rgb(68, 68, 68);
    float: left;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    padding: 0 17px 0 20px;
}

.divider{
    display: none;
}

/*table responsive*/
.table-responsive {
    min-height: .01%;

}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}
.move-toleft input{
    margin-right:10px;
}
.move-toleft input, .move-toleft label{
    float:left;
    display:inline-block;
}
.calendar-container table{
    margin:0 auto;
}
#slide-contact{
    background: #f7f7f7;
    border-radius: 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    padding: 16px;
}
#slide-contact .accordion-heading a{
    font-size: 17px;
    color: #566579;
    line-height: 45px;
}
#slide-contact .accordion-heading a:hover{
    color: #3a424e;
    cursor: pointer;
}
#content h2{
    font-weight: bold;
}
.page-header h2{

    text-align: center;
}
#content .page-header h2::after {
    border-bottom: 1px dashed #5e6472;
    content: "";
    display: block;
    height: 7px;
    margin: 10px auto 0;
    width: 16%;
}
#position-5-16 .moduletable h2{
    font-weight: bold;
}
#position-3-1 .moduletable p{
    line-height: 28px;}


/*Socials styles*/


.marlev-socials img,.marlev-socials i,
.ml-social-fixed.socialright img, 
.ml-social-fixed.socialright i,
.ml-social-fixed.socialleft img,
.ml-social-fixed.socialleft i{
    opacity:0.6;
    transition: opacity 0.6s linear 0s;
    -webkit-transition: opacity 0.6s linear 0s;
    -moz-transition: opacity 0.6s linear 0s;
    -o-transition: opacity 0.6s linear 0s;
}
.marlev-socials img:hover,.marlev-socials i:hover,
.ml-social-fixed.socialright img:hover, .ml-social-fixed.socialright i:hover,
.ml-social-fixed.socialleft img:hover,
.ml-social-fixed.socialleft i:hover,
.ml-social-fixed.socialleft > div:hover i,
.ml-social-fixed.socialleft > div:hover img,
.ml-social-fixed.socialright > div:hover i,
.ml-social-fixed.socialright >div:hover img{
    opacity:1;
    transition: opacity 0.6s linear 0s;
    -webkit-transition: opacity 0.6s linear 0s;
    -moz-transition: opacity 0.6s linear 0s;
    -o-transition: opacity 0.6s linear 0s;
}
.marlev-socials i{
    margin-left:10px;
}

.ml-social-fixed img .ml-social-fixed i{
    vertical-align: middle;
}
#member-registration .btn{
    margin-top:10px;
}

/*start for right social only*/
.socialright .socialborder_first{
    border-radius: 5px 0px 0px 0px;
}
.socialright .social_border{
    border-radius: 5px 0px 0px 5px !important;
}
.socialright .socialborder_last{
    border-radius: 0px 0px 0px 5px;
}
.socialright > div {
    right:-100px;
    position: fixed;
    text-align: center;
}
/*end for right social only*/

/*start for left social only*/
.socialleft .socialborder_first{
    border-radius: 0px 5px 0px 0px;
}
.socialleft .social_border{
    border-radius: 0px 5px 5px 0px !important;
}
.socialleft .socialborder_last{
    border-radius: 0px 0px 5px 0px;
}
.socialleft > div {
    left:-100px;
    position: fixed;
    text-align: center;
}
/*#content{
    min-height: 300px;
}*/
/*end for left social only*/



/*End Social styles*/

.fa-navicon::before, .fa-reorder::before, .fa-bars::before {

    color: #b1b1b1;
}
#header_section{
    position:relative;
}
.extendible-ul-background-white li{
    font-size:14px;
}
.extendible-ul-background-white{
    padding-left:0px;
}
.extendible-ul-background-white .fa-check{
    color:green;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
   position: relative;
    margin-left: 20px;
}
#searchForm{
    padding: 15px;

}