/* TOC:
 - contact-form-7
 - thr_style
 - thr_font_awesome
 - thr_icons
 - thr_responsive
 - meks-social-widget
*/

/* Minit: https://www.cujanovic.com/wp-content/plugins/contact-form-7/includes/css/styles.css */
div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}




/* Minit: https://www.cujanovic.com/wp-content/themes/throne/style.css */
/**
 * Theme Name:  Throne
 * Theme URI:  http://mekshq.com
 * Description:  Throne is fast & flexible WordPress theme, primarily created for personal blogs and simple magazines, but actually, it can be used in many purposes.
 * Author:  Meks
 * Author URI:  http://mekshq.com
 * Version:  1.2.0
 * License:  GNU General Public License v2.0
 * License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 */

/**
*    Table of Contents:
*          1. NORMALIZE STYLES
*             2. LINKS
*             3. TYPOGRAPHY RESETS
*             4. ELEMENTS
*          5. WORDPRESS BASIC STYLES
*             6.WORDPRESS GALLERY STYLES
*          7. LAYOUT STYLES
*          8. HEADER AND NAVIGATION STYLES
*          9. TYPOGRAPHY STYLES
*          10. ENTRY META STYLES
*          11. FEATURED AREA STYLES
*          12. WIDGET STYLES
*          13. PAGINATION STYLES
*          14. FOOTER STYLES
*          15. WIDGETS STYLES
*          16. COMMENT STYLES
*          17. CONTACT FORM 7 STYLES
*          18. CONTENT LAYOUT STYLES
*          19. ADDITIONAL CSS STYLES
*          20. SINGLE POST STYLES
*          21. SOCIAL ICONS
*          22. MEKS SHORTCODES
*          23. RESPONSIVE NAVIGATION STYLES
*          24. MAGNIFIC POPUP STYLES

 * ----------------------------------------------------------------------------
 */


/*--------------------------------------------------
                    NORMALIZE STYLES
---------------------------------------------------*/
*,*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/*GOOGLE CHROME FONT FIX*/

body{
    -webkit-animation-duration: 0.2s;
    -webkit-animation-name: fontfix;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.2s;
}

@-webkit-keyframes fontfix{
    from{   opacity: 1; }
    to{ opacity: 1; }
}
body {
  margin: 0;
  background: #f3f3f3;
  color: #444;
  font-style:normal;
  font-variant:normal;
 font-size: 16px;
 line-height: 26px;
 position: relative;
  height: auto;
 -webkit-font-smoothing: subpixel-antialiased;
 text-rendering:optimizeLegibility;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
  max-width: 100%;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
a:focus{
  outline: 0;
}
.entry-content a:hover{
  text-decoration: underline;
}
#sidebar a:hover,
#subheader_box a:hover{
  text-decoration: underline;
}
#sidebar .arqam-widget-counter a:hover{
  text-decoration: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
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; /* 1 */
  padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}


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

textarea {
  overflow: auto;
  padding: 10px;
}
iframe,
embed{max-width: 100%;}
ul,ol{
  margin: 0 0 26px 0;
}
/* ==========================================================================
   LINKS
   ========================================================================== */
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
}
a{
  color: inherit;
  text-decoration: none;
}
/* ==========================================================================
   TYPOGRAPHY RESETS
   ========================================================================== */

abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
hr {
    -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}
button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img{max-width: 100%; height: auto; display: inline-block; vertical-align: middle;}

/* ==========================================================================
   ELEMENTS
   ========================================================================== */
blockquote {
  font-style: italic;
  border-left: 2px solid;
  margin-left: 15px;
  padding: 0 0 0 20px;
  font-size: 16px;
  line-height: 26px;
}
table {
  border: 1px solid #e3e3e3; /* Fallback for IE */
  border: 1px solid rgba(0,0,0,0.1);
  border-width: 1px;
  margin: 0 0 25px 0;
  text-align: left;
  padding:0;
}

caption { text-align: left }

tr { 
  border-bottom: 1px solid #e3e3e3; /* Fallback for IE */
  border-bottom: 1px solid rgba(0,0,0,0.1) }

th,
td {
    padding: 15px;
    vertical-align: middle;
    text-align: left;
    font-weight: normal;
}
var,
kbd,
samp,
code,
pre {
    font: 16px/26px Consolas, "Andale Mono", Courier, "Courier New", monospace;
    background: #efefef;
}
pre {
    white-space: pre;
    overflow: auto;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    clear: both;
}
/* ==========================================================================
   WORDPRESS BASIC STYLES
   ========================================================================== */
.alignleft {
    float: left;
    margin: 0 20px 10px 0;
}

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

.aligncenter {
    display: block;
    clear: both;
    margin: 30px auto;
    padding: 3px;
}
.alignleft { float: left }

.alignright { float: right }
.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
}
.alignnone{
  margin-bottom: 25px;
}

.wp-caption {
  max-width: 100%;
  padding: 0;
  text-align: center;
}

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

.wp-caption .wp-caption-text {
  margin: 0;
  padding: 5px;
  background: #e23a3e;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
}
.wp-caption .wp-caption-text a{
  color: #FFF;
  text-decoration: underline;
}
.wp-caption .wp-caption-text a:hover{
  text-decoration: none;
}

.wp-smiley {
    max-height: 13px;
    margin: 0;
}
/* ==========================================================================
   WORDPRESS GALLERY STYLES
   ========================================================================== */
.gallery { margin: auto }

.gallery-image {
    border: 2px solid #efefef;
    margin-left: 0;
}

.gallery-caption { margin-left: 0 }

#thr_main .main_content_wrapper .gallery-item {
  float: left;
  text-align: center;
  margin: 0 0 1px;
  padding-left: 1px;
  opacity: 0;
}
#thr_main .main_content_wrapper .gallery img{
  border: none;
}
#thr_main .main_content_wrapper .gallery{
  margin-bottom: 26px;
}
.gallery-item{
  position: relative;
  overflow: hidden;
}
.gallery-caption{
  position: absolute;
  bottom: -20px;
  left: 0;
  height: auto;
  min-height: 50px;
  width: 100%;
  z-index: 9999;
  display: block;
  color: #FFF;
  padding: 10px;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 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,0.5))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */
}
.gallery-item:hover .gallery-caption{
  opacity: 1;
  bottom: 0;
}
.gallery-item:hover a{
  text-decoration: none;
}
.gallery-icon{
  position: relative;
}
.gallery-icon a:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: rgba(0,0,0,0.1);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.gallery-item:hover .gallery-icon a:before,
.gallery-item:hover .gallery-icon a:after,
.layout_a .format-image .featured_image a:hover:after{
  opacity: 1;
}
.gallery-icon a:after,
.layout_a .format-image .featured_image a:after{
  content: "\e090";
  color: #FFF;
  font-size: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "Simple-Line-Icons";
  margin-top: -18px;
  margin-left: -18px;
  line-height: 36px;
  opacity: 0;
  z-index: 1000;
-webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
/* ==========================================================================
   LAYOUT STYLES
   ========================================================================== */
.clear{clear: both;}
.clear:before, .clear:after, .clearfix:before, .clearfix:after, .row:before, .row:after {
content: "";
display: table;
}
.content_wrapper {
    width: 1070px;
    margin: 0 auto;
    position: relative;
}
.content_wrapper:after{
   clear: both;
   content: "";
}
.full_width{
   width: 100%;
   float: left;
}
.main_content_wrapper{
   float: left;
   width: 730px;
}
.sidebar{
   width: 300px;
   float: left;
   margin: 0 0 0 40px;
   position: relative;
}
.sidebar.left{
  margin: 0 40px 0 0;
}
.admin-bar .sticky_active,
.admin-bar .affix{
  top: 40px;
}
.admin-bar.sticky_on .affix{
  top: 100px;
}
.sticky_on .affix{
  top: 70px;
}
.thr_sticky{
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.thr_sidebar_wrapped .thr_sticky{
  margin-bottom: 0;
}
.sticky_active,
.affix{
  position: fixed !important;
  top: 30px;
  width: 300px
}
.affix-top{
  position: relative !important;
}
.sticky_active.thr_sticky_abs{
  position: absolute !important;
  bottom: 20px;
  top: auto;
  right: 0;
}
.thr_sidebar_wrapped .affix,
.thr_sidebar_wrapped .affix-bottom{
  width: 300px;
  padding: 0 20px 0;
  margin: 0 0 0 -20px;
}
.affix-responsive{
  position: static !important;
  width: auto;
  top: 0 !important;
}
.thr_content_wrapped .main_content_wrapper{
  padding: 30px;
  margin: 0 0 40px;
  box-shadow: 0 0 7px 0 rgba(0,0,0,0.1);
}
.thr_sidebar_wrapped .widget{
  padding-bottom: 15px;
}
.thr_boxed{
  margin: 0 auto;
  width: 1150px;
}
.thr_boxed_wrapper{
  float: left;
  width: 100%;
  background: #FFF;
}
.body_bg_img{
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.body_bg_img{
  opacity: 0;
}
.body_bg_img img{
  min-width: 100%;
  min-height: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.overlay_bg_div{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
 /* =============================================================================
   HEADER AND NAVIGATION STYLES
   ========================================================================== */
.header{
   position: relative;
   margin: 0 0 40px;
   box-shadow: 0 2px 2px -2px rgba(0,0,0,0.1);
   z-index: 1041;
}
.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
    height: 50px;
    box-shadow: 0 2px 2px -2px rgba(0,0,0,0.1);
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: all 300ms linear;
       -moz-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
         -o-transition: all 300ms linear;
            transition: all 300ms linear;
}
.header-sticky .logo_wrapper{
  max-height: 40px;
  top: 2px;
}
.header-sticky .logo_wrapper img{
  max-height: 40px;
}
.header-sticky #nav li > a{
  padding: 15px 3px;
}
.header-sticky .search_header_form{
  height: 49px;
}
.header-sticky .site-title,
.header-sticky .site-title a{
  font-size: 20px;
  line-height: 40px;
}
.header-sticky #nav .sub-menu a{
  padding: 10px 15px;
}
.header-sticky .menu-item-has-children:after{
  margin: 21px 0 0 2px;
}
.header-sticky .nav-btn{
  top: 10px;
}
.header-sticky .site-desc{
  display: none;
}
.search_header_form input[type="text"]{
  background: transparent;
}
.admin-bar .header-sticky{
  top: 32px;
}
.header-is-sticky {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
}
.logo_wrapper{
   position: absolute;
   top: 23px;
   left: 0;
}
.site-title,
.site-title a{
   text-decoration: none;
   font-size: 40px;
}

.site-desc{
  margin-top: 5px;
  float: left;
}
#nav{
   float: right;
}
#nav ul{
   padding: 0;
   margin: 0;
   position: relative;
}
.header-main #nav ul{
  float: right;
}
#nav li{
  list-style: none;
  float: left;
  margin: 0 10px;
  position: relative;
}
#nav li a{
  display: block;
  float: left;
  text-decoration: none;
  padding: 40px 3px 38px 3px;
  line-height: 22px;
  font-size: 14px;
  box-shadow: none;
  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
    font-style: normal;
}
#nav li a:hover{
  cursor: pointer;
}
#nav > ul > li > a:hover,
#nav > ul > .current-menu-item {
  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
#nav > ul > li:hover > a,
#nav a:hover{
   color: #e23a3e;
}
#nav .sub-menu{
  margin-left: 0;
  left: -10px;
  position: absolute;
  top: 100%;
  min-width: 200px;
  z-index:9999;
  padding: 0;
  margin-top: 0;
  max-height: 0;
  display: none;
  border: 0 solid rgba(0,0,0,0.25);
}
#nav li:hover > .sub-menu{
 max-height: 600px;
}
#nav .sub-menu li{
  float: left;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
#nav .sub-menu li:last-child{
  border-bottom: none;
}
#nav .sub-menu a {
  width: 100%;
  height: auto;
  float: left;
  text-align: left;
  line-height: 20px;
  padding: 10px 15px;
  font-size: 14px;
  max-width: none;
  text-decoration: none;
  min-height: 25px;
}
.header-sticky  #nav .sub-menu{
  top: 51px;
}
#nav .sub-menu .sub-menu{
  position: absolute;
  right: -201px;
  left: auto;
  top: 0;
  display: none;
  width: 150px;
  max-height: 0;
}
#nav .sub-menu li:hover > .sub-menu{
  display: block;
  max-height: 400px;
}
.search_header{
  float: right;
  position: relative;
  z-index: 1200;
}
.search_header:hover{
  cursor: pointer;
}
.s_class{
   float: left;
}
.menu-item-has-children:after{
  content: "\f107";
  float: right;
  display: inline-block;
  border-top-color: #323232;
  font-size: 12px;
  line-height: 12px;
  font-family: 'FontAwesome';
}
.sidr ul li{
  position: relative;
}
.thr_menu_parent{
  content: "\f107";
  display: inline-block;
  border-top-color: #323232;
  font-size: 12px;
  line-height: 12px;
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid rgba(255,255,255,0.1);
  border-radius: 0;
  padding: 18px 19px
}
.thr_menu_parent:hover{
  cursor: pointer;
}
.sidr-class-sub-menu .thr_menu_parent{
  padding: 14px 19px;
}
#nav .sub-menu > li.menu-item-has-children:after{
  margin-top: -26px;
  margin-left: auto;
  margin-right: 15px;
}
#nav .sub-menu .menu-item-has-children:after{
  content: "\f105";
}
.header-bottom-wrapper li.menu-item-has-children:after{
  margin: 25px 0 0 2px; 
}
.thr_stop_hover{
  pointer-events: none;
}
li.menu-item-has-children:hover:after{
  border-top-color: #e23a3e;
}
#nav li#search_header_wrap{
  position: initial;
}
.search_header_form{
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 500;
  right: 0;
  height: 59px;
}
.search_header_form input[type="text"],
.search_header_form input[type="text"]:focus{
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  border: none;
}
.header-main .search_header_form{
  top: -1px;
  height: 100%;
}
.header-main .search_header_form input[type="text"]{
  height: 48px;
}
.header_ads_space{
  float: right;
  max-width: 728px;
  margin: 6px 0 0 0;
}
.header-main-3 .logo_wrapper{
  position: relative;
  text-align: center;
}
.header-main,
.header-bottom{
  float: left;
  width: 100%;
}
.header-bottom{
  height: 60px;
  border-top: 1px solid #e3e3e3; /* Fallback for IE */
  border-top:1px solid rgba(255,255,255,0.1); 
}
.header-bottom #nav > ul > li > a{
  padding: 19px 3px;
}
.header-bottom-wrapper #nav{
  float: left;
  width: 100%;
}
.header-bottom-wrapper #search_header_wrap{
  float: right;
  position: initial;
}
.header-bottom-wrapper #nav li:first-child{
  margin-left: 0;
}
.navigation_centered.header-bottom-wrapper #nav{
  float: none;
  display: inline-block;
  width: auto;
  margin: 0 auto;
}
.navigation_centered.header-bottom-wrapper{
  text-align: center;
}
.header-main #nav ul > li:last-child{
  margin-right: 0;
}
#nav li#search_header_wrap a:hover{
  box-shadow: none;
}
.header-bottom-3 .social_header_space{
  margin: 11px 0;
}
.header-top-1 .social_header_space li a{
  background-color: transparent;
  border-color: transparent;
  font-size: 14px;
  border-radius: 0;
  padding: 7px 0;
  height: 30px;
  margin: 0;
  line-height: 1em;
  width: 30px;
  float: left;
}
.header_bg_img{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}
.header_bg_img img{
  width: 100%;
}
#subheader_box{
  margin-bottom: 20px;
}
.error404 .entry-content .nav-menu{
  list-style: none;
  text-align: center;
}
.error404 .entry-content .nav-menu li{
  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin: 0 5px;
}
.error404 .entry-content .nav-menu li a{
  padding: 8px 10px;
  color: #FFF;
  border-radius: 5px;
}
.error404 .entry-content .nav-menu li a:hover{
  opacity: 0.7;
  text-decoration: none;
}
 /* =============================================================================
   TYPOGRAPHY STYLES
   ========================================================================== */

h1,h2,h3,h4,h5,h6{
  margin: 0;
  color: #323232;
  font-style: normal;
}

h1 { font-size: 55px; line-height: 65px; margin-bottom: 7px; }

h2 { font-size: 45px; line-height: 52px; margin-bottom: 10px;}

h3 { font-size: 36px; line-height: 46px; margin-bottom: 7px; -webkit-font-smoothing: antialiased; }

h4 { font-size: 30px; line-height: 40px; margin-bottom: 7px; }

h5 { font-size: 25px; line-height: 35px; margin-bottom: 7px; }

h6 { font-size: 20px; line-height: 30px; margin-bottom: 7px;  }

.uppercase {
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}
p{
  margin: 0 0 25px 0;
  color: inherit;
}
.entry-title a{
  -webkit-transition: all .2s linear;
     -moz-transition: all .2s linear;
      -ms-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
  margin-bottom: 15px;
}
.entry-title a:hover{
  color: #e23a3e;
}
/* =============================================================================
 ENTRY META STYLES
 ========================================================================== */
.entry-image img{
  float: left;
}
.entry-image{
  margin-bottom: 26px;
}
.entry-title{
  margin-bottom: 7px;
}
.entry-meta{
  margin-bottom: 20px;
  font-size: 14px;
}
.entry-meta,
.entry-footer,
.entry-image,
.entry-header{
  width: 100%;
  float: left;
}
.meta-item{
  display: inline-block;
  vertical-align: top;
  color: #A0A0A0;
  margin-right: 15px;
}
.meta-item i{
    margin-top: 4px;
    margin-right: 5px;
    color: #e23a3e;
}
.meta-item a{
  text-decoration: none;
  color: #A0A0A0;
  position: relative;
}
.layout_c .entry-footer .meta-item{
  margin-right: 0;
}
.meta-item-share{
  float: right;
  margin-right: 0;
}
.post,
.posts_wrapper .page{
  padding: 0 0 40px;
  margin: 0 0 25px;
  float: left;
  width: 100%;
}
.more-link{display: none;}
.meta-item .read_more_button,
.thr_button, 
input[type="submit"]{
  padding: 4px 14px;
  float: left;
  background: #e23a3e;
  color: #FFF;
  border-radius: 5px;
  font-size: 14px;
  line-height: 24px;
}
input[type="submit"]{
  border: none;
  font-size: 16px;
}
.main_content_wrapper .read_more_button i,
.main_content_wrapper .thr_button i{
  margin-right: 6px;
  color: inherit;
  margin-top: 5px;
  float: left;
  color: #FFF;
}
.meta-item .read_more_button:hover,
.thr_button:hover{
  color: #FFF;
  text-decoration: none;
}
.read_more_button:hover,
.thr_button:hover,
input[type="submit"]:hover{
  opacity: 0.8;
}
.read_more_button:hover span,
.thr_button:hover span{
  opacity: 1;
}
.meta-item.meta-small .read_more_button{
  background: transparent;
  color: #323232;
  padding: 0;  
}
.meta-item.meta-small .read_more_button i{
  color: #e23a3e;
}
.meta-item.meta-small .read_more_button:hover{
  box-shadow: none;
  color: #e23a3e;
}

.thr_share_button{
  padding: 4px 8px 2px;
  border-left: 1px solid transparent;
  float: right;
  font-size: 14px;
}

/* =============================================================================
 FEATURED AREA STYLES
 ========================================================================== */

.featured_item_big{
  float: left;
  width: 730px;
  height: 430px;
  background: #eee;
}
.featured_item_small{
  float: left;
  width: 300px;
}
.featured_element{
  float: left;
  position: relative;
  overflow: hidden;
}
.featured_title_wrapper{
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px;
    background: #e23a3e;
    position: relative;
}
.featured_excerpt{
  opacity: 0;
  padding: 5px 20px 0 0;
  position: absolute;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  transition: opacity .3s;
  -o-transition: opacity .3s;
}
.featured_excerpt p{
  font-size: 14px;
  line-height: 22px;
  color: #FFF;
  margin: 0 0 5px;
}

.f_title_bg,
.single .featured_title_over:after,
.thr_posts_widget .featured_title_over:after{
  height: 50%;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 0;
  position: absolute;
  content: '';
  pointer-events: none;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.9)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}
.featured_4 .f_title_bg{
   height: 60%;
}
.featured_3 .f_title_bg{
   height: 50%;
}
.featured_2 .f_title_bg{
   height: 50%;
}
.single .featured_title_over:after,
.thr_posts_widget .featured_title_over:after{
  height: 100%;
}
.f_overlay{
  opacity: 0;
  background:rgba(0,0,0,0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.featured_element:hover .f_overlay{
  opacity: 1;
}
.f_read_more{
  font-size: 12px;
  background-color: #e23a3e;
  color: #FFF;
  line-height: 20px;
  border-radius: 3px;
  padding: 4px 10px 4px 7px;
}
.f_read_more:hover{
  opacity: 0.9;
}
.featured_4 .featured_item{
  width: 100%;
  height: 267px;
}
.featured_4 .featured_element{
  width: 24.91%;
  margin: 0 0 1px 1px;
}
.featured_4 .featured_title_wrapper{
  height: 100px;
}
.featured_3 .featured_item{
  width: 100%;
  height: 267px;
  overflow: hidden;
}
.featured_3 .featured_element{
  width: 33.25%;
  margin: 0 0 1px 1px;
}
.featured_3 .featured_title_wrapper{
  height: 100px;
}
.featured_2 .featured_item{
  width: 100%;
  height: 267px;
  overflow: hidden;
}
.featured_2 .featured_element{
  width: 49.95%;
  margin: 0 0 1px 1px;
}
.featured_2 .featured_title_wrapper{
  height: 100px;
}
.featured_4 .featured_item img{
  height: 267px;
}
.featured_2 .featured_element:first-child,
.featured_3 .featured_element:first-child,
.featured_4 .featured_element:first-child{
  margin-left: 0;
}
.featured_title_over h2,
.featured_title_wrapper h2{
  font-size: 24px;
  line-height: 1.325em;
  color: #FFF;
  text-shadow: rgba(0,0,0,.6) 0 0 5px;
  z-index: 1001;
  position: relative;
  margin-bottom: 0;
}
.featured_title_over{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 20px 20px 20px;
  z-index: 1001;
  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.featured_title_under h2 a,
.featured_title_over h2 a{
  color: #FFF;
}
.featured_title_over .meta-item,
.featured_title_over .meta-item i,
.featured_title_over .meta-item a{
  color: #FFF;
  font-size: 14px;
  text-shadow: rgba(0,0,0,.6) 0 0 5px;
}

.featured_shadow.featured_title_over:after{
  bottom: 0;
}
.featured_date_wrapper{
  font-size: 14px;
  color: #FFF;
  z-index: 9999;
  position: relative;
}
.featured_date_wrapper i{
  margin:0 5px 0 0;
}
.featured_title_over .featured_date_wrapper{
  text-shadow: rgba(0,0,0,.6) 0 0 5px; 
}
#featured_wrapper{
  opacity: 0;
}
.featured_wrapper,
#archive_title{
  margin-bottom: 40px;
}
#archive_title p:last-child{
  margin-bottom: 0;
}
#archive_title p{
  font-size: 16px;
  color: #444;
}
#archive_title .content_wrapper{
  border-bottom: 1px solid #e3e3e3; /* Fallback for IE */
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding-bottom: 10px;
  position: relative;
}
.arch_line{
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  padding: 0 20px 0 0;
  height: 2px;
  background: #e23a3e;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
.featured_item_overlay {
  display: block;
  position: absolute;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.2);
  overflow: hidden;
  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
#archive_title h1{
  font-size: 24px;
  line-height: 34px;
  margin: 0;
  display: inline-block;
}
.featured_item_expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  text-align: center;
  color: #fff;
  line-height: 55px;
  font-weight: 100;
  font-size: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.featured_icon{
  position: absolute;
  right: 20px;
  top: 17px;
  z-index: 1000;
  color: #FFF;
  font-size: 16px;
  border: 2px solid #FFF;
  border-radius: 50%;
  padding: 10px;
  line-height: 1em;
  background: rgba(0, 0, 0, 0.5);
}
.layout_d .featured_icon{
  right: 50%;
  margin: -20px -20px 0 0;
  top: 50%;
}
.featured_image{
  position: relative;
  width: 100%;
  float: left;
}
.featured_image a{
  float: left;
  position: relative;
  max-width: 100%;
}
.featured_item_overlay{
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0; 
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  filter: Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.featured_image:hover .featured_item_overlay,
.featured_image_sidebar:hover .featured_item_overlay,
.prev_next_link:hover .featured_item_overlay{
  opacity: 1;
}
.effect .featured_item_overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.effect .featured_item_overlay .featured_item_expand {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  background: #000;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  filter: Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.effect.featured_element.hover .featured_item_overlay {
  opacity: 1;
}
.effect.featured_element.hover .featured_item_overlay .featured_item_expand {
  top: 50%;
  margin-top: -30px;
  opacity: 1;
}
/* =============================================================================
 WIDGET STYLES
 ========================================================================== */

.widget{
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
}
.thr_widget_wrapped #sidebar .widget{
    margin-bottom: 40px;
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.1);
    padding: 15px 20px;
}
.thr_sidebar_wrapped #sidebar,
.thr_sidebar_wrapped .affix {
  box-shadow: 0 0 7px 0 rgba(0,0,0,0.1);
}
#sidebar .widget-title{
  border-bottom: 1px solid #e3e3e3; /* Fallback for IE */
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding: 0;  
  position: relative;
  margin: 0 0 15px;
  font-size: 20px;
  line-height: 28px;
  min-height: 41px;
  display: block;
  float: left;
  width: 100%;
}
.thr_widget_wrapped #sidebar .widget-title{
  margin: 0 0 15px 0;
}
#sidebar .widget-title span{
  border-bottom: 2px solid #e23a3e;
  padding: 0 20px 10px 0;
  position: relative;
  top: 1px;
  max-width: 80%;
  display: inline-block;
}
.thr_sidebar_wrapped #sidebar{
  margin: 0 0 40px 40px;
  padding: 0 20px 0;
}
.thr_sidebar_wrapped #sidebar.left{
   margin: 0 40px 40px 0;
}
.widget ul{
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.widget p{
  margin-bottom: 15px;
}
.widget li{
  line-height: 1.6em;
  padding: 0 0 3px;
  margin: 0 0 3px;
}
.widget li:last-child{
  padding-bottom: 0;
  margin-bottom: 0;
}
.widget .textwidget p:last-child{
  margin-bottom: 0;
}
.thr_sidebar_wrapped #sidebar.left{
   margin: 0 40px 40px 0;
}

/*TAGS*/
.tagcloud a{
  font-size: 18px;
}
.tagcloud a:before{
  content: "#";
}
/* =============================================================================
 PAGINATION STYLES
 ========================================================================== */

#thr_pagination{
  text-align: center;
}
.pagination-wapper{
  float: left;
  width: 100%;
  margin: 0;
  padding: 30px 0 0;
  border-top: 1px solid #e3e3e3; /* Fallback for IE */
  border-top: 1px solid rgba(0,0,0,0.1);
}
.pagination-wapper{
  margin-bottom: 30px;
}
.thr_content_wrapped .thr_boxed .pagination-wapper,
.thr_content_wrapped .pagination-wapper{
  margin-bottom: 0;
}

.page-numbers,
.post_previous a,
.post_next a,
.load_more_posts a{
  padding: 4px 14px;
  display: inline-block;
  vertical-align: top;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
  line-height: 23px;
  border-radius: 5px;
  font-size: 14px;
  -webkit-transition: all .2s linear;
     -moz-transition: all .2s linear;
      -ms-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
       -o-transform: translateZ(0);
          transform: translateZ(0);
}
.load_more_posts a{
  display: block;
}
.current,
.page-numbers:hover,
#pagination .post_previous a:hover,
#pagination .post_next a:hover,
.load_more_posts a:hover{
  background: #e23a3e;
  color: #FFF;
  box-shadow: inset 0 0 0 1px #e23a3e;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
       -o-transform: translateZ(0);
          transform: translateZ(0);
}
.load_more_posts{
  margin: 0 auto;
  text-align: center;
}
#pagination .prev,
#pagination .post_previous a{
  float: left;
}
#pagination .next,
#pagination .post_next a{
  float: right;
}
#pagination .prev,
#pagination .next,
#pagination .post_next a,
#pagination .post_previous a{
  position: relative;
}
#pagination .prev:before,
#pagination .post_previous a:before{
  content: "\e07a";
  font-family: 'Simple-Line-Icons';
  margin: 1px 5px 0 0;
  float: left;
}
#pagination .next:after,
#pagination .post_next a:after{
  content: "\e079"; 
  font-family: 'Simple-Line-Icons';
  margin: 1px 0 0 5px;
  float: right;
}
.load_more_posts a i{
  display: inline-block;
  margin: 5px 6px 0 0;
}
.single_prev_next a{
  position: relative;
}
.prev_next_link .meta-item{
  display: block;
  position: relative;
  z-index: 9999;
}
.prev_next_link .meta-item i{
  margin: 5px 5px 0 0;
}
.single_post_next .prev_next_link .meta-item{
  margin: 0;
}
.single_post_next .prev_next_link .meta-item i{
  margin: 5px 0 0 5px;
}
.single_post_next.single_prev_next .prev_next_link a{
  float: right;
}
/* =============================================================================
 FOOTER STYLES
 ========================================================================== */
.footer_wrapper {
  background: #333;
  padding: 0;
}
.footer_wrapper .widget{
  padding: 40px 0 40px;
}
.footer_wrapper .widget-title{
  color: #FFF;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 25px;
}
.footer_wrapper .footer-col{
    float: left;
}
.footer_wrapper .one-third {
    width: 29.33%;
    margin-left: 6%;
}
.footer_wrapper .one-quarter {
    width: 22.5%;
    margin-left: 3.3%;
}
.footer_wrapper .one-half {
    width: 47%;
    margin-left: 6%;
}
.footer_wrapper .footer-col:first-child {
    margin-left: 0;
}
.footer_wrapper .widget{
    margin-bottom: 0;
}
.footer_wrapper ul{
  margin-bottom: 0;
}
.footer_wrapper .mks_themeforest_widget ul{
  text-align: left;
}
.footer_wrapper .featured_image_sidebar{
  width: auto;
  min-width: 65%;
}
.copy_area{
    background: rgba(0,0,0,0.3);
    padding: 10px 0;
    font-size: 14px;
}
.copy_area p{
  color: #FFF;
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 0
}
#thr_footer_menu{
    float: right;
    list-style: none;
    margin:5px 0 0 0;
    padding: 0;
}
#thr_footer_menu li{
    float: left;
    line-height: 1.2em;
    font-size: 14px;
    margin: 0 5px;
}
#thr_footer_menu li a{
    font-size: 14px;
    line-height: 1.2em;
}
.footer_wrapper a:hover{
  text-decoration: underline;
}
.copy_area .left{
  float: left;
}
.copy_area #thr_footer_menu{
  float: right;
}
.copy_area #thr_footer_menu li{
  float: left;
  list-style: none;
}
#thr_footer_menu .menu-item-has-children:after{
  display: none;
}
.copy_area #thr_footer_menu li a{
  font-size: 14px;
}
#footer.footer_wrapper .mks_author_widget img{
  margin: 0 20px 0 0;
}
/* =============================================================================
   WIDGET STYLES
   ========================================================================== */
 
#sidebar .widget {
  clear: both;
  float: left;
  width: 100%;
  padding-top: 15px;
}
.thr_video_widget p{
  margin-bottom: 0;
}

#sidebar .thr_sticky .widget:last-child{
  margin-bottom: 0;
}
.thr_sidebar_wrapped #sidebar .thr_sticky.thr_sticky_abs .widget:last-child{
  padding-bottom: 0
}
.widget_recent_entries ul span{
  display: block;
}

/* ==|== archives widget ==================================================== */

.widget_archive select{
  width: 100%;
  padding: 10px;
  border: 1px solid #e3e3e3; /* Fallback for IE */
  border: 1px solid rgba(0,0,0,0.1);
  font-size: 16px;
}
.thr_widget_wrapped .widget_archive select,
.thr_widget_wrapped .widget_categories select{
  width: 260px;
}
 
/* ==|== tag-cloud widget =================================================== */

.widget_tag_cloud a {
  margin: 0 5px 6px 0;
  float: left;
  padding: 0;
}
/* ==|== calendar widget =================================================== */

#wp-calendar {
    width: 100%;
}
#wp-calendar caption {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 15px;
}
#wp-calendar thead {
    font-size: 10px;
}
#wp-calendar thead th {
    padding-bottom: 10px;
}
#wp-calendar tbody td {
    border: 1px solid #e3e3e3; /* Fallback for IE */
    border: 1px solid rgba(0,0,0,0.1);
    text-align: center;
    padding: 8px;
}
#wp-calendar tbody td a {
    font-weight: normal;
}
#wp-calendar tbody .pad {
    background: none;
}
#wp-calendar tfoot #next {
    text-transform: uppercase;
    text-align: right;
}
#wp-calendar tfoot #prev {
    text-transform: uppercase;
    padding: 0px 10px 0;
}
#wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center;
}
.widget_pages ul.children{
    padding: 0 20px 0 20px;
}
.widget_search input,
.jetpack_subscription_widget #subscribe-field{
    font-size: 1em;
    border: 1px solid #e3e3e3; /* Fallback for IE */
    border: 1px solid rgba(0,0,0,0.1)
}
.widget select{
    margin: 0;
    padding: 5px;
}
.count{
  color: #FFF;
  font-size: 12px;
  height: 26px;
  line-height: 20px;
  margin: 0;
  padding: 2px 5px;
  text-align: center;
  background: rgba(0,0,0,0.3);
  display: inline-block;
  float: right;
  min-width: 26px;
}
 
/* ==|== category widget ==================================================== */

.widget_categories ul li,
.widget_archive ul li {
  line-height: 24px;
  padding: 0 0 10px 0;
  margin: 0 0 10px;
  float: left;
  width: 100%;
  border-bottom: 1px solid rgba(0,0,0,0.1);
} 
.widget_categories ul li:last-child,
.widget_archive ul li:last-child{
  border-bottom: none;
}
.widget_categories ul li a,
.widget_archive ul li a{
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  width: 100%;
  line-height: 25px;
}

.widget_categories select{
  width: 100%;
  padding: 10px;
  border: 1px solid #e3e3e3; /* Fallback for IE */
  border: 1px solid rgba(0,0,0,0.1);
  font-size: 16px;
} 
/* ==|== recent-commments widget ============================================ */

#recentcomments li{
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
#recentcomments li:last-child{
  margin-bottom: 0;
}
.recentcomments:before{
  content: "\e07d";
  font-family: "Simple-Line-Icons";
  margin: 0 5px 0 0;
  float: left;
}
/* ==|== search widget ====================================================== */

.widget_search{
  position: relative;
}
.thr_widget_wrapped .widget_search .search_form{
  padding: 0;
}
.footer_wrapper .widget_search .search_form{
  padding: 0;
}
.thr_widget_wrapped .widget_search .search_form i{
  right: 15px;
}
.search_form{
  position: relative;
}
.search_form i{
  position: absolute;
  z-index: 100;
  right: 15px;
  top: 15px;
}
/* ==|== text widget ======================================================== */

.widget_nav_menu ul.sub-menu{
  padding: 0 0 0 20px;
}

/* ==|== meks widgets =================================================== */

.featured_image_sidebar{
  position: relative;
  float: left;
  width: 100%;
}
.featured_image_sidebar img{
  float: left;
}
.featured_posts_link{
  font-size: 24px;
  line-height: 1.325em;
  color: #FFF;
  text-shadow: rgba(0,0,0,.6) 0 0 5px;
  position: relative;
  z-index: 1001;
}
.widget .featured_posts_link{
  font-size: 22px;
}
.thr_posts_widget li{
  float: left;
  width: 100%;
  margin: 0 0 1px;
  padding:0;
}
#sidebar .mks_ads_widget .small li, 
#sidebar .mks_adswidget_ul.small li{
  margin: 0 10px 10px;
}
.mks_adswidget_ul li:last-child,
.mks_adswidget_ul{
  margin-bottom: 0;
}

.mks_author_widget h3{
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 5px;
}
.thr_widget_wrapped  .mks_author_widget img{
  margin: 0 20px 0 0;
}
.mks_author_widget p{
  margin-bottom: 0;
}
.mks_author_link{
  margin: 10px 0 0;
  float: left;
}
.thr_widget_wrapped .mks_author_link{
  margin: 10px 0 0 0;
}
.mks_read_more a{
  float: left;
}
.mks_read_more,
 .thr_widget_wrapped #sidebar .widget .mks_read_more{
  margin-top: 10px;
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 0 !important;
}
.mks_themeforest_widget ul li{
  float: left;
}
.mks_themeforest_widget p{
  margin-bottom: 15px;
}
.thr_sidebar_wrapped .widget ul{
  margin-bottom: 0;
}
.mks_flickr_widget ul.flickr li, 
.mks_flickr_widget ul.flickr li{
  margin: 0 1px 1px 0 !important;
  padding: 0 !important;
 }
 ul.flickr img{
  float: left;
  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
 }
 .mks_flickr_widget ul{
  float: left;
  width: 100%;
 }
 .widget_yarpp_widget ol{
  padding: 0 0 0 20px;
 }

 .thr_widget_wrapped  #sidebar .mks_ads_widget .small li,
 .thr_widget_wrapped  #sidebar .mks_adswidget_ul.small li,
 .thr_sidebar_wrapped  #sidebar .mks_ads_widget .small li,
 .thr_sidebar_wrapped  #sidebar .mks_adswidget_ul.small li{
  margin: 0 2px 2px 0;
 }


/* =============================================================================
  COMMENT STYLES
 ========================================================================== */
.comment-form,
.comments_main{
  float: left;
  width: 100%;
  clear: both;
}
#respond {
  background-color: transparent;
  box-shadow: none;
  padding: 0 0 20px;
  float: left;
  width: 100%;
}  
#respond > p, #respond p.comment-notes, p.logged-in-as,
.comment-form p {
  margin-bottom: 25px;
}
.comment-form p.form-submit{
  margin-bottom: 0;
}
.comment-form .comment-form-comment{
  margin-bottom: 25px;
  float: left;
  width: 100%;
}
.comment-list li.comment > article, .comment-list li.pingback > div {
  margin: 0;
  padding: 0 0 15px;
  position: relative;
  border-bottom: 1px solid #e3e3e3; /* Fallback for IE */
  border-bottom: 1px solid rgba(0,0,0,0.1);
  float: left;
  width: 100%;
}
p.logged-in-as {
  padding-bottom: 0;  
}
.comment-list {
  margin: 0 0 40px;
  padding: 0;
  float: left;
  width: 100%;
}
.comment-list li {
  list-style: none;
  width: 100%;
  float: left;
}
.comment-list > li.comment{
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.comment-list li.comment > div, .comment-list li.pingback > div {
  background-color: #ffffff;
    margin: 0;
    overflow: hidden;
    padding: 25px;
    margin-top: 2em;
    position: relative;
    padding-left: 116px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
}
.comment-list .children {
  padding-left: 30px;
  padding-top: 20px;
  float: left;
  width: 100%;
  margin: 0;
}
.comment-list .children li{
  margin-bottom: 20px;
}
.comment-list .children li:last-child{
  margin-bottom: 0;
}
.fn{
  font-weight: normal;
}
.comment-list img.avatar{
  float: left;
  width: 60px;
  height: 60px;
  margin: 0 20px 0 0;
  position: absolute;
  top: 0;
  left: 0;

}
.comment-list .reply a {
  color: #A0A0A0;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.comment-list .reply a:before{
  font-family: "Simple-Line-Icons";
  content: "\e050";
  color: #e23a3e;
  margin: 0 5px 0 0;
}
.comment-list .reply a:hover{
  text-decoration: none;
}
.comment-list .comment-edit-link{
  text-transform: uppercase;
  font-size: 11px;
  padding: 1px 7px;
}
.comment-list .comment-author {
  color: inherit;
  margin-bottom: 5px;
}
.comment-metadata {
  font-size: 14px;
  line-height: 1.325em;
}
.comment-metadata time{
  color: #A0A0A0;
}
.comment-metadata time:before{
  font-family: 'Simple-Line-Icons';
  content: "\e081";
  color: #e23a3e;
  margin: 0 5px 0 0;
  float: left;
}
.comment-body .comment-meta{
  margin: 5px 0 0 80px;
  height: 55px;
}

.comment-list .comment-edit-link:hover{
  text-decoration: underline;
}
.comment-list .comment-content {
  padding-bottom: 0;
  margin-top: 10px;
}
.comment-content a:hover{
  text-decoration: underline;
}
.comment-content p{
  margin-bottom: 15px;
}
.comment-list .comment-content p:last-child{
  margin-bottom: 0;
}

#respond h3 .cancel-comment-reply, #respond #cancel-comment-reply-link {
  display: inline-block;  
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
  border-left: 1px solid #dddddd;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label{
  width: 100%;
  float: left;
  margin: 0 0 2px 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
select,
#comment,
textarea{
  line-height: normal;
  width: 100%;
  background: rgba(255,255,255,0.4);
  border: 1px solid #e3e3e3; /* Fallback for IE */
  border: 1px solid rgba(0,0,0,0.1);
  height: 42px;
  padding: 0 10px;

}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
select:focus,
#comment:focus,
textarea:focus{
  border: 1px solid #e3e3e3; /* Fallback for IE */
  border: 1px solid rgba(0,0,0,0.2);
  outline: none;
  box-shadow: none;  
}
textarea{
  height: 150px;
  padding: 10px;
}
input[type="range"]{
  width: 100%;
}
#comment{
  padding: 10px;
  height: 150px;
  resize: vertical;
}
.comment-form-author,
.comment-form-email,
.comment-form-url{
  float: left;
  width: 33.33%;
  padding: 0 15px 0 0;
}
.comment-form-url{
  padding: 0;
}
.required{
  color: #e23a3e;
}
.form-allowed-tags{
  font-size: 90%;
  line-height: 1.4em;
  color: #444;
}
.button_respond{
  float: right;
  color: #323232;
  font-size: 16px;
}
.main_content_wrapper .button_respond{
  margin: 5px 0 0 0;
}
.button_respond i{
  color: #e23a3e;
  margin: 1px 5px 0 0;
}
.button_respond:hover{
  color: #e23a3e;
}
.comment-list > li.comment:last-child ul.children{
  padding-bottom: 0px;
}
.comment-reply-title{
  border-bottom: 1px solid #e3e3e3; /* Fallback for IE */
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding: 5px 0 10px 0;
  position: relative;
  margin: 0 0 15px;
  font-size: 24px;
  line-height: 34px;
}
.comment-reply-title:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 10%;
  height: 2px;
  background: #e23a3e;
}
.comment-reply-title:after{width: 20%;}
.comment-reply-title .comment-reply-title:after{
  width: 130px;
}
.thr_boxed .comment-list li.comment > article, 
.thr_boxed .comment-list li.pingback > div,
.thr_content_wrapped .comment-list li.comment > article, 
.thr_content_wrapped .comment-list li.pingback > div{
  padding: 0 0 10px;
}
.thr_boxed .comment-list img.avatar,
.thr_content_wrapped .comment-list img.avatar{
  top: 0;
  left: 0;
}
.thr_content_wrapped .comment-list .children{
  background-position: left 75px;
}
.comment #respond{
  padding: 0 0 20px;
  margin: 20px 0 0;
}
.comment-list li.bypostauthor > .comment-body:after,
.comment-list li.comment-author-admin > .comment-body:after {
  background: rgba(0,0,0,0.2);
  display: block;
  position: absolute;
  content: "\e005";
  color: #fff;
  line-height: 20px;
  width: 27px;
  font-style: normal;
  font-family: "Simple-Line-Icons";
  text-align: center;
}
.comment-list li.comment-author-admin > .comment-body:after {
    content: "\e005"; 
}
.comment-list li.bypostauthor > .comment-body:after,
.comment-list li.comment-author-admin > .comment-body:after {
    top: 0;
    right: 0;
    padding: 2px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
}
.comment-list li li.bypostauthor > .comment-body:after,
.comment-list li li.comment-author-admin > .comment-body:after {
    top: 0;
    right: 0;
    padding: 2px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
}
#submit{
  background: #e23a3e;
  padding: 4px 14px;
  border: none;
  color: #FFF;
  position: relative;
  font-size: 16px;
  line-height: 26px;
  border-radius: 5px;
  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
#submit:hover{
  opacity: 0.8;
}
.comment-awaiting-moderation{
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 80%;
}
.comment-list .reply{
  margin-top: 10px;
}
/*--------------------------------------------------
  CONTACT FORM 7 STYLES
---------------------------------------------------*/
.wpcf7-submit:hover{ cursor:pointer}
.wpcf7-form-control-wrap {width: 100%;}

div.wpcf7-response-output{ margin:15px 0 15px;  padding:15px;  border:none;}

div.wpcf7-validation-errors,
.error{ background:#e74c3c;  color:#FFF}
div.wpcf7-mail-sent-ok, .success{ background:#27ae60;  color:#FFF}
.success,
.error{ 
    padding: 10px;
    display: block;
    margin: 10px 0;
    border-radius: 6px;
    float: left;
    width: 100%;
}
span.wpcf7-not-valid-tip{ display:none;  border:none;  padding:5px 10px;  background:#f1c40f;  color:white;  top:0;  left:auto;  right:0}
textarea.wpcf7-not-valid, 
input[type="url"].wpcf7-not-valid, 
input[type="tel"].wpcf7-not-valid, 
input[type="text"].wpcf7-not-valid, 
input[type="email"].wpcf7-not-valid, 
input[type="number"].wpcf7-not-valid, 
input[type="password"].wpcf7-not-valid{ border-color:#f1c40f}

span.wpcf7-list-item{margin-left:15px}
span.wpcf7-list-item:first-child{margin-left:0}

/*NO SIDEBAR*/
.no_sidebar .main_content_wrapper{
  width: 100%;
}

/*--------------------------------------------------
  CONTENT LAYOUT STYLES
---------------------------------------------------*/
.layout_a .post,
.layout_a .page{
  border-bottom: 1px solid #e3e3e3; /* Fallback for IE */
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.layout_a .post:last-child,
.layout_a .page:last-child{
  margin: 0;
  border-bottom: none;
}
.layout_a .entry-content{
  clear: both;
}
/*LAYOUT B*/
.layout_d .entry-image{
  width: auto;
  margin: 0 20px 0 0;
  height: 100px;
  width: 100px;
}
.layout_b .entry-image,
.layout_e .entry-image{
  width: auto;
  margin: 0 30px 0 0;  
}
.layout_b .entry-image{
  width: 267px;
  height: 267px;
}
.layout_b .entry-content p{
  margin-bottom: 10px;
}
.layout_b .post,
.layout_b .page{
  padding: 0 0 10px;
}
.layout_b .entry-meta{
  margin-bottom: 4px;
}
.layout_b .entry-content{
  margin: 0 0 0 297px;
}
/*LAYOUT C*/
.layout_c .entry-content p,
.layout_c .entry-image{
  margin-bottom: 15px;
}
.layout_c .post,
.layout_c .page{
  padding: 0 0 15px;
}
.layout_c .entry-meta{
  margin-bottom: 8px;
}
/*LAYOUT D*/
.layout_d .entry-meta{
  margin-bottom: 0;
  font-size: 14px;
}
.layout_b .entry-title,
.layout_c .entry-title{
  font-size: 32px;
  line-height: 40px;
}
.layout_b .entry-meta,
.layout_d .entry-meta {
  width: auto;
  float: none;
  display: block;
}
.layout_d .post,
.layout_d .page{
  width: 48%;
}
.thr_content_wrapped  .layout_c .post,
.thr_content_wrapped  .layout_d .post,
.thr_content_wrapped  .layout_c .page,
.thr_content_wrapped  .layout_d .page{
  width: 47%;
}
.layout_c .post,
.layout_d .post,
.layout_c .page,
.layout_d .page{
    width: 47.2%;
}
.no_sidebar .layout_c .post,
.no_sidebar .layout_d .post,
.no_sidebar .layout_c .page,
.no_sidebar .layout_d .page{
  width: 48%;
}
.layout_d .entry-title{
  font-size: 22px;
  line-height: 30px;
}

.layout_d .post,
.layout_d .page{
  padding: 0;
  border-bottom: none;
  margin-bottom: 20px;
}
.posts_wrapper .last{
  margin-left: 40px;
}

/*--------------------------------------------------
  ADDITIONAL CSS STYLES
---------------------------------------------------*/
.img#wpstats {
    display: none;
}
#disqus_thread{
  width: 100%;
  padding: 1.250em 1.250em 1.250em 0;
  float: left;
  clear: both;
}
.page-progress {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.page-progress span {
  display: block;
  background: #e23a3e;
  height: 2px;
  width: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.entry-content .yarpp-related h3{
  font-weight: 100 !important;
  font-size: 24px!important;
  line-height: 34px!important;
}
.entry-content .yarpp-thumbnail > img, .entry-content  .yarpp-thumbnail-default{
  margin: 0;
}
.entry-content .yarpp-thumbnails-horizontal .yarpp-thumbnail{
  border: none;
}
.entry-content .yarpp-thumbnails-horizontal .yarpp-thumbnail-title{
  font-size: 16px !important;
  line-height: 22px;
  font-weight: 100 !important;
  margin: 10px 0 0 0;
  max-height: 45px;
}
.entry-content .yarpp-related a{
  font-size: 16px !important;
  line-height: 22px; 
  font-weight: 100 !important; 
}
.yarpp-related-none{
  display: none;
}
.yarpp-related ol{
  padding: 0 0 0 20px;
  margin: 10px 0 40px;
}
.mejs-container{
  margin: 0 0 26px;
  border-radius: 5px;
}
.entry-content  .mejs-container, .entry-content  .mejs-embed, .entry-content  .mejs-embed body{
  background: transparent;
  max-width: 100% !important;
}
.twitter-tweet{width: 100% !important;}
#back-top {
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 1041;
  width: 40px;
  height: 40px;
  background: transparent;
  text-indent: 0;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  color: #e8e8e8;
  background: #323232;
  font-size: 32px;
  padding: 4px 0 0 0;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
#back-top:hover{
    text-decoration: none;
}
#back-top {
    display: none;
}
#back-top i{
    -webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
         -o-transition: all 0.2s;
            transition: all 0.2s;
    opacity: 0.7;
}
#back-top:hover i{
    opacity: 1;
}
.error404 .main_content_wrapper{
  width: 100%;
  float: none;
}
.error404 .entry-content{
  text-align: center;
}
.error404 .entry-content h1{
  font-size: 95px;
  line-height: 1.2em;
}
.error404 .entry-content h2{
  margin-bottom: 30px;
}
#thr_404_menu{
  list-style: none;
  margin:50px 0;
}
.fb_iframe_widget{
  text-align: center;
  width: 100% !important;
  margin-bottom: 26px;
}
#buddypress div#item-header {
overflow: initial;
}
#feedburner_email_widget_sbef_email{
  margin-bottom: 10px;
}
.ie9 .header-sticky{
  z-index: 1005;
}
.ie9 #search_header_wrap form,
.gt-ie9 #search_header_wrap form,
_:-ms-input-placeholder, :root #search_header_wrap form{
  position: absolute;
  width: 300px;
  right: 0;
}
.ie9 .mks_adswidget_ul.small li{
  float: left;
}
.tiled-gallery{
  margin-bottom: 0;
}
_:-moz-tree-row(hover), .count { margin:-25px 0 0 0;}
#search_header_wrap form .search_input::-ms-clear {
    display: none;
}
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed{
  border: none;
}
/*--------------------------------------------------
  SINGLE POST STYLES
---------------------------------------------------*/
.single_b{
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.single_b .image_meta{
  position: absolute;
  width: 100%;
  bottom: 0;
}
.single_b .entry-image{
  margin-bottom: 0;
  width: auto;
  position: relative;
}
.single_b .entry-image{
  opacity: 0;
}
.single_b .featured_title_over{
  padding: 30px;
}
.single_b .entry-title{
  color: #FFF;
}
.single_b .entry-title{
  position: relative;
  z-index: 1001;
  text-shadow: rgba(0,0,0,.6) 0 0 5px;
  margin: 0;
}
.single_b .entry-meta{
  position: relative;
  z-index: 9999;
  margin-bottom: 5px;
}
.single_b .entry-meta .meta-item a,
.single_b .entry-meta .meta-item i,
.single_b .entry-meta .meta-item span{
  color: #FFF;
  text-shadow: rgba(0,0,0,.6) 0 0 5px;
}
.single .entry-title,
.page-template-default .entry-title{
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 10px;
}
.page-template-default .entry-title{
  margin-bottom: 26px;
}
.meta-tags a:before{
  content: "#";
}
.entry-content .meta-tags a{
  display: inline-block;
  vertical-align: top;
}
.meta-tags{
  margin-bottom: 25px;
}
.single_post_navigation{
  float: left;
  width: 100%;
  padding: 15px 0 0;
  margin-bottom: 40px;
}
.single_prev_next{
  width: 50%;
}
.single_prev_next img{
  width: 100%;
}
.single_post_previous{
  float: left;
  text-align: left;
}
.single_post_next{
  float: right;
  text-align: right;
  padding-left: 1px;
}
.single_prev_next a{
  font-size: 22px;
  line-height: 26px;
  float: left;
  min-height: 175px;
  width: 100%;
}
.single_post_previous i{
  float: left;
  margin: 2px 5px 0 0;
}
.single_post_next i{
  float: right;
  margin: 2px 0 0 5px;
}
.single_prev_next a:hover,
.single_prev_next a i{
  color: #e23a3e;
}
.data-image{
  float: left;
  margin: 0 15px 0 0;
  max-width: 112px;
}
.data-content p{
  margin-bottom: 0;
}
.author-title{
  font-size: 24px;
  margin-bottom: 0;
}
.underlined_heading{
  border-bottom: 1px solid #e3e3e3; /* Fallback for IE */
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding: 5px 0 10px 0;
  position: relative;
  margin: 0 0 15px;
  font-size: 24px;
  line-height: 34px;
}
.underlined_heading span{
  border-bottom: 2px solid #e23a3e;
  padding: 0 20px 11px 0;
}
.thr_author_link:hover{
  text-decoration: underline;
}
.thr_author_link{
  float: right;
    margin: 10px 0 0 20px;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    white-space: pre;
}
.thr_author_links{
  margin: 0;
  font-size: 14px;
  float: right;
  display: inline-block;
}
.author-box{
  float: left;
  width: 100%;
  padding: 0;
}
.meta-share{
  background: #FFF;
  position: fixed;
  left: 0;
  margin-right: 0;
  width: 35px;
  border-radius: 0 5px 5px 0;
}
.meta-share .soc_sharing{
  border-radius: 0 5px 5px 0;
}
.meta-share .soc_sharing .thr_share_items{
  display: block;
  opacity: 1;
  width: 100%;
}
.meta-share .thr_share_items li:last-child a{
  border-radius: 0 0 5px 0;
}
.meta-share .soc_sharing .thr_share_button{
  border-left: none;
  border-bottom: 1px solid #e3e3e3; /* Fallback for IE */
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.meta-share .soc_sharing i{
  margin-right: 5px;
}
.meta-share .soc_sharing ul li{
  width: 100%;
  clear: both;
}
.meta-share .soc_sharing li:first-child a{
  border-radius: 0;
}
.meta-share .soc_sharing a{
  width: 100%;
}
.meta-share .soc_sharing a:hover{
  color: #FFF;
}

/*--------------------------------------------------
 SOCIAL ICONS
---------------------------------------------------*/

.soc_squared{
  display: block;
  text-align: center;
  float: right;
  margin-left: 4px;
  margin-bottom: 5px;
  border: none;
  padding: 10px 0px 0 5px;
  font-size: 20px;
}
.fa-apple:hover{
    color: #606060;
}
.fa-behance:hover{
    color: #18a3fe;
}
.fa-blogger:hover{
    color: #fb913f;
}
.fa-delicious:hover{
    color: #3274d1;
}
.fa-deviantart:hover{
    color: #d0de21;
}
.fa-digg:hover{
    color: #2882c6;
}
.fa-dribbble:hover{
    color: #ef5b92;
}
.fa-facebook:hover{
    color: #3b5998;
}
.fa-flickr:hover{
    color: #f1628b;
}
.fa-github:hover{
    color: #7292a2; 
}
.fa-google:hover,
.fa-google-plus:hover{
  color: #d94a39; 
}
.fa-spotify:hover{
  color: #81b71a;
}
.fa-vine:hover{
  color: #00a478;
}
.fa-linkedin:hover{
    color: #71b2d0; 
}
.fa-pinterest:hover{
    color: #cb2027; 
}
.fa-posterous:hover{
    color: #f9d560; 
}
.fa-reddit:hover{
    color: #bfd0e2;
}
.fa-rss:hover{
    color: #fe9900; 
}
.fa-skype:hover{
    color: #18b7f1; 
}
.fa-stumbleupon:hover{
    color: #eb4924; 
}
.fa-soundcloud:hover{
    color: #f60000; 
}
.fa-tumblr:hover{
    color: #3a5976; 
}
.fa-twitter:hover{
    color: #48c4d2; 
}
.fa-vimeo:hover{
    color: #62a0ad; 
}
.fa-wordpress:hover{
    color: #464646;
}
.fa-yahoo:hover{
    color: #ab64bc; 
}
.fa-youtube:hover{
    color: #f45750; 
}
.fa-instagram:hover{
    color: #306088; 
}
.fa-xing:hover{
    color: #126567; 
}
.social_header_space li a.fa-facebook:hover,
.soc_sharing a.fa-facebook:hover{
  background-color: #3b5998;
}
.social_header_space li a.fa-twitter:hover,
.soc_sharing a.fa-twitter:hover{
  background-color: #55acee;
}
.social_header_space li a.fa-google-plus:hover,
.soc_sharing a.fa-google-plus:hover{
  background-color: #d94a39;
}
.social_header_space li a.fa-instagram:hover{
  background-color: #306088;
}
.social_header_space li a.fa-linkedin:hover,
.soc_sharing a.fa-linkedin:hover{
  background-color: #71b2d0;
}
.social_header_space li a.fa-pinterest:hover,
.soc_sharing a.fa-pinterest:hover{
  background-color: #cb2027;
}
.social_header_space a.fa-rss{
  border-color: #fe9900; 
  color: #fe9900;
}
.social_header_space li a.fa-rss:hover{
  background-color: #fe9900;
}
.soc_sharing a{
  background-color: transparent;
  height: 32px;
  width: 30px;
  text-align: center;
  float: left;
  margin: 0;
  border: none;
  padding: 8px 0 0;
  color: #e23a3e;
  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.meta-item .soc_sharing a:hover{
  color: #FFF;
  text-decoration: none;
}
.soc_sharing{
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
  float: right;
  border-radius: 5px;  
  position: relative;
  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.soc_sharing ul{
  display: none;
  float: left;
  margin: 0;
  padding: 0;
}
.soc_sharing ul li{
  list-style: none;
  height: 32px;
  width: 30px;
  float: left;
}
.soc_sharing li:first-child a{
  border-radius: 5px 0 0 5px;
}
.soc_sharing:hover ul{
  opacity: 1;
  display: block;
}
.soc_sharing:hover{
  width: auto;
  cursor: default;
}

.soc_sharing:hover .thr_share_button{
  border-color: rgba(0,0,0,0.1);
  cursor: pointer;
}

/*--------------------------------------------------
  MEKS SHORTCODES
---------------------------------------------------*/
a.mks_button:hover{
  text-decoration: none;
}
.mks_separator{
  color: rgba(0,0,0,0.1);
  float: none;
}

/*--------------------------------------------------
 RESPONSIVE NAVIGATION STYLES
---------------------------------------------------*/
.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 200px;
  overflow-x: none;
  overflow-y: auto;
  font-size: 15px;
  background: #FFF;
  border-right: 1px solid #e3e3e3; /* Fallback for IE */
  border-right: 1px solid rgba(0,0,0,0.1);
  -webkit-transition: -webkit-transform 350ms ease;
  -moz-transition: -moz-transform 350ms ease;
  transition: transform 350ms ease;
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}

.sidr.left {
  left: -200px;
  right: auto;
}
.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}
.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border-top: 1px solid #e3e3e3; /* Fallback for IE */
  border-top: 1px solid rgba(255,255,255,0.1);
}
.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-bottom: 1px solid #e3e3e3; /* Fallback for IE */
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.sidr ul li a {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #333333;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.sidr ul li ul {
  border-bottom: none;
  margin: 0;
  display: none;
  position: relative;
}
.sidr ul li ul li {
  line-height: 40px;
  font-size: 14px;
}
.sidr ul li ul li:last-child {
  border-bottom: none;
}
.sidr ul li ul li a{
  padding-left: 20px;
}
.sidr form {
  margin: 0 10px;
}
.sidr label {
  font-size: 13px;
}
.sidr input[type="text"]{
  border: none;
  height: 32px;
}
.sidr form{
  position: relative;
}
.sidr form:after{
  font-family: "Simple-Line-Icons";
  content: "\e090";
  position: absolute;
  top: 0;
  right: 5px;
}
.sidr-open{
  position: relative !important;
  left: 0 !important;
  margin-left: 200px !important;
  float: left;
}
.sidr-open .header-sticky{
  left: 200px;
}
.nav-btn{
  display: none;
  font-size: 31px;
  float: left;
  position: absolute;
  top: 15px;
  left: 20px;
}

/*--------------------------------------------------
  MAGNIFIC POPUP STYLES
---------------------------------------------------*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 25px;
    color: #FFF;
    font-size: 34px;
    }

    .mfp-arrow-right:before{
      font-family: "Simple-Line-Icons";
      content: "\e079";
    }
    .mfp-arrow-left:before{
      font-family: "Simple-Line-Icons";
      content: "\e07a";
    }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {margin-left: 30px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {margin-left: 30px;}

.mfp-arrow-right {
  right: 0; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } 
}

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }




/* Minit: https://www.cujanovic.com/wp-content/themes/throne/css/font-awesome.min.css */
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://www.cujanovic.com/wp-content/themes/throne/css/fonts/fontawesome-webfont.eot?v=4.1.0');src:url('https://www.cujanovic.com/wp-content/themes/throne/css/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('https://www.cujanovic.com/wp-content/themes/throne/css/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('https://www.cujanovic.com/wp-content/themes/throne/css/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('https://www.cujanovic.com/wp-content/themes/throne/css/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-square:before,.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}



/* Minit: https://www.cujanovic.com/wp-content/themes/throne/css/simple-line-icons.css */
@font-face {
	font-family: 'Simple-Line-Icons';
	src:url('https://www.cujanovic.com/wp-content/themes/throne/css/fonts/Simple-Line-Icons.eot');
	src:url('https://www.cujanovic.com/wp-content/themes/throne/css/fonts/Simple-Line-Icons.eot?#iefix') format('embedded-opentype'),
		url('https://www.cujanovic.com/wp-content/themes/throne/css/fonts/Simple-Line-Icons.woff') format('woff'),
		url('https://www.cujanovic.com/wp-content/themes/throne/css/fonts/Simple-Line-Icons.ttf') format('truetype'),
		url('https://www.cujanovic.com/wp-content/themes/throne/css/fonts/Simple-Line-Icons.svg#Simple-Line-Icons') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'Simple-Line-Icons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-trophy, .icon-screen-smartphone, .icon-screen-desktop, .icon-plane, .icon-notebook, .icon-moustache, .icon-mouse, .icon-magnet, .icon-energy, .icon-emoticon-smile, .icon-disc, .icon-cursor-move, .icon-crop, .icon-credit-card, .icon-chemistry, .icon-user, .icon-speedometer, .icon-social-youtube, .icon-social-twitter, .icon-social-tumblr, .icon-social-facebook, .icon-social-dropbox, .icon-social-dribbble, .icon-shield, .icon-screen-tablet, .icon-magic-wand, .icon-hourglass, .icon-graduation, .icon-ghost, .icon-game-controller, .icon-fire, .icon-eyeglasses, .icon-envelope-open, .icon-envelope-letter, .icon-bell, .icon-badge, .icon-anchor, .icon-wallet, .icon-vector, .icon-speech, .icon-puzzle, .icon-printer, .icon-present, .icon-playlist, .icon-pin, .icon-picture, .icon-map, .icon-layers, .icon-handbag, .icon-globe-alt, .icon-globe, .icon-frame, .icon-folder-alt, .icon-film, .icon-feed, .icon-earphones-alt, .icon-earphones, .icon-drop, .icon-drawer, .icon-docs, .icon-directions, .icon-direction, .icon-diamond, .icon-cup, .icon-compass, .icon-call-out, .icon-call-in, .icon-call-end, .icon-calculator, .icon-bubbles, .icon-briefcase, .icon-book-open, .icon-basket-loaded, .icon-basket, .icon-bag, .icon-action-undo, .icon-action-redo, .icon-wrench, .icon-umbrella, .icon-trash, .icon-tag, .icon-support, .icon-size-fullscreen, .icon-size-actual, .icon-shuffle, .icon-share-alt, .icon-share, .icon-rocket, .icon-question, .icon-pie-chart, .icon-pencil, .icon-note, .icon-music-tone-alt, .icon-music-tone, .icon-microphone, .icon-loop, .icon-logout, .icon-login, .icon-list, .icon-like, .icon-home, .icon-grid, .icon-graph, .icon-equalizer, .icon-dislike, .icon-cursor, .icon-control-start, .icon-control-rewind, .icon-control-play, .icon-control-pause, .icon-control-forward, .icon-control-end, .icon-calendar, .icon-bulb, .icon-bar-chart, .icon-arrow-up, .icon-arrow-right, .icon-arrow-left, .icon-arrow-down, .icon-ban, .icon-bubble, .icon-camcorder, .icon-camera, .icon-check, .icon-clock, .icon-close, .icon-cloud-download, .icon-cloud-upload, .icon-doc, .icon-envelope, .icon-eye, .icon-flag, .icon-folder, .icon-heart, .icon-info, .icon-key, .icon-link, .icon-lock, .icon-lock-open, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-paper-clip, .icon-paper-plane, .icon-plus, .icon-pointer, .icon-power, .icon-refresh, .icon-reload, .icon-settings, .icon-star, .icon-symbol-female, .icon-symbol-male, .icon-target, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-users {
	font-family: 'Simple-Line-Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-user-female:before {
	content: "\e000";
}
.icon-user-follow:before {
	content: "\e002";
}
.icon-user-following:before {
	content: "\e003";
}
.icon-user-unfollow:before {
	content: "\e004";
}
.icon-trophy:before {
	content: "\e006";
}
.icon-screen-smartphone:before {
	content: "\e010";
}
.icon-screen-desktop:before {
	content: "\e011";
}
.icon-plane:before {
	content: "\e012";
}
.icon-notebook:before {
	content: "\e013";
}
.icon-moustache:before {
	content: "\e014";
}
.icon-mouse:before {
	content: "\e015";
}
.icon-magnet:before {
	content: "\e016";
}
.icon-energy:before {
	content: "\e020";
}
.icon-emoticon-smile:before {
	content: "\e021";
}
.icon-disc:before {
	content: "\e022";
}
.icon-cursor-move:before {
	content: "\e023";
}
.icon-crop:before {
	content: "\e024";
}
.icon-credit-card:before {
	content: "\e025";
}
.icon-chemistry:before {
	content: "\e026";
}
.icon-user:before {
	content: "\e005";
}
.icon-speedometer:before {
	content: "\e007";
}
.icon-social-youtube:before {
	content: "\e008";
}
.icon-social-twitter:before {
	content: "\e009";
}
.icon-social-tumblr:before {
	content: "\e00a";
}
.icon-social-facebook:before {
	content: "\e00b";
}
.icon-social-dropbox:before {
	content: "\e00c";
}
.icon-social-dribbble:before {
	content: "\e00d";
}
.icon-shield:before {
	content: "\e00e";
}
.icon-screen-tablet:before {
	content: "\e00f";
}
.icon-magic-wand:before {
	content: "\e017";
}
.icon-hourglass:before {
	content: "\e018";
}
.icon-graduation:before {
	content: "\e019";
}
.icon-ghost:before {
	content: "\e01a";
}
.icon-game-controller:before {
	content: "\e01b";
}
.icon-fire:before {
	content: "\e01c";
}
.icon-eyeglasses:before {
	content: "\e01d";
}
.icon-envelope-open:before {
	content: "\e01e";
}
.icon-envelope-letter:before {
	content: "\e01f";
}
.icon-bell:before {
	content: "\e027";
}
.icon-badge:before {
	content: "\e028";
}
.icon-anchor:before {
	content: "\e029";
}
.icon-wallet:before {
	content: "\e02a";
}
.icon-vector:before {
	content: "\e02b";
}
.icon-speech:before {
	content: "\e02c";
}
.icon-puzzle:before {
	content: "\e02d";
}
.icon-printer:before {
	content: "\e02e";
}
.icon-present:before {
	content: "\e02f";
}
.icon-playlist:before {
	content: "\e030";
}
.icon-pin:before {
	content: "\e031";
}
.icon-picture:before {
	content: "\e032";
}
.icon-map:before {
	content: "\e033";
}
.icon-layers:before {
	content: "\e034";
}
.icon-handbag:before {
	content: "\e035";
}
.icon-globe-alt:before {
	content: "\e036";
}
.icon-globe:before {
	content: "\e037";
}
.icon-frame:before {
	content: "\e038";
}
.icon-folder-alt:before {
	content: "\e039";
}
.icon-film:before {
	content: "\e03a";
}
.icon-feed:before {
	content: "\e03b";
}
.icon-earphones-alt:before {
	content: "\e03c";
}
.icon-earphones:before {
	content: "\e03d";
}
.icon-drop:before {
	content: "\e03e";
}
.icon-drawer:before {
	content: "\e03f";
}
.icon-docs:before {
	content: "\e040";
}
.icon-directions:before {
	content: "\e041";
}
.icon-direction:before {
	content: "\e042";
}
.icon-diamond:before {
	content: "\e043";
}
.icon-cup:before {
	content: "\e044";
}
.icon-compass:before {
	content: "\e045";
}
.icon-call-out:before {
	content: "\e046";
}
.icon-call-in:before {
	content: "\e047";
}
.icon-call-end:before {
	content: "\e048";
}
.icon-calculator:before {
	content: "\e049";
}
.icon-bubbles:before {
	content: "\e04a";
}
.icon-briefcase:before {
	content: "\e04b";
}
.icon-book-open:before {
	content: "\e04c";
}
.icon-basket-loaded:before {
	content: "\e04d";
}
.icon-basket:before {
	content: "\e04e";
}
.icon-bag:before {
	content: "\e04f";
}
.icon-action-undo:before {
	content: "\e050";
}
.icon-action-redo:before {
	content: "\e051";
}
.icon-wrench:before {
	content: "\e052";
}
.icon-umbrella:before {
	content: "\e053";
}
.icon-trash:before {
	content: "\e054";
}
.icon-tag:before {
	content: "\e055";
}
.icon-support:before {
	content: "\e056";
}
.icon-size-fullscreen:before {
	content: "\e057";
}
.icon-size-actual:before {
	content: "\e058";
}
.icon-shuffle:before {
	content: "\e059";
}
.icon-share-alt:before {
	content: "\e05a";
}
.icon-share:before {
	content: "\e05b";
}
.icon-rocket:before {
	content: "\e05c";
}
.icon-question:before {
	content: "\e05d";
}
.icon-pie-chart:before {
	content: "\e05e";
}
.icon-pencil:before {
	content: "\e05f";
}
.icon-note:before {
	content: "\e060";
}
.icon-music-tone-alt:before {
	content: "\e061";
}
.icon-music-tone:before {
	content: "\e062";
}
.icon-microphone:before {
	content: "\e063";
}
.icon-loop:before {
	content: "\e064";
}
.icon-logout:before {
	content: "\e065";
}
.icon-login:before {
	content: "\e066";
}
.icon-list:before {
	content: "\e067";
}
.icon-like:before {
	content: "\e068";
}
.icon-home:before {
	content: "\e069";
}
.icon-grid:before {
	content: "\e06a";
}
.icon-graph:before {
	content: "\e06b";
}
.icon-equalizer:before {
	content: "\e06c";
}
.icon-dislike:before {
	content: "\e06d";
}
.icon-cursor:before {
	content: "\e06e";
}
.icon-control-start:before {
	content: "\e06f";
}
.icon-control-rewind:before {
	content: "\e070";
}
.icon-control-play:before {
	content: "\e071";
}
.icon-control-pause:before {
	content: "\e072";
}
.icon-control-forward:before {
	content: "\e073";
}
.icon-control-end:before {
	content: "\e074";
}
.icon-calendar:before {
	content: "\e075";
}
.icon-bulb:before {
	content: "\e076";
}
.icon-bar-chart:before {
	content: "\e077";
}
.icon-arrow-up:before {
	content: "\e078";
}
.icon-arrow-right:before {
	content: "\e079";
}
.icon-arrow-left:before {
	content: "\e07a";
}
.icon-arrow-down:before {
	content: "\e07b";
}
.icon-ban:before {
	content: "\e07c";
}
.icon-bubble:before {
	content: "\e07d";
}
.icon-camcorder:before {
	content: "\e07e";
}
.icon-camera:before {
	content: "\e07f";
}
.icon-check:before {
	content: "\e080";
}
.icon-clock:before {
	content: "\e081";
}
.icon-cloud-download:before {
	content: "\e083";
}
.icon-cloud-upload:before {
	content: "\e084";
}
.icon-doc:before {
	content: "\e085";
}
.icon-envelope:before {
	content: "\e086";
}
.icon-eye:before {
	content: "\e087";
}
.icon-flag:before {
	content: "\e088";
}
.icon-folder:before {
	content: "\e089";
}
.icon-heart:before {
	content: "\e08a";
}
.icon-info:before {
	content: "\e08b";
}
.icon-key:before {
	content: "\e08c";
}
.icon-link:before {
	content: "\e08d";
}
.icon-lock:before {
	content: "\e08e";
}
.icon-lock-open:before {
	content: "\e08f";
}
.icon-magnifier:before {
	content: "\e090";
}
.icon-magnifier-add:before {
	content: "\e091";
}
.icon-magnifier-remove:before {
	content: "\e092";
}
.icon-paper-clip:before {
	content: "\e093";
}
.icon-paper-plane:before {
	content: "\e094";
}
.icon-plus:before {
	content: "\e095";
}
.icon-pointer:before {
	content: "\e096";
}
.icon-power:before {
	content: "\e097";
}
.icon-refresh:before {
	content: "\e098";
}
.icon-reload:before {
	content: "\e099";
}
.icon-settings:before {
	content: "\e09a";
}
.icon-star:before {
	content: "\e09b";
}
.icon-symbol-female:before {
	content: "\e09c";
}
.icon-symbol-male:before {
	content: "\e09d";
}
.icon-target:before {
	content: "\e09e";
}
.icon-volume-1:before {
	content: "\e09f";
}
.icon-volume-2:before {
	content: "\e0a0";
}
.icon-volume-off:before {
	content: "\e0a1";
}
.icon-users:before {
	content: "\e001";
}
.icon-close:before {
	content: "\e082";
}



/* Minit: https://www.cujanovic.com/wp-content/themes/throne/css/responsive.css */
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 951px) and (max-width: 1150px) {
 .thr_boxed{width: 95%;}
.content_wrapper{width: 95%;}
.featured_2 .featured_element,
.featured_3 .featured_item,
.featured_4 .featured_element,
.featured_4 .featured_item img,
.featured_3 .featured_item img,
.featured_2 .featured_item img,
.featured_4 .featured_item,
.featured_3 .featured_item,
.featured_2 .featured_item{height: auto;}
.featured_2 .featured_element{width: 49.9%;}
.featured_4 .featured_element {width: 24.8%;}
.featured_3 .featured_element {width: 33.19%;}
.thr_content_wrapped .main_content_wrapper{padding: 20px;}
.main_content_wrapper{width: auto;min-width: 55%;max-width: 66%;}
.sidebar{width: 31.2%; margin: 0 0 0 20px;}
.featured_image_sidebar{min-height: 131px;} 
.single_prev_next a{min-height: 145px; }
.sticky_active{width: 28.5%;}
.sticky_active.thr_sticky_abs{width: 100%;}
.header_ads_space{max-width: 500px;}
.layout_b .entry-image{width: 160px; height: 160px; margin: 0 20px 20px 0;}
.layout_b .entry-content{clear: both;}
.layout_b .entry-content{margin: 0;}
.thr_content_wrapped .layout_c .post, .thr_content_wrapped .layout_d .post, .thr_content_wrapped .layout_c .page, .thr_content_wrapped .layout_d .page {width: 47%}
.layout_c .post, .layout_d .post, .layout_c .page, .layout_d .page{width: 47%;}
.posts_wrapper .last{margin-left: 20px;}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.featured_2 .featured_element {width: 100%; margin: 0 0 1px 0;}
.featured_3 .featured_element{width:33.23%; }	
.single_prev_next{width: 100%; margin-bottom: 1px;}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 950px) {
.main_content_wrapper, .sidebar{width: 100%;}
.thr_boxed{width: 95%;}
.thr_sidebar_wrapped #sidebar, #sidebar{margin:0 0 40px;}
.featured_4 .featured_element{width:24.8%;}
.nav-btn{display: block;}
#nav{display: none;}
.header-main{height: 60px !important; text-align: center;}
.logo_wrapper{position: relative;display: block;top: 6px !important; margin: 0 auto; width: 100px;}
.header-sticky.header-is-sticky .logo_wrapper{top: 2px !important;}
.site-desc{display: none;}
.site-title, .site-title a{line-height: 1em;}
.header{margin-bottom: 20px;}
#subheader_box{margin-bottom: 0;}
.featured_2 .featured_element,
.featured_3 .featured_item,
.featured_4 .featured_element,
.featured_4 .featured_item img,
.featured_3 .featured_item img,
.featured_2 .featured_item img,
.featured_4 .featured_item,
.featured_3 .featured_item,
.featured_2 .featured_item{height: auto; width: 100%;}
.featured_2 .featured_element{width: 49.8%;}
.featured_4 .featured_element {width: 24.8%;}
.featured_3 .featured_element {width: 33.17%;}
.featured_2 .featured_element{margin: 0 0 1px 1px;}
.featured_icon{display: none;}
.featured_title_over{padding: 15px;}
.thr_content_wrapped .main_content_wrapper{padding: 20px;}
.header-bottom{display: none;}
.featured_title_over .meta-item, .featured_title_over .meta-item i, .featured_title_over .meta-item a{font-size: 13px;}
.featured_excerpt p{font-size: 13px;line-height: 19px;}
.featured_title_over h2{font-size: 20px;}
.widget_archive li{float: left; width: 30%;}
.single_prev_next a{min-height: 100px;}
.main_content_wrapper{width: 100%;}
.content_wrapper{width: 100%; padding: 0 3%;}
.thr_posts_widget li{width: 49%;margin-right: 1px;}
.header_ads_space{display: none;}
.single_b.content_wrapper{padding: 0;}
.thr_content_wrapped .layout_c .post, .thr_content_wrapped .layout_d .post, .thr_content_wrapped .layout_c .page, .thr_content_wrapped .layout_d .page {width: 47%;}
.layout_c .post, .layout_d .post, .layout_c .page, .layout_d .page{width: 47%;}
.posts_wrapper .last{margin-left: 20px;}
.thr_widget_wrapped #sidebar .widget{padding: 20px;}
.affix-responsive{width: 100%;}
.thr_widget_wrapped #sidebar .widget-title{margin: 0 0 15px;}
.thr_widget_wrapped .mks_author_widget img{margin: 0 20px 0 0;}
.thr_widget_wrapped #sidebar .widget > ul, .thr_widget_wrapped #sidebar .widget > div, .thr_widget_wrapped #sidebar .widget > p,
.thr_widget_wrapped .widget_search .search_form{padding: 0;}
.layout_b .entry-image {width: 150px;height: 150px; margin: 0 20px 0 0;}
.layout_b .entry-content{margin: 0;}
.layout_d .entry-image{width: 70px; height: 70px;}
.footer_wrapper .footer-col{width: 100%;margin: 0;padding: 20px 10px;}
.copy_area{padding: 10px 20px;}
.meta-item{white-space: nowrap;}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
.content_wrapper{width: 100%; padding: 0;}
.thr_boxed{width: 100%;}
#header #nav, .site-desc, .header-bottom{display: none;}
.logo_wrapper img{max-height: 32px;}
.main_content_wrapper{padding: 0 10px;}
.layout_b .entry-content{margin: 0;}
.meta-item .read_more_button, .entry-content .meta-item, .entry-footer .meta-item{width: 100%;}
.entry-content .meta-item, .entry-footer .meta-item{margin: 0 0 15px 0;}
.read_more_button i, .thr_button i{float: none;}
.meta-item .read_more_button{text-align: center;}
.soc_sharing ul,.soc_sharing:hover ul{display: inline-block;float: none;}
.soc_sharing ul li{float: none;display: inline-block;}
.thr_share_button {float: none;display: inline-block;vertical-align: top; border: none;}
.soc_sharing,.soc_sharing:hover{width: 100%;text-align: center;}
.soc_sharing ul li{height: 26px;}
.layout_c .post, .layout_d .post, .layout_c .page, .layout_d .page,
.thr_content_wrapped .layout_c .post, .thr_content_wrapped .layout_d .post, .thr_content_wrapped .layout_c .page, .thr_content_wrapped .layout_d .page{width: 100%; margin-left:0; }
.thr_content_wrapped .main_content_wrapper{padding: 10px;}
.single_b .featured_title_over{padding: 10px;}
.single_prev_next{width: 100%; margin-bottom: 1px;}
.single_post_next{padding-left: 0;}
.comment-form-author, .comment-form-email, .comment-form-url,.thr_posts_widget li{width: 100%;}
.soc_sharing li:first-child a{border-radius: 0;}
.layout_d .entry-title{clear: none;}
.single .entry-title, .page-template-default .entry-title{font-size: 32px;line-height: 42px;}
h1 { font-size: 36px; line-height: 46px; }
h2 { font-size: 32px; line-height: 42px;}
h3 { font-size: 30px; line-height: 40px;}
h4 { font-size: 26px; line-height: 36px;}
h5 { font-size: 24px; line-height: 34px;}
h6 { font-size: 20px; line-height: 30px;}
th, td{padding: 5px;}
.gallery-item{width: 100% !important;}
.prev_next_link .featured_posts_link{font-size: 18px;}
.layout_b .entry-title, .layout_c .entry-title{font-size: 32px; line-height: 42px;}
.layout_b .entry-image{width: 100%; height: auto; margin: 0;}
.layout_b .entry-image img, .layout_b .featured_image a,
.layout_c .entry-image img, .layout_c .featured_image a{width: 100%;}
#sidebar{padding: 0;}
.thr_widget_wrapped #sidebar .widget-title{padding: 0;margin: 0 10px 15px;width: 93%;}
.thr_widget_wrapped #sidebar .widget > ul, .thr_widget_wrapped #sidebar .widget > div, .thr_widget_wrapped #sidebar .widget > p,
.thr_widget_wrapped .widget_search .search_form{padding: 0 10px;}
.thr_widget_wrapped .mks_author_widget img{margin: 0 20px 0 10px;}
.layout_d .entry-image{width: 100px; height: 100px;}
.main_content_wrapper .read_more_button i, .main_content_wrapper .thr_button i{float: none;}
.featured_2 .featured_element,
.featured_3 .featured_element{width: 100%; margin: 0 0 1px 0;}
.featured_4 .featured_element{width:49.8%;}
.featured_icon{display: none;}
.featured_title_over h2{font-size: 18px;}
.featured_title_over .meta-item, .featured_title_over .meta-item i, .featured_title_over .meta-item a{font-size: 10px;}
.featured_title_over{padding: 10px 10px 20px;}
.featured_4 .featured_element:nth-child(3n+3){ margin: 0 0 1px 0;}
.post, .posts_wrapper .page{padding: 0 0 30px;}
.footer_wrapper .footer-col{width: 100%;margin: 0;padding: 20px 10px;}
#pagination .prev, #pagination .post_previous a{width: 100%; margin-bottom: 10px;}
#pagination .next, #pagination .post_next a{width:100%; margin-top: 10px;}
#archive_title .content_wrapper{width: 93%; margin: 0 10px;}
.single .meta-share{display: none;}
.thr_widget_wrapped #sidebar .widget{padding: 20px 0;}
#back-top{display: none !important;}
}




/* Minit: https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/style.css */
ul.mks_social_widget_ul li a{
	display: block;
	height: 48px;
	width: 48px;
	float: left;
	margin-right: 5px;
	text-indent: -9999px;
	margin-bottom: 5px;
	position: relative;
	border: none !important;
	padding: 0;
}
ul.mks_social_widget_ul li a.soc_rounded{
	border-radius: 20%;	
}
ul.mks_social_widget_ul li a.soc_circle{
	border-radius: 50%;	
}
ul.mks_social_widget_ul li:hover a{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}
ul.mks_social_widget_ul li{
	display: inline-block;
	vertical-align: top;
	border: none !important;
	padding: 0;
}

/*--------------------------------------------------
					SOCIAL ICONS STYLES
---------------------------------------------------*/
ul.mks_social_widget_ul .aim_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/aim_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .apple_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/apple_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .behance_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/behance_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .blogger_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/blogger_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .cargo_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/cargo_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .envato_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/envato_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .delicious_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/delicious_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .deviantart_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/deviantart_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .digg_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/digg_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .dribbble_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/dribbble_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .evernote_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/evernote_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .facebook_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/facebook_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .flickr_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/flickr_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .forrst_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/forrst_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .github_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/github_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .google_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/google_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .googleplus_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/googleplus_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .grooveshark_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/grooveshark_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .icloud_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/icloud_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .lastfm_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/lastfm_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .linkedin_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/linkedin_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .myspace_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/myspace_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .picasa_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/picasa_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .pinterest_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/pinterest_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .posterous_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/posterous_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .reddit_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/reddit_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .rss_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/rss_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .skype_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/skype_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .stumbleupon_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/stumbleupon_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .soundcloud_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/soundcloud_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .tumblr_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/tumblr_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .twitter_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/twitter_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .vimeo_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/vimeo_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .wordpress_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/wordpress_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .yahoo_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/yahoo_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .youtube_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/youtube_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .zerply_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/zerply_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .instagram_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/instagram_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .vine_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/vine_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .spotify_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/spotify_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .fh_px_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/fh_px_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .xing_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/xing_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .weibo_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/weibo_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .tencent_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/tencent_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .me2day_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/me2day_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .twitch_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/twitch_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .itunes_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/itunes_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .vk_ico{
	background: url('https://www.cujanovic.com/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/vk_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .aim_ico{
	background-color: #e95a00;
}
ul.mks_social_widget_ul .apple_ico{
	background-color: #606060;
}
ul.mks_social_widget_ul .behance_ico{
	background-color: #18a3fe;
}
ul.mks_social_widget_ul .blogger_ico{
	background-color: #fb913f;
}
ul.mks_social_widget_ul .cargo_ico{
	background-color: #00c462;
}
ul.mks_social_widget_ul .envato_ico{
	background-color: #a9cf58;
}
ul.mks_social_widget_ul .delicious_ico{
	background-color: #3274d1;
}
ul.mks_social_widget_ul .deviantart_ico{
	background-color: #d0de21;
}
ul.mks_social_widget_ul .digg_ico{
	background-color: #2882c6;
}
ul.mks_social_widget_ul .dribbble_ico{
	background-color: #ef5b92;
}
ul.mks_social_widget_ul .evernote_ico{
	background-color: #77ba2f;
}
ul.mks_social_widget_ul .facebook_ico{
	background-color: #3b5998;
}
ul.mks_social_widget_ul .flickr_ico{
	background-color: #f1628b;
}
ul.mks_social_widget_ul .forrst_ico{
	background-color: #5b9a68;
}
ul.mks_social_widget_ul .github_ico{
	background-color: #7292a2; 
}
ul.mks_social_widget_ul .google_ico{
	background-color: #dd4b39; 
}
ul.mks_social_widget_ul .googleplus_ico{
	background-color: #d94a39; 
}
ul.mks_social_widget_ul .grooveshark_ico{
	background-color: #f88e00; 
}
ul.mks_social_widget_ul .icloud_ico{
	background-color: #fb913f; 
}
ul.mks_social_widget_ul .lastfm_ico{
	background-color: #d21309;
}
ul.mks_social_widget_ul .linkedin_ico{
	background-color: #71b2d0; 
}
.myspace_ico{
	background-color: #003398; 
}
ul.mks_social_widget_ul .picasa_ico{
	background-color: #444; 
}
ul.mks_social_widget_ul .pinterest_ico{
	background-color: #cb2027; 
}
ul.mks_social_widget_ul .posterous_ico{
	background-color: #f9d560; 
}
ul.mks_social_widget_ul .reddit_ico{
	background-color: #bfd0e2;
}
ul.mks_social_widget_ul .rss_ico{
	background-color: #fe9900; 
}
ul.mks_social_widget_ul .skype_ico{
	background-color: #18b7f1; 
}
ul.mks_social_widget_ul .stumbleupon_ico{
	background-color: #eb4924; 
}
ul.mks_social_widget_ul .soundcloud_ico{
	background-color: #ff8800; 
}
ul.mks_social_widget_ul .tumblr_ico{
	background-color: #3a5976; 
}
ul.mks_social_widget_ul .twitter_ico{
	background-color: #48c4d2; 
}
ul.mks_social_widget_ul .vimeo_ico{
	background-color: #62a0ad; 
}
ul.mks_social_widget_ul .wordpress_ico{
	background-color: #464646;
}
ul.mks_social_widget_ul .yahoo_ico{
	background-color: #ab64bc; 
}
ul.mks_social_widget_ul .youtube_ico{
	background-color: #f45750; 
}
ul.mks_social_widget_ul .zerply_ico{
	background-color: #8db259; 
}
ul.mks_social_widget_ul .instagram_ico{
	background-color: #306088; 
}
ul.mks_social_widget_ul .vine_ico{
	background-color: #00bf8f; 
}
ul.mks_social_widget_ul .spotify_ico{
	background-color: #95ba1a; 
}
ul.mks_social_widget_ul .fh_px_ico{
	background-color: #02adea; 
}
ul.mks_social_widget_ul .xing_ico{
	background-color: #126567; 
}
ul.mks_social_widget_ul .weibo_ico{
	background-color: #E6162C;  
}
ul.mks_social_widget_ul .tencent_ico{
	background-color: #389FDA;
}
ul.mks_social_widget_ul .me2day_ico{
	background-color: #4e28ac;
}
ul.mks_social_widget_ul .twitch_ico{
	background-color: #6441A5;
}
ul.mks_social_widget_ul .itunes_ico{
	background-color: #FA332F;
}
ul.mks_social_widget_ul .vk_ico{
	background-color: #45668e;
}
ul.mks_social_widget_ul .soc_square,
ul.mks_social_widget_ul .soc_rounded,
ul.mks_social_widget_ul .soc_circle{
	background-position: center center;
}