@charset "utf-8";
html {
    -webkit-font-smoothing: antialiased
}
/* Fontface */
@font-face {
    font-family: 'ess';
    src: url('../fonts/ess.eot');
    src: url('../fonts/ess.eot?#iefix') format('embedded-opentype'), url('../fonts/ess.woff') format('woff'), url('../fonts/ess.ttf') format('truetype');
    font-weight: 400;
    font-smooth: always;
    -webkit-font-smoothing: subpixel-antialiased!important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: ess;
        src: url(../fonts/ess.svg) format('svg')
    }
}
html, body {
    -webkit-overflow-scrolling: touch;
    position: relative;
}
/* General */
body {
    color: #000;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    background: #fff;
}
h1, h2, h3, h4, h5, h6 {
    color: #3a3a3a;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-rendering: auto;
    line-height: 1.25em;
    margin-top: 0
}
h4, h5, h6 {
    line-height: 1.4em
}
h1 {
    font-size: 36px
}
h2 {
    font-size: 30px
}
h3 {
    font-size: 24px
}
h4 {
    font-size: 18px
}
h5 {
    font-size: 15px;
    font-weight: 700
}
h6 {
    font-size: 13px
}
ul {
    list-style: none;
    margin: 0
}
.red{ color: #D30909;}
/* Link & hover, focus color */
a {
    color: #777
}
a, a:hover, a:focus {
    -webkit-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
    text-decoration: none
}
a:focus {
    outline: none
}
img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle
}
.clear{clear: both;}
.default-color{ color:  #7dbb7b;}
.default-background{background-color: #7dbb7b;}
.no-padding{padding: 0}
.margin-top-10{margin-top: 10px;}
.margin-top-20{margin-top: 20px;}
.margin-top-30{margin-top: 30px;}
.margin-bottom-10{margin-bottom: 10px;}
.margin-bottom-20{margin-bottom: 20px;}
.margin-bottom-30{margin-bottom: 30px;}
.getting-size{display: inline-block;}
.margin-5{margin: 5px;}
.nowrap{white-space: nowrap;}
.editor-content{
    color: #333;
    line-height: 30px;
}
.editor-content table,
.editor-content td {
    border: 1px solid #999;
}​
.editor-content img{
    max-width: 100%;
}
.img-container{
    display: table;
    width: 100%;
    text-align: center;
}
.img-container img{
    display: inline-block;
}
.middle-content{
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
div.getting-size{
    display: inline-block;
}
/*  FORM */
.form-control{
    border: 1px solid #dedede;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn{
    border-radius: 0;
}
/* #end FORM */
.breadcrumb{
    background: none !important;
    padding: 8px 0;
    border-bottom: 1px solid #e1e1e8;
}
.pagination{
    padding-right: 10px;
}
/*---------------HEADER--------------------*/
#top-bar{
    background-color: #F5F5F5;
    color: #000000;
    height: 30px;
    border-bottom: 1px solid #cccccc;
}
section#top-bar ul.top-contact li, section#top-bar ul.user-login li{
    display: inline-block;
    line-height: 30px;
    margin-left: 20px;
}
section#top-bar ul.top-contact li i, section#top-bar ul.user-login li i{
    margin-right: 5px;
}
section#top-bar ul.user-login{text-align: right; }
section#top-bar ul.user-login li:last-child{margin-right: 20px;}
/*----------End HEADER--------------------*/
/*---------- MENU LOGO--------------------*/
#menu-logo{
    margin: 10px 0;
}
/*----------------MAIN NAV --------------*/
/*----------------MAIN NAV --------------*/
#nav-container a.slide-menu-open{display: none}
#nav-container{ margin-top:10px; text-align: right;}
#nav-container ul{ list-style: none; background-color: #ffffff}
#nav-container a{
    display: inline-block;
    color: #333;
    font-family: 'ess', Arial, Helvetica, sans-serif;
    font-size: 13px;
}
#nav-container > ul{
    display: inline-block;
    margin: 0 auto;
}
#nav-container > ul li:hover > a,
#nav-container > ul li.active > a{
    color: #ffffff;
}
#nav-container > ul li:hover,
#nav-container > ul li.active,
#nav-container > ul > ul > li li:hover{
    background-color: #ed1c24;
    transition: all 0.3s ease;
}
#nav-container > ul > li > ul li.active{
    background-color: #FF6816;
}
#nav-container > ul > li{
    display: block;
    height: 42px;
    line-height: 42px;
    position: relative;
    float: left;
}
#nav-container > ul > li > a{
    display: block;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    text-transform: uppercase;
}
#nav-container > ul > li > ul{
    position: absolute;
    top: 42px;
    left: 0;
    text-align: left;
    display: none;
    z-index: 99;
    background-color: #ed1c24;
}
#nav-container > ul > li > ul a{
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 40px 0 10px;
    white-space: nowrap;
    color: #ffffff;
    border-top: 1px solid #df1a22;
}
#nav-container > ul > li > ul li{
    position: relative;
}
#nav-container > ul > li > ul li:hover > a{
    background-color: #FF6816;
}
#nav-container > ul > li > ul li ul{
    position: absolute;
    top:0;
    left: 100%;
    display: none;
    z-index: 99;
    background-color: #019B43;
}
/*----------- #End MAIN NAV --------------*/
/*-------------- Horizon- menu----------*/
ul.h-menu li{
    list-style: none;
}
ul.h-menu li a{
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    font-size: 16px;
    border-bottom: 1px solid #CCCCCC;
    color: #333333;
}
ul.h-menu li:last-child a{
    border-bottom: none;
}
ul.h-menu li a i.glyphicon{
    font-size: 12px !important;
    position: relative;
    top: -1px;
    margin-right: 5px;
    color: #a1a1a1;
}
ul.h-menu li a:hover, ul.h-menu li.active a{
    color: #ed1c24;
}
ul.h-menu li ul{
    padding-left: 20px;
}
/*-------------- #End Horizon- menu----------*/
#breadcrumb{
    padding: 10px 0 5px;
    background-color: #F5F5F5;
    margin-bottom: 10px;
}
.breadcrumb{border-bottom: none; margin-bottom: 0}
a.post-requestment{
    display: inline-block;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 16px;
    background-color: #ed1c24;
    color: #FFFFFF;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* BOX*/
.box{
    border: 1px solid #eaeaea;
}
.box > .header > i{
    color: #ed1c24;
}
.box > .header{
    color: #414142;
    padding: 10px 5px 10px 15px;
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 2px solid #ed1c24;
}
/* BOX 2*/
.box-2 > .box-title{
    border-bottom: 2px solid #056dad;
}
.box-2 > .box-title > span{
    display: inline-block;
    padding: 7px 10px 0 5px;
    background-color: #056dad;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'ess', Arial, Helvetica, sans-serif;
}
.box-2 > .box-title > span > i{
    margin-right: 10px;
    font-size: 16px;
    position: relative;
    top:-1px;
}
.box-2 > .box-content{
    padding: 5px 0;
}
ul.newest-articles{
    margin: 5px;
}
ul.newest-articles li{
    padding: 8px 0;
    border-bottom: 1px dotted #cccccc;
}
ul.newest-articles li a.img-container{
    width: 40%;
    display: inline-block;
    float: left;
    margin-right: 3px;
}
ul.newest-articles li a.img-container img{
    width: 100%;
    border: 1px solid #cccccc;
    padding: 3px;
}
ul.newest-articles li a h4{
    font-size: 14px;
}
ul.newest-articles li a h4:hover{
    color: #ed1c24;
}
.view-all{
    padding: 10px 0 10px 3px;
    text-align: right;
    border-top: 1px solid #eaeaea;
}
.view-all i{ font-size: 12px;color: #D30909;}
.view-all a{
    padding-left: 5px;
    padding-right: 10px;
    font-size: 14px;
    font-family: "tahoma";
    color: #D30909;
    font-weight: bold;
}
.view-all a:hover{ text-decoration: underline}
.view-all ul{
    display: inline-block;
}
.view-all ul li{
    display: inline-block;
}
.view-all ul li:after{
    content: '|';
}
.view-all ul li:last-child:after{
    content: '';
}
.list-group{
    padding: 5px;
    margin-bottom: 0 !important;
}
.list-group a{
    display: inline-block;
    font-size: 15px;
    color: #055699;
    font-family: Tahoma;
}
.list-group a:hover{
    text-decoration: underline;
}
.list-group a span{
    color: #3c3c3c;
}
/*----------------------- POST ITEMS-----------*/
ul.post-items{
    margin: 10px 5px;
}
ul.post-items li.post-item{
    padding: 10px;
    border-bottom: 1px dotted #cccccc;
    position: relative;
}
ul.post-items li.post-item:last-child{
    border-bottom: none;
}

ul.post-items li.post-item a h3.title{
    color:#D30909;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 18px;
    font-family: Arial,Verdana,sans-serif;
    padding: 3px 0;
}
ul.post-items li.post-item a h3.title:hover{
    text-decoration: underline;
}
ul.post-items li.post-item img{
    float: left;
    width: 160px;
    margin: 0 10px 5px 0;
    border: 1px solid #ccc;
    padding: 3px;
}
ul.post-items .short-desc{
    font-size: 14px;
    color: #9d9d9d;
    font-style: italic;
    text-align: justify;
    margin-bottom: 20px;
}
ul.post-items .info{
    position: absolute;
    right: 0;
    bottom: 0;
}
ul.post-items .info li {
    margin-right: 15px;
}
ul.post-items .info li {
    list-style: none;
    color: #055699;
    font-size: 13px;
    font-weight: bold;
}
ul.post-items .info li i{
    margin-right: 5px;
    color: #333;
}
ul.post-items .info span.label{
    color: #333;
    padding: 0;
    font-size: 13px;
    padding-right: 3px;
}
ul.post-items .created-at{
    color: #056dad;
    font-weight: 600;
    margin-left: 5px;
}
.post-list-title{
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    bottom: -5px;
}
.post-list-subtitle{
    padding-top: 10px;
    margin-top: 5px;
    border-top: 1px solid #eaeaea;
}
/*----------------ads---------------*/
ul.ads{
    margin: 5px;
}
ul.ads li{
    margin-bottom: 5px;
}
ul.ads li a.img-container{display: block;}
ul.ads li a.img-container img{width: 100%}

