
h1,h2,h3,h4,h5,h6 {
	font-family:"Lato", sans-serif !important;
}
img{
	max-width:100%;
	height: auto;
	
}
iframe{
	border:0
}


table {
    font-size: 14px;
    width: 100%;
    max-width: 100%;
    text-align: left;
    margin-bottom: 20px;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    background-color: #fff;
}
table th,
table td {
    padding: 6px;
    vertical-align: top;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee
}
table thead th {
    font-weight: 700
}
/* Orange */
.table_orange,
.table_orange th,
.table_orange td {
    border: none
}
.table_orange thead tr th {
    color: #fff
}
.table_orange tr:nth-child(odd) {
    background-color: #fff
}
.table_orange tr:nth-child(even) {
    background-color: #fcfdfd
}
.table_orange thead tr th:nth-child(odd) {
    background-color: #f8cd57
}
.table_orange thead tr th:nth-child(even) {
    background-color: #e9b914
}
/* Green */
.table_green,
.table_green th,
.table_green td {
    border: none
}
.table_green thead tr th {
    color: #fff
}
.table_green tr:nth-child(odd) {
    background-color: #fff
}
.table_green tr:nth-child(even) {
    background-color: #fcfdfd
}
.table_green thead tr th:nth-child(odd) {
    background-color: #a3d537
}
.table_green thead tr th:nth-child(even) {
    background-color: #8ec022
}
/* Black */
.table_black,
.table_black th,
.table_black td {
    border: none
}
.table_black thead tr th {
    color: #fff
}
.table_black tr:nth-child(odd) {
    background-color: #fff
}
.table_black tr:nth-child(even) {
    background-color: #fcfdfd
}
.table_black thead tr th:nth-child(odd) {
    background-color: #3a4245
}
.table_black thead tr th:nth-child(even) {
    background-color: #252a2c
}

.radio{margin-left:20px;}

button,input,optgroup,select,textarea { color:inherit;font:inherit;margin:0; }

button { overflow:visible; }

button,select { text-transform:none; }

button,html input[type=button],input[type=reset],input[type=submit] { -webkit-appearance:button;cursor:pointer; }

button[disabled],html input[disabled] { cursor:default; }

button::-moz-focus-inner,input::-moz-focus-inner { border:0;padding:0; }

input { line-height:normal; }

input[type=checkbox],input[type=radio] { box-sizing:border-box;padding:0; }

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button { height:auto; }

input[type=search] { -webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box; }

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration { -webkit-appearance:none; }


form {
    margin-bottom: 15px;
}
input,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    outline: none;
    padding: 8px 10px;
    margin: 0;
    width: 100%;
}
textarea {
    max-width: 100%;
    min-height: 180px
}
input[type="radio"] {
    border: none; display:inline-block;
    color: #fff;
    width: auto;
}

input[type="submit"] {
    border: none;
    color: #fff;
    width: auto;
}
select {
    background-color: #fff;
    border: 1px solid #ddd;
    outline: none;
    padding: 8px 10px;
    margin: 0;
}

iframe {
    width: 100%
}


.more a {
    display: block; 
	float:right; font-weight:600; font-size:12px;
	padding:0 3px;
    line-height: 20px;
    text-align: center;
    height: 20px;
    background-color: #eee
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #971313 url(img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 45px;
    width: 45px;
    right: 30px;
    bottom: 30px;
  }
}


/*------------------------------------------------------------------------------
    17. Header
------------------------------------------------------------------------------*/
#header {
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.2);
}

#header ul.menu .tb_widget_socialize a.icon {
    color: #222;
   width: 12.2%;
    display: block;
    float: left;
    margin: 0 1.6% 4px 0;
}
/* Meta */
#header .header_meta {
    background-color: #222
}
/* Weather forecast */
#header .header_meta .weather_forecast {
    float: left;
    line-height: 45px
}
#header .header_meta .weather_forecast i {
    margin-right: 5px;
    font-size: 14px
}
#header .header_meta .weather_forecast .city {
    color: #fff; margin-right:10px;
}
#header .header_meta .weather_forecast .city a {
    color: #fff;
}
#header .header_meta .weather_forecast .city a:hover {
    color: #eee; text-decoration:underline;
}
#header .header_meta .weather_forecast .temp {}
/* Main */
#header .header_main {
    z-index: 9;
    display: block;
    position: relative;
    width: 100%
}
#header_main .container {
    padding-top: 20px;
    padding-bottom: 20px
}
#header_main.fixed {
    background-color: #fff;
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.2);
}
.header_main-parent {
    clear: both;
    display: block;
    background-color: #fff
}
.header_main-parent #header_main.fixed .container {
    padding-top: 5px;
    padding-bottom: 5px
}

/* Logo */
.site_brand img {
    max-height: 67px; padding-bottom:5px;
}
#site_title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    margin: 0
}
#site_title span {
    font-weight: 300
}
#site_description {
    margin: 0;
    color: #999;
    font-size: 14px
}
/* Top navigation */
nav.top_navigation ul {
    list-style: none;
    padding: 0;
    margin: 0
}
nav.top_navigation ul li {
    position: relative
}

/*------------------------------------------------------------------------------
    18. Navigation
------------------------------------------------------------------------------*/
nav.site_navigation ul {
    z-index: 9;
    list-style: none;
    padding: 0;
    margin: 0;
}
nav.site_navigation a {
	color:#444;
}
/* Top toggle */
.top_navigation_toggle {
    border-left: 1px solid #333;
    color: #fff;
    text-align: center;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 15px;
    top: 0;
    width: 32px;
    height: 45px;
    line-height: 45px
}
.top_sub_menu_toggle {
    color: #fff;
    border-left: 1px solid #333;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center
}
.top_sub_menu_toggle:before{
    font-family: "FontAwesome";
    content: "\f0c9";
    width: 100%;
    height: 100%
}
/* Site toggle */
.site_navigation_toggle {
    background-color: #eee;
    text-align: center;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 15px;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px
}
.site_navigation_toggle.active {
    background-color: #222;
    color: #fff
}

.site_navigation_toggle .tb_widget_misc ul {
    list-style-type:none;
    padding: 0;
    margin: 0
}
.site_navigation_toggle .tb_widget_misc ul li {
    color: #999;
    padding-left: 10px;
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 5px;
	display:inline;
}
.site_navigation_toggle .tb_widget_misc ul li:after {
    color: #ddd;
    left: 0;
    position: absolute;
    font-family: "FontAwesome";
    content: "\f105";
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.site_navigation_toggle .tb_widget_misc ul li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px
}


.site_sub_menu_toggle {
    border-left: 1px solid #eee;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center
}
.site_sub_menu_toggle:before {
    font-family: "FontAwesome";
    content: "\f0c9";
    width: 100%;
    height: 100%
}
/* Cart */
nav.site_navigation ul.cart_list {
    display: block
}
nav.site_navigation ul.cart_list li {
    border-bottom: 1px solid #eee;
    min-height: 80px;
    padding: 10px
}
nav.site_navigation ul.cart_list li a {
    border: none;
    padding: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    width: auto;
    display: block;
    position: relative;
    padding-left: 70px
}
nav.site_navigation ul.cart_list li a img {
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px
}
nav.site_navigation ul.cart_list li .quantity {
    font-size: 12px;
    margin-left: 70px
}


.widget {
    margin-bottom: 20px
}
.widget .widget_title {
    background-color: #eee;
    height: 15px;
    line-height: 15px;
    margin-bottom: 15px;
}
.widget .tb_widget_categories ul {
    list-style: none;
    padding: 0;
    margin: 0; margin-left:5px;
}
.widget .tb_widget_categories ul li {
    color: #555;
    padding-left: 10px;
    position: relative;
    margin-bottom: 2px;
    border-bottom: 0px solid #eee;
    padding-bottom: 0px
}

.widget .tb_widget_categories ul li:before {
    color: #555;
    left: 0;
    position: absolute;
    font-family: "FontAwesome";
    content: "\f105";
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.tb_widget_recent_list .item {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px
}


.tb_widget_recent_list .item:last-child,.tb_widget_recent_lista .item:last-child,.tb_widget_recent_listpr .item:last-child {
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px
}
.tb_widget_recent_list .item .item_thumb {
    width: 70px; height: 58px !important;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    float: left;
    margin: 0 10px 0 0
}
.tb_widget_recent_list .item .item_thumb .thumb_icon {
    z-index: 5;
    opacity: 0;
    position: absolute;
    margin-left: -13px;
    margin-top: -13px;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.tb_widget_recent_list .item .item_thumb .thumb_icon a {
    font-size: 10px;
    color: #fff;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.tb_widget_recent_list .item:hover .item_thumb .thumb_icon {
    opacity: 1;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}
.tb_widget_recent_list .item:hover .item_thumb img {
    opacity: 0.3
}
.tb_widget_recent_list .item .item_thumb .thumb_hover a {
    display: block
}
.tb_widget_recent_list .item .item_thumb img {
    width: 100%; border:1px solid #ccc; padding:2px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
/* Content */
.tb_widget_recent_list .item .item_content {
    padding-left: 1px;
    overflow: hidden
}
.tb_widget_recent_list .item .item_content h4 {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    margin: 0
}
.tb_widget_recent_list .item .item_content h4 a {
    display: block
}



.widget .tb_widget_articles ul {
    list-style: none;
    padding: 0;
    margin: 0; margin-left:5px;
}
.widget .tb_widget_articles ul li {
    color: #555;
    padding-left: 20px;
    position: relative;
    margin-bottom: 2px;
    border-bottom: 0px solid #eee;
    padding-bottom: 0px
}

.widget .tb_widget_articles ul li:before {
    color: #555;
    left: 0;
    position: absolute;
    font-family: "FontAwesome";
    content: "\f044";
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.tb_widget_categories_intr ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.tb_widget_categories_intr ul ul {
    margin-top: 5px;
    border-top: 1px solid #eee;
    padding-top: 5px
}
.tb_widget_categories_intr ul li {
    color: #999;
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px
}

.tb_widget_categories_intr ul li:before {
    color: #ddd;
    left: 0;
    position: absolute;
    font-family: "FontAwesome";
    content: "\f058";
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.tb_widget_categories_intr ul li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px
}


.tb_widget_categories_litrature ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.tb_widget_categories_litrature ul ul {
    margin-top: 5px;
    border-top: 1px solid #eee;
    padding-top: 5px
}
.tb_widget_categories_litrature ul li {
    color: #999;
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px
}

.tb_widget_categories_litrature ul li:before {
    color: #ddd;
    left: 0;
    position: absolute;
    font-family: "FontAwesome";
    content: "\f02d";
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.tb_widget_categories_litrature ul li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px
}
.tb_widget_categories_Video ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.tb_widget_categories_Video ul ul {
    margin-top: 5px;
    border-top: 1px solid #eee;
    padding-top: 5px
}
.tb_widget_categories_Video ul li {
    color: #999;
    padding-left: 17px;
    position: relative;
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px
}

.tb_widget_categories_Video ul li:before {
    color: #ccc;
    left: 0;
    position: absolute;
    font-family: "FontAwesome";
    content: "\f01d";
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.tb_widget_categories_Video ul li:last-child{
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px
}
.tb_widget_categories_letter ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.tb_widget_categories_letter ul ul {
    margin-top: 5px;
    border-top: 1px solid #eee;
    padding-top: 5px
}
.tb_widget_categories_letter ul li {
    color: #999;
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px
}

.tb_widget_categories_letter ul li:before {
    color: #ccc;
    left: 0;
    position: absolute;
    font-family: "FontAwesome";
    content: "\f003";
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.tb_widget_categories_letter ul li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px
}




.widget .widget_title h3 {
    font-weight: 700;
    padding-right: 10px;
    font-size: 15px;
    height: 15px;
    line-height: 15px;
    text-transform: uppercase;
    background-color: #fff;
    display: inline-block;
    margin: 0;
}
.widget .widget_title h4 {
    font-weight: 700;
    padding-right: 10px;
    font-size: 14px;
    height: 15px;
    line-height: 15px;
    text-transform: uppercase;
    background-color: #fff;
    display: inline-block;
    margin: 0;
}
.dt_mega_menu {
    background-color: #eee;
}
.dt_mega_menu .widget .widget_title h3 {
    background-color: #fff
}
.dt_mega_menu .widget .widget_title h3 a {
   color: #333;
}


/*------------------------------------------------------------------------------
    22.1 Widget authors
-------------------------------------------------------------------------------*/
.tb_widget_authors .author {
    position: relative;
    background-color: #eee;
    padding: 5px;
    margin-bottom: 1px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.tb_widget_authors .author:hover {
    background-color: #e9e9e9
}

.tb_widget_authors .author .order {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 28px;
    color: #ddd;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.tb_widget_authors .author:hover .order {
    color: #999
}

.tb_widget_authors .author_avatar {
    position: relative;
    float: left;
    margin: 0 8px 0 0;
}
.tb_widget_authors .author_avatar img {
    border: 3px solid #fff;
    width: 70px;
    max-width: 100%;
    display: block
}
.tb_widget_authors .author_info {
    overflow: hidden;
    padding-right: 2px;
}
.tb_widget_authors .author_info h3 {
    line-height: 16px;
    font-size: 14px;
    margin: 0;
    font-weight: 700
}

.tb_widget_authors .author_info p {
    line-height: 18px;
    font-size: 13px;
    margin: 0
}

.tb_widget_authors .author_info p:before {
    font-family: "FontAwesome";
    margin-right: 4px;
    display: inline-block;
    width: 16px;
    text-align: center
}
.tb_widget_authors .author_info p.role:before {
    content: "\f091"
}
.tb_widget_authors .author_info p.articles:before {
    content: "\f1ea"
}

/*------------------------------------------------------------------------------
    22.2 Widgets (Wordpress)
-------------------------------------------------------------------------------*/
.widget_meta ul,
.widget_categories ul,
.widget_archive ul,
.widget_pages ul,
.widget_recent_entries ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.widget_meta ul ul,
.widget_categories ul ul,
.widget_archive ul ul,
.widget_pages ul ul,
.widget_recent_entries ul ul {
    margin-top: 5px;
    border-top: 1px solid #eee;
    padding-top: 5px
}

.widget_meta ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_pages ul li,
.widget_recent_entries ul li {
    color: #999;
    padding-left: 10px;
    position: relative;
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px
}
.widget_meta ul li:before,
.widget_categories ul li:before,
.widget_archive ul li:before,
.widget_pages ul li:before,
.widget_recent_entries ul li:before {
    font-size: 10px;
    color: #ddd;
    left: 0;
    position: absolute;
    font-family: "FontAwesome";
    content: "\f105";
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.widget_meta ul li:last-child,
.widget_categories ul li:last-child,
.widget_archive ul li:last-child,
.widget_pages ul li:last-child,
.widget_recent_entries ul li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px
}

/*------------------------------------------------------------------------------
    22.3 Widget categories (custom)
-------------------------------------------------------------------------------*/
.tb_widget_articles ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.tb_widget_articles ul ul {
    margin-top: 5px;
    border-top: 1px solid #eee;
    padding-top: 5px
}
.tb_widget_articles ul li {
    color: #999;
    padding-left: 10px;
    position: relative;
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px
}

.tb_widget_categories ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.tb_widget_categories ul ul {
    margin-top: 5px;
    border-top: 1px solid #eee;
    padding-top: 5px
}
.tb_widget_categories ul li {
    color: #999;
    padding-left: 10px;
    position: relative;
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px
}
.tb_widget_categories ul li:before {
    color: #ddd;
    left: 0;
    position: absolute;
    font-family: "FontAwesome";
    content: "\f105";
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.tb_widget_categories ul li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px
}


.tb_widget_socialize a.icon .symbol {
    margin: 0 8px 0 0;
    color: #fff;
    float: left;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 26px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.tb_widget_socialize a.icon .text {
    padding-top: 8px;
    overflow: hidden
}
.tb_widget_socialize a.icon .text p:first-child {
    font-weight: 700;
    color: #222;
    font-size: 18px;
    margin-bottom: 4px;
    line-height: 1
}

#header .tb_widget_socialize a.icon { 
	width: 35px;
	color: #222;

    display: block;
    float: right;
    margin: 0 0.6% 0px 0;
	direction:ltr;
}
#header .tb_widget_socialize a.icon .symbol {
    margin: 0 8px 0 0;
    color: #fff;
    float: left;
    width: 25px;
    height: 25px;
    display: block;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

#header .tb_widget_socialize a.icon .symbol {
    width: 25px;
}
#header .tb_widget_socialize a.icon .text p:first-child {
    color: #fff
}


.tb_widget_socialize a.icon .text p {
    font-size: 12px;
    margin: 0;
    color: #999;
    line-height: 1
}
.tb_widget_socialize a.icon .text p:last-child {
    font-size: 12px
}
.tb_widget_socialize a.icon {
    color: #222;
    width: 49.2%;
    display: block;
    float: left;
    margin: 0 1.6% 4px 0
}


.tb_widget_socialize a.icon:nth-child(2n) {
    margin-right: 0
}
.tb_widget_socialize a.icon.facebook .symbol {
    background-color: #3b5998
}
.tb_widget_socialize a.icon.twitter .symbol {
    background-color: #00aced
}
.tb_widget_socialize a.icon.google .symbol {
    background-color: #3d79f7
}
.tb_widget_socialize a.icon.linkedin .symbol {
    background-color: #007bb6
}
.tb_widget_socialize a.icon.youtube .symbol {
    background-color: #f00;
}
.tb_widget_socialize a.icon.flickr .symbol {
    background-color: #fe0084;
}
.tb_widget_socialize a.icon.pinterest .symbol {
    background-color: #cb2027;
}
.tb_widget_socialize a.icon.vimeo .symbol {
    background-color: #1ab7ea;
}
.tb_widget_socialize a.icon.rss .symbol {
    background-color: #fb7629;
}
.tb_widget_socialize a.icon.globe .symbol {
    background-color: #008853;
}
.tb_widget_socialize a.icon:hover .symbol {
    background-color: #000;
}

.layout_post_2 {
    margin-bottom: 15px
}
/* Image */
.layout_post_2 .item_thumb {
    float: left;
    width: 28%; height:auto;
    position: relative; border:1px solid #ccc; padding:2px;
    overflow: hidden;
    margin-right: 20px
}
.layout_post_2 .item_thumb .thumb_icon {
    z-index: 5;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -22px;
    margin-top: -22px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.layout_post_2 .item_thumb .thumb_icon a {
    font-size: 14px;
    color: #fff;
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.layout_post_2 .item_thumb:hover .thumb_icon {
    opacity: 1;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}
.layout_post_2 .item_thumb:hover img {
    opacity: 0.3
}
.layout_post_2 .item_thumb .thumb_hover a {
    display: block
}
.layout_post_2 .item_thumb img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.layout_post_2 .item_content {
    overflow: hidden
}
.layout_post_2 .item_content h4 {
    font-size: 16px;
    margin: 2px 0 5px 0;
    line-height: 18px;
    font-weight: 700
}
.layout_post_2 .item_content .item_meta {
    margin-top: 0;
    text-align: right
}
.layout_post_2 .item_content p {
    margin-bottom: 10px
}
.layout_post_2 .item_content p a { color:#777; text-decoration:none; }
.layout_post_2 .item_content p a:hover { color:#666; text-decoration:none; }

.layout_post_2 .item_content .item_meta span {
    float: right
}






#header-social a,.social-counter-item i,.video-details .meta a, .post-info .meta a,#footer .widget a.tag, #footer .mars-keycloud-widgets a, .tagcloud a{
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s
}
.container{
	min-width:320px;
	position:relative
}
.carousel{
	overflow:hidden
}
.pagination{
	white-space:nowrap;
    display: inline-block;
    padding-left: 0;
    margin: 10px 0;
    border-radius: 4px;
    margin-bottom: 30px!important;
}


.clearfix:before, .clearfix:after {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}


/*** HEADER ***/
#header {
	border-bottom:1px solid #e5e5e5;
	position: relative;
	z-index: 10;
}

	/*** LOGO ***/
	#logo {
		width: 240px;
		height:79px;
		border-right:1px solid #e5e5e5;
		line-height:76px;
		-webkit-box-shadow: 6px 0px 9px 0px rgba(165, 165, 165, 0.07);
		-moz-box-shadow:    6px 0px 9px 0px rgba(165, 165, 165, 0.07);
		box-shadow:         6px 0px 9px 0px rgba(165, 165, 165, 0.07);
	}
	
	/*** HEADER SEARCH ***/
	#header-search {
		position: absolute;
		left: 255px;
		right: 197px;
		width: auto;
	}
	#header-search input {
		border:none;
		font-size:16px;
		letter-spacing:0.5px;
		line-height:78px;
		height:78px;
		width: 97%;
		margin-left: 23px;
		background: inherit;
	}
	#header-search input:focus {
		outline:none;
	}
	#header-search .search-icon {
		color:#bbb;
		position: absolute;
		top: 32px;
	}
	
	/*** HEADER SOCIAL ***/
	#header-social {
		width: 183px;
		float: right;
		text-align: right;
		height:79px;
		border-left:1px solid #e5e5e5;
		line-height:80px;
		-webkit-box-shadow: -6px 0px 9px 0px rgba(165, 165, 165, 0.07);
		-moz-box-shadow:    -6px 0px 9px 0px rgba(165, 165, 165, 0.07);
		box-shadow:         -6px 0px 9px 0px rgba(165, 165, 165, 0.07);
	}
	
	#header-social a {
		color:#bbb;
		font-size:14px;
		margin-left:10px;
	}
	#header-social a:hover{
		color:#e73737
	}
	
/*** NAVIGATION ***/
#navigation-wrapper {
	background:#4c5358;
	margin-bottom:30px;
}

.navbar-collapse{
	margin-right: -15px!important;
	margin-left: -15px!important;
}
.navbar-toggle .icon-bar{
	background:#FFF
}

#navigation-wrapper ul.menu {
	margin-bottom:0;
	width: 100%; 
}
#navigation-wrapper ul.menu li {
	padding:0;
}

#navigation-wrapper ul.menu li a {
	color:#FFF;
	font-family:Lato, sans-serif;
	text-transform:uppercase;
	font-size:11px;
	font-weight:700;
	letter-spacing:1px;
	height:56px;
	display:block;
	line-height:56px;
	padding:0 14px;
	background: none;
}
	
#navigation-wrapper ul.menu li ul li a {
	height:30px;
	line-height:30px;
}
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:0;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:9px;margin-right:-6px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
	
.navbar-nav>li>.dropdown-menu {
  z-index: 999999999;
}
#navigation-wrapper ul.menu li:hover{
	background:rgba(0,0,0, .2);
}
#navigation-wrapper ul.menu li a:hover{
	background:none;
}
#navigation-wrapper ul.menu li.active a {
	background:rgba(0,0,0, .2);
}

#navigation-wrapper ul.menu li.search-form{
	float: right;
}
#navigation-wrapper ul.menu li.search-form:hover{
	background:none;
}

#navigation-wrapper ul.menu li.search-form form{
    color: #FFF;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    height: 56px;
    display: block;
    line-height: 56px;
    background: none;
}
#navigation-wrapper ul.menu li.search-form form input[type="text"]{
	padding-right: 30px;	
}
#navigation-wrapper ul.menu li.search-form .form-group{
	position:relative;
}
#navigation-wrapper ul.menu li.search-form .form-group span{
	position:absolute;
	right: 6px;
	top: 23px;
	color: #4C5358;
	font-size: 15px;
}

@media (max-width: 767px){
	#navigation-wrapper ul.menu li.search-form{
	    float: none;
	    margin: 0;
	    padding: 13px;
	}	
	#navigation-wrapper ul.menu li.search-form .form-group span{
		display:none;
	}
}
/*** SECTION HEADER ***/
.section-header {
	overflow:hidden;
	margin-bottom:20px;
}

.section-header h3 {
	color:#666;
	font-size:20px;
	letter-spacing:0px;
	margin:0;
	font-weight:700;
	font-family:Lato, sens-serif;
	float:left;
	margin-top:3px;
}

.section-header h3 i {
	font-size:13px;
	background:#E73737;
	color:#fff;
	width:22px;
	height:22px;
	line-height:22px;
	text-align:center;
	border-radius:50%;
	letter-spacing:0;
	margin-right:2px;
	vertical-align:middle;
	margin-top:-3px;
}

.section-header h3 i.fa-play {
	font-size:9px;
}
.section-header h3 a{
	color:#888;
}
.section-header h3 a:hover{
	text-decoration: none;
}
.section-header .section-nav {
	float:right;
	position: static;
	width: auto;
	margin: 0;
}

.section-header .section-nav .bullet {
	background:#ddd;
	width:13px;
	height:13px;
	display:inline-block;
	border-radius:50px;
	border: 0;
	margin: 0;
}
.section-header .section-nav .bullet.active {
	background:#e73737;
}

a.viewmore {
	padding:3px 5px 3px 5px;
	font-size:10px;
	background:#E73737;
	color:#fff;
	font-weight:700;
	letter-spacing:1px;
	text-transform:uppercase;
	border-radius:3px;
	margin-top:1px;
	display:inline-block;
}
a.viewmore:hover {
	text-decoration:none;
	color:#fff;
	opacity:.9;
}
a.viewmore i {
	font-size:12px;
}


/*** FEATURED WRAPPER ***/
.featured-wrapper {
	background:#f2f2f2;
	padding:30px 0 0;
	margin-bottom:30px;
}
.featured-wrapper .col-sm-3, .featured-wrapper .col-sm-4, .featured-wrapper .col-sm-2{
	margin-bottom:30px
}

.feat-item {
	position:absolute;
	bottom:0;
	left:15px;
	right:15px;
	height:120px;
	background:url(img/feat-bg.png) repeat-x bottom;
	max-width: 360px;
}
.feat-item .feat-info {
	padding: 38px 20px 0 20px;
}
.feat-item h3 {
	margin-bottom:4px;
	overflow: hidden;
}
.feat-item h3 a{
	color:#FFF;
	font-size:17px;
	font-weight:700;
	white-space: nowrap;
}
	
/*** ITEMS ***/
.video-section {
	margin-bottom:20px;
}

.item.big.list {
	margin-bottom:60px;
}

.carousel-inner .item.active .row:last-child{
	margin-bottom:-30px;
}
.carousel-inner .post { 
	margin-bottom:30px;
}
.carousel-inner .post .post-header {
 	margin-bottom:0;
}

.carousel-inner a.readmore {
	background:#E73737;
	padding:10px 12px;
	border-radius:3px;
	color:#FFF;
	font-size:11px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
}
.carousel-inner a.readmore:hover {
	text-decoration:none;
	opacity:.9;
}


.video-section .post, .widget .post { margin-bottom:30px; }
.video-section .post .post-header, .widget .post .post-header { margin-bottom:0; }
.video-section .item, .widget .item {
	margin-bottom:30px;
}

.video-section .item,.widget .item {
	margin-bottom:30px;
}
.video-section .item h3,.widget .item h3 {
	margin:0;
	line-height:13px;
	margin-bottom:4px;
	overflow: hidden;
}

.video-section .item h3 a,.widget .item h3 a {
	font-size:13px;
	color:#000;
	font-weight:700;
	overflow: hidden;
}

.video-section .item img,.widget .item img{
	margin-bottom:5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #ccc; 
	padding:2px;
}
.loading-wrapper button{
	width: 100%;
}

.loading-wrapper .loading-more-icon{
	background: transparent;
}
.item .meta, .feat-item .feat-info .meta {
	font-size:12px;
	font-family:"Lato", sans-serif;
	color:#999;
	overflow:hidden;
}

.item .meta .date, .feat-item .feat-info .meta .date {
	float:left;
}
.item .meta .views, .feat-item .feat-info .meta .views {
	float:right;
}
.item .meta .fcomments, .feat-item .feat-info .meta .fcomments {
	float:right;
	margin-right:9px;
}
.item .meta .heart, .feat-item .feat-info .meta .heart {
	float:right;
	margin-right:10px;
}

.item .meta .views i, .feat-item .feat-info .meta .views i {
	font-size:12px;
	margin-right:3px;
	color:#b5b5b5;
}
.item .meta .heart i, .feat-item .feat-info .meta .heart i {
	font-size:10px;
	margin-right:3px;
	color:#bbb;
}
.item .meta .fcomments i, .feat-item .feat-info .meta .fcomments i {
	font-size:12px;
	margin-right:3px;
	color:#b5b5b5;
}
.item .meta .fcategory{
	float:left;
}
.item .meta .fcategory i{
	margin-right: 3px;
}
.item .meta .fcategory a{
	color: #999
}
/*** ITEM LIST ***/

.item p {
	font-size:12px;
	line-height:19px;
}

.item p a {
	font-weight:700;
	color:#e73737;
}
.item p a i {
	font-size:14px;
	margin-right:4px;
}

.item.list h3 a {
	font-size:17px;
	margin-bottom:6px;
	display:block;
}

.item.list .meta {
	margin-bottom:12px;
	padding-bottom:12px;
	border-bottom:1px solid #eee;
	max-width: 10000px;
}

/*** Big list ***/
.item.list.big img {
	margin-bottom:12px;
}

.social-share-buttons > div{
	margin: 0px 0px 10px 0px;
}
.social-share-buttons > div > a > img{
	width:30px;height:auto;
}

/** IMG hover **/
.item-img {
	position:relative;
}
.item-img img{
	width: 100%;
	height: auto;
}
.img-hover {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000000 url(img/play-icon.png) no-repeat center center;
	opacity:0;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.img-hover.big { background:#000000 url(img/play-icon-big.png) no-repeat center center; }
.item-img:hover > a .img-hover {
	opacity:.75;
}


.tb_widget_banner a {
    float: left;
    margin: 0 2px 10px 0;
    border: 5px solid #eee;
    width: 100%;
	
}

.tb_widget_banner img {
    max-width: 100%;
}


/* Search widget */
.tb_widget_search form {
	position: relative;
	margin-bottom: 0;
}
.tb_widget_search form input[type="text"] {
	line-height: 32px;
	height: 32px;
	padding-right: 75px
}
.tb_widget_search form input[type="submit"] {
	font-size: 12px; 
	font-weight:600;
	padding: 7px 15px;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #DF011A;
	color:#fff;
}

/*** SIDEBAR ***/
.sidebar {
	
}

.sidebar .browse:hover { 
	background-color:#E73737 !important;
	color:#ffffff !important;
}

.siderbar .browse a { 
	text-align:center !important; 
	font-weight:600 !important;
}

.sidebar .browse a:hover {
   	color:#ffffff;
	text-decoration:none;
}



.sidebar .widget .widget_title {
    background-color: #eee;
    height: 15px;
    line-height: 15px;
    margin-bottom: 15px;
}

.sidebar .widget .widget_title h3 {
    font-weight: 700;
    padding-right: 10px;
    font-size: 15px;
    height: 15px;
    line-height: 15px;
    background-color: #fff;
    display: inline-block;
    margin: 0;
	color:#333;
}
.sidebar .widget .widget_title h3 a {
   	color:#333;
}
.sidebar .widget .widget_title h4 {
    font-weight: 700;
    padding-right: 10px;
    font-size: 14px;
    height: 15px;
    line-height: 15px;
    text-transform: uppercase;
    background-color: #fff;
    display: inline-block;
    margin: 0;
}

.sidebar .tb_widget_recent_listpr .item {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px
}

.sidebar .tb_widget_recent_listpr .item:last-child {
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px
}

.sidebar .tb_widget_recent_listpr .item .item_thumb {
    width: 60px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    float: left;
    margin: 0 5px 0 0;
}
.sidebar .tb_widget_recent_listpr .item .item_thumb .thumb_icon {
    z-index: 5;
    opacity: 0;
    position: absolute;
    margin-left: -13px;
    margin-top: -13px;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.sidebar .tb_widget_recent_listpr .item .item_thumb .thumb_icon a {
    font-size: 10px;
    color: #fff;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.sidebar .tb_widget_recent_listpr .item:hover .item_thumb .thumb_icon {
    opacity: 1;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}
.sidebar .tb_widget_recent_listpr .item:hover .item_thumb img {
    opacity: 0.3
}
.sidebar .tb_widget_recent_listpr .item .item_thumb .thumb_hover a {
    display: block
}
.sidebar .tb_widget_recent_listpr .item .item_thumb img {
    width: 100%; border:1px solid #ccc; padding:2px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
/* Content */
.sidebar .tb_widget_recent_listpr .item .item_content {
    padding-left: 1px;
    overflow: hidden
}
.sidebar .tb_widget_recent_listpr .item .item_content h4 {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    margin: 0
}
.sidebar .tb_widget_recent_listpr .item .item_content h4 a {
    display: block;
	color:#333;
}

.sidebar .tb_widget_recent_list .item {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px
}
.sidebar .tb_widget_recent_list .item .item_thumb {
    width: 70px; height: 58px !important;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    float: left;
    margin: 0 10px 0 0
}
.sidebar .tb_widget_recent_list .item .item_thumb .thumb_icon {
    z-index: 5;
    opacity: 0;
    position: absolute;
    margin-left: -13px;
    margin-top: -13px;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.sidebar .tb_widget_recent_list .item .item_thumb .thumb_icon a {
    font-size: 10px;
    color: #fff;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.sidebar .tb_widget_recent_list .item:hover .item_thumb .thumb_icon {
    opacity: 1;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}
.sidebar .tb_widget_recent_list .item:hover .item_thumb img {
    opacity: 0.5
}
.sidebar .tb_widget_recent_list .item .item_thumb .thumb_hover a {
    display: block
}
.sidebar .tb_widget_recent_list .item .item_thumb img {
    width: 100%; border:1px solid #ccc; padding:2px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
/* Content */
.sidebar .tb_widget_recent_list .item .item_content {
    padding-left: 1px;
    overflow: hidden
}
.sidebar .tb_widget_recent_list .item .item_content h4 {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    margin: 0
}
.sidebar .tb_widget_recent_list .item .item_content h4 a {
    display: block;
	color:#333;
}
.sidebar .tb_widget_recent_list .item:last-child {
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px
}
.sidebar .tb_widget_recent_list .item:first-child {
    margin-top: 0px;
    border-top: none;
    padding-top: 0px
}
.sidebar .demof {
	border: 0px solid #ccc;
	margin: 0; min-height:300px;
}
.sidebar .demof ul{
	padding: 0;
	list-style: none;
}
.sidebar .demof li{
	 margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px; padding-top: 5px;
}
.sidebar .demof li.odd{
	background: #fafafa;
}
.sidebar .demof li:after {
	content: "";
	display: block;
	clear: both;
}

.sidebar .demo5{
    border: 0px solid #ccc;
    margin-top: 0px;
}
.sidebar .demo5 ul{
    padding: 0;
}
.sidebar .demo5 ul li{
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px
    list-type: none;

}

.sidebar .tb_widget_recent_listpr .hpresstime {
	font:bold 13px Arial, helvetica, sans-serif; 
	text-transform:uppercase; 
	color:#3a9828; 
	-webkit-font-smoothing:antialiased;
}

.sidebar .tb_widget_recent_listpr .hpresstime { 
	float:left;
	display:inline; 
	width:55px; 
	text-align:center; 
	margin-right:5px; 
	line-height:1; 
	margin-top:5px;
}

.sidebar .tb_widget_recent_listpr .hpressmonth { 
	display:block; 
	background:#df011a; 
	margin:0; 
	width:55px; 
	color:#fff; 
	-moz-border-radius:4px 4px 0 0; 
	-webkit-border-radius:4px 4px 0 0; 
	border-radius:4px 4px 0 0; 
	padding:5px 0;
}

.sidebar .tb_widget_recent_listpr .hpressday {
	font-size:21px;
	color:#333;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	background:#fff;
	display:block;
	width:55px;
	padding:10px 0;
}



	.sidebar .widget_recent_entries ul li{
		font-size:13px;
		margin-bottom:4px;
		margin-left: -30px;
		list-style: none;
	}
	.sidebar .widget_recent_entries ul li:before{
	  content: '\f0da';
	  font-family: 'FontAwesome';
	  margin-right: 6px;
	}
	.sidebar .widget_recent_entries ul li a{
		color: #000;
	}
	/*** WIDGETS ***/
	.widget {
		overflow:hidden;
		margin-bottom:30px;
	}
	
	.widget ul li {
		font-size:13px;
		margin-bottom:4px;
	}
	.widget ul li a{
		color: #000;
	}
	.widget p {
		font-size:12px;
		line-height:19px;
	}
	
	.widget h4.widget-title, .sidebar .wpb_wrapper .widget-title, .sidebar .widget .widgettitle{
		background:#e73737;
		border-left:8px solid rgba(0,0,0,.2);
		color:#FFF;
		margin:0 0 15px 0;
		padding:13px 10px 14px 10px;
		font-family:Lato, sans-serif;
		font-weight:400;
		text-transform:uppercase;
		letter-spacing:1px;
		font-size:14px;
	}
	h4.widget-title a{
		color: #fff;
	}
	h4.widget-title a:hover{
		text-decoration: none;
	}
	.sidebar .wpb_wrapper .widget-title{
		width: 100%;
	}
		/*** Social Widget ***/
		.social-counter-item {
			text-align: center;
			width: 22.5%;
			float: left;
			margin-right: 3.3%;
		}
		.social-counter-item.last {
			margin-right:0;
		}
		.social-counter-item i {
			width:100%;
			height:75px;
			background:#eee;
			color:#aaa;
			font-size:28px;
			text-align:center;
			line-height:75px;
			margin-bottom:5px;
		}
		.social-counter-item i.fa:hover{
			color:#fff;
		}
		.social-counter-item i.fa-facebook:hover {
			background:#3B5998;
		}
		.social-counter-item i.fa-twitter:hover {
			background:#00ABF0;
		}
		.social-counter-item i.fa-google-plus:hover {
			background:#DA4835;
		}
		.social-counter-item i.fa-rss:hover {
			background:#FF6600;
		}
		.social-counter-item i.fa-instagram:hover {
			background:#517fa4;
		}
		.social-counter-item i.fa-youtube:hover {
			background: #bb0000;
		}
		.social-counter-item i.fa-flickr:hover {
			background: #222;
		}
		
		.social-counter-item i.fa-soundcloud:hover {
			background: #f50;
		}
		.social-counter-item i.fa-dailymotion:hover {
			background: #333;
		}
		.social-counter-item i.fa-pinterest:hover {
			background: #c11a22;
		}
		.social-counter-item i.fa-tumblr:hover {
			background: #32506d;
		}
		.social-counter-item i.fa-vimeo:hover {
			background: #4bf;
		}
		.social-counter-item i.fa-linkedin:hover {
			background: #517fa4;
		}
		.social-counter-item a {
			color:#999;
		}
		.social-counter-item a:hover {
			text-decoration:none;
			color:#444;
		}
		.social-counter-item span.counter {
			font-size:15px;
			font-weight:700;
			display:block;
			margin-bottom:-3px;
		}
		.social-counter-item span.counter-text {
			font-size:12px;
		}
		
	/*** Tags ***/
	.mars-keycloud-widgets a,
	.tagcloud a,
	a.tag {
		background:#eee;
		color:#b5b5b5;
		padding:4px 6px;
		margin:0 4px 8px 0;
		display:inline-block;
		font-size:11px;
		text-transform:uppercase;
		letter-spacing:1px;
	}
	
	/*** Social List ***/
	ul.social li i{
		width:20px;
		font-size:14px;
	}
		
/*** FOOTER ***/
#footer {
	background:#111;
	padding:20px 0 0 0;
}
#footer .widget li  {
	border-bottom: 0px solid #777; margin-bottom:2px;
}
 

	/*** Footer widgets ***/
	h4.footer-widget-title {
		color:#FFF;
		font-size:14px;
		letter-spacing:2px;
		font-weight:700;
		text-transform:uppercase;
		margin-bottom:20px;
	}
	
	#footer .widget ul li a, #footer .widget p a {
		color:#bbb;
	}
	
	#footer .widget p {
		color:#777;
	}
	
	/*** Tags **/
	.tagcloud a{
		background: #eee;
	}
	#footer .mars-keycloud-widgets a,
	#footer .widget a.tag {
		background:#333;
		color:#888;
	}
	.tagcloud a:hover,
	#footer .mars-keycloud-widgets a:hover,
	#footer .widget a.tag:hover {
		background:#e73737;
		color:#fff;
		text-decoration:none;
	}

/* newslatter */
#footer .newslatter {
	line-height: 20px;
	margin: 0 0 20px
}
#footer .newslatter p {
	margin: 0 0 5px;
}
#footer .newslatter .form-holder {
	height: 52px;
	overflow: hidde;
	background-color:#222222;
	border: 1px solid #3d3d3d;
}
#footer .newslatter span{
	float: right;
	transform: skewX(-10deg);
	margin: 0 -5px 0 0;
	position:relative;
	background:#3498DB;
}
#footer .newslatter input[type="submit"] {
	background:#3498DB;
	border:none;
	width: 53px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	height: 50px;
}
#footer .newslatter span:after{
	content: "\f105";
	font-family: FontAwesome;
	pointer-events: none;
	position: absolute;
	right: 24px;
	top: 15px;
	color: #fff;
	transform: skewX(10deg);
	font-size: 20px;
	font-weight: normal;
}
#footer .newslatter span:hover {
	opacity: 0.8;
}
#footer .newslatter .text {
	overflow: hidden;
	padding: 11px 20px;
}
#footer .newslatter .form-control {
	color: #888;
	height: 26px;
	font-size: 16px;
	line-height: 26px;
	padding: 0;
	background:#222;
	outline: none;
	box-shadow: none;
	border: none;
}



	
/*** FOOTER COPYRIGHT ***/
.copyright {
	border-top:1px solid #222;
	padding-top:10px;
}
.copyright p {
	font-size:12px;
	color:#7E7B7B;
}
.copyright p a {
	font-size:12px; 
	text-decoration:none;
	color:#7E7B7B;
}

/*** VIDEO PAGE ***/
.video-wrapper {
	margin-top:-30px;
	padding:30px 0;
	background:#111;
	margin-bottom:30px;
}

.video-info {
	margin-bottom:20px;
	overflow:hidden;
}
#breadcrumbs,
#breadcrumbs a{
	color: #333;
}
.large #breadcrumbs,
.large #breadcrumbs a{
	color: #fff;
	font-size: 14px;
}
.post-password-form{
	color: #666;
}
.small #breadcrumbs a{
	color: #333;
	font-size: 14px;
}
.video-info h1 {
	margin:0; font-size:21px; color:#fff; float:left; font-weight:700;
}

.video-info span.views {
	float:right;
	color:#888;
	font-size:16px;
	line-height:30px;
}
.video-info span.views i {
	margin-right:4px;
}

.video-info span.likes,.video-info span.dislikes {
	float:right;
	color:#666;
	font-size:16px;
	line-height:30px;
	margin-right:15px;
}
.video-info span.likes i, .video-info span.dislikes i {
	margin-right:4px;
}
.video-info span.likes {
	color:#4aad51;
}
.video-info span.dislikes {
	color:#f85043;
}

.video-options {
	margin-bottom:25px;
}
.video-options .col-xs-6{
	margin-top:10px;
}
.video-options .option {
	border:1px solid #e5e5e5;
	display:block;
	text-align:center;
	padding:22px 0 20px 0;
	color:#999;
	height: 90px;
}
.video-options .option:hover {
	text-decoration:none;
	border:1px solid #ccc;
	color:#666;
}
.video-options .option:hover i {
	color:#666;
}

.video-options .option i {
	font-size:20px;
	display:block;
	margin-bottom:4px;
	color:#b5b5b5;
}

	/*** POST ENTRY ***/
	.post-entry {
		margin-bottom:28px;
	}

.post-entry i {
	font-size:11px;
	background:#E73737;
	color:#fff;
	width:16px;
	height:16px;
	line-height:16px;
	text-align:center;
	border-radius:50%;
	letter-spacing:0;
	margin-right:2px;
	vertical-align:middle;
	margin-top:-3px;
}

.post-entry i.fa-play {
	font-size:7px;
}
	.post-entry p{
		line-height:23px;
		margin-bottom:18px;
	}
	.post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6 {
		margin-bottom:18px;
	}
	.post-entry > ul > li:last-child, .post-entry > ol > li:last-child  {
		margin-bottom:18px;
	}
	.post-entry .categories-video .btn-group{
		width: 100%;
	}
	.post-entry .categories-video .btn-group .multiselect{
		width: 100%;
	}
	.post-entry .categories-video .btn-group .multiselect-container{
		background: #fff!important;
		width: 40%;
	}
	.post-entry .categories-video .btn-group .multiselect-container input{
		width: auto!important;
	}
	
	
.post-entry .col {
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    min-height: 1px;
}
.post-entry .col_1_of_12 {
    width: 8.33333333%;
}
.post-entry .col_2_of_12 {
    width: 16.66666667%;
}
.post-entry .col_3_of_12 {
    width: 25%;
}
.post-entry .col_4_of_12 {
    width: 33.33333333%;
}
.post-entry .col_5_of_12 {
    width: 41.66666667%;
}
.post-entry .col_6_of_12 {
    width: 50%;
}
.post-entry .col_7_of_12 {
    width: 58.33333333%;
}
.post-entry .col_8_of_12 {
    width: 66.66666667%;
}
.post-entry .col_9_of_12 {
    width: 75%;
}
.post-entry .col_10_of_12 {
    width: 83.33333333%;
}
.post-entry .col_11_of_12 {
    width: 91.66666667%;
}
.post-entry .col_12_of_12 {
    width: 100%;
}

.post-entry .widget {
    margin-bottom: 20px;
}
.post-entry .widget strong { font-size:13px; }

.post-entry .widget .widget_title {
    background-color: #eee;
    height: 15px;
    line-height: 15px;
    margin-bottom: 15px;
}

.post-entry .widget .widget_title h3 {
    font-weight: 700;
    padding-right: 10px;
    font-size: 15px;
    height: 15px;
    line-height: 15px;
    background-color: #fff;
    display: inline-block;
    margin: 0;
	color:#333;
}
.post-entry .widget .widget_title h4 {
    font-weight: 700;
    padding-right: 10px;
    font-size: 13px;
    height: 15px;
    line-height: 15px;
    background-color: #fff;
    display: inline-block;
    margin: 0;
	color:#333;
}

	img.alignright {float:right; margin:0 0 1em 1em}
	img.alignleft {float:left; margin:0 1em 1em 0}
	img.aligncenter {display: block; margin-left: auto; margin-right: auto}
	a img.alignright {float:right; margin:0 0 1em 1em}
	a img.alignleft {float:left; margin:0 1em 1em 0}
	a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.video-details {
	margin-bottom:30px;
	
}
.video-details .date {
	font-weight:700;
	display:block;
	margin-bottom:5px;
}

.video-details .meta, .post-info .meta {
	text-transform:uppercase;
	font-size:11px;
	display:block;
	line-height: 27px;
}
.video-details .meta .meta-info, .post-info .meta .meta-info {
	background:#e73737;
	color:#fff;
	padding:5px 7px;
}
.video-details .meta a, .post-info .meta a {
	background:#b2b2b2;
	color:#fff;
	padding:5px 7px;
}
.video-details .meta a:hover, .post-info .meta a:hover {
	text-decoration:none;
	background:#555;
	color:#fff;
}

/*** Video small ***/
.video-info.small h1 {
	color:#000; font-size:22px;
}
.video-info.small h2 {
	color:#666; font-size:18px; margin-top:3px;
}

.video-info.small .post-meta, .video-info.small .post-meta a, .post-meta a {
	color:#aaa;
	font-size:12px; margin-top:10px;
}
.video-info.small .post-meta i{
	font-size:14px;
	color:#c5c5c5;
	margin-right:3px;
}

.video-info.small iframe { width:100%;}


.player-small { 
	margin-bottom:25px;
}

.player {
	margin-bottom:25px;
	z-index: 999;
}
.player .kgvid_wrapper{
	margin-top: 0;
}

/*** COMMENTS ***/
.comments {
	margin-bottom:40px;
}

.comment-form .form-group input {
	width:50%;
}

	/*** user comments ***/
	.comment-list {
		margin-bottom:30px;
	}
	
	.comment {
		
	}
	
	.the-comment {
		overflow:hidden;
		margin-bottom:20px;
	}
	.the-comment .avatar {
		float:left;
		margin-right:12px;
	}
	.the-comment .comment-content span.author a {
		font-size:13px;
		font-weight:700;
		margin-bottom:4px;
		display:block;
		color: #333;
	}
	.the-comment .comment-content span.author small {
		font-weight:400;
		color:#999;
	}
	.the-comment .comment-content p {
		font-size:12px;
	}
	
	.the-comment .comment-content a.reply, .the-comment .comment-content a.edit {
		font-size:11px;
		display:block;
		letter-spacing:1px;
		color:#aaa;
		margin-top:-2px;
		margin-right:8px;
		float:left;
	}
	
		/*** Comment nesting ***/
		.comment ul {
			margin-left:30px;
		}
		
/*** BLOG ***/
.post {
	margin-bottom:60px;
}

.post .blog-date {
	text-align:center;
	border-bottom:1px solid #eee;
	padding-bottom:5px;
}
.post .blog-date .day {
	font-size:30px;
	line-height:22px;
	color:#888;
}
.post .blog-date .month {
	text-transform:uppercase;
	color:#bbb;
	letter-spacing:1px;
	font-size:16px;
	margin-right:-2px;
}

.post .post-header {
	margin-bottom:20px;
}
.post .post-header h2 a {
	color:#000;
}
.post .post-header .post-meta, .post .post-header .post-meta a, .post-meta a {
	color:#aaa;
	font-size:12px;
}
.post .post-header .post-meta i{
	font-size:14px;
	color:#c5c5c5;
	margin-right:3px;
}
.post .post-header .post-meta .sep {
	margin:0 12px;
	color:#ccc;
}
.post .post-excerpt{
	margin-top: 20px;
}
.post .post-excerpt p{
    line-height: 23px;
    margin-bottom: 18px;
    font-size: 14px;	
}
.post-entry a.readmore {
	background:#E73737;
	padding:10px 12px;
	border-radius:3px;
	color:#FFF;
	font-size:11px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
}
.post-entry a.readmore:hover {
	text-decoration:none;
	opacity:.9;
}

.post-tags a.tag {
	padding:6px 10px;
	color:#999;
}

	/*** Pagination ***/
	.pager li > a {
		color:#888;
		border:1px solid #ccc !important;
	}
	
/*** BROWSE & CATEGORIES ***/
.browsing {
	display:block;
	color:#b5b5b5;
	font-size:9px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:-1px;
}

.sorting {
	margin-top:2px;
	padding-left: 0;
}
.sorting li {
	display:inline-block
}
.sorting li a {
	padding:4px 8px;
	color:#999;
	font-size:12px;
}
.sorting li.active a, .sorting li:hover > a {
	background:#E73737;
	color:#fff;
	border-radius:5px;
}
.sorting li a:hover {
	text-decoration:none;
}
.sorting li.sort-text {
	font-weight:700;
	color:#555;
	font-size:12px;
	margin-right:6px;
}

	/*** pagination ***/
	.pagination span.current,
	.pagination>.active>a {
		background:#E73737 !important;
		border-color:#E73737 !important;
		color:#FFF !important;
	}
	.pagination>li>a, .pagination>li>span {
		color:#999 !important;
	}
	
ul.post-tape li{
	margin-top:6px;
}
ul.post-tape li a{
	border-radius:0!important;
	background:none;
	border:none;
}	

.videoWrapper {
	z-index: 100000;
	position: relative;
}
.videoWrapper video{ width: 100%; height: 100%; max-width: 100%; }
.videoWrapper .wp-video{width: 100% !important;}
#lightoff {
  display: none; background: #000; position: fixed; left: 0; top: 0; width: 100%; height: 100%; opacity: .90; z-index:10;
}
.videoWrapper object{
	width: 100%;
	height: 100%;	
}
.videoWrapper embed{
	width: 100%;
	height: 100%;	
}
video.wp-video-shortcode, .wp-video-shortcode video{
	height: auto;
}
.video-page-builder img{
	width: 100%;
}
.carousel .meta,.widget .col-sm-6 .meta,.meta-maxwidth-230 .meta{
	max-width:230px
}
.featured-wrapper .meta,.widget .meta,.meta-maxwidth-360 .meta{
	max-width:360px
}

.dropdown-menu{
	background: #4c5358;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
	background: rgba(0,0,0, .2)
}

@media (min-width:767px) {
	ul.nav li.menu-item-has-children:hover > ul.dropdown-menu {
		display: block;    
	}
}

@media (max-width:1023px) {
	.feat-item h3 a{
		font-size:12px;
		white-space: nowrap;
	}
	.video-section .item h3 a, .widget .item h3 a{
		font-size:11px;
		overflow: hidden;
	}
	.item .meta, .feat-item .feat-info .meta{
		font-size:10px
	}
}

@media (max-width:767px) {
	.container{
		max-width:390px
	}
	#logo{
		width:100%;
		border-right: 0;
		box-shadow: none
	}
	#header-search{
		position: relative;
		left:0;
		right:0;
		overflow: hidden;
	}
	#header-social{
		position: absolute;
		line-height: 52px;
		height: 52px;
		border-left: 0;
		text-align: left;
		box-shadow: none
	}
	#header-social a{
		margin-left:0;
		margin-right:10px
	}
	.navbar-collapse {
		max-height: 1000px!important
	}
	.columns-1 .col-sm-12 img{
		height: 100px;
	}	
	.wpb-js-composer .wpb_row{
		margin-left: -15px!important;
    	margin-right: -15px!important;
	}		
	.sidebar {
		padding-left: 0!important;
	}	
}
.item .meta .fcomments, .feat-item .feat-info .meta .fcomments{
    display:none;
}
@media screen and (max-width: 30em) {
    .meta .date{display:none;}
}
 @media screen and (max-width: 60em) {
    .meta .date{display:none;}
}
@media (max-width: 767px){
  #logo {
    text-align: center;
    } 
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
@media screen and (max-width: 75em),
@media screen and (max-width: 53.75em) {
    #gallery-1 .gallery-item{
        width: 50%!important;
    }     
 }
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.gallery-caption{}
.bypostauthor{}
.channel-header,.profile-widget-header {
	float:left;
	width:100%;
	border:1px solid #eee;
	padding:12px;
	margin-bottom:25px;
}
.channel-image, .profile-widget-image {
	float:left;
	margin-right:16px;
}
.channel-info h3, .profile-widget-info h3 {
	display:block;
	margin-bottom:14px;
	margin-top:9px;
	float:none;
}
.profile-widget-info h3{
	font-size: 18px;
}
.channel-item, .profile-widget-info-item{
	display:inline-block;
	border:1px solid #eee;
	color:#999;
	font-size:12px;
	padding:3px 7px;
	margin-right:5px;
	margin-bottom:5px;
}
.profile-widget-info-item a{
	color: #000;
}
.wpb-js-composer .wpb_row{
	margin-left: 0px;
	margin-right: 0px;
}
.vc_responsive .wpb_row .vc_span9{
	padding-left: 0px!important;
	padding-right: 0px!important;
}
.columns-1 .col-sm-12 img{
	width: 100%;
}
.columns-1 .item{
	height:auto!important;
}
.register-terms input[name="terms_required"]{
	margin-right: 8px;
}
#subscrib-modal{
	z-index: 99999999;
}
.screen-reader-text {
		
}