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

html,
body {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'PT Sans', sans-serif;/* Default font */
    font-size: 12px;
    font-weight: 400;
    vertical-align: baseline;
    background: #fff; /* default background color */
    color:#333333;
}

input, select {vertical-align: middle;}

/* the new box-sizing way */
html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
a{
    color:#4D99E0;  
    text-decoration: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
}
a:focus {
    outline:0;
}
a:active{
    color:inherit;
}
p {
    margin: 0 0 7px 0;
}
h1{
    font-size:34px;
    font-weight: 400;
    line-height: 1.6em;
    margin:10px 0 10px 0;
}
h2{
    font-size:32px;
    font-weight: 400;
    line-height: 1.6em;
    margin:10px 0 10px 0;
}
h3{
    font-size:24px;
    line-height:1.6em;
    font-weight:400;
    margin:10px 0 10px 0;
}
h4{
    font-size:20px;
    font-weight: 400;
    line-height: 1.6em;
    margin:10px 0 10px 0;
}
h5{
    font-size:16px;
    font-weight: 400;
    line-height: 1.6em;
    margin:10px 0 10px 0;
}
h6{
    font-size:14px;
    font-weight: 400;
    line-height: 1.6em;
    margin:10px 0 10px 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, code, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer;
}

code{
    font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
    font-size:0.9em;
    border:1px solid #ADD8E6;
    padding:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    color:#518BAB;
}

img{
    max-width: 100%;
}

.col-1  { width: 8.33233333333335%; float: left;}
.col-2  { width: 16.66566666666667%; float: left;}
.col-3  { width: 25%; float: left;}
.col-4  { width: 33.331233333333333%; float: left;}
.col-5  { width: 40%; float: left;}
.col-6  { width: 50%; float: left; }
.col-7  { width: 60.0001%; float: left;}
.col-8  { width: 66.6678899999999%; float: left;}
.col-9  { width: 75%; float: left;}
.col-10 { width: 83.3349%;float: left; }
.col-11 { width: 91.6678999999999%; float: left;}
.col-12 { width: 100%; float: left;}

.bgwhite{
    background: #fff;
}

.padd40{
    padding: 40px;
}

.logobox img{
    width: 100px;
    margin-top: 40px;
    margin-bottom: 6px;
}



.wrapp-menu{
    display: inline-block;
    vertical-align: top;
}


.wrapp-menu ul{
    display: inline-block;
    padding: 0px;
    margin: 0px;
    width: 100%;
    text-align: left;
    vertical-align: top;
}


.wrapp-menu ul li{
    list-style: none;
    padding-right: 30px;
    display: inline-block;
    vertical-align: top;
}

.wrapp-menu ul li:last-child{
    padding-right: 0px;
}

.wrapp-menu ul li a {
    font-size: 14px;
    color: #202151;
    line-height: 1.6em;
    font-family: 'museo_slab500', sans-serif;
    padding-top: 15px;
    display: inline-block;
    padding-bottom: 5px;
    border-top: 10px solid #fff;
}

.wrapp-menu ul .sub-menu li.current-menu-item>a, .wrapp-menu  ul .sub-menu li>a:hover,
.menu.mm-listview .sub-menu li.current-menu-item>a, .menu.mm-listview .sub-menu li>a:hover{
    color: #fff!important;
    background: #000;
} 

.wrapp-menu .sub-menu li a{
    display: inline-block;
    width: 100%;
    padding-left: 0;
    text-align: center;

}

.wrapp-menu .sub-menu li{
    padding-left: 0!important;
}


.wrapps {
    border-top: 1px solid #a6a6b9;
    /*padding: 15px 0 0px 0;
    padding: 12px 0;*/
}

.wrapp-menu .sub-menu li {
    display: inline-block;
    width: 100%;
    float: left;
    text-align: left;
    padding-right: 0px;
}


.wrapp-menu  .sub-menu:before{
    content: "";
    display: inline-block;
    position: absolute;
    top: -5px;
    left: 72px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ef7c04;
}

.wrapp-menu .sub-menu {
    position: absolute;
    top: 30px;  
    right: auto;
    bottom: auto;
    left: 0;
    width: 160px;
    z-index: 10; 
    display: none;
    background: #ef7c04;
    border: 1px solid #ef7c04;
    padding: 2px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


.wrapps ul li.menu-item-has-children{
    padding-right: 8px;
    position: relative;
    padding-bottom: 10px;
}

.wrapps ul li.menu-item-has-children>a:before{
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #ffffff;
    position: absolute;
    right: -7px;
    top: 11px;
}

.wrapp-menu li:hover .sub-menu, 
.wrapp-menu li:focus .sub-menu, 
.wrapp-menu li:active .sub-menu, 
.wrapp-menu li.hover .sub-menu {
    display: block;
}

#hamburger, #hamburger2 {
    width: 20px;
    height: 14px;
    z-index: 5;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    display: none;
    position: relative;
    margin-top: 24px;
    float: right;
    z-index: 9999;
}

#hamburger, #hamburger2{
    height: 25px;
}

.whitespan #hamburger,
.whitespan #hamburger2 {
    margin-top: 15px;
}

#hamburger span,
#hamburger2 span  {
    display: block;
    position: absolute; 
    height: 2px;
    width: 100%;
    background-color: #202151;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.whitespan #hamburger span,
.whitespan #hamburger2 span{
    background-color: #fff;
}

#hamburger span:nth-child(1),
#hamburger2 span:nth-child(1)  {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#hamburger span:nth-child(2),
#hamburger2 span:nth-child(2){
    top: 6px;
    left: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#hamburger span:nth-child(3),
#hamburger2 span:nth-child(3) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.menumobile{
    display: none;
}

.mm-menu{
    background: #070909!important;
    color: rgba(255, 255, 255, 0.89)!important;	
}


.mm-menu .mm-navbar a, .mm-menu .mm-navbar>*{
    color: rgba(255, 255, 255, 0.82)!important;

}

.mm-listview>li:not(.mm-divider):after{
    border-bottom-color: rgba(255, 255, 255, 0.11);
}

html.mm-opening #hamburger span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 0px;
}

html.mm-opening #hamburger span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

html.mm-opening #hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 14px;
    left: 0px;
}

.footer-coppy p {
    color: #808080;
    font-size: 12px;
    margin-bottom: 0px;
}

.footer-menu ul{
    margin: 0px; 
    padding: 0px;
    display: inline-block;
    width: 100%;
    text-align: right;
}

.footer-menu ul li{
    list-style: none;
    display: inline-block;
    padding-left: 11px;
}

.footer-menu ul li:first-child{
    padding-left: 0px;
}

.footer-menu ul li a{
    color: #333333;
    font-size: 12px;
}
.footer-menu ul li a:hover{
    text-decoration: none;
    color: #ffcc00;
}

.bg-gray{
    background: #f0f3f5;
}


.paddtb70{
    padding: 70px 0;
}

.container-title  h2 {
    text-transform: uppercase;
    font-size: 40px; 
    line-height: 1.2em;
    font-weight: 700;
    color: #333333;
}
.container-title  p{
    font-size: 14px;
    line-height: 1.6em;
    margin-top: 25px;
}

.aligncenter{
    text-align: center;
}

.seciton-box-single-img {
    background-repeat: no-repeat;
    background-size: cover;
    height: 315px;
    position: relative;
}

.container-title {
    margin-bottom: 30px;
}

.seciton-box-single-user {
    position: absolute;
    bottom: -55px;
    width: 100%;
    text-align: center;
}

.seciton-box-single-user img{
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.paddt80{
    padding-top: 80px;
}

.seciton-box-single-text{
    padding-left: 30px;
    padding-right: 30px;
}

.seciton-box-single-text h4{
    font-size: 14px;
    color: #333333;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0px;
    font-weight: 700;
}

.seciton-box-single-text h5{
    font-size: 14px;
    color: #808080;
    margin: 0px;
}


.seciton-box-single-text p{
    color :#333333;
    line-height: 1.6em; 
}

.seciton-box-single-text a{
    color: #003399;
    text-decoration: underline;
    margin-top: 15px;
    display: inline-block;
}


.paddb40{
    padding-bottom: 40px;
}

.nopading{
    padding: 0px !important;
}

.wrapp-box-food {
    height: 754px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.wrapp-box-food-text{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 30px;
}

.wrapp-box-food-text h3 {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2em;
}

.wrapp-box-food-text  p{
    font-size: 14px;
    color: #fff;
    line-height: 1.6em;
    margin-bottom: 18px;
}

.button {
    display: inline-block;
    padding: 15px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
}

.whitebutton {
    background: #fff;
    color: #333333;
}

.paddt70{
    padding-top: 70px;
}

.whitebutton:hover{
    text-decoration: none;
    background: #e2e2e2;
}

.section-top-single-img {
    background-repeat: no-repeat;
    background-size: cover;
    height: 230px;
    position: relative;
}

.section-top-single-icon {
    position: absolute;
    bottom: -24px;
    left: 0px;
    width: 100%;
    text-align: center;
    z-index: 1;
    height: 72px;
    overflow: hidden;
}

.wrapp-icon {
    display: inline-block;
    background: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.section-top-single-text {
    background: #fff;
    padding: 25px 10px;
    text-align: center;
    min-height: 250px;
}


.section-top-single-text  h2{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333333;
    letter-spacing: 1px;
}

.section-top-single-text  p{
    line-height: 1.5em;
    margin-bottom: 16px;
}

.section-top-single-text  span {
    color: #cccccc;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    display: inline-block;
}

.section-top-single-text ul {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

.section-top-single-text ul li{
    list-style: none;
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 4px;

}

.section-top-single-text ul li a{
    color:#003399;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: underline;
}

.section-top-single-text ul li a:hover{
    color: #ffcc00;
}

.box-banner-green {
    background: #1b9e53;

}

.wrapp-box-banner-text{
    padding: 80px 100px 80px 100px;
}

.box-banner-text{
    position: relative;
}

.box-banner-text:before{
    content: "";
    position: absolute;
    right: -300%;
    top: 0px;
    width: 300%;
    height: 100%;
}

.box-banner-green:before{
    background: #1b9e53;
}

.box-banner-yellow {
    background: #ffcc00;
}

.box-banner-yellow:before{
    background: #ffcc00;
}

.owhidden{
    overflow: hidden;
}

.box-banner-img{
    float: none;
    display: table-cell;
    vertical-align: bottom;
}

.box-banner-text{
    float: none;
    display: table-cell;
    vertical-align: middle;
}

.wrapp-box-banner-text h3{
    font-size: 27px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3em;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.wrapp-box-banner-text p {
    margin-bottom: 20px;
}

.wrapp-box-banner-text{
    color: #fff;
}

.wrapp-box-banner-text ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.wrapp-box-banner-text ul li{
    display: inline-block;
    padding-right: 10px;
}

.wrapp-box-banner-text ul li a{
    display: inline-block;
    width: 100%;
}

.wrapp-box-banner-text ul li img{
    height: 47px;
}

.box-table{
    display: table-row;
}

.box-table-wrapp{
    width: 100%;
    display: table;
    border-collapse: collapse;
}

.generalcontent p,
.generalcontent li {
    font-size: 14px;
    line-height: 1.6em;
}

.graybutton {
    background: #f0f3f5;
    color: #333333;
}

.graybutton:hover{
    text-decoration: none;
    background: #e0e0e0;
}

.bg-white {
    background: #fff;
}

.footer2{
    background: #212255;
    border-top: 1px solid #454671;
}

.paddtb20{
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-social ul{
    padding: 0px;
    margin: 0px;
    display: inline-block;
    width: 100%;
    text-align: right;
}

.footer-social ul li{
    list-style: none;
    display: inline-block;
}

.footer-social ul li a {
    color: #46494a;
    padding: 0 3px;
    margin: 0 5px;
    font-weight: 700;
    font-size: 15px;
}

.footer-social ul li a:hover{
    color :#fff;
}

.footer1{
    border-top: 20px solid #e9eaee;
    background: #2c2e71;
}

.paddt20b40{
    padding-top: 20px;
    padding-bottom: 40px;
}

.footer-widget-content img{
    margin-bottom: 10px;
}

.footer-widget-content p{
    color: #8c8989;
    font-size: 13px;
    font-family: 'PT Sans', sans-serif;
    font-style: italic;
    font-weight: 400;
    line-height: 1.6em;
}

.footer-widget h4{
    font-family: 'PT Sans', sans-serif;
    color: #dddddd;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
}

.footer-widget ul {
    margin-top: 30px;
    margin-bottom: 0px;
    list-style: none;
    padding: 0px;
}

.footer-widget ul li{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #282a2b;
    border-top: 1px solid #585151;
}

.footer-widget ul li:first-child{
    border-top: none;
}

.footer-widget ul li:last-child{
    border-bottom: none;
}

.footer-widget ul li a{
    color: #bfbfbf;
    font-size: 13px;
}

.footer-widget ul li a:hover{
    color: #fff;
    text-decoration: none;
}

.footer-widget p{
    color: #8c8989;
    font-size: 13px;
    line-height: 1.5em;
}

.wrapp-flickr-single {
    width: 25%;
    float: left;
    padding: 5px;
}

.wrapp-flickr-single img{
    width: 100%;
}

.wrapp-top{
    display: inline-block;
    width: 100%;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
}

.wrapp-top-simple{
    display: inline-block;
    margin-right: 23px;
    vertical-align: middle;
}

.wrapp-top-simple ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}


.paddt50{
    padding-top: 50px;
}

.paddb50{
    padding-bottom: 50px;
}

.box-detail img{
    width: 100%;
}

.box-detail h2 {
    font-family: 'museo_slab500', sans-serif;
    font-size: 18px;
    color: #343333;
    margin-top: 15px;
    margin-bottom: 15px;
}
.box-detail h2 a {
    color: #343333;
}


.box-detail p{
    font-family: 'PT Sans', sans-serif;
    color: #747474;
    font-size: 13px;
    line-height: 1.6em;
}


.box-detail-post h2 {
    position: relative;
    padding-left: 50px;
    line-height: 1em;

    margin-top: 1px;
    margin-bottom: 15px;
    min-height: 36px;
}
.box-detail-post h2 a {
    font-size: 18px;
    text-align: left;
}

.box-detail-post h2:before{
    content: "";
    width: 35px;
    height: 35px;
    background: #202151;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px
}

.box-detail-post p{
    padding-top: 10px;
}

.box-detail-post a{
    color: #343333;
    font-size: 12px;
    text-align: right;
    display: block;
    margin-top: 23px;
}

.box-detail-post a:hover{

    color:#2c2e71;
}

.box-detail-post a i {
    padding-left: 5px;
}
.fancy-title {
    overflow: hidden;
}
.fancy-title h2 {
    display: inline-block;
    font-family: 'museo_slab500', sans-serif;
    font-size: 18px;
    color: #343333;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    padding-right: 80px;
}
.fancy-title h2:before,
.fancy-title h2:after {
    content: "";
    height: 1px;
    width: 400%;
    display: block;
    background: #e7e6e6;
    position: absolute;
    left: 100%;
}
.fancy-title h2:before {
    top: 10px;
}
.fancy-title h2:after{
    top: 17px;
}

.generalcontent{
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
}

.box-half ul{
    padding: 0px;
    margin: 0px;
    margin-top: 30px;
}

.box-half ul li{
    position: relative;
    list-style: none;
    padding-left: 30px;
    color: #747474;
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.box-half ul li:before{
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    width: 18px;
    height: 18px;
    display: inline-block;
    background: #2c2d70;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    position: absolute;
    left: 0px;
    top: -2px;
    line-height: 17px;
}
.box-testimonial-text {
    background: #f6f3f3;
    padding: 30px;
    position: relative;
}

.box-testimonial-text:after{
    content: "";
    position: absolute;
    left: 37px;
    bottom: -20px;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 30px solid transparent;
    border-top: 20px solid #f6f3f3;
}

.box-testimonial-user {
    margin-top: 12px;
}

.box-testimonial-user img {
    margin-right: 28px;
}

.form-input input[type="search"]{
    border: 1px solid #202151;
    border-radius: 30px;
    padding: 3px 5px;
    min-width: 230px;
}

*:focus{
    outline: none;
}

.form-input, .form-submit{
    display: inline-block;
    position: relative;
}

.form-submit i{
    position: absolute;
    left: 8px;
    top: 0px;
    font-size: 14px;
}

.form-submit input[type="submit"]{
    padding-left: 32px;
    padding-right: 13px;
    background: #fff;
    border: none;
    color: #202151;
    font-family: 'museo_slab500', sans-serif;
    font-size: 14px;
}

.wrapp-top-simple ul li a{
    color: #202151;
    font-family: 'museo_slab500', sans-serif;
    font-size: 13px;
}

.slider-home{
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: 100%;
}

.slider-home h1{
    font-family: 'museo_slab500', sans-serif;
    font-size: 40px;
    color: #fff;
    line-height: 1.3em;
}

.slider-home h2{
    color: #fff;
    font-size: 24px;
    margin: 25px 0px;
}

.slider-home p{
    color: #fff;
    font-size: 14px;
    line-height: 1.6em;
}

.content-slider{
    padding-top: 40px;
    padding-bottom: 40px;
}

.slider-home li{
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-box-logo{
    text-align: right;
}

.custom-button{
    display: inline-block;
    margin-top: 20px;
}

.custom-button a{
    position: relative;
    background: #fff;
    padding: 15px 30px 15px 65px;
    display: inline-block;
    color: #202151;
    font-size: 13px;
    text-transform: uppercase;

}

.custom-button a:hover{
    text-decoration: none;
    background: #dedede;
}

.custom-button a:before{
    content: "";
    width: 43px;
    height: 30px;
    display: inline-block;
    position: absolute;
    left: 8px;
    top: 6px;
    background-image: url(../images/button-effect.png);
}

.box-slider-carousel ul{
    display: inline-block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.box-slider-carousel ul li{
    width: 25%;
    float: left;
    text-align: center;
}
.box-slider-carousel ul li img{
    margin-left: auto;
    margin-right: auto;
}

.pagetitle {
    padding: 30px 0;
    border-bottom: 10px solid #f2f2f2;
    background-repeat: no-repeat;
    background-size: cover;
}

.pagetitle h1{
    color: #fff;
    font-size: 18px;
    font-family: 'museo_slab500', sans-serif;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0;
}

.wrapp-slider .bx-wrapper .bx-controls-direction a{
    width: 63px;
    height: 63px;
    background-image: url(../images/sprite-slider.png);
    background-repeat: no-repeat;
    -webkit-transition: 0s;
    transition: 0s;
    -o-transition: 0s;
    -moz-transition: 0s;
}

.wrapp-slider .bx-wrapper .bx-prev{
    background-position: -2px -74px;
    left: 0px;
}

.wrapp-slider .bx-wrapper .bx-prev:hover{
    background-position: -2px 0px;
}


.wrapp-slider .bx-wrapper .bx-next{
    background-position: -84px -74px;
    right: 0px;
}
.wrapp-slider .bx-wrapper .bx-next:hover{
    background-position: -84px -2px ;
}

.box-slider-carousel .bx-wrapper .bx-controls-direction a{
    width: 30px;
    height: 30px;
    background-image: url(../images/sprite-slider-small.png);
    background-repeat: no-repeat;
    -webkit-transition: 0s;
    transition: 0s;
    -o-transition: 0s;
    -moz-transition: 0s;
}

.box-slider-carousel .bx-wrapper .bx-prev{
    left: -30px;
    background-position: 0px 0px;
}

.box-slider-carousel .bx-wrapper .bx-prev:hover{
    background-position: 0px -34px;
}

.box-slider-carousel .bx-wrapper .bx-next{
    right: -30px;
    background-position: -40px 0px;
}

.box-slider-carousel .bx-wrapper .bx-next:hover{
    background-position: -40px -34px;
}

.bx-wrapper .bx-controls-direction a{
    z-index: 99;
}
.bx-wrapper img {
    margin: 0 auto;
}

.wrapp-content-page.fancy-title h2{
    overflow: hidden;
}

.wrapp-content-page.fancy-title h2:before,
.wrapp-content-page.fancy-title h2:after{
    width: 100%;
    right: -30%;
}

.largetitle h1{
    font-size: 23px;
    margin: 5px 0px;
}

.paddtb30{
    padding: 30px 0;
}

.noborder{
    border-bottom: none;
}

.wrappgncontent h3{
    font-family: 'museo_slab500', sans-serif;
    color: #434242;
    font-size: 18px;
    line-height: 1.4em;
    margin-top: 10px;
    margin-bottom: 10px;
}
.wrappsidebar {
    margin-right: 15px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfcfc+0,dbdbdb+50,fcfcfc+100 */
    background: rgb(252,252,252); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(219,219,219,1) 50%, rgba(252,252,252,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(219,219,219,1) 50%,rgba(252,252,252,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(252,252,252,1) 0%,rgba(219,219,219,1) 50%,rgba(252,252,252,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */

}

.orangebg{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fff0e0+50,ffffff+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,240,224,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,240,224,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,240,224,1) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}


.yellowbg{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fffceb+50,ffffff+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,252,235,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,252,235,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,252,235,1) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.bluebg{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e6eff4+50,ffffff+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(230,239,244,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(230,239,244,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(230,239,244,1) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.greenbg{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eaffdd+50,ffffff+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(234,255,221,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,255,221,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(234,255,221,1) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}



.wrappsidebar ul{
    padding: 0px;
    margin: 0px;
    list-style: none;

}

.wrappsidebar #hmenu-mobile>ul{
    border-right: 2px solid rgba(221, 221, 221, 0.52);
}

.wrappsidebar:before {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,1+9,0+100 */
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 9%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 9%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 9%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

    position: absolute;
    left: 0px;
    top: 0px;
}

.wrappsidebar ul li a{
    font-size: 14px;
    color: #343434;
    border-bottom: 1px solid rgba(191, 191, 191, 0.22);
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 1.3em;
    min-height: 30px;
    position: relative;
    /*padding-right: 6px;*/
}

.wrappsidebar ul li a:hover{
    text-decoration: none;
    color: #343434;
    background: #fff;
    font-weight: 700;
}

.wrappsidebar ul li.has-child>a {
    font-weight: 700;
}

.wrappsidebar ul li.active>a:after{
    content: "";
    width: 5px;
    height: 100%;
    background: #535353;
    display: inline-block;
    position: absolute;
    right: -2px;
    top: 0px;

}

.wrappsidebar ul li>a:after{
    content: "";
    width: 5px;
    height: 100%;
    background: transparent;
    display: inline-block;
    position: absolute;
    right: -2px;
    top: 0px;
}


.wrappcnt {
    padding-left: 15px;
}

.togglemobile{
    display: none;
}


.wrappsidebar .yellow  ul li.has-child>a,
.wrappsidebar .yellow  ul li a:hover {
    color: #f5d949;
}

.wrappsidebar .yellow ul li.active>a:after{
    background: #f5d949;
}

.wrappsidebar .blue  ul li.has-child>a,
.wrappsidebar .blue  ul li a:hover {
    color: #005d97;
}

.wrappsidebar .blue ul li.active>a:after{
    background: #005d97;
}

.wrappsidebar .green  ul li.has-child>a,
.wrappsidebar .green  ul li a:hover {
    color: #8dca69;
}

.wrappsidebar .green ul li.active>a:after{
    background: #8dca69;
}


.wrappsidebar .orange  ul li.has-child>a,
.wrappsidebar .orange  ul li a:hover {
    color: #c66b01;
}

.wrappsidebar .orange ul li.active>a:after{
    background: #c66b01;
}


ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: table;
    width: 100%;
}
ul.tabs li{
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    border: 1px solid #eaeaea;

    border-bottom: none;
    background: #f2f2f2;
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 1.2em;
}

ul.tabs li.current{
    background: #fff;
    color: #333333;
    font-size: 13px;
    border-top: 2px solid #40417e;
    font-family: 'museo_slab500', sans-serif;
}
.tab-text p {
    color: #444444;
    font-size: 13px;
    line-height: 1.2em;
    margin-bottom: 0px;
}

.tab-text p  a:hover{
    color: #2e2f71;
}

.tab-text span{
    font-size: 12px;
    color: #747474;
}

.tab-content{
    display: none;

    border: 1px solid #eaeaea;
}
.tab-post {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid  #eaeaea;
    padding:  15px;
}

.tab-post:last-child{
    margin-bottom: 0px;
    border-bottom: none;
}


.tab-content.current{
    display: inherit;
}

.halflist {
    width: 70%;
    float: left;
}

.halftabs{
    width: 30%;
    float: left;
}

.row2{
    display: inline-block;
    width: 100%;
}
.tab-img {
    width: 60px;
    float: left;
}


.largecontent h1{
    line-height: 1em;
}

.gmaps iframe{
    width: 100%;

}

.gmaps{
    margin-bottom: 35px;
}

.generalcontent form{
    margin-top: 40px;
}

.block {
    display: inline-block;
    width: 100%;
    margin-bottom: 13px; 
    margin-left: -5px;
    margin-right: -5px;
}

.one-third{
    width: 33.33%;
    float: left;
    padding: 0 5px;
}

.styleinput input[type=text],
.styleinput input[type=email],
.styleinput input[type=url],
.styleinput textarea{
    display: inline-block;
    width: 100%;
    border: 1px solid #e0e0e0;
    padding: 10px;
    color: #747474;
    font-size: 13px;
    font-family: 'PT Sans', sans-serif;
    box-shadow: inset 0px 0px 10px rgba(193, 193, 193, 0.29);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
}
.styleinput textarea{
    min-height: 170px;
}
.one-full {
    display: inline-block;
    width: 100%;
    padding: 0 5px;
}

.styleinput input[type="submit"],
.styleinput button[type="submit"],
.styleinput button[type="button"] {
    border: 1px solid #d9dbdc;
    color: #fff;
    padding: 12px 33px;
    text-transform: uppercase;
    background: #3a3c8d;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
}

.styleinput input[type="submit"]:hover,
.styleinput button[type="submit"]:hover,
.styleinput button[type="button"]:hover {
    background: #2c2d81;
}

.styleinput input[type=text]:hover,.styleinput input[type=text]:focus,
.styleinput input[type=email]:hover, .styleinput input[type=email]:focus,
.styleinput input[type=url]:hover, .styleinput input[type=url]:focus,
.styleinput textarea:hover, .styleinput textarea:focus{
    box-shadow: inset 0px 0px 10px rgba(44, 46, 113, 0.38);
}
.emptybox {
    height: 250px;
}

.sociallist {
    display: inline-block;
    width: 100%;
    margin-top: 5px!important;
}

.sociallist li {
    margin-top: 5px!important;
    margin-bottom: 5px!important;
    display: inline-block;
    padding-left: 0px!important;
    padding-right: 4px;
    width: 12.5%;
}

.sociallist li a{
    color: #46494a;
    font-size: 18px;
}

.sociallist li a:hover{
    color: #46494a;
}

.sociallist li:before{
    content: none!important
}


/*----- Accordion -----*/
.accordion, .accordion * {
    -webkit-box-sizing:border-box; 
    -moz-box-sizing:border-box; 
    box-sizing:border-box;
}

.accordion {
    overflow:hidden;
}

/*----- Section Titles -----*/
.accordion-section-title {
    width:100%;
    padding:10px 0;
    display:inline-block;
    transition:all linear 0.15s;
    font-size:18px;
    font-family: 'museo_slab500', sans-serif;
    color: #000;
}

.accordion-section-title i { 
    font-size: 13px;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 2em;
}

.accordion-section-title:hover{
    text-decoration: none;
    color: #2c2e71;
}

.accordion-section:last-child .accordion-section-title {
    border-bottom:none;
}

/*----- Section Content -----*/
.accordion-section-content {
    padding:15px;
    display:none;
}

.accordion-section-title span {
    color: #2c2e71;
}

.contentbox{
    margin-left: 60px;
    padding-left: 40px;
    position: relative;
}

.contentbox:before{
    content: "";
    width: 30px;
    height: 180px;
    background-image: url(../images/bg-contact.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
}

.contentbox p{
    color: #000000;
    font-size:18px;
    font-family: 'museo_slab500', sans-serif;
}

.contentbox p a {
    color: #000;
}

.contentbox p i {
    margin-right: 15px;
}

.bluep p{
    color : #41388d;
}

.fancyblockquote blockquote{
    background: #f5f5f5;
    padding: 20px;
    font-size: 13px;
    line-height: 1.6em;
    font-style: italic;
    margin-left: 70px;
    border-left: 5px solid #312783;
}


.box-newsletter {
    display: table-row; 
}
.box-newsletter-left{
    width: 50%;
    display: table-cell; 
}
.box-newsletter-left img{
    width: 100%;
}

.box-newsletter-right {
    width: 50%;
    display: table-cell;
    background: #f6f3f3;
    padding: 20px;
    vertical-align: middle;
    text-align: center;
}

.box-newsletter-right input[type="email"]{
    width: 90%;
    border: 1px solid #202151;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    padding: 6px 12px;
    margin-bottom: 15px;
    background: #f6f3f3;
    color:#343333;
    text-align: center;
    font-size: 14px;
    font-family: 'museo_slab500', sans-serif;
}

.box-newsletter-right input[type="submit"]{
    background: #312783;
    color: #fff;
    border: 1px solid #202151;
    width: 90%;
    padding: 7px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    font-family: 'museo_slab500', sans-serif;
    font-size: 18px;
}

.box-newsletter-right form{
    margin-top: 15px;
}

.tabs-link {
    display: inline-block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-bottom: 60px;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
}


.tabs-link  li{
    display: inline-block;
    padding-right: 20px;
}


.tabs-link li a{
    color: #747474;
    font-size: 13px;
    padding: 10px 0px;
    display: inline-block;
    position: relative;
}

.tabs-link li a:before{
    content: "";
    height: 2px;
    width: 100%;
    background: transparent;
    display: inline-block;
    position: absolute;
    top: -1px;
    left: 0px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
}

.tabs-link li a:hover{
    text-decoration: none;
    color: #312783;
}

.tabs-link li a:hover:before{
    background: #312783;
}

.box-img img{
    width: 100%
}

.box-text h2{
    font-size: 18px;
    color: #333333;
    font-family: 'museo_slab500', sans-serif;
    margin-top: 0px;
    line-height: 1.3em;
    margin-bottom: 50px;
}

.bluebutton{
    border: 1px solid #d9dbdc;
    color: #fff;
    padding: 12px 33px;
    text-transform: uppercase;
    background: #3a3c8d;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.bluebutton:hover{
    background: #2c2d81;
    color:#fff;
    text-decoration: none;
}

.mtop50{
    margin-top: 50px;
}

.itempost{
    display: inline-block;
    width: 100%;
    padding-bottom: 50px;
    margin-bottom: 50px;
    position: relative;
}

.itempost:before{
    content: "";
    height: 1px;
    width: 98%;
    background: #e7e6e6;
    display: inline-block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    margin-left: 15px;
    margin-right: 15px;
}
.itempost:after{
    content: "";
    height: 1px;
    width: 98%;
    background: #e7e6e6;
    display: inline-block;
    position: absolute;
    left: 0px;
    bottom: 6px;
    margin-left: 15px;
    margin-right: 15px;
}

.itemboxwrapp:last-child .itempost:before,
.itemboxwrapp:last-child .itempost:after{
    content: none;
}


.itemboxwrapp:last-child .itempost{
    margin-bottom: 0px;
}

.row-univ{
    margin-bottom: 20px;
}
.row-univ:last-child{
    margin-bottom: 0px;
}

.mainimg img{
    width: 100%;
}

.hovermain {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #2f267e;
    color: #fff;
    text-align: center;
    display: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
} 

.wrapp-boximgfac{
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
}

.wrapp-boximgfac:hover .hovermain{
    display: inline-block;
}

.wrapp-hovermain{
    position: relative;
    width: 100%;
    height: 100%;
}

.wrapp-hovermain:before{
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    display: inline-block;
    background-image: url(../images/symbol.jpg);
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 0px;
}

.wrapp-hovermain .wrapp-parg { 
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    line-height: 1.5em;
    font-family: 'museo_slab500', sans-serif;
    padding-left: 5px;
    padding-right: 5px;
}

.boximgfac {
    margin-top: 15px;
    margin-bottom: 15px;
}

.sprite{
    position: relative;
    padding-left: 33px;
    padding-top: 5px;
    padding-bottom: 5px; 
}

.sprite a{
    color: #747474;
    font-size: 13px;
    line-height: 1.4em;
}

.sprite:before {
    content: "";
    width: 26px;
    height: 26px;
    display: inline-block;
    background-image: url(../images/sprite-contact.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 6px;
}

.saddress:before {
    background-position: -1px -1px;
}

.semail:before {
    background-position: -1px -36px;
}

.slink:before{
    background-position: -39px -2px;
}

.stel:before{
    background-position: -39px -37px;
}

.sfax:before{
    background-position: -75px -3px;
}

.main-navigation ul li{
    position: relative;
}

ul.menu-submenu{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    background: #edebeb;
}

.post-img img{
    width: 100%;
}

.tab-link i{
    font-size: 30px;
    color: #505253;
}

.post-text h3 {
    font-family: 'museo_slab500', sans-serif;
    font-size: 18px;
    color: #343333;
    margin-top: 20px;
    margin-bottom: 20px;
}

.post-text h3 a {
    color: #343333;
}

.post-extra {
    display: inline-block;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
}

.post-extra-left {
    width: 50%;
    float: left;
    color: #333333;
    font-size: 13px;
}

.post-extra-right a{
    text-align: right;
    position: relative;
    color: #333;
    padding-right: 15px;
}

.post-extra-right a:hover{
    text-decoration: none;
    color: #312783;
}

.post-extra-right a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    right: 0px;
    top: 1px;

}
.post-extra-right {
    width: 50%;
    float: right;
    text-align: right;
}

.navbox ul{
    display: inline-block;
    text-align: right;
    width: 100%;
}

.navbox ul li {
    display: inline-block;
    padding-left: 5px;
}

.navbox ul li:before{
    content: none;
}

.navbox ul li a{
    color: #333333;
}


.navbox ul li a{
    width: 20px;
    height: 20px;
    display: inline-block; 
    border: 1px solid #312783;
    text-align: center;
}

.navbox ul li a:hover{
    text-decoration: none;
}


.navbox ul li a.current, 
.navbox ul li a:hover{
    background: #312783;
    color: #fff;
}

.navbox ul li .first, .navbox ul li .last{
    border: none;
    position: relative;
}

.navbox ul li .first{
    padding-left: 10px;
    width: auto;
    margin-right: 10px;
}

.navbox ul li .first:hover{
    background: transparent;
    color: #312783;
}

.navbox ul li .first:before {
    content: "\f104";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    left: 0px;
    top: 0px;
    color: #000;
} 

.navbox ul li .last{
    padding-right: 10px;
    width: auto;
    margin-left: 10px;
}
.navbox ul li .last:hover{
    background: transparent;
    color: #312783;
}

.navbox ul li .last:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #000;
} 

.widgetbox {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}

.widgetbox h4{
    font-size: 13px;
    font-family: 'museo_slab500', sans-serif;
    margin-top: 0px;
    margin-bottom: 20px;
}

.widgetcontent ul {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    width: 100%;
}

.widgetcontent ul li{
    list-style: none;
    padding-left: 20px;
    position: relative;
    border-bottom: 1px solid #e7e6e6;
    padding-top: 7px;
    padding-bottom: 7px;

}

.widgetcontent ul li:before{
    content:  "\f105"; 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    left: 2px;
    top: 8px;
}

.widgetcontent ul li a{
    font-size: 13px;
    line-height: 1.6em;
    color: #333;
}

.list-accordion .accordion-section{
    border-bottom: 1px solid #e7e6e6;
    padding-bottom: 10px;
    padding-top: 10px;
}

.list-accordion .accordion-section:last-child{
    border-bottom: none;
}

.list-accordion .accordion-section-title{
    position: relative;
    font-size: 13px;
    padding-left: 40px;
}

.list-accordion .accordion-section-title:before{
    content: "+";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #333333;
    position: absolute;
    left: 5px;
    top: 7px;
    color: #fff;
    text-align: center;
    line-height: 1.4em;
}


.list-accordion .accordion-section-title.active:before {
    content: "-";
    background: #3e3687;
}

.box-sidebar2 {
    margin-top: 20px;
}

.individualcontent{
    border-top: 1px solid #312f82;
}

.searchform p{
    font-size: 14px;
    font-family: 'museo_slab500', sans-serif;
    color: #202151;
}

.wrappformtext{
    width: 75%;
    display: block;
}

.col-input{
    float: left;
}

.col-75{
    width: 75%;
    padding-right: 80px;
}

.col-25{
    width: 25%;
    padding-right: 80px;
}

.col-50{
    width: 50%;
    padding-right: 80px;
}

.wrappform{
    display: inline-block;
    width: 100%;

}

.searchform{
    margin-bottom: 50px;
}

.col-input input,
.col-input select{
    width: 100%;
    display: inline-block;
    padding: 6px;
    border: 1px solid #202151;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.col-box{
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}


.col-input input[type="submit"]{
    background: #312783;
    color: #fff;
    padding: 11px;
    margin-top: 13px;
    font-family: 'museo_slab500', sans-serif;
    transition: all linear 0.15s;
}

.col-input input[type="submit"]:hover{
    background: #160f4a;
}

.wrapp-search{
    position: relative;
}

.wrapp-search:before {
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    left: 24px;
    top: 23px;
    color: #fff;
    font-size: 15px;
}


.alignleft{
    text-align: left;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
}

.alignright {
    float: right;
    text-align: right;
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 10px;
}

.aligncenter {
    display: block;
    float: none;
    margin: 10px auto;
}

@media (max-width: 1200px) {
    .wrapp-menu ul li{
        padding-right: 18px;
    }
    .wrapp-menu ul li a {
        font-size: 13px;
    }
}

@media (max-width: 1200px) {
    .halflist {
        width: 60%;
    }
    .halftabs {
        width: 40%;
    }
    .col-25,
    .col-75,
    .col-50{
        padding-right: 20px;
    }
}

@media (max-width: 1024px) {
    #hamburger {
        display: block;
    }
    .displaymobile{
        display: block;
    }

    .hidemoobile{
        display: none;
    }
    .main-navigation {
        display: none;
    }
    .hidemenu {
        display: inline-block;
        float: right;
        margin-top: 22px;
    } 
    #hamburger{
        margin-top: 0px;
        margin-left: 20px;
    }
    .mm-menu .mm-listview>li a:not(.mm-next) {
        font-size: 16px;
        color: #eeeeee;
        line-height: 1.6em;
    }
    .mm-menu .mm-listview>li a:not(.mm-next):hover{
        color: #ef7c04;
    }	
    .wrapps {
        border-top: none;
    }
    .logobox {
        width: 25%;
    }
    .menubox{
        width: 75%;
    }
    .logobox img {
        width: 90px;
        margin-top: 10px;
    }
    .form-input input[type="search"]{
        min-width: 140px;
    }
    .wrapp-top-simple:last-child{
        margin-right: 0px;
    }
    .slider-home h1{
        font-size: 30px;
    }
    .slider-home h2{
        font-size: 18px;
    }
}


@media (max-width: 992px) {
    .halflist {
        width: 100%;
        margin-bottom: 10px;
    }
    .halftabs {
        width: 100%;
        margin-bottom: 10px;
    }
    .box-text h2{
        margin-bottom: 10px;
    }
    .mtop50 {
        margin-top: 10px;
    }
    .navbox ul{
        margin-top: 0px;
        margin-bottom: 20px;
        text-align: center;
    }
    .col-25 , 
    .col-75{
        width: 50%;
    }
    .wrappformtext {
        width: 100%;
    }
}

@media (max-width: 768px) {

    .slider-box-logo img{
        margin-left: auto;
        margin-right: auto;
        width: 250px;
    }
    .slider-box-detail {
        text-align: center;
        margin-bottom: 20px;
    }
    .footer-coppy {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-social ul{
        text-align: center;
    }
    .alignleft{
        float: none;
        margin-bottom: 20px;
    }
    .wrapp-content-page.fancy-title h2:before, .wrapp-content-page.fancy-title h2:after {
        right: -35%;
    }
    .row-univ {
        margin-bottom: 0px;
    }
    .box-detail {
        margin-bottom: 20px;
    }
    .paddt50 {
        padding-top: 30px;
    }
    .wrappsidebar {
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .wrappcnt {
        padding-left: 0px;
    }
    #hmenu-mobile{
        display: none;
    }
    .togglemobile{
        display: inline-block;
        width: 100%;
    }
    #hamburger2{
        display: inline-block;
        float: right;
        margin-top: 0px;

    }
    .one-third {
        width: 100%;
        margin-bottom: 15px;
    }
    .emptybox {
        height: 20px;
    }
    .fancy-title h2:before,
    .fancy-title h2:after{
        content: none;
    }

    .box-text {
        margin-top: 30px;
    }

    .itempost{
        overflow: hidden;
    }

    .itempost:before,
    .itempost:after{
        width: 96%;
    }


}

@media (max-width: 560px) {
    .wrapp-top-simple:nth-child(2),
    .wrapp-top-simple:nth-child(3){
        display: none;
    }

    .wrapp-top-simple{
        margin-right: 0px;
    }
    .wrapp-content-page.fancy-title h2:before, .wrapp-content-page.fancy-title h2:after{
        content: none;
    }
    .hidemenu{
        margin-top: 10px;
    }
    .largetitle h1 {
        font-size: 18px;
    }
    .noborder{
        padding: 15px 0;
    }
    .box-newsletter-left,
    .box-newsletter-right, 
    .box-newsletter{
        width: 100%;
        display: inline-block;
    }
    .wrapp-hovermain p{
        font-size: 10px;
    }
    .col-25, .col-75 {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 20px;
    }

    .col-50 {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 20px;
    }


    .col-box{
        margin-bottom: 0px;
    }

    .col-input input[type="submit"]{
        margin-top: 0px;
    }

    .wrapp-search:before{
        top: 11px;
    }
    .contentbox{
        margin-left: 0;
    }

}