/*------------------------------------------------------------------
    Body
-------------------------------------------------------------------*/
html {
    -webkit-font-smoothing: antialiased
}
body {
    position: relative;
    background-color: #eee;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #666;
    margin: 0;
    padding: 0
}

/*------------------------------------------------------------------
    Clearfix
-------------------------------------------------------------------*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.container:before,
.container:after,
.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}
.container:after,
.row:after,
.clearfix:after {
    clear: both
}

/*------------------------------------------------------------------
Wrapper
-------------------------------------------------------------------*/
#wrapper {
    background-color: #fff
}
#wrapper.wide {
    width: 100%
}
#wrapper.boxed {
    margin: 0 auto;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);
}

/*------------------------------------------------------------------
    Container
-------------------------------------------------------------------*/
.container {
    position: relative;
    margin-right: auto;
    margin-left: auto
}
.row {
    position: relative;
    margin-left: -10px;
    margin-right: -10px
}

/*------------------------------------------------------------------
    Columns
-------------------------------------------------------------------*/
.col {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}
.col_1_of_12 {
    width: 8.33333333%
}
.col_2_of_12 {
    width: 16.66666667%
}
.col_3_of_12 {
    width: 25%
}
.col_4_of_12 {
    width: 33.33333333%
}
.col_5_of_12 {
    width: 41.66666667%
}
.col_6_of_12 {
    width: 50%
}
.col_7_of_12 {
    width: 58.33333333%
}
.col_8_of_12 {
    width: 66.66666667%
}
.col_9_of_12 {
    width: 75%
}
.col_10_of_12 {
    width: 83.33333333%
}
.col_11_of_12 {
    width: 91.66666667%
}
.col_12_of_12 {
    width: 100%
}

/*------------------------------------------------------------------
    Main content
-------------------------------------------------------------------*/
.main_content {}

/*------------------------------------------------------------------
    Breadcrumb
-------------------------------------------------------------------*/
.breadcrumb {
    font-size: 12px;
    text-transform: uppercase;
	margin-bottom:10px
}
.breadcrumb ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.breadcrumb ul li {
    float: left
}
.breadcrumb ul li:after {
    font-family: "FontAwesome";
    content: "\f0da";
    font-size: 10px;
    color: #999;
    padding: 0 5px;
}
.breadcrumb ul li:last-child:after {
    content: " ";
    font-size: 0;
    padding: 0
}

/*------------------------------------------------------------------
    Main heading
-------------------------------------------------------------------*/
.main_heading {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 30px
}
.main_heading h1 {
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase
}

/*------------------------------------------------------------------
    Sidebar
-------------------------------------------------------------------*/
.sidebar_area {}
.sidebar_area .widget:last-child {
    margin-bottom: 0
}
.widget {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 22px
}
.widget ul,
.widget ol {
    list-style: none;
    padding: 0
}
.widget select,
.widget input[type="search"],
.widget input[type="text"] {
    font-size: 14px;
    line-height: 22px
}
h3.widget_title {
    font-size: 14px;
    font-weight:700;
    border-bottom: 1px solid #f0f0f0;
    line-height: 1;
    padding:5px 10px;
}
h3.widget_title .fa{ color:#c5282f; margin-right:5px}
/*------------------------------------------------------------------
    Text widget
-------------------------------------------------------------------*/
.widget_text {}
.textwidget {}
.textwidget p {}

/*------------------------------------------------------------------
    Archive widget
-------------------------------------------------------------------*/
.widget_archive {}
.widget_archive ul {}
.widget_archive ul li {
    border-bottom: 1px solid #f0f0f0;
    padding: 3px 0;
    color: #999
}
.widget_archive ul li a {}

/*------------------------------------------------------------------
    Category widget
-------------------------------------------------------------------*/
.widget_categories ul li {
    border-bottom: 1px solid #f0f0f0;
    padding: 3px 0;
    color: #999
}
.widget_categories ul ul {
    padding-left: 10px
}
.widget_categories ul ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

/*------------------------------------------------------------------
    Meta widget
-------------------------------------------------------------------*/
.widget_meta ul li {
    border-bottom: 1px solid #f0f0f0;
    padding: 3px 0;
    color: #999
}



/*------------------------------------------------------------------
    Search widget
-------------------------------------------------------------------*/
.widget_search {}
.widget_search form {}
.widget_search form input {
    width: 100%;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

/*------------------------------------------------------------------
    Menu widget
-------------------------------------------------------------------*/
.widget_nav_menu ul li {
    border-bottom: 1px solid #f0f0f0;
    padding: 3px 0;
    color: #999
}
.widget_nav_menu ul ul {
    border-top: 1px solid #f0f0f0;
    margin-top: 2px;
    padding-left: 10px
}
.widget_nav_menu ul ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

/*------------------------------------------------------------------
    Pages widget
-------------------------------------------------------------------*/
.widget_pages ul li {
    border-bottom: 1px solid #f0f0f0;
    padding: 3px 0;
    color: #999
}

/*------------------------------------------------------------------
    Recent posts widget
-------------------------------------------------------------------*/
.widget_recent_entries {}
.widget_recent_entries ul li {
    border-bottom: 1px solid #f0f0f0;
    padding: 3px 0;
    color: #999
}
.widget_recent_entries .post-date {
    display: block
}



/*------------------------------------------------------------------
    Banner 300x250 widget
-------------------------------------------------------------------*/
.widget_banner_300x250 {
    text-align: center
}
.widget_banner_300x250 li{ list-style:none; margin-bottom:10px}
.widget_banner_300x250 a {
    margin-bottom: 14px;
    display: block
}
.widget_banner_300x250 a:last-child {
    margin-bottom: 0
}
.widget_banner_300x250 {
    max-width: 100%
}

/*------------------------------------------------------------------
    Banner 125x125 widget
-------------------------------------------------------------------*/
.widget_banner_125x125:before,
.widget_banner_125x125:after {
    content: " ";
    display: table
}
.widget_banner_125x125:after {
    clear: both
}
.widget_banner_125x125 .banner {
    padding: 14px;
    background-color: #f5f5f5;
    display: block;
    float: left;
    margin: 5px
}
#footer .widget_banner_125x125 .banner {
    background-color: #444
}
.widget_banner_125x125 .banner img {
    max-width: 100%
}


/*------------------------------------------------------------------
    Custom posts widget
-------------------------------------------------------------------*/
.widget_custom_posts {}
.widget_custom_posts ul {}
.widget_custom_posts ul li {
	font-size:12px;
	list-style:disc inside
}


/*------------------------------------------------------------------
    Gallery posts widget
-------------------------------------------------------------------*/
.widget_gallery_post .slide {
    position: relative
}
.widget_gallery_post .slide .slide_content {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #111;
    background-color: rgba(34,34,34,0.7);
    padding: 20px;
    padding-bottom: 15px;
    max-width: 80%
}
.widget_gallery_post .slide .slide_content h3 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}
.widget_gallery_post .slide .slide_content h3 a {
    color: #fff
}
.widget_gallery_post .slide .slide_content h3 a:hover {
    text-decoration: underline
}
.widget_gallery_post .slide .slide_content .entry_meta span a {
    color: #ddd
}
.widget_gallery_post .owl-controls .owl-buttons div {
    position: absolute;
    font-family: "FontAwesome";
    top: 5px;
    background-color: #111;
    font-size: 12px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    opacity: 0.7;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.widget_gallery_post:hover .owl-controls .owl-buttons div {
    opacity: 1
}
.widget_gallery_post .owl-controls .owl-buttons .owl-prev {
    right: 36px
}
.widget_gallery_post .owl-controls .owl-buttons .owl-next {
    right: 5px
}


/*------------------------------------------------------------------
    hortcodes
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    Typography
-------------------------------------------------------------------*/
a {
    color: #111;
    text-decoration: none;
    outline: 0;
    background-color: transparent;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
a:hover {
    text-decoration: none
}
a:focus,
a:active {
    outline: 0;
    border: 0;
    text-decoration: none
}
img {
    vertical-align: middle;
    max-width: 100%;
    height: auto
}
a img {
    text-decoration: none
}
iframe,
embed,
object,
video {
    max-width: 100%
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111;
    margin: 0 0 10px 0
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    display: block
}
h1 {
    font-size: 36px;
    line-height: 44px
}
h2 {
    font-size: 30px;
    line-height: 38px
}
h3 {
    font-size: 24px;
    line-height: 32px
}
h4 {
    font-size: 18px;
    line-height: 26px
}
h5 {
    font-size: 14px;
    line-height: 22px
}
h6 {
    font-size: 12px;
    line-height: 20px
}
p {
    margin: 0 0 15px
}
hr {
    clear: both;
    display: block;
    overflow: hidden;
    border: 0;
    height: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
.text_left {
    text-align: left
}
.text_right {
    text-align: right
}
.text_center {
    text-align: center
}
.text_justify {
    text-align: justify
}
.dropcap:first-letter {
    float: left;
    display: block;
    font-size: 40px;
    line-height: 42px;
    margin: 0 10px 0 0;
    font-weight: 600;
    color: #111
}
blockquote {
    padding: 5px 20px;
    margin: 20px 0;
    border-left-style: solid;
    border-left-width: 5px
}
blockquote p {
    font-size: 22px;
    line-height: 30px;
    font-style: italic;
    color: #666
}
blockquote footer {
    display: block;
    font-size: 14px;
    color: #111
}
blockquote.alt {
    position: relative;
    padding-left: 40px;
    border: 0
}
blockquote.alt:before {
    font-family: "FontAwesome";
    content: "\f10e";
    font-size: 24px;
    position: absolute;
    left: 5px
}
.pullquotes {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    font-style: italic
}
.pullquotes.left {
    float: left;
    width: 30%;
    margin: 10px 25px 15px 0;
}
.pullquotes.center {
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0;
    clear: both
}
.pullquotes.right {
    float: right;
    width: 30%;
    margin: 10px 0 15px 25px;
}
.alignleft,
img.alignleft {
    float: left;
    margin: 5px 30px 10px 0
}
.alignright,
img.alignright {
    float: right;
    margin: 5px 0 10px 30px
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin: 5px auto 20px auto
}
.wp-caption {
    text-align: center;
    max-width: 100%
}
.wp-caption img {
    max-width: 100%
}
.wp-caption-text {
    color: #999;
    font-style: italic;
    padding: 5px 0
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
pre {
    display: block;
    overflow: hidden;
    padding: 10px;
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f1f1f1;
    border: none
}
mark {
    padding: 2px 4px;
    background-color: #f1f1f1
}
kbd {
    padding: 2px 4px;
    font-size: 12px;
    color: #fff;
    background-color: #111
}
code {
    padding: 2px 4px;
    font-size: 12px;
    background-color: #f1f1f1
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 20px
}
ul {
    list-style: disc
}
ol {
    list-style: decimal
}
ul ul,
ol ol,
ul ol,
ol ul {
    margin-bottom: 0
}
dl {
    margin-top: 0;
    margin-bottom: 20px
}
dt {
    font-weight: 700
}
dd {
    margin-left: 10px
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 24px
}
table {
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    border: 0px solid #eee;
}
th,
td {
    text-align: left;
    padding: 8px;
    line-height: 24px;
    vertical-align: bottom;
    border: 0px solid #eee
}
tr{border-bottom: 1px solid #eee}
.page-number{ border:0px solid #eaeaea; text-align:right; padding:5px 10px}
.page-number a{ margin:0 5px}
ul.page-numbers {
    font-size: 0;
    margin-bottom: 20px;
    list-style: none;
    padding: 0
}
ul.page-numbers li {
    font-size: 14px;
    display: inline-block;
    margin-right: 5px
}
ul.page-numbers li span,
ul.page-numbers li a {
    display: block;
    padding: 6px 12px;
    line-height: 24px;
    background-color: #eee;
    color: #666
}
ul.page-numbers li span.current {
    background-color: #e1e1e1;
    font-weight: bold;
    color: #111
}
.current{
    font-weight: bold;
    color: #c5282f;
	background-color: #ccc;
	padding:0 2px;

}
/*------------------------------------------------------------------
    Forms
-------------------------------------------------------------------*/
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font: inherit;
    color: inherit;
    margin: 0;
    max-width: 100%
}
textarea {
    width: 100%;
    min-height: 100px;
	margin-bottom:10px
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: bold;
    color: #111;
    font-size: 12px
}
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    outline: none;
    height: 38px;
    padding: 0 12px;
    font-size: 16px;
    line-height: 30px;
    background-color: #aaa;
    color: #fff;
    background-image: none;
    border: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    background-color: #999
}
input[type="file"] {
    outline: none;
    padding: 6px;
    color: #666;
    background-color: #fff;
    background-image: none;
    border: 1px solid #eee
}
input[type="week"],
input[type="time"],
input[type="month"],
input[type="datetime-local"],
input[type="date"] {
    outline: none;
    height: 30px;
    padding: 0 12px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    background-image: none;
    border: 1px solid #eee
}
select,
textarea,
input[type="url"],
input[type="text"],
input[type="tel"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="datetime"] {
    outline: none;
    padding: 3px;
    font-size: 16px;
    line-height: 10px;
    color: #666;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc
}



/*------------------------------------------------------------------
    Spacers
-------------------------------------------------------------------*/
.spacer {
    display: block;
    position: relative;
    width: 100%;
    clear: both;
    border: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 1px;
    background-color: #eee;
    color: #eee;
    text-align: center
}
.spacer i {
    width: 40px;
    height: 30px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -20px;
    text-align: center;
    line-height: 30px;
    background-color: #fff !important
}

/*------------------------------------------------------------------
    Dividers
-------------------------------------------------------------------*/
hr.divider_blank {
    border: 0
}
hr.divider_dashed {
    border-top-style: dashed
}
hr.divider_dotted {
    border-top-style: dotted
}

/*------------------------------------------------------------------
    Buttons
-------------------------------------------------------------------*/
.btn {
    display: inline-block;
    padding: 4px 12px;
    margin: 0 5px 5px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    outline: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: #aaa;
    color: #fff;
    position: relative
}
.btn:hover {
    background-color: #999;
    color: #fff;
}
.btn.btn_small {
    padding: 2px 6px;
    font-size: 11px;
    line-height: 20px
}
.btn.btn_large {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 26px
}
.btn.btn_extralarge {
    padding: 20px 26px;
    font-size: 24px;
    line-height: 32px
}
.btn.btn_expand {
    width: 100%;
    display: block
}
.btn.btn_expand + .btn.btn_expand {
    margin-top: 5px
}
.btn.btn_white {
    background-color: #fff;
    color: #444
}
.btn.btn_white:hover {
    background-color: #fdfdfd;
    color: #111
}
.btn.btn_black {
    background-color: #333
}
.btn.btn_black:hover {
    background-color: #111
}
.btn.btn_red {
    background-color: #e74c3c
}
.btn.btn_red:hover {
    background-color: #ce4031
}
.btn.btn_green {
    background-color: #7ab55c
}
.btn.btn_green:hover {
    background-color: #6aa44d
}
.btn.btn_blue {
    background-color: #2980b9
}
.btn.btn_blue:hover {
    background-color: #2271a5
}
.btn.btn_turquoise {
    background-color: #16a085
}
.btn.btn_turquoise:hover {
    background-color: #118971
}
.btn.btn_pink {
    background-color: #d65799
}
.btn.btn_pink:hover {
    background-color: #c44a89
}
.btn.btn_orange {
    background-color: #eb8000
}
.btn.btn_orange:hover {
    background-color: #d17200
}
.btn.btn_purple {
    background-color: #9b59b6
}
.btn.btn_purple:hover {
    background-color: #8948a3
}
.btn.btn_dblue {
    background-color: #2c3e50
}
.btn.btn_dblue:hover {
    background-color: #233648
}
.btn.btn_grey {
    background-color: #aaa
}
.btn.btn_grey:hover {
    background-color: #999
}

/*------------------------------------------------------------------
    Tabs
-------------------------------------------------------------------*/
.tab_group {
    margin-bottom: 20px
}
.tab_group .ui-tabs-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0
}
.tab_group .ui-tabs-nav li {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    outline: none;
    border: 1px solid #eee;
    background-color: #f5f5f5;
    border-bottom: 0;
    margin-right: -1px
}
.tab_group .ui-tabs-nav li a {
    color: #999;
    outline: none;
    padding: 10px 15px;
    display: block
}
.tab_group .ui-tabs-nav li.ui-tabs-active {
    background-color: #fff;
    margin-bottom: -1px;
    padding-bottom: 1px
}
.tab_group .ui-tabs-nav li.ui-tabs-active a {
    color: #111
}
.tab_group .ui-tabs-panel {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 15px
}
.tab_group .ui-tabs-panel p:last-child {
    margin: 0
}

/*------------------------------------------------------------------
    Accordion
-------------------------------------------------------------------*/
.accordion_group {
    margin-bottom: 20px
}
.accordion_group .accordion_title {
    font-weight: bold;
    color: #111;
    outline: none;
    border: 1px solid #eee;
    cursor: pointer;
    padding: 10px 45px 10px 15px;
    position: relative;
    margin-top: -1px
}
.accordion_group .accordion_title:after {
    color: #ddd;
    content: "\f055";
    font-family: "FontAwesome";
    position: absolute;
    right: 15px;
    top: 10px
}
.accordion_group .accordion_title.ui-state-active {
    background-color: #f5f5f5;
}
.accordion_group .accordion_title.ui-state-active:after {
    content: "\f056"
}
.accordion_group .accordion_panel {
    border: 1px solid #eee;
    border-top: 0;
    padding: 15px
}
.accordion_group .accordion_panel p:last-child {
    margin: 0
}

/*------------------------------------------------------------------
    Owl carousel (core)
-------------------------------------------------------------------*/
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px)
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}
.owl-carousel .owl-item {
    float: left
}
.owl-carousel .owl-item img {
    width: 100%
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.grabbing {
    cursor: url(../img/grabbing.png) 8 8, move
}
.owl-item.loading{
    min-height: 150px;
    background: url(../img/AjaxLoader.gif) no-repeat center center
}
div.custom_loading {
    min-height: 150px;
    width: 150px;
    z-index: 99;
    background: url(../img/AjaxLoader.gif) no-repeat center center
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

/*------------------------------------------------------------------
    Gallery preview
-------------------------------------------------------------------*/
.gallery_preview_short {
    display: block;
    padding: 20px;
    background-color: #f5f5f5;
    margin-bottom: 20px
}
.gallery_preview_short_text {
    display: block;
    margin-bottom: 15px
}
.gallery_preview_short_thumbs {}
.gallery_preview_short_thumbs:before,
.gallery_preview_short_thumbs:after {
    content: " ";
    display: table
}
.gallery_preview_short_thumbs:after {
    clear: both
}
.gallery_preview_short_thumbs a {
    float: left;
    width: 15%;
    margin-left: 2%;
    vertical-align: bottom;
    text-align: center
}
.gallery_preview_short_thumbs a:first-child {
    margin-left: 0
}



/*------------------------------------------------------------------
    Top navigation
-------------------------------------------------------------------*/
.toggle_top_navigation {
    font-size: 18px;
    cursor: pointer;
    display: none;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background-color: #111
}

/*------------------------------------------------------------------
    6. Main navigation
-------------------------------------------------------------------*/
.toggle_main_navigation {
    font-size: 18px;
    cursor: pointer;
    display: none;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background-color: #d8373e;
	text-align:center
}
#main_navigation .main_navigation ul.dt_mega_menu .widget_custom_posts ul li .entry_thumbnail {
    width: 65px
}
.main_navigation li{ margin:0 10px}
/*------------------------------------------------------------------
     Header
-------------------------------------------------------------------*/
#header {
    position: relative;
    margin-bottom: 20px;
    z-index: 9
}

/*------------------------------------------------------------------
    Header meta
-------------------------------------------------------------------*/
#header .header_meta { background:#eaeaea; text-align:center; padding:2px 0}

/*------------------------------------------------------------------
    Header main
-------------------------------------------------------------------*/
#header .header_main {
	padding:10px 0;
	background:#f9f9f9
}

/*------------------------------------------------------------------
    Logo
-------------------------------------------------------------------*/
#header .header_main .logo {
    float: left;
	margin-top:10px
}
#header .header_main .logo a {
    color: #fff;
    display: block
}
#header .header_main .logo h1 {
    margin: 0;
    font-size: 30px;
    line-height: 1;
    padding: 20px
}
#header .header_main .logo h2 {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    margin: -10px 0 0 0;
    padding: 0 20px 10px 20px
}

/*------------------------------------------------------------------
    Quick links
-------------------------------------------------------------------*/
#header .header_main .quick_links {
	background:url(../img/title.png) no-repeat center;
	height:70px;
	width:480px;
	position:absolute;
	left:260px}
#header .header_main .quick_links .link {
    float: left;
    margin-right: 15px
}


/*------------------------------------------------------------------
    Header search
-------------------------------------------------------------------*/
#header .header_main .header_search {
    position: relative;
    float: right;
	margin-top:20px
}
#header .header_main .header_search form input[type="text"] {
    background-color: transparent;
    color: #d8373e;
    float: left;
    font-size: 14px;
    height: 38px;
    line-height: 34px;
    padding: 13px 30px 13px 12px;
    border: 2px solid #d8373e;
	border-radius:5px
}
#header .header_main .header_search .search-btn-bg{
	cursor: pointer;
	display: inline-block;
	position: relative; left:-10px;
	outline: none;
	box-shadow: none !important;
	float: right;
	padding: 10px!important;
	width:50px;
	background: url("../img/search-icon.png") no-repeat scroll center center #d8373e!important;
	border-radius:0 5px 5px 0
	}

/*------------------------------------------------------------------
    Header menu
-------------------------------------------------------------------*/
#header .header_menu {}
#header_menu.fixed {
    position: fixed;
    width: 100%;
    z-index: 1;
    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);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#header .header_menu_parent {
    clear: both;
    display: block
}

/*------------------------------------------------------------------
    Breaking news
-------------------------------------------------------------------*/
.breaking_news {
    padding: 5px 0;
    font-size: 12px;
    height: 34px;
    text-transform: uppercase;
    color: #111;
    overflow: hidden;
    background-color: #f0f0f0
}
.breaking_news .container {}
.breaking_news_title {
    width: 110px;
    text-align: center;
    float: left;
    border-right: 1px solid #ddd
}
.breaking_news_container {
    float: left;
    padding-left: 10px
}
.breaking_news_container .owl-item {
    white-space: nowrap;
    overflow: hidden
}
.breaking_news_container a {
    color: #666
}
.breaking_news_container a:hover {
    text-decoration: underline;
    color: #111
}

/*------------------------------------------------------------------
    Posts carousel
-------------------------------------------------------------------*/
.carousel_posts_container {
    cursor: e-resize;
    position: relative;
    margin-bottom: 30px
}
.carousel_posts_container .owl-item {}
.carousel_post_box {
    position: relative;
    margin: 0 1px 0 0
}
.carousel_post_details {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    background-color: rgba(255,255,255,0.8);
    text-align: center;
    width: 100%;
    padding: 10px
}
.carousel_post_details h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    margin: 0
}
.carousel_post_details h3 a {
    color: #111;
    display: block
}
.carousel_post_details .entry_category {
    margin-bottom: 5px
}
.carousel_posts_container .owl-controls .owl-buttons {
    font-family: "FontAwesome"
}
.carousel_posts_container .owl-controls .owl-buttons div.owl-prev,
.carousel_posts_container .owl-controls .owl-buttons div.owl-next {
    color: #fff;
    font-size: 28px;
    line-height: 100%;
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;
    background-color: #000;
    background-color: rgba(0,0,0,0.1);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.carousel_posts_container .owl-controls .owl-buttons div.owl-prev {
    left: 0
}
.carousel_posts_container .owl-controls .owl-buttons div.owl-next {
    right: 0
}
.carousel_posts_container .owl-controls .owl-buttons div.owl-prev div,
.carousel_posts_container .owl-controls .owl-buttons div.owl-next div {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center
    
}
.carousel_posts_container:hover .owl-controls .owl-buttons div.owl-prev,
.carousel_posts_container:hover .owl-controls .owl-buttons div.owl-next {
    background-color: rgba(0,0,0,0.5)
}
.carousel_post_details .entry_category {
    font-size: 0;
    text-transform: uppercase
}
.carousel_post_details .entry_category a {
    font-size: 12px;
    margin: 0 1px 0 0;
    padding: 3px 5px;
    vertical-align: middle;
    line-height: 1;
    display: inline-block;
    color: #fff
}
.entry_meta {
    overflow: hidden;
    margin-bottom: 5px;
	border-bottom:1px dashed #ccc;
	border-top:1px dashed #ccc;
	padding:5px 0;
	text-align:center
}
.entry_meta a{ background:none; color:#000}
#ckepop{ margin-top:3px}
.entry_meta span {
    font-size: 12px;
    margin: 0 10px 0 0;
    color: #999;
}
.carousel_post_details .entry_meta span {
    display: inline-block;
    float: none
}
.carousel_post_details .entry_meta span:last-child {
    margin-right: 0
}

/*------------------------------------------------------------------
    Article
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    Global settings
-------------------------------------------------------------------*/
article.item:before,
article.item:after {
    content: " ";
    display: table
}
article.item:after {
    clear: both
}
.entry_category:before,
.entry_category:after {
    content: " ";
    display: table
}
.entry_category:after {
    clear: both
}
.entry_category {
    margin-bottom: 5px
}
.entry_category a {
    font-size: 14px;
    float: left
}
.entry_category span {
    font-size: 14px;
    padding: 0 2px;
    float: left;
    color: #ddd
}

article.item .item_post_share {
    overflow: hidden;
    position: relative
}
article.item .item_post_share .item_post_share_button {
    position: relative;
    z-index: 1;
    width: 25px;
    height: 25px;
    display: block;
    line-height: 25px;
    background-color: #fff;
    text-align: left;
    color: #999
}
article.item .item_post_share .item_post_share_content {
    position: absolute;
    left: -75px;
    top: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
article.item:hover .item_post_share .item_post_share_content {
    left: 25px
}
article.item .item_post_share .item_post_share_content a {
    font-size: 12px;
    float: left;
    text-align: center;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-right: 5px;
    background-color: #f0f0f0;
    color: #999;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}
article.item .item_post_share .item_post_share_content a:hover {
    color: #fff
}
article.item .item_post_share .item_post_share_content a.facebook:hover {
    background-color: #3e64ad
}
article.item .item_post_share .item_post_share_content a.twitter:hover {
    background-color: #58ccff
}
article.item .item_post_share .item_post_share_content a.pinterest:hover {
    background-color: #de010d
}

/*------------------------------------------------------------------
    Article list view
-------------------------------------------------------------------*/
.article_list_view .item {
    margin-bottom: 30px
}
.article_list_view .item .item_header {
    width: 40%;
    float: left;
    margin-right: 20px;
    background-color: #000
}
.article_list_view .item .item_header a {
    display: block
}
.article_list_view .item .item_header img {
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.article_list_view .item .item_header:hover img {
    opacity: 0.7
}
.article_list_view .item .item_content {
    overflow: hidden
}
.article_list_view .item .item_content h3 {
    margin-bottom: 5px;
	font-size:20px
}
.morenews{ text-align:right; margin-bottom:30px}
.morenews a{ font-size:16px; font-weight:bold}
/*------------------------------------------------------------------
    Article standard view
-------------------------------------------------------------------*/
.article_standard_view {
    margin-bottom: 30px
}
.article_standard_view + .article_tiny_view {
    margin-top: -10px
}
.article_standard_view .item {
    margin-bottom: 30px
}
.article_standard_view .item .item_header {
    margin-bottom: 10px;
    background-color: #000
}
.article_standard_view .item .item_header a {
    display: block
}
.article_standard_view .item .item_header img {
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.article_standard_view .item .item_header:hover img {
    opacity: 0.7
}
.article_standard_view .item .item_content h3 {
    margin-bottom: 5px
}

/*------------------------------------------------------------------
    Article small view
-------------------------------------------------------------------*/
.article_small_view {
    margin-bottom: 30px
}
.article_small_view .item {
    margin-bottom: 30px
}
.article_small_view .item .item_header {
    width: 150px;
    float: left;
    margin-right: 20px;
    background-color: #000
}
.article_small_view .item .item_header a {
    display: block
}
.article_small_view .item .item_header img {
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.article_small_view .item .item_header:hover img {
    opacity: 0.7
}
.article_small_view .item .item_content {
    padding-top: 10px;
    overflow: hidden
}
.article_small_view .item .item_content h3 {
    font-size: 20px;
    line-height: 28px
}

/*------------------------------------------------------------------
    Article tiny view
-------------------------------------------------------------------*/
.article_tiny_view {
    margin-bottom: 30px
}
.article_tiny_view .item {
    margin: 0 0 20px 0
}
.article_tiny_view .item:before,
.article_tiny_view .item:after {
    content: " ";
    display: table
}
.article_tiny_view .item:after {
    clear: both
}
.article_tiny_view .item .item_header {
    float: left;
    width: 90px;
    margin-right: 15px;
    background-color: #000
}
.article_tiny_view .item .item_header a {
    display: block
}
.article_tiny_view .item .item_header img {
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.article_tiny_view .item .item_header:hover img {
    opacity: 0.7
}
.article_tiny_view .item .item_content {
    overflow: hidden
}
.article_tiny_view .item .item_content h3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 5px
}
.article_tiny_view .item .entry_meta {
    margin-bottom: 0
}

/*------------------------------------------------------------------
    Title section
-------------------------------------------------------------------*/
h5.title_section {
    font-size: 20x;
    font-weight: 700;
    margin-bottom: 15px;
	border-bottom:1px solid #f0f0f0;
}
h5.title_section .fa{ color:#c5282f; margin-right:5px}
/*------------------------------------------------------------------
    Main slider
-------------------------------------------------------------------*/
.main_slider {
    margin-bottom: 30px
}
.main_slider .slide {
    position: relative
}
.main_slider .slide .slide_content {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #111;
    background-color: rgba(34,34,34,0.7);
    padding: 20px;
    padding-bottom: 15px;
    max-width: 80%
}
.main_slider .slide .slide_content h3 {
    margin-bottom: 5px;
	font-size:16px
}
.main_slider .slide .slide_content h3 a {
    color: #fff
}
.main_slider .slide .slide_content h3 a:hover {
    text-decoration: underline
}
.main_slider .slide .slide_content .entry_meta span a {
    color: #ddd
}
.main_slider .owl-controls {
    margin-top: 10px;
    text-align: center
}
.main_slider .owl-controls .owl-page{
    display: inline-block
}
.main_slider .owl-controls .owl-page span{
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 20%;
    background-color: #ccc;
	color:#fff
}
.main_slider .owl-controls .owl-dots .owl-dot span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    background-color: #ccc;
	color:#fff}
/*------------------------------------------------------------------
    pic static
-------------------------------------------------------------------*/
.pic-static{ border:0px solid #000; padding:0; max-height:410px}
.pic-static .static_content {
	z-index:999;
    position:relative;
    left: 0;
    bottom:100px;
    background-color: rgba(0,0,0,0.5);
	padding:10px;
    padding-bottom: 5px;
	margin:0
}
.pic-static .static_content h3 {
    margin:0;
	font-size:20px;
	text-align:center;
	margin-bottom:10px
}
.pic-static .static_content h3 a {
    color: #fff
}
.pic-static .static_content h3 a:hover {
    text-decoration: none
}
.pic-static .static_content span {
    color:#ccc;
	padding:10px 0
}
/*------------------------------------------------------------------
    Grid layout block
-------------------------------------------------------------------*/
.grid_layout_block {
    margin-bottom: 30px;
    margin-left: -5px;
    margin-right: -5px;
}
.grid_layout_block:before,
.grid_layout_block:after {
    content: " ";
    display: table
}
.grid_layout_block:after {
    clear: both
}
.grid_layout_block .item {
    float: left;
    position: relative;
    overflow: hidden
}
.grid_layout_block .item img {
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
}
.grid_layout_block .item:hover img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1)
}
.grid_layout_block .item.width33 {
    width: 32.33333333%;
    margin: 0 0.5% 10px 0.5%
}
.grid_layout_block .item.width25 {
    width: 24%;
    margin: 0 0.5%
}
.grid_layout_block .item .item_content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 35px 20px 15px 20px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
}
.grid_layout_block .item.width33 .item_content h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 0
}
.grid_layout_block .item.width25 .item_content h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 0
}
.grid_layout_block .item .item_content h3 a {
    color: #fff
}
.grid_layout_block .item .entry_category {
    z-index: 1;
    text-transform: uppercase;
    position: absolute;
    left: 25px;
    top: 20px;
    font-size: 0
}
.grid_layout_block .item .entry_category a {
    font-size: 12px;
    margin: 0 1px 0 0;
    padding: 3px 5px;
    vertical-align: middle;
    line-height: 1;
    display: inline-block;
    color: #fff
}

/*------------------------------------------------------------------
    10. Banners
-------------------------------------------------------------------*/
.content_banner {
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
	border:1px solid #999
}
.content_banner:before,
.content_banner:after {
    content: " ";
    display: table
}
.content_banner:after {
    clear: both
}

/*------------------------------------------------------------------
    11. Wild container
-------------------------------------------------------------------*/
.wild_conatiner {
    background-color: #ccc;
    padding: 10px 0;
    margin: 20px 0
}
.wild_conatiner h5.title_section {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    line-height: 1;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center
}
.wild_conatiner .article_standard_view {
    margin-bottom: 0
}
.wild_conatiner a {
    color: #fff
}
.wild_conatiner a:hover {
    text-decoration: underline
}


/*------------------------------------------------------------------
    Posts
-------------------------------------------------------------------*/
article.post {}
header.post_header {
    margin-bottom: 15px
}
header.post_header h1{ font-size:24px; line-height:150%}
article.post .post_content {
    position: relative;
    padding: 5px;
    border: 1px solid #f0f0f0;
    margin-bottom: 30px
}
article.post .post_content_in_container {
    position: relative;
    padding: 5px;
    border: 1px solid #f0f0f0;
    width: 50%;
    float: right;
    margin: 0 0 20px 20px
}
span.photo_credit {
    background-color: #fff;
    color: #666;
    float: left;
    opacity: 0.8;
    padding: 5px 10px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 12px;
    text-transform: uppercase
}
span.photo_credit a {
    color: #111
}
article.post .post_content img,
article.post .post_content_in_container img {
    width: 100%
}
.post_main_container {
    margin-bottom: 30px
}
.diggit{ margin: 50px auto;text-align:center; border-radius:10px; color:#fff; background:#d8373e; width:130px; padding:10px}
.diggit a{ color:#fff}
/* Post controls */
.post_controls {
    position: relative;
    background-color: #f5f5f5;
    margin-bottom: 30px
}
.post_controls:before,
.post_controls:after {
    content: " ";
    display: table
}
.post_controls:after {
    clear: both
}
.post_controls .prev_post,
.post_controls .next_post {
    text-align: center;
    width: 50%;
    float: left;
    min-height: 1px;
    display: block;
    position: relative;
    padding: 20px
}
.post_controls span {
    display: block;
    text-transform: uppercase;
    color: #999;
    font-size: 12px
}
.post_controls a {
    display: block;
    font-weight: bold;
    color: #222;
    font-size: 15px;
    line-height: 23px
}
.post_controls a:hover {
    text-decoration: underline
}
.post_controls .post_separator {
    position: absolute;
    left: 50%;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #eee
}

/* AUthor box */
.author_box {
    overflow: hidden;
    margin-bottom: 30px
}
.author_box img {
    width: 80px;
    float: left;
    margin: 0 20px 0 0
}
.author_box .description {
    overflow: hidden
}
.author_box .description a.bio {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
    display: inline-block
}
.author_box .description p {
    margin: 0 0 5px 0
}
.author_box .description a.view_all {
    text-decoration: underline
}
.author_box .posts {
    color: #fff;
    font-size: 10px;
    padding: 2px 6px;
    margin-left: 5px;
    vertical-align: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.author_box ul.social_icons {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 10px 0 0 0      
}
.author_box ul.social_icons li {
    float: left;
    font-size: 14px;
    margin-right: 5px
}
.author_box ul.social_icons li a {
    display: block;
    text-align: center;
    line-height: 25px;
    height: 25px;
    width: 25px;
    background-color: #eee
}

/* Related articles */
.related_articles {}
.related_articles .article_standard_view .item .item_content h3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700
}

ul.children {
    list-style: none;
    margin: 0 0 0 70px;
    padding: 0
}

/* comment */

/*------------------------------------------------------------------
    Gallery post
-------------------------------------------------------------------*/
.gallery_single_post img {
    width: 100%
}
.gallery_single_post .owl-controls .owl-buttons div {
    position: absolute;
    font-family: "FontAwesome";
    top: 50%;
    margin-top: -15px;
    background-color: #111;
    font-size: 12px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    opacity: 0.7;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.gallery_single_post:hover .owl-controls .owl-buttons div {
    opacity: 1
}
.gallery_single_post .owl-controls .owl-buttons .owl-prev {
    left: 10px
}
.gallery_single_post .owl-controls .owl-buttons .owl-next {
    right: 10px
}


/*------------------------------------------------------------------
    Gallery grid
-------------------------------------------------------------------*/
.gallery_grid {
    position: relative;
    margin-left: -10px;
    margin-right: -10px
}
.gallery_grid .gallery_item {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
    float: left;
	min-height:240px;
    margin-bottom: 10px
}
.gallery_grid .gallery_item.first {
    clear: left
}
.gallery_grid .gallery_item .gallery_item_thumb {
    position: relative;
    padding: 5px;
    border: 1px solid #f0f0f0;
    margin-bottom: 10px
}
.gallery_grid .gallery_item .gallery_item_thumb span {
    background-color: #fff;
    color: #666;
    opacity: 0.8;
    padding: 5px 10px;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 14px
}
.gallery_grid .gallery_item .gallery_item_thumb i {
    background-color: #111;
    color: #fff;
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    bottom: 5px;
    left: 5px;
    font-size: 14px
}
.gallery_grid .gallery_item .gallery_item_thumb img {
    width: 100%
}
.gallery_grid .gallery_item h3 {
    font-size: 20px;
    line-height: 28px
}

/*------------------------------------------------------------------
    Footer
-------------------------------------------------------------------*/
#footer {
    background-color: #111;
    color: #999;
    margin-top: 50px;
    padding: 50px 0 20px 0;
}
#footer h3.widget_title {
    color: #fff;
    border-bottom: 1px solid #666
}
#footer a {
    color: #ccc
}

/*------------------------------------------------------------------
    Copyright
-------------------------------------------------------------------*/
#copyright {
    background-color: #ccc;
    padding: 30px 0;
    text-align: center;
    color: #333
}

#copyright a {
    color: #333;
	margin:10px;
}

.mobile_meta{display:none}

@media (max-width: 768px) {
.header_meta{display:none!important}
.mobile_meta{display:block}
.minputText{ width:45px}
.inputText{ width:150px}
.pic-static .static_content {
    position:static;
	margin-bottom:30px
}
}
