/*
    Theme Name: Cars
    Theme URI: http://www.ia.com.mk
    Version: 1.0.0
    Description: 
    Author: Imaginative Advertising
    Author URI: http://www.ia.com.mk
    License: GNU General Public License version 3.0
    License URI: http://www.gnu.org/licenses/gpl-3.0.html
	
	This theme is comprised of two parts.
	(1) the PHP code and integrated HTML are licensed under the General Public
	License (GPL). You will find a copy of the GPL in the same directory as this
	text file.
	(2) All other parts, but not limited to the CSS code, images, and designs are
	copyright of Imaginative Advertising.
*/



/**
* html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
* Richard Clark (http://richclarkdesign.com)
* http://cssreset.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}



/**
* Global styles ================================================================================================
*/
body {
	font-size: 14px;
	font-family: Arial,Helvetica,Tahoma,sans-serif;
}
.wrap {
	position: relative;
	width: 998px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

.ia-col-1,
.ia-col-2,
.ia-col-3,
.ia-col-4,
.ia-col-5,
.ia-col-6,
.ia-col-7,
.ia-col-8,
.ia-col-9,
.ia-col-10,
.ia-col-11,
.ia-col-12 {
    padding-left: 12px;
    padding-right: 12px;  
	float: left;
	box-sizing: border-box;
}
.ia-col-1 {
	width: 8.333%;
}
.ia-col-2 {
	width: 16.667%;
}
.ia-col-3 {
	width: 25%;
}
.ia-col-4 {
	width: 33.333%;
}
.ia-col-5 {
	width: 41.667%;
}
.ia-col-6 {
	width: 50%;
}
.ia-col-7 {
	width: 58.333%;
}
.ia-col-8 {
	width: 66.667%;
}
.ia-col-9 {
	width: 75%;
}
.ia-col-10 {
	width: 83.333%;
}
.ia-col-11 {
	width: 91.667%;
}
.ia-col-12 {
	width: 100%;
}


.ia-row {
	box-sizing: border-box;
	margin-left: -12px;
	margin-right: -12px;
}
.ia-row:before, .ia-row:after {
	content: " ";
	display: table;
}
.ia-row:after {
	clear: both;
}



#ia-preloader {
	position: fixed;
	height: 64px;
	width: 64px;
	left: -100px;
	top: 0px;
	background-image: url(images/712.gif);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1000;
}
#back-to-top {
	display: block;
	position: fixed;
	bottom: 10px;
	right: 10px;
	padding: 10px;
	background: rgba(255,255,255,0.6);
	z-index: 1000;
	color: #000;
	z-index: 1002;
	font-size: 24px;
}


/**
* Header ================================================================================================
*/
	
    .mobile-header {
        position: relative;
        left: 0px;
        right: 0px;
        top: 0px;
        z-index: 10;
        height: 36px;
        padding: 8px 10px;
        box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
		width: 100%;
		box-sizing: border-box;
		display: none;
    }
	#offcanvas-menu-close {
		position: absolute;
		left: 10px;
		top: 10px;
		font-size: 1.8em;
	}
	#offcanvas-menu-toggle {

	}
    .mobile-header-title {
        position: absolute;
        display: block;
        text-align: center;
        width: 50%;
        overflow: hidden;
        top: 8px;
        left: 25%;
        right: 25%;
        text-decoration: none;
    }
    .mobile-header-search {
        position: absolute;
        display: block;
        top: 6px;
        right: 10px; 
        font-size: 22px;
        line-height: 22px;
    }
    .mobile-navigation-container {
        position: fixed;
        left: -60%;
        top: 0px;
        z-index: 7;
        background: rgba(0,0,0);
        padding-top: 46px;
        width: 60%;
        height: 100%;
        box-shadow: inset -3px 0px 4px rgba(0,0,0,0.2);
        overflow: auto;
		display: none;
    }
    #mobile-navigation {
        font-size: 1.3em;
    }
    #mobile-navigation ul {
        position: relative;
        padding: 0px;
        margin: 0px;
        list-style: none;
    }
    #mobile-navigation > ul {
        border-top: solid 1px rgba( 255,255,255,0.4);
        border-bottom: solid 1px rgba( 0,0,0,0.1);
        margin-top: 20px;
    }
    #mobile-navigation ul li {
        
    }
    #mobile-navigation ul li a {
        display: block;
        text-decoration: none;
        border-bottom: solid 1px rgba( 255,255,255,0.4);
        border-top: solid 1px rgba( 0,0,0,0.1);
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 0.9em;
        text-transform: uppercase;
    }
    #mobile-navigation ul > li:first-child a {

    }
    #mobile-navigation ul li ul li a {
        padding-left: 30px;
        font-size: 0.8em;
        padding-top: 8px;
        padding-bottom: 8px;
        text-transform: none;
    }
    #mobile-navigation ul li ul li ul li a {
        padding-left: 50px;
        font-size: 0.7em;
    }
    #mobile-navigation ul li a:hover {
        background-color: rgba(0,0,0,0.1);
    }
    #mobile-navigation ul li ul {
        padding-top: 0px;
    }
	
	
    #mobile-search-panel {
        position: fixed;
        text-align: center;
        display: table;
        width: 100%;
        height: 100%;
        z-index: 8;
        display: none;
    }
    #mobile-panel-vertical-positioning {
        position: relative;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        width: 100%;
    }
    #mobile-search-panel h2 {

    }
    #mobile-search-panel button {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    #mobile-search-submit {
        border: none;
        display: block;
        background: none;
		color: rgba( 0,0,0,0.7);
		margin-left: auto;
		margin-right: auto;
		font-size: 1.5em;
		margin-top: 1em;
    }
    #mobile-search-text {
        border: none;
        background: none;
        color: rgba( 0,0,0,0.7);
        border-bottom: solid 1px rgba( 0,0,0,0.7);
        font-size: 1.8em;
        margin-top: 10px;
        width: 70%;
        text-align: center;
    }
    #mobile-search-text:focus {
        border: 0;
        border-bottom: solid 1px rgba( 0,0,0,0.7);
        outline : 0;
    }
    #mobile-search-text::-moz-focus-inner {
        border: 0;
        border-bottom: solid 1px rgba( 0,0,0,0.7);
        outline : 0;
    }
	
	
#header-bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 330px;
	z-index: 1;
}
#header-bg-divider {
	position: absolute;
	top: 332px;
	left: 0px;
	width: 100%;
	height: 2px;
	z-index: 1;
}


#nav {
	font-size: 0.85em;
	position: relative;
	z-index: 2;
}
#nav ul {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	padding-top: 12px;
	padding-bottom: 12px;
}
#nav ul li {
	position: relative;
	display: inline-block;
	margin-right: 15px;
}
#nav ul li a {
	text-decoration: none;
}
#nav ul li a:hover {
	color: #ffffff;
}





#title-area {
	position: relative;
	min-height: 40px;
	padding-top: 24px;
	overflow: hidden;
	padding-bottom: 24px;
}

#header {
	position: relative;
	z-index: 2;
}
#header .widget-area {
	width: 728px;
	float: right;
}
#site-logo {
	width: auto;
	display: inline-block;
	float: left;
}
#site-logo:after {
	clear: both;
	content: " ";
	display: table;
}
#title:before {

}
#title {
	font-size: 2.6em;
	color: #fff;
	font-weight: normal;
	margin: 0;
	padding: 0;
	padding-top: 6px;
}
#title a, #title a:visited {
	color: #fff;
	text-decoration: none;
}
#title a:hover {
	color: #767676;
	text-decoration: none;
}



#subnav {
	position: relative;
}
#subnav ul {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
}
#subnav ul li {
	position: relative;
	display: inline-block;
	margin-right: 15px;
	font-size: 1.2em;
	line-height: 1.4em;
}
#subnav ul li a, #subnav ul li a:visited {
	color: #ededed;
	text-decoration: none;
}
#subnav ul li a:hover {
	color: #e92525;
}
#subnav ul li ul {
	display: none;
}


#subnav-submenu {
	position: relative;
	width: 100%;
	overflow: hidden;
	display: none;
}
#subnav-submenu ul {
	position: relative;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 36px;
	margin-bottom: 24px;
	overflow: hidden;
}
#subnav-submenu ul li {
	padding: 0;
	margin: 0;
	padding-left: 36px;
	width: 20%;
	float: left;
	box-sizing: border-box;
	font-size: 1.2em;
	line-height: 1.3em;
	padding-top: 4px;
	padding-bottom: 4px;
}
#subnav-submenu ul li:nth-child(5n+1) {  
	border: none;
}
#subnav-submenu ul li a {
	text-decoration: none;
}
#subnav-submenu ul li a:hover {
}
#subnav-submenu-close {
	cursor: pointer;
	position: absolute;
	right: 12px;
	top: 12px;
	font-size: 1.6em;
}



#site-offcanvas-left {
	position: absolute;
	width: 160px;
	left: -180px;
}
#site-offcanvas-left .widget {
	display: block;
	position: relative;
	float: right;
	margin-bottom: 20px;
}
#site-offcanvas-right {
	position: absolute;
	width: 160px;
	right: -180px;
}
#site-offcanvas-right .widget {
	display: block;
	position: relative;
	float: left;
	margin-bottom: 20px;
}
/**
* Slider ================================================================================================
*/




/**
* Main ================================================================================================
*/
.main p {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
	line-height: 1.4em;
}

#main {
	position: relative;
	z-index: 2;
	margin-bottom: 30px;
	border: solid 1px rgba(255,255,255,0.5);
	padding: 24px;
}
.content ol {
	padding-left: 24px;
}
.content ol li {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
	line-height: 1.4em;
	padding-left: 0px;
}

.content ul {
	padding-left: 24px;
}
.content ul li {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
	line-height: 1.4em;
	padding-left: 0px;
}
.content .size-large {
	width: 100%;
	height: auto;
}
.content .size-full {
	width: 100%;
	height: auto;
}

.standard .entry-thumbnail {
	margin-bottom: 20px;
}
.standard .entry-thumbnail img {
	width: 100%;
	height: auto;
}

.standard .entry-header {
	position: relative;
	width: 100%;
	border-bottom: solid 1px #d9d9d9;
	padding-bottom: 10px;
}
.standard .entry-date {
	position: relative;
	display: table-cell;
	white-space: nowrap;
	vertical-align: bottom;
}
.standard .entry-title {
	font-size: 2.0em;
	line-height: 1.2em;
	color: #4b4b4b;
	display: table-cell;
}
.standard .entry-title a, .standard .entry-title a:visited {
	color: #4b4b4b;
	text-decoration: none;
}

.standard .entry-meta {
	font-size: 0.85em;
	line-height: 1.5em;
	color: #b9b9b9;
	padding-top: 10px;
	padding-bottom: 20px;
}
.standard .entry-meta a, .type1 .entry-meta a:visited {
	color: #b9b9b9;
	text-decoration: none;
}
.standard .entry-meta a:hover {
	color: #4A4A4A;
}
.standard .entry-meta .glyphicon {
	color: #b9b9b9;
	font-size: 0.8em;
}
.standard .entry-content {
	padding-top: 12px;
}
.standard .entry-top-image {
	width: 100%;
	height: 346px;
	overflow: hidden;
	margin-top: 12px;
	margin-bottom: 20px;
}
.standard .entry-top-image img {
	margin-top: -60px;
}

.type1 {
	clear: both;
	margin-top: 60px;
}
div.type1:first-child {
	clear: both;
	margin-top: 0px;
}
.type1 .entry-header {
	position: relative;
	width: 100%;
	border-bottom: solid 1px #d9d9d9;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
.type1 .entry-date {
	position: relative;
	display: table-cell;
	white-space: nowrap;
	vertical-align: bottom;
}
.type1 .entry-title {
	font-size: 1.8em;
	line-height: 1.3em;
	display: table-cell;
	width: 100%;
}
.type1 .entry-title a {
	text-decoration: none;
}
.type1 .entry-title a:hover {
	text-decoration: none;
}



.type1 .entry-thumbnail {
	position: relative;
	width: 45%;
	float: left;
	overflow: hidden;
	border: solid 2px #fff;
	margin-right: 20px;
}
.type1 .entry-thumbnail img {
	width: 100%;
	height: auto;
	display: block;
}
.type1 .entry-summary {
	
}
.type1 .entry-summary p {
	margin-top: 0px;
	
}
.type1 .entry-meta {
	font-size: 0.85em;
	line-height: 1.4em;
	padding-bottom: 16px;
}
.type1 .entry-meta a {
	text-decoration: none;
}
.type1 .entry-meta a:hover {
	color: #4A4A4A;
}
.type1 .entry-meta .glyphicon {
	font-size: 0.8em;
}
.type1 .read_more {
	float: right;
	margin-top: 10px;
}
.type1 .read_more a {
	padding: 8px 16px;
	text-decoration: none;
	font-size: 0.9em;
}
.type1 .read_more a:hover {
}




.type2 {
	padding-bottom: 24px;
}
.type2:nth-child(2n+3) {
	clear: both;
}
.type2 .entry-title {
	font-size: 1.4em;
	line-height: 1.3em;
	padding-top: 0.3em;
}
.type2 .entry-title a {
	text-decoration: none;
}
.type2 .entry-title a:hover {
	text-decoration: none;
}
.type2 .entry-thumbnail {
	position: relative;
	width: 100%;
	border: solid 2px #fff;
	box-sizing: border-box;
}
.type2 .entry-thumbnail img {
	width: 100%;
	height: auto;
	display: block;
}
.type2 .entry-summary {
	
}



.type3 {
	padding-bottom: 24px;
}
.type3:nth-child(3n+4) {
	clear: both;
}
.type3 .entry-title {
	font-size: 1.2em;
	line-height: 1.3em;
	padding-top: 0.3em;
}
.type3 .entry-title a {
	text-decoration: none;
}
.type3 .entry-title a:hover {
	text-decoration: none;
}
.type3 .entry-thumbnail {
	position: relative;
	width: 100%;
	border: solid 2px #fff;
	box-sizing: border-box;
}
.type3 .entry-thumbnail img {
	width: 100%;
	height: auto;
	display: block;
}
.type3 .entry-summary {
	
}



.type4 {
	padding-bottom: 24px;
}
.type4:nth-child(4n+5) {
	clear: both;
}
.type4 .entry-title {
	font-size: 1.2em;
	line-height: 1.3em;
	padding-top: 0.3em;
}
.type4 .entry-title a {
	text-decoration: none;
}
.type4 .entry-title a:hover {
	text-decoration: none;
}
.type4 .entry-thumbnail {
	position: relative;
	width: 100%;
	border: solid 2px #fff;
	box-sizing: border-box;
}
.type4 .entry-thumbnail img {
	width: 100%;
	height: auto;
	display: block;
}
.type4 .entry-summary {
	
}



.vertical-divider {
	margin-left: 8px;
	margin-right: 10px;
}



.parent-element {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.element {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}


.video-cool-like-1 {
	position: relative;
	height: 48px;
	border: solid 1px #3b54a7;
	margin-bottom: 18px;
	color: #3b54a7;
	display: table;
	width: 100%;

}
.video-cool-like-1 span {
	color: #3b54a7;
	text-align: center;
	font-size: 1.2em;
	text-decoration: none;
	display: table-cell;
	white-space: nowrap;
	vertical-align: middle;
	width: 100%;
	overflow: hidden;
}
.video-cool-like-1 iframe {
	width: 80px;
	margin-left: 10px;
}

.video-share-this-1 {
	position: relative;
	height: 48px;
	border: solid 1px #3b54a7;
	background-color: #3b54a7;
	margin-bottom: 18px;
	color: #fff;
	display: table;
	width: 100%;
	background-image: url(images/fb.png);
	background-repeat: no-repeat;
	background-position: 96% center;
}
.video-share-this-1 a {
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	text-decoration: none;
	display: table-cell;
	white-space: nowrap;
	vertical-align: middle;
}

.video-share-this-2 {
	position: relative;
	height: 48px;
	border: solid 1px #3b54a7;
	background-color: #3b54a7;
	margin-top: 18px;
	color: #fff;
	display: table;
	width: 100%;
}
.video-share-this-2 a {
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	text-decoration: none;
	display: table-cell;
	white-space: nowrap;
	vertical-align: middle;
}

.next-video {
	position: relative;
	height: 48px;
	border: solid 1px #dd1515;
	background-color: #dd1515;
	margin-top: 18px;
	color: #fff;
	display: table;
	width: 100%;
}
.next-video a {
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	text-decoration: none;
	display: table-cell;
	white-space: nowrap;
	vertical-align: middle;
}

.fb_iframe_widget {
	display: none;
}

.video-share-box-overlay {
	position: absolute;
	top: 60px;
	z-index: 2;
	left: 0px;
	font-size: 1.2em;
	display: none;
}
.video-share-box-overlay div {
	padding: 0.5em 1em;
	width: auto;
	margin-bottom: 5px;
}
.video-share-box-overlay div a {
	text-decoration: none;
	color: #fff;
}
.video-share-box-overlay div a:hover {
	color: #ccc;
}
.video-share-box-overlay .video-share-box-facebook {
	background-color: #3b54a7;
}
.video-share-box-overlay .video-share-box-twitter {
	background-color: #00c1f0;
}

#playermygmrJECTRtk_wrapper {
}
.playermygmrJECTRtk_wrapper {
	position: relative;
}
/**
* Page pagination ================================================================================================
*/
.page-links {
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 18px;
	margin-bottom: 18px;
}
.page-links.page-navigation {
	text-align: left;
}
.page-links ul {
	position: relative;
	display: inline-block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.page-links ul li {
	position: relative;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.page-links ul li span {
	position: relative;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	min-width: 2.2em;
	padding-top: 0.40em;
	padding-bottom: 0.40em;
	margin-left: 0.25em;
	margin-right: 0.25em;
	text-align: center;
}
.page-links ul li a {
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 0px;
	padding: 0px;
	min-width: 2.2em;
	padding-top: 0.40em;
	padding-bottom: 0.40em;
	margin-left: 0.25em;
	margin-right: 0.25em;
	text-decoration: none;
}
.page-links ul li span.dots {
	border: none;
}
.page-links ul li a.prev,
.page-links ul li a.next {
	border: none;
	background: none;
}
  
	
	
/**
* Blog pagination ================================================================================================
*/
.navigation {
	position: relative;
	margin-top: 50px;
	margin-bottom: 30px;
}
.navigation ul {
}
.navigation ul li {
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
}
.navigation ul li a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 6px;
	padding-right: 6px;
	min-width: 16px;
	text-decoration: none;
	text-align: center;
}
.navigation ul li a:hover {
	color: #b9b9b9;
}
.navigation ul li .current {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 6px;
	padding-right: 6px;
	min-width: 16px;
	text-align: center;
}
.navigation a.prev, .navigation a.next {
	border: none;
	background: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 6px;
	padding-right: 6px;
	min-width: 16px;
	text-align: center;
}
.navigation a.prev:hover, .navigation a.next:hover {
	border: none;
	background: none;
}


/**
* Global Widgets ================================================================================================
*/
.widget {
	margin-bottom: 24px;
}
.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	padding-left: 40px;
}
.widget ul li {
	margin-bottom: 4px;
}
.widget ul li a {
	text-decoration: none;
}

.widget .tagcloud {
	line-height: 1.5em;
}
.widget #wp-calendar {
	width: 100%;
}
.widget #wp-calendar caption {
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	font-size: 1.2em;
}
.widget #wp-calendar th,
.widget #wp-calendar td {
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}

.widget.widget_search label span{
	display: none;
}
.widget.widget_search #searchsubmit {
	padding: 3px 6px;
	border: none;
	vertical-align: middle;
	width: 15%;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	height: 28px;
}
.widget.widget_search #searchsubmit span {
	font-size: 1.34em;
}
.widget.widget_search .search-field {
	border-width: 1px;
	border-style: solid;
	vertical-align: middle;
	padding: 4px 6px;
	width: 85%;
	box-sizing: border-box;
	height: 28px;
}



.widget .ia-slider {
	position: relative;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	border: solid 2px #fff;
}
.widget .ia-slider-buttons {
	position: absolute;
	float: left;
	width: 4%;
	height: 100%;
	top: 0px;
	z-index: 20000;
}
.widget .ia-slider-buttons a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 15%;
	padding-right: 15%;
	box-sizing: border-box;
}
.widget .ia-slider-button-icon {
	fill: #fff;
	opacity: 0.4;
}
.widget .ia-slider:hover .ia-slider-button-icon {
	opacity: 0.8;
}
.widget .ia-slider-buttons svg {
	width: 100%;
	height: 100%;
}
.ia-slider-button-left {
	left: 0px;
}
.ia-slider-button-right {
	right: 0px;
}

.widget .ia-slider ul {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}
.widget .ia-slider ul li {
	position: relative;
	display: block;
	width: 100%;
	float: left;
	display: none;
	margin: 0;
	padding: 0;
}
.widget .ia-slider ul li:first-child {
	display: block;
}
.widget .ia-slider ul li a {
	position: relative;
	display: block;
	width: 100%;
	color: #fff;
}
.widget .ia-slider ul li a:hover {

}
.widget .ia-slider ul li a img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
.widget .ia-slider ul li a h3 {
	position: absolute;
	background-color: rgba( 0,0,0,0.5);
	z-index: 2;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 0.7em;
	box-sizing: border-box;
	line-height: 1.4em;
}

.widget_ia_responsive_ads img {
	width: 100%;
	height: auto;
}

.widget_ia_posts_headline {
	
}
.widget_ia_posts_headline .ia-sticky {
	
}
.widget_ia_posts_headline .ia-sticky .post {
	padding-bottom: 1em;
	
}
.widget_ia_posts_headline .ia-sticky .entry-thumbnail {
	
}
.widget_ia_posts_headline .ia-sticky .entry-thumbnail img {
	width: 100%;
	height: auto;
	border: solid 2px #fff;
}

.widget_ia_posts_headline .ia-sticky  .entry-title {
	font-size: 1.5em;
	line-height: 1.3em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
.widget_ia_posts_headline .ia-sticky  .entry-title a {
	text-decoration: none;
}
.widget_ia_posts_headline .ia-sticky  .entry-title a:hover {
	text-decoration: none;
}
.widget_ia_posts_headline .ia-sticky  p {
	margin:0;
	padding: 0;
}
.widget_ia_posts_headline .ia-sticky  .entry-meta {
	padding-top: 0.8em;
	padding-bottom: 0.3em;
}


.widget_ia_posts_headline .ia-headline {
	
}
.widget_ia_posts_headline .ia-headline .post {
	border-bottom: solid 1px rgba(0,0,0,0.15);
	border-top: solid 1px rgba(255,255,255,0.9);
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	overflow: hidden;
	display:block;
	position: relative;
}
.widget_ia_posts_headline .ia-headline article:first-child {
	border-top: none;
	padding-top: 0;
}
.widget_ia_posts_headline .ia-headline article:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.widget_ia_posts_headline .ia-headline .entry-thumbnail {
	width: 36%;
}
.widget_ia_posts_headline .ia-headline .entry-thumbnail img {
	width: 100%;
	height: auto;
	border: solid 2px #fff;
}

.widget_ia_posts_headline .ia-headline  .entry-title {
	font-size: 1.1em;
	line-height: 1.3em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
.widget_ia_posts_headline .ia-headline  .entry-title a {
	text-decoration: none;
}
.widget_ia_posts_headline .ia-headline  .entry-title a:hover {
	text-decoration: none;
}
.widget_ia_posts_headline .ia-headline  p {
	margin:0;
	padding: 0;
}
.widget_ia_posts_headline .ia-headline  .entry-meta {
	font-size: 0.9em;
	font-style: italic;
}





.widget .ia-carousel {
	position: relative;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 48px;
	height: 0px;
}
.widget .ia-carousel-buttons {
	position: relative;
	float: left;
	width: 2.5%;
}
.widget .ia-carousel-container {
	position: relative;
	float: left;
	width: 93.5%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	overflow: hidden;
}
.widget .ia-carousel-button-right {

}
.widget .ia-carousel-button-left {

}
.widget .ia-carousel-button-icon {
	fill: #fff;
	opacity: 0.5;
}
.widget .ia-carousel-buttons:hover .ia-carousel-button-icon {
	opacity: 0.8;
}
.widget .ia-carousel-buttons svg {
	width: 100%;
	height: auto;
}

.widget .ia-carousel ul {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}
.widget .ia-carousel ul li {
	position: relative;
	display: block;
	width: 100%;
	float: left;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
}
.widget .ia-carousel ul li:first-child {
	display: block;
}
.widget .ia-carousel ul li:hover {
	opacity: 0.8;
}
.widget .ia-carousel ul li a img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	border: solid 2px #fff;
	box-sizing: border-box;
}
.widget .ia-carousel ul li a h3 {
	display: none;
	position: relative;
	background-color: rgba( 0,0,0,0.5);
	z-index: 2;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 0.7em;
	box-sizing: border-box;
	line-height: 1.4em;
}

.widget .ia-carousel[data-thumbs-per-page='1'] ul li {
  width: 100%;
}
.widget .ia-carousel[data-thumbs-per-page='2'] ul li {
  width: 50%;
}
.widget .ia-carousel[data-thumbs-per-page='3'] ul li {
  width: 33.3333%;
}
.widget .ia-carousel[data-thumbs-per-page='4'] ul li {
  width: 25%;
}
.widget .ia-carousel[data-thumbs-per-page='5'] ul li {
  width: 20%;
}


.widget h3.ia_pl_readmore  {
	font-size: 1.2em;
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 0px;
	padding: 0px;
	margin-bottom: 1em;
}
.widget h3.ia_pl_readmore a {
	display: block;
	text-decoration: none;
	min-width: 2.2em;
	padding: 0.40em 0.80em;
	text-decoration: none;
}


/**
* Sidebar Widgets ================================================================================================
*/
.sidebar {
	font-size: 1em;
	line-height: 1.3em;
}
.sidebar .widget {
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: solid 1px rgba(255,255,255,0.95);
	border-bottom: solid 1px rgba(0,0,0,0.15);
}
.sidebar div:first-child {
	border-top: none;
	padding-top: 0px;
}
.sidebar div:last-child  {
	border-bottom: none;
	
}
.sidebar .widget-title {
	text-align: left;
	font-size: 1.4em;
	padding-bottom: 10px;
	line-height: 1.3em;
}



/**
* Content Widgets ================================================================================================
*/
#content .widget{
}
#content .widget-title {
	font-size: 2em;
	line-height: 1.3em;
	border-bottom: solid 1px rgba(255,255,255,0.9);
	margin-bottom: 0.8em;
}
#content .widget-title:after {
	content: " ";
	display:block;
	position: relative;
	width: 100%;
	height: 1px;
	background-color: rgba(0,0,0,0.15);
	overflow: hidden;
}
#content .widget ul {
	padding-top: 0px;
}

	
#footer .widget:first-child {
	margin-top: 24px;
}
#footer .widget-title {
	font-size: 2em;
	line-height: 1.3em;
	border-bottom: solid 1px rgba(255,255,255,0.9);
	margin-bottom: 0.8em;
}
#footer .widget-title:after {
	content: " ";
	display:block;
	position: relative;
	width: 100%;
	height: 1px;
	background-color: rgba(0,0,0,0.15);
	overflow: hidden;
}



#footer-image .widget:first-child {
	margin-top: 24px;
}
#footer-image .widget-title {
	font-size: 2em;
	line-height: 1.3em;
	border-bottom: solid 1px rgba(255,255,255,0.6);
	margin-bottom: 0.8em;
}


/**
* Footer ================================================================================================
*/
.footer {
	position: relative;
	box-sizing: border-box;
}
#footer-image {
	min-height: 150px;
}
#copyright {
	padding-top: 24px;
	padding-bottom: 24px;
	font-size: 0.85em;
	text-align: center;
}





/**
* Video ================================================================================================
*/

.wp-video {
	margin-top: 1em;
	margin-bottom: 1em;
}
video {
	max-width: 100%;
}
.video-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	margin-top: 1em;
	margin-bottom: 1em;
}
.video-container iframe, 
.video-container object, 
.video-container embed, 
.video-container video { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
	

/**
* Gallery ================================================================================================
*/
.ia-post-gallery {
}
.ia-post-gallery {
	box-sizing: border-box;
	margin-left: -5px;
	margin-right: -5px;
}
.ia-post-gallery:before, .ia-post-gallery:after {
	content: " ";
	display: table;
}
.ia-post-gallery:after {
	clear: both;
}

.ia-post-gallery-image {
    padding-left: 5px;
    padding-right: 5px;
	box-sizing: border-box;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
}
.ia-post-gallery-image img {
	width: 100%;
	height: auto;
}
.ia-post-gallery-col-1 {
	width: 100%; 
}
.ia-post-gallery-col-2 {
	width: 50%; 
}
.ia-post-gallery-col-3 {
	width: 33.333%; 
}
.ia-post-gallery-col-4 {
	width: 25%; 
}
.ia-post-gallery-col-5 {
	width: 20%; 
}
.ia-post-gallery-col-6 {
	width: 16.667%; 
}
.ia-post-gallery-col-7 {
	width: 14.285%; 
}
.ia-post-gallery-col-8 {
	width: 12.5%;
}



/**
* Image Atachment ================================================================================================
*/
.wraper-image .sidebar {
	padding-top: 12px;
}
#attachment-image {
	margin-bottom: 30px;
}
#attachment-image .widget {
	margin-bottom: 12px;
}
.entry-attachment {
	width: 100%;
	box-sizing: border-box;
}
.entry-attachment-header h1 {
	font-size: 1.8em;
	color: #4b4b4b;
	line-height: 1.4em;
	display: table-cell;
}
.entry-attachment-bigimage {
	position: relative;
	padding: 12px;
	background-color: #fff;
	margin-bottom: 12px;
	box-sizing: border-box;
	overflow: hidden;
	background-image: url(images/712-white.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.entry-attachment-bigimage img {
	display: block;
	opacity: 0;
}

.entry-attachment-navigation {
	position: absolute;
	top: 12px;
	bottom: 12px;
	width: 5%;
	box-sizing: border-box;
}
.entry-attachment-navigation a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: #000;
	padding: 0px 10px;
	box-sizing: border-box;
}
.entry-attachment-navigation.aleft {
	left: 12px;
}
.entry-attachment-navigation.aright {
	right: 12px;
}
.entry-attachment-navigation-icon {
	fill: #fff;
	width: 100%;
}
.entry-attachment-navigation svg {
	width: 100%;
	height: 100%;
}
.entry-attachment-bigimage:hover .entry-attachment-navigation a {
	opacity: 0.2;
}

.entry-attachment-gallery {
	position: relative;
	margin-left: -6px;
	margin-right: -6px;
}
.entry-attachment-gallery:after {
    content: " ";
    display: table;
	clear: both;
}
.entry-attachment-gallery ul {
	position: relative;
	display: block;
	list-style: none;
}
.entry-attachment-gallery ul li {
	position: relative;
	display: block;
	width: 12.5%;
	box-sizing: border-box;
	padding-left: 6px;
	padding-right: 6px;
	float: left;
	margin-bottom: 12px;
}
.entry-attachment-gallery ul li img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.entry-attachment-content {
	font-size: 1.1em;
	line-height: 1.4em;
}

.entry-attachment-content h2 {
	font-size: 2.28em;
	color: #4b4b4b;
	line-height: 1.4em;
	display: table-cell;
	padding-top: 0.5em;
	padding-bottom: 0.2em;
}
.entry-attachment-content h2 a{
	text-decoration: none;
}

.entry-attachment-content .readmore {
	text-align: right;
}


/**
* Comments ================================================================================================
*/
#comments {
	padding-top: 50px;
}
#comments h1.comments-main-title {
	font-size: 2.0em;
	color: #4b4b4b;
	line-height: 1.4em;
	display: table-cell;
}
#comments .comment-reply-title {
	padding-top: 0.8em;
	padding-bottom: 0.5em;
}
#comments input, #comments textarea {
	font-size: 0.9em;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 0.4em;
	padding: 0.2em 0.4em;
}
#comments input{
	margin-bottom: 16px;
}
#comments #submit {
	float: right;
	width: auto;
	background: none;
	border: none;
	padding: 0.5em 1.2em;
}

h2.comments-title {
	line-height: 1.4em;
	padding-top: 0.8em;
}

#comments ol {
	padding: 0px;
	list-style: none;
}
#comments ol li {
	border-color: rgba(0,0,0,0.2);
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 2em;
	padding-bottom: 1.4em;
}
#comments ol li:first-child {
	border: none;
}
#comments ol li ol li {
	border: none;
}
#comments ol li ol {
	padding-left: 90px;
}
#comments ol li ol li ol {
	padding-left: 24px;
	margin-top: 14px;
}
#comments .bypostauthor > .comment {
	background-color: rgba( 0,0,0, 0.08);
	padding: 10px;
}
#comments ol li .comment-author-gravatar {
	float: left;
	margin-right: 10px;
}
#comments ol li ol li .comment-author-gravatar img {
	max-width: 50px;
	max-height: 50px;
}
#comments ol li .comment-meta,
#comments ol li .comment-awaiting-moderation,
#comments ol li .comment-content,
#comments ol li .reply {
	padding-left: 90px;
}

#comments ol li ol li .comment-meta,
#comments ol li ol li .comment-awaiting-moderation,
#comments ol li ol li .comment-content,
#comments ol li ol li .reply {
	padding-left: 64px;
}

#comments ol li .comment-meta time {
	padding-top: 5px;
	font-size: 0.8em;
}
#comments ol li .comment-author span {
	font-size: 0.7em;
}
#comments ol li .comment p {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
#comments ol li .reply {
	margin-bottom: 10px;
}





/**
* Contact Form 7 ================================================================================================
*/
.wpcf7-text,
.wpcf7-select,
.wpcf7-number,
.wpcf7-date,
.wpcf7-quiz,
.wpcf7-textarea {
	max-width: 100%;
	font-size: 0.9em;
	box-sizing: border-box;
	margin-bottom: 0.4em;
	padding: 0.2em 0.4em;
}
.wpcf7-quiz {
	width: auto;
}
.wpcf7-textarea {

}
.wpcf7-submit {
	width: auto;
	background: none;
	border: none;
	padding: 0.5em 1.2em;
}
	
	

/**
* Misc ================================================================================================
*/
.clear:before,
.clear:after {
    content: " ";
    display: table;
}
.clear:after {
    clear: both;
}


@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-remove:before {
  content: "\e014";
}
/*
.advads-desno-od-logo-728x90 {
	padding-left: 30px;
    	width: auto;
    	float: right;
}
@media screen and (min-width: 481px) {
    .advads-nad-logo-320x100 {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .advads-desno-od-logo-728x90 {
	display: none;
    }
}*/
#ad_rightlogo {
	padding-left: 30px;
    	width: auto;
    	float: right;
}
@media screen and (min-width: 481px) {
    #ad_abovelogo {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    #ad_rightlogo {
	display: none;
    }
}