/* for HTML5 blocks */
header, footer, aside, nav, article, section { display: block; }  

a {
	outline: none !important
}
::selection , ::-moz-selection {
	background-color: #00ADEE !important;
	color: #FFF !important
}

#firstvideo > div {
	min-height:450px;
}

div.span6.first2block {
	margin-left:0;
	margin-bottom:20px;
}

/* 
   ---------------------------------------------------------------------------------------------------------
							Body
   ---------------------------------------------------------------------------------------------------------		
*/
body, .body-class {
	color: #363636;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 	
 	font-size: 12px;
 	line-height: 18px;
 	background-color: #e5e6e7;
 	/*background:url('http://www.burtniekunovads.lv/public/css/img/bg/bg01.jpg') left top repeat;*/
}

.main-wrapper { background-color: #f7f8f9; border-left: 1px solid #d5d5d5; border-right: 1px solid #d5d5d5; }
#content { margin-bottom:10px; }

.colored { color:#E64946; }
.colored-bg { background:#00ADEE; }
.colord-dark-bg { background:white; }
.colored-widget-bg { background:#FFF; }
.top-block { position: relative }
.top-block .row-fluid [class*="span"] { min-height: 18px; }

/* Border Bottom Shadow 1px */
.bb-shadow-1px {
	border-bottom: 1px solid #E3E4E4;
	-moz-box-shadow: 0px 1px 0px 0px white;
	-webkit-box-shadow: 0px 1px 0px 0px white;
	box-shadow: 0px 1px 0px 0px white;
}

.b-shadow {
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 4px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.3);
}

/* Border Top 1px */
.bt-1px {
	border-top: 1px solid #E3E4E4;
}

.bt-5px {
	border-top: 5px solid #000;
}

/* Border Bottom 1px */
.bb-1px {
	border-bottom: 1px solid #E3E4E4;
}

/* Border Bottom Shadow 1px */
.bb-shadow-5px {
	border-bottom: 1px solid #E3E4E4;
	-moz-box-shadow: 0px 5px 0px 0px #f1f2f2;
	-webkit-box-shadow: 0px 5px 0px 0px #f1f2f2;
	box-shadow: 0px 5px 0px 0px #f1f2f2;
}

/* Border Top + Pading Top */
.bt-pt15-1px { border-top: 1px solid #EBECED; padding-top: 15px;}
.bt-pt5-1px { border-top: 1px solid #EBECED; padding-top: 5px;}

.widget .box, .widget.box, .cr-blog .box, #entry-post, .ct-page.box { background:#FFF; padding:20px; }
ul.archives li { padding-bottom:5px; }


/* 
   ---------------------------------------------------------------------------------------------------------
							Top Block
   ---------------------------------------------------------------------------------------------------------		
*/

#bottom-block-bg { background:#8BC53E;z-index:10; width: 100%;position:absolute;left:0;}

.banner { margin:20px 0; float: right; vertical-align:middle; }


/* 
   ---------------------------------------------------------------------------------------------------------
							Clear Floats
   ---------------------------------------------------------------------------------------------------------		
*/

.clear { clear: both; }

.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

/* 
   ---------------------------------------------------------------------------------------------------------
							Logo
   ---------------------------------------------------------------------------------------------------------		
*/

#logo { margin:0px auto; padding: 0px; text-align:center; }
#logo h1 { margin-bottom:0;  }
#logo h1 a { color:#4D4D4D; }
.logo-slogan { }

/*
	* =====================================================================================
	* Widget Title Block
	* =====================================================================================	
*/

.title-block { width: 100%; border-top:1px solid #ebeced; position:relative; margin-bottom:15px; }
.pages-title h1 { margin-bottom:0; font-size: 24px; }
.pages-title p { margin-bottom:0; }

/* 
   ---------------------------------------------------------------------------------------------------------
							Typography
   ---------------------------------------------------------------------------------------------------------		
*/

p {
	margin-bottom: 15px;
}

h1,h2,h3,h4,h5,h6 { 
	color: #010101;
/*	line-height: 18px;*/
	margin-top: 0;
	margin-bottom:15px;
	font-weight: bold;
	font-family: 'Abel', sans-serif, Helvetica;
	
}

a, a:link, a:visited {
			text-decoration: none;
			-webkit-transition: color 0.2s linear;
			-moz-transition: color 0.2s linear;
			-o-transition: color 0.2s linear;
			-transition: color 0.2s linear;		
			}
			
a:hover {
	color: #363636;
}

a { color:#8BC53E; }

a {
    text-decoration: none;
}


/* ROLL LINKS */
.contentarea a {
    display: inline-block;
    overflow: hidden;
    font-weight: bold;

    vertical-align: top;

    -webkit-perspective: 600px;
       -moz-perspective: 600px;
       -ms-perspective: 600px;
       perspective: 600px;

    -webkit-perspective-origin: 50% 50%;
       -moz-perspective-origin: 50% 50%;
       -ms-perspective-origin: 50% 50%;
       perspective-origin: 50% 50%;
       
}

.contentarea a:hover {text-decoration:none;}

.contentarea a span {
    display: block;
    position: relative;
    padding: 0 2px;

    -webkit-transition: all 400ms ease;
       -moz-transition: all 400ms ease;
       -ms-transition: all 400ms ease;
       transition: all 400ms ease;
    
    -webkit-transform-origin: 50% 0%;
       -moz-transform-origin: 50% 0%;
       -ms-transform-origin: 50% 0%;
       transform-origin: 50% 0%;
    
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
       -ms-transform-style: preserve-3d;
       transform-style: preserve-3d;
}
.contentarea a:hover span {
        background: #00ADEE;
         

        -webkit-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
           -moz-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
           -ms-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
           transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
}

.contentarea a span:after {
    content: attr(data-title);

    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 2px;

    color: #fff;
    background: #00ADEE;

    -webkit-transform-origin: 50% 0%;
       -moz-transform-origin: 50% 0%;
       -ms-transform-origin: 50% 0%;
       transform-origin: 50% 0%;

    -webkit-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
       -moz-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
       -ms-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
       transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
}



a img {
			line-height:0;
			-webkit-transition: all 0.2s linear;
			-moz-transition: all 0.2s linear;
			-o-transition: all 0.2s linear;
			-transition: all 0.2s linear;		

/*	opacity: 1.0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);	*/

}

a:hover img {
/*	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=50);	*/

}


ul.list.underline li {
	border-bottom: 1px dashed #DCE2E7	
}


ul.unordered { list-style: none;           }	
ul.ordered 	 { list-style: inside decimal; }	
ul.square 	 { list-style: inside square;  }	
ul.circle 	 { list-style: inside circle;  }
ul.bullets	 { list-style: inside disc }


/* 
   ---------------------------------------------------------------------------------------------------------
							Margins
   ---------------------------------------------------------------------------------------------------------		
*/

/* paddings */
.padding-20 { padding:20px; }


/* top margins */
.margin-5t  { margin-top: 5px; }
.margin-8t  { margin-top: 8px; }
.margin-10t { margin-top: 10px; }
.margin-15t { margin-top: 15px; }
.margin-20t { margin-top: 20px; }
.margin-25t { margin-top: 25px; }
.margin-30t { margin-top: 30px; }
.margin-35t { margin-top: 35px; }
.margin-40t { margin-top: 40px; }
.margin-45t { margin-top: 45px; }
.margin-50t { margin-top: 50px; }
.margin-55t { margin-top: 55px; }
.margin-60t { margin-top: 60px; }

/* bottom margins */
.margin-5b  { margin-bottom: 5px; }
.margin-8b  { margin-bottom: 8px; }
.margin-10b { margin-bottom: 10px; }
.margin-15b { margin-bottom: 15px; }
.margin-20b { margin-bottom: 20px; }
.margin-25b { margin-bottom: 25px; }
.margin-30b { margin-bottom: 30px; }
.margin-35b { margin-bottom: 35px; }
.margin-40b { margin-bottom: 40px; }
.margin-45b { margin-bottom: 45px; }
.margin-50b { margin-bottom: 50px; }
.margin-55b { margin-bottom: 55px; }
.margin-60b { margin-bottom: 60px; }

.no-margin-b { margin-bottom: 0; }
.no-margin-t { margin-top: 0; }


/*-------------------------------------------------------------------------------------------------*/
/*				SUPERFISH MENU 																		*/
/*-------------------------------------------------------------------------------------------------*/

#mainmenu-block-bg { background:#8BC53E; } 
#bottommenu-block-bg { background:#8BC53E; }
#bottommenu-block-bg {margin-top: 45px;}
#mainmenu-block-bg { z-index:10; width: 100%; }

.top-menu {
	display: inline-block;
	float:right;
	height: auto;
	padding-top:5px;
}

.bottom-menu { 	display: inline-block; height: auto; padding: 25px 0 20px; }

/*.bg-menu { background-color: white;	width: 100%; margin-bottom: 29px; }*/

#menu {	float:left; padding: 20px 0; font-family:'Abel', sans-serif, Helvetica; text-transform:uppercase; font-weight:bold; }

.bottom-menu .add-nav li a { font-family:'Abel', sans-serif, Helvetica; text-transform:uppercase; font-size:14px;}

.add-nav li a {
	text-shadow: none;
	line-height: 18px;
	font-size: 11px;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
}

.top-menu .sf-menu.add-nav a {
	display:inline-block;
	padding: 0;
	color: #b4b4b4 !important;
	padding-right:5px;
}

.bottom-menu .sf-menu.add-nav a {
	display:inline-block;
	padding: 0;
}
.bottom-menu .sf-menu.add-nav li { margin-right:20px;}

.sf-menu.add-nav li {
	margin-right: 5px;
	border: none;
	padding: 0;
	background: none !important
}
.sf-menu.add-nav li:hover a {
	color: #FFF !important;
	cursor: pointer
}
.sf-menu li:last-child {
	margin-right: 0
}
.top-menu .add-nav li::after { content: "\0020 \002F"; color:#b8b8b8; }
.sf-menu.add-nav li:last-child::after { content: none; }

li.current_page_item a, .current_page_item, li.current-menu-parent, li .current-menu-item,  .current-menu-item {
	color: #333 !important;
}
.navigation select  {
	display: none;
	width: 100%;
	padding: 5px 0;
	margin: 30px 0;
	border: 1px solid #E3E4E4;
	text-transform:uppercase;
	font: 10px/16px Arial, Helvetica, sans-serif;
	color: #999;

}
.navigation { padding:0;}

/*** ESSENTIAL STYLES ***/

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index:9499;
	text-shadow: none;
}
.sf-menu {
	line-height: 1.0;
	cursor: pointer
}
.sf-menu ul {
	position: absolute;
	top: -999em;
}

.sf-menu ul li ul li:first-child {
	border-top: none;
}	

.sf-menu li:hover {
	visibility:	inherit; 
	
}

.sf-menu > li {
	float: left;
	position: relative;
	margin-right:23px;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:0;
}

.sf-menu li:hover, .sf-menu li.sfHover {
	/*color: #fff !important; */
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 5px;
	top: 43px; 
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 10em; 
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 10em; 
	top: 0;
}

.sf-menu {
	float: left;
}
.sf-menu a {
	text-decoration:none;
	font-size: 19px;
}

.sf-menu a, .sf-menu a:visited  { 
	color: #e3e3e3;
/*	-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
			-o-transition: all 0.2s linear;
				-transition: all 0.2s linear;
*/
}
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .active a{
	outline: 0;
	color:#FFF;
}

/*.sf-menu a.sf-with-ul {
	min-width: 1px; 
}*/
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: -12px;
	width: 11px;
	height: 11px;
	text-indent: -999em;
	overflow: hidden;
/*	background: url('http://www.burtniekunovads.lv/public/css/img/menu-arrows.png') no-repeat -22px 0; */
	
}
a > .sf-sub-indicator {  
	bottom: 1px;
}

ul.sub-menu, ul.sub-menu ul.sub-menu { z-index: 9999 }
ul.sub-menu ul.sub-menu { margin-left: 182px }

.sf-menu ul .sf-sub-indicator {top: 25px; right: 10px; }

.sf-menu > li > ul, .sf-menu ul li ul {background: #8BC53E; background: rgba(139, 197, 62, 0.9); }
.sf-menu ul li { width: 300px; position:relative; }
.sf-menu li li a { padding:8px 10px; 	font-size:16px; text-transform:uppercase;font-weight:bold; }
.sf-menu ul > li:hover { background:#7BB037; }
.sf-menu li:hover ul, .sf-menu li.sfHover ul {left: -1px;top: 48px}

.sf-menu li .sf-sub-indicator {
width: 0px;
height: 0px;
border-style: solid;
border-width: 0 0 8px 8px;
border-color: transparent transparent #333 transparent;
-webkit-transform:rotate(360deg);
}

/* 
   ---------------------------------------------------------------------------------------------------------
							News Ticker
   ---------------------------------------------------------------------------------------------------------		
*/

.news-ticker .widget-title h2 { margin-bottom:0; color:#FFF; font-weight:normal; line-height:30px;}
.news-ticker .widget-title { text-align:center;}

/* Ticker Styling */
.ticker-wrapper.has-js {
/*	margin: 20px 0px 20px 0px;*/
	padding: 0;
	width: 100%;
	height: 30px;
	display: block;
	font-size: 12px;
	color:#FFF;
}
.ticker {
	width: 100%;
	height: 30px;
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #eee;
}
.ticker-title {
	padding-top: 9px;
	color: #990000;
	font-weight: bold;
	background-color: #eee;
	text-transform: uppercase;
}
.ticker-content {
	margin: 0px;
	padding-top: 9px;
	position: absolute;
	font-weight: bold;
	background-color: #eee;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.2em;
	margin-left:20px;
}
.ticker-content:focus {
	none;
}
.ticker-content a {
	text-decoration: none;	
	color: #2F2F2F;
}
.ticker-content a:hover {
	text-decoration: none;	
	color: #003E7E;
	font-weight:bold;
}
.ticker-swipe {
	padding-top: 9px;
	position: absolute;
	top: 0px;
	background-color: #f8f0db;
	display: block;
	width: 800px;
	height: 23px; 
}
.ticker-swipe span {
	margin-left: 1px;
	background-color: #f8f0db;
	border-bottom: 1px solid #1F527B;
	height: 12px;
	width: 7px;
	display: block;
}
.ticker-controls {
	padding: 7px 0px 0px 0px;
	margin:0;
	list-style-type: none;
	float: left;
}
.ticker-controls li {
	padding: 0px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block;
}
.ticker-controls li.jnt-play-pause {
	background-image: url('http://www.burtniekunovads.lv/public/css/img/icons/controls.png');
	background-position: 32px 16px;
}
.ticker-controls li.jnt-play-pause.over {
	background-position: 32px 32px;
}
.ticker-controls li.jnt-play-pause.down {
	background-position: 32px 0px;
}
.ticker-controls li.jnt-play-pause.paused {
	background-image: url('http://www.burtniekunovads.lv/public/css/img/icons/controls.png');	
	background-position: 48px 16px;
}
.ticker-controls li.jnt-play-pause.paused.over {
	background-position: 48px 32px;
}
.ticker-controls li.jnt-play-pause.paused.down {
	background-position: 48px 0px;
}
.ticker-controls li.jnt-prev {
	background-image: url('http://www.burtniekunovads.lv/public/css/img/icons/controls.png');
	background-position: 0px 16px;		
}
.ticker-controls li.jnt-prev.over {
	background-position: 0px 32px;		
}
.ticker-controls li.jnt-prev.down {
	background-position: 0px 0px;		
}
.ticker-controls li.jnt-next {
	background-image: url('http://www.burtniekunovads.lv/public/css/img/icons/controls.png');	
	background-position: 16px 16px;	
}
.ticker-controls li.jnt-next.over {
	background-position: 16px 32px;	
}
.ticker-controls li.jnt-next.down {	
	background-position: 16px 0px;	
}
.js-hidden {
	display: none;
}
.no-js-news {
	padding: 10px 0px 0px 45px; 
	color: #F8F0DB;
}
.left .ticker-swipe {
	/*left: 80px;*/
}
.left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker {
    float: left;
}
.left .ticker-controls {
    padding-left: 6px;
}
.right .ticker-swipe {
	/*right: 80px;*/
}
.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker {
    float: right;
}
.right .ticker-controls {
    padding-right: 6px;
}



/* 
   ---------------------------------------------------------------------------------------------------------
							Blog
   ---------------------------------------------------------------------------------------------------------		
*/
/*h2.entry-title { font-family:'Abel', sans-serif, Helvetica; font-size:30px; }*/
h2.entry-title a { color:#010101; }
h1.entry-title { font-size: 30px; line-height: 40px;}

.widget .entry-post, .cr-blog .entry-post, #entry-blog .entry-post { margin-bottom:50px; }
.widget .entry-thumb, .widget .single-media-thumb, #entry-blog .entry-thumb, #entry-blog .single-media-thumb { margin-top:20px; }
.one-column-widget .entry-thumb, .one-column-widget .single-media-thumb { margin-top:0; }
.widget .entry-thumb img, .widget .single-media-thumb img, #entry-blog .entry-thumb img, #entry-blog .single-media-thumb img { width:100%;}
.widget .entry-content p, #entry-blog .entry-content p { display:inline; }

.widget .category-title a { color:#B2B2B2; }
.widget .category-title a:hover { color:#E64946; }

.ct-page .category-title {
	border-bottom: 1px solid #EBECED;
	border-top: 1px solid #EBECED;
	padding-bottom: 10px;
	padding-top: 10px;
	margin:0 -20px 40px -20px;
	background:whiteSmoke;
}
.ct-page .category-title h1 { padding:0 20px; color: #B2B2B2;}
.ct-page .category-title span > p { padding:0 20px; margin-bottom:10px;}
.entry-content {}

iframe {
	border: none !important
}

/*#blog-entry, #post-entry, #page-entry { margin:16px; margin-top: 26px; }*/
.single-media-thumb + p { margin-top:15px;}
.single-audio-post, .single-video-post { margin-bottom:15px; position:relative; }
.single-media-thumb { position:relative; }
.single-media-thumb iframe { display:block; width:100%; height:300px; }
.one-column-widget .single-media-thumb iframe,
.two-column-widget .single-media-thumb iframe { height: 160px; }
#wide-sidebar .single-media-thumb iframe { height:405px; }
.single-video-post iframe { width:100%; /* height:300px; */ } 
#wide-sidebar .single-video-post iframe { height:405px; }
.single-media-thumb .video { 
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 32px;
	background-image: url('http://www.burtniekunovads.lv/public/css/img/icons/video-icon.png');
	margin-top: -16px;
	margin-left: -16px;	
	}
.single-media-thumb:hover .video.youtube { background-position:-32px 0; }
.single-media-thumb:hover .video.vimeo { background-position:-64px 0; }
.single-media-thumb:hover .video.dailymotion{ background-position:-96px 0; }
.single-media-thumb .video a { display: block; width: 100%; height: 100%; }

#entry-post .title-block {
	border-top: 0;
	border-bottom: 1px solid #EBECED;
	margin-bottom: 15px;
	padding-bottom: 20px;
}
#entry-post .entry-thumb { margin-bottom:20px; }
#comments { }
#comments .post-title h4 {
	border-bottom: 1px solid #EBECED;
	padding-bottom: 10px;	
	border-top: 1px solid #EBECED;
	padding-top: 10px;
}

.entry-likes { float:right; }
#entry-post .post-like { margin-top:5px; margin-left:20px;}
#entry-post .entry-share { border-bottom: 1px solid #EBECED; padding-bottom: 8px;border-top: 1px solid #EBECED; padding-top: 10px; position:relative; margin-bottom:40px; }
#entry-post .entry-share h4 { margin-bottom:0;}
#entry-post .entry-share .post-title { float:left; margin-right:10px; }

.carousel-thumb .video { 
	position: absolute;
	z-index: 1;
	top: 42%;
	left: 44%;
	width: 32px;
	height: 32px;
	background-image: url('http://www.burtniekunovads.lv/public/css/img/icons/video-icon.png');	
	}
.carousel-thumb:hover .video.youtube { background-position:-32px 0; }
.carousel-thumb:hover .video.vimeo { background-position:-64px 0; }
.carousel-thumb:hover .video.dailymotion{ background-position:-96px 0; }
.carousel-thumb .video a { display: block; width: 100%; height: 100%; }
.carousel-thumb .title-mask {
	color:#FFF;
	background: #2F2F2F;
	background: rgba(47, 47, 47, 0.7);
	position: absolute;
	bottom: -100px;
	left:0;
	padding: 10px;
	width:250px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}
.carousel-thumb:hover .title-mask {
	bottom: 0;
}

.widget-carousel .carousel-thumb .title-mask { width:210px; }
.carousel-thumb .title-mask h5 { color:#FFF; margin-bottom:0;}
.carousel-thumb .entry-content { display:inline-block; }

.post-entry a:hover img {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.single-media-thumb .mask, .carousel-thumb .mask, .single-box-entry .mask {
	position:absolute; left:0; top:0; width:100%; height:100%; 
}
.single-media-thumb .mask a, .carousel-thumb .mask a, .single-box-entry .mask a {
	width: 100%;
	height: 100%;
	display: block;
}
.single-media-thumb img { -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; -ms-transition: all 0.2s linear; transition: all 0.2s linear; }

.color-meta { color:#A8A8A8;  font-size:11px; }
.color-meta a { color:#A8A8A8; }
.color-meta a:hover { color:#4D4D4D; }

.prev-left { float:left; }
.next-right { float:right; }
.next-arrow i { margin-right:0; margin-left:4px;}
.single-post-navigation { font-size:11px; text-align:center; }
 
[class^="ct-icon-"], [class*=" ct-icon-"] {
display: inline-block;
width: 14px;
height: 14px;
line-height: 14px;
vertical-align: text-top;
background-image: url('../images/glyphicons-ct.png');
background-position: 0 0;
background-repeat: no-repeat;
}

.ct-icon-link { background-position: 0 0; }

.single-box-entry { background-color: white; border: 1px solid #E7E7E7; padding: 15px; }
.single-post-meta { list-style:none; font-size:11px; margin-left: 0; margin-bottom:0; }
.single-post-meta li { padding:0; margin-bottom:15px; }
.single-post-meta li:last-child { margin-bottom:0; }
.single-post-meta .label { margin-right:5px; }
.thumb-meta { border-bottom: 1px solid #E7E7E7; margin-bottom:15px;}
h1.single-title { font-size: 18px; }
h2.single-title { font-size: 18px; }
.single-title-meta { font-size:11px; }
.related-posts-single { list-style:none; margin-bottom:0; margin-left: 0; }
.related-posts-single li a img { width:110px; height: 110px; }
.related-posts-single li { float:left; padding:0; margin-top: 10px; }
.related-posts-single li:nth-child(odd) { margin-right:10px; }
.related-posts-single li:first-child { margin-top:10px; text-transform:capitalize }

#wide-sidebar .related-posts-single li a img { width:103px; height: 103px; }
#wide-sidebar .related-posts-single li { margin-right:10px; }
#wide-sidebar .related-posts-single li:nth-child(3n+3) {margin-right: 0;}


/* COMMENTS*/
#respond label { color:#555; }
#respond textarea { width: 97%; }
#respond [type=text], #respond [type=email] { width:155px; display:block;}
#respond form { margin-bottom:0; }
#respond i { margin-right:0; }
#respond .btn { float:right; }
/*#respond { margin-top:40px;}*/
#respond .form-submit { margin-bottom:0; float:right;}
#reply-title { font-size: 18px; line-height: 20px; border-bottom: 1px solid #EBECED; padding-bottom: 10px; border-top: 1px solid #EBECED; padding-top: 10px;}
.margin-comments { list-style:none; margin:0; margin-bottom:40px;}
.margin-comments .comment { margin-bottom:15px; }

#respond::before, #respond::after {
display: table;
line-height: 0;
content: "";
clear: both;
}
.depth-1 #respond { margin-top:40px;}

.first-comment { padding-top: 15px; border-bottom: 1px solid #E7E7E7; }
ul.children { padding-bottom: 0; margin-bottom: 0 }
ul.children li p { padding-right: 10px; }

#respond input[type=submit] {
  display: inline-block;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  border: 1px solid #bbbbbb;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
/*  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);*/
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
          
}	

#respond input[type="submit"]:hover,
#respond input[type="submit"]:active,
 {
  color: #333333;
  background-color: #e6e6e6;

}

#respond input[type=submit]:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

#respond input[type=submit]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


a.comment-reply-link {
	padding: 3px 5px;
	text-transform: uppercase;
	font-size: 11px;
	background-color: black;
	color: white;
	display: inline-block;
}

[id^="comment-"], [id*=" comment-"] 
{
	border: 1px solid #EBECED;
	padding:15px;
	background:#f5f5f5;
	position:relative;
}

.depth-1 > [id^="comment-"], .depth-1 > [id*=" comment-"] {
	padding-bottom: 25px;
}

#comments .avatar { float:right; 	width: auto; display: block; margin-left: 15px; margin-bottom: 15px;}

.replay-buttton { position:absolute; left: 0; bottom: 0; }
.logged-in-as, #cancel-comment-reply-link { font-size:11px; }
.logged-in-as {  }
.form-allowed-tags code { margin-top:5px; }
.comment-form-comment label { font-size:12px; font-weight:normal; display:none;}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	float:left;
}

.comment-form-author,
.comment-form-email {
	margin-right:10px;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
	display:inline-block;
	font-weight:bold;
	font-size:12px;
}

#disqus_thread h4, #global-nav h4 { font-size: 18px; }

.comment-date-link { font-size: 11px; color:#A8A8A8; display:inline-block; font-style: italic; }
.comment-author-link { font-weight:bold; display:inline-block; margin-right:10px; float:left; }
.first-comment p { margin-top:15px; }
.depth-2 .first-comment p { margin-bottom:0px; }
.first-comment p img { width:auto; }


/* 
   ---------------------------------------------------------------------------------------------------------
							AJAX Load Posts
   ---------------------------------------------------------------------------------------------------------		
*/

#pbd-alp-load-posts a:link, #pbd-alp-load-posts a:visited {
	display: block;
	text-align: center;
	padding: 19px 0;
	color: #FFF;
	text-decoration: none;
	background-color: #2f2f2f;
	font-family:'Abel', sans-serif, Helvetica;	
	font-size:18px;
	font-style:italic;
}

#pbd-alp-load-posts a:hover, #pbd-alp-load-posts a:active {
	color:#e64946;
}
#pbd-alp-load-posts { margin:0 -20px; margin-bottom: -20px;}

/* 
   ---------------------------------------------------------------------------------------------------------
							Footer
   ---------------------------------------------------------------------------------------------------------		
*/

.footer { font-size: 11px; padding: 20px 0;	}
.footer p { margin:0; }
.footer a {	font-weight: normal; }

/*
	---------------------------------------------------------------------------------------------------------
		WordPress Calendar Widget
	---------------------------------------------------------------------------------------------------------		
*/

table#wp-calendar caption { color:#999; font-size:12px; }
table#wp-calendar th { padding:8px; color:#AAA; }
table#wp-calendar td { padding:10px; color:#555; background-color:#fff; border:1px solid #ccc; text-align:center; }
table#wp-calendar td:hover { background-color:#fff; color:#555; cursor:pointer; }
table#wp-calendar td:hover a { cursor:pointer;  }
table#wp-calendar a {
	text-decoration: none;
	font-weight: bold;
}

table#wp-calendar a:hover {
	text-decoration: none
}

table#wp-calendar td#today,table#wp-calendar td#today a { background-color:#fff;  }
table#wp-calendar td#prev a, table#wp-calendar td#next a {
	 color: #333;
}

table#wp-calendar td#today {
	background-color: #F1F2F2;
	text-decoration: none;
	color: #4D4D4D;
	font-weight: bold;
}
table#wp-calendar td#prev a:hover, table#wp-calendar td#next a:hover{ }
table#wp-calendar td#prev:hover, table#wp-calendar td#next:hover, table#wp-calendar td:hover{ background-color:#f7f8f9; }


/*
	---------------------------------------------------------------------------------------------------------
		WordPress Core
	---------------------------------------------------------------------------------------------------------		
*/

.gallery-caption { }
.bypostauthor 	 { }
.sticky 		 { }
.wp-caption		 { }
.wp-caption-text { } 
strong, b {
	font-weight: bold;
 	margin-bottom: 15px;
}
em {
   font-style: italic;
}

.blockright {
	float: right;
	text-align: right;
}

.blockleft {
	float: left;
	text-align: left
}

.alignnone {
    margin: 5px 15px 15px 0;
}

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

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

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

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

.divider-1px {
	height: 1px;
	background-color: #e9eef4;
	margin: 10px 0;
	width: 100%;
}

.divider-5px, .divider-10px, .divider-15px, .divider-20px {
	background: url(http://www.burtniekunovads.lv/public/css/images/vert-bg.png) left 2px repeat-x;
	height: 5px;
	width: 100%	
}

.divider-10px { height: 10px; }
.divider-15px { height: 15px; }
.divider-20px { height: 20px; }

.divider-1px-dashed {
	height: 1px;
	width: 100%;	
	border-bottom: 1px dashed #e9eef4
}

.image-border {
	border: 5px solid #e9eef4;
	width: auto;
	display: block;
}
.image-border img {
	width: 100%;
	padding: 0;
	margin: 0;
	line-height: 0;
	display: block
}
/*img {
	max-width: 100%;
	width: 100%
}*/


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

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

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

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

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

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

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

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

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}


/*
	styles
*/


.italic { font-style:italic; }
.bold { font-weight: bold; }

code, pre {
/*	border-left: 2px solid #2a2a2a;*/
	color:#888;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
	margin-bottom: 15px;	
	white-space: pre-wrap;
	word-break:break-all;
}

.margin-top-10 { margin-top:10px; }
.margin-15 { margin-bottom: 15px; }
.margin-r15 { margin-right:15px; }

.highlight { 
	padding: 0; 
	color:#edeae2; 
	background-color: #2a2a2a; 
}
.highlight.pink 	{ background:#bd1e7b; }
.highlight.green 	{ background:#668508; }
.highlight.red 		{ background:#ef2d2d; }
.highlight.orange 	{ background:#ff6600; }
.highlight.blue 	{ background:#308aef; }
.highlight.yellow 	{ background:#cb7a0b; }
.highlight.custom 	{ background:#921529; }

span.dropcap  {
	font-size:40px; 
	margin-right:6px; 
	text-transform: uppercase; 
	float: left; 
	line-height: 1; 
	font-weight:bold;
}

span.dropcap.pink   { color:#bd1e7b; }
span.dropcap.green   { color:#668508; } 
span.dropcap.red    { color:#ef2d2d; } 
span.dropcap.orange { color:#ff6600; } 
span.dropcap.blue   { color:#308aef; } 
span.dropcap.yellow { color:#cb7a0b; }
span.dropcap.custom { color:#921529; }


/* align paragraphs */
p.text-left { text-align: left }
p.text-right { text-align: right }
p.text-center { text-align: center }
p.text-justify { text-align: justify }


/*
	Carousel Widget and Other widgets
*/

.category-item, .title-block .category-item { top:10px; left:10px; font-family:'Abel', sans-serif, Helvetica; text-transform:uppercase; font-size: 14px; letter-spacing: 0.09em; margin-right: 10px;}
.category-item a, .meta-share a { color:#FFF; text-decoration:none; padding: 3px 5px; display: inline-block; }
/*.category-item a:hover { color:#2F2F2F; }*/
.carousel-thumb .category-item { position:absolute; }
.carousel-thumb { position:relative; }

.title-block .category-item { margin-right:0; display:inline-block; padding: 3px 5px; }
.title-block .category-item a { padding:0;}
.meta-share a { padding:2px 5px;text-transform:uppercase; font-size: 10px; background-color:#000; position:absolute; right:0; top:0;}
.meta-share {  position:absolute;right:0; top:0; }
.entry-share { position: absolute; right: 0; top: 0;}
.entry-share .share-twitter, .entry-share .share-fb, .entry-share .share-google { width:22px; height:22px;  display: block; position: absolute;  
	top: 0;
/*	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter:alpha(opacity=0);*/
	right: 23px;

}
#entry-blog .entry-share a {
	display: block;
	width: 22px;
	height: 22px;
	line-height:0;
	padding:0;
	background: url('../images/share-icons.png') 0 0 no-repeat;
}
#entry-blog .entry-share .share-twitter a { background-position: -44px 0; }
#entry-blog .entry-share .share-fb a { background-position: -22px 0; }
#entry-blog .entry-share .share-google a { background-position: 0 0; }

#entry-blog .entry-share .share-twitter {
	background-color:#359BED;
	
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#entry-blog  .entry-share .share-fb {
	background-color:#3B5998;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}

#entry-blog  .entry-share .share-google {
	background-color:#D44132;
	
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.meta-share:hover > .entry-share .share-twitter, .meta-share:hover > .entry-share .share-fb, .meta-share:hover + .entry-share .share-google {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);*

} 

.meta-share:hover > .entry-share .share-twitter { right:75px;  }
.meta-share:hover > .entry-share .share-fb { right:97px; }
.meta-share:hover > .entry-share .share-google { right:119px; }

.widget li.cat-item { list-style:square;line-height:20px; font-style:italic;}
.widget li.cat-item a, .left-col a, .right-col a { color:#2B2B2B;}
.widget li.cat-item a:hover, .left-col a:hover, .right-col a:hover { color:#E64946;}

.left-col, .right-col { margin:0;list-style: none; font-style:italic; }
.left-col li, .right-col li { line-height:20px; }



.widget iframe { width:100%; }

/*
	Social Counter Widget
*/
#social-counter { list-style:none; margin:0; }
#social-counter li { float:left; text-align:center;margin-right: 24px;width: 60px;}
#social-counter li:last-child { margin-right:0;}
#social-counter li a { color:#2B2B2B; }
#social-counter .fans { color:#B2B2B2; font-size:11px;font-style: italic;}

#social-counter .social {
/*	font-family: 'Abel', sans-serif, Helvetica;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	
			-webkit-transition: color 0.2s linear;
			-moz-transition: color 0.2s linear;
			-o-transition: color 0.2s linear;
			-transition: color 0.2s linear;		
}
#social-counter li:hover .social { color:#E64946;}
#social-counter .c-icon {
	width:48px;
	height:48px;
	display: block;
	background-color: #E64946;
	margin: auto;
	margin-bottom:10px;
}

/*.social-center { text-align:center;}*/

.facebook-social .c-icon { background: url('http://www.burtniekunovads.lv/public/css/img/icons/fb-counter.png') center no-repeat; }
.twitter-social .c-icon { background: url('http://www.burtniekunovads.lv/public/css/img/icons/twitter-counter.png') center no-repeat; }
.youtube-social .c-icon { background: url('http://www.burtniekunovads.lv/public/css/img/icons/youtube-counter.png') center no-repeat; }
.rss-social .c-icon { background: url('http://www.burtniekunovads.lv/public/css/img/icons/rss-counter.png') center no-repeat; }


.search-widget {
	font-size: 10px;
	line-height: 16px;
}
.search-widget {
	margin-bottom: 0 !important
}


textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], .uneditable-input {
}

#search-block input[type=text] { margin:0;}
#search-block { display: block; }
#search-block input[type=text] { height:38px; webkit-box-shadow: none; color:#A8A8A8;
-moz-box-shadow: none;
box-shadow: none;
border:none;border: 1px solid #EBECED; padding:0 0 0 35px; background: transparent url(../images/glyphicons-ct.png) 10px -14px no-repeat;
}

		::-webkit-input-placeholder	{ color:#A8A8A8; }
		input:-moz-placeholder { color:#A8A8A8; }
		
		input:-ms-placeholder { color:#A8A8A8; }
		::-ms-input-placeholder	{ color:#A8A8A8; }
		:-ms-input-placeholder	{ color:#A8A8A8; }

/* Search Form */
#search-block #searchform {

}
#search-block #searchform div {
	margin: 0;
}
#search-block #s {
	width: 77%;
	padding-right:15px;
}
#search-block #s:focus {
	background-color: #F7F8F9;

}
#search-block #searchsubmit, #search-block label {
	display: none;
}

#searchform label { display:none; }

#wide-sidebar #search-block #s {
	width:84%;
}

/*
	Icons for Post Formats
*/


/*
	---------------------------------------------------------------------------------------------------------
		WordPress Tag Cloud Widget
	---------------------------------------------------------------------------------------------------------		
*/


.widget .tagcloud a[class|=tag-link], .widget a[rel=tag], .tagcloud a[class|=tag-link], a[rel=tag] {
    font-size: 11px !important;
	background-color: #A8A8A8;
	padding: 3px 5px 3px;
	line-height: 14px;
	color: white;
	margin-top: 5px;
	float: left;
	margin-right: 5px;
			-webkit-transition: background-color 0.2s linear;
			-moz-transition: background-color 0.2s linear;
			-o-transition: background-color 0.2s linear;
			-transition: background-color 0.2s linear;
	color:#fff;	
}

.widget .tagcloud a[class|=tag-link]:hover, .widget a[rel=tag]:hover, #entry-post a[rel=tag]:hover, .tagcloud a[class|=tag-link]:hover {
	background-color:#E64946;
}
.widget .tagcloud { border-top: 1px solid #EBECED; padding-top: 10px;}

#entry-post a[rel=tag] { background-color: #000; text-transform:uppercase; }


/*
	---------------------------------------------------------------------------------------------------------
		WordPress Calendar Widget
	---------------------------------------------------------------------------------------------------------		
*/

#wp-calendar { font-size: 11px; }
#wide-sidebar #wp-calendar { font-size:12px;}
table#wp-calendar td { padding: 9px; }
#wide-sidebar table#wp-calendar td {
padding: 12px 15px;
}

ul.popular-posts li {
	 padding: 15px 0;
}

ul.popular-posts li:first-child {
	 padding-top: 0
}

ul.popular-posts li a {
	font-weight: bold;
	color: #ebe8df;
}
.popular-post-thumb img {
	border: 5px solid #2a2a2a;
	float: left;
	margin-right: 10px;
}

.popular-post-thumb a:hover {
	background-color: #111 !important
}



/*
	Overall Score
*/
#overscore-block {
	float: left;
	width: 50%;
	margin-right: 15px;
}
.overall-head {
	background-color: #921529; 
	padding: 15px; 
	width: 91%
}
.wrapper-overall-name {
	width: 70%; 
	float: left
}
.wrapper-overall-name img {
	float: left; 
	margin-top: 5px;	
}

span.overall-name {
	font-weight: bold; 
	font-size: 18px; 
	line-height: 25px
}

.wrapper-overall-score {
	width: 30%;
	float: right
}
span.overall-score {
	font-weight: bold; 
	font-size: 44px; 
	text-align: right; 
	float: right; 
	line-height: 50px
}

.wrapper-criteria {
	background-color: #2a2a2a; 
	width: 91%; 
	padding: 15px; 
	margin-bottom: 5px;  
	margin-right: 15px; 

}

ul.criteria-list { list-style-type: none; }
ul.criteria-list li { padding: 10px 0; border-bottom: 1px solid #393939; }
ul.criteria-list li img { margin-top: 3px; float: right }
ul.criteria-list li span { color: #999 }
ul.criteria-list li:last-child {
	 margin-bottom: 0
}


/*
	Copyrights
*/

.copyright { margin:0 0 0 15px; float:right; padding: 5px 0; color:white ;}
.add-info { margin:0 15px 0 0; float:right; padding: 5px 0; color:white ;}
.copyright { float:left;}
.copyright p, .add-info p { margin-bottom:0;}

.copyright a, .add-info a {color:white;}
.copyright a:hover, .add-info a:hover {color:white;}

.six.columns.column-right {
	float: right;
	text-align: right
}

/*
	Blog pagination
*/

.pagination {
	height:auto;
	background-color:#FFF;
	border-top: 1px solid #E7E7E7;	
	margin:0;
	font-size:12px;
	margin: 0 -20px -20px -20px;		
}

.pagination span, .pagination a {
	display:block;
	float:left;
	padding:6px 9px 6px 9px;
	text-decoration:none;
	width:auto;
	color:#363636;
}

.pagination a { line-height:inherit; color: #363636; }
.pagination a:hover { color:#E64946; }
.pagination a, .pagination span {
	display: inline-block;
	background-color: #FFF;
	float: left;
	border: 0;
	border-right: 1px solid #E7E7E7;
	padding: 10px 15px;	
}

span.current {	background-color: #f7f8f9; color:#E64946; }
.pagination a:hover, .pagination .active a { background-color: #f7f8f9; }

/*.pagination {
	padding: 0px 0px;
	height:auto;
	background-color:#FFF;
	border-top: 1px solid #E7E7E7;	
	margin:0;
	font-size:12px;	
}
.pagination a {
padding: 0;
line-height:inherit;
}

a.page-numbers, span.page-numbers {
	display: inline-block;
	background-color: #FFF;
	float: left;
	border: 0;
	border-right: 1px solid #E7E7E7;
	padding: 10px 15px;	
}

span.page-numbers.current {
	background-color: #f7f8f9;
}
.pagination a:hover,
.pagination .active a {
  background-color: #f7f8f9;
}*/

.custom-with-bg {
	background-color: #2a2a2a; width: 620px; padding: 10px;margin-bottom: 20px;
}

li.custom-with-bg ul.single-post-meta {
	padding-left: 0
}

li.custom-with-bg {
	position: relative
}
li.custom-with-bg .single-post-format-icon {
position: absolute;
right: 10px;
top: 10px


	
}

.top-img {
	display: block;
	width: 40px;
	height: 40px;
	background: url(http://www.burtniekunovads.lv/public/css/img/to-top.jpg) left top no-repeat;
}

.demo-class {
	color: #ccc
}

.demo-class strong {
	color: #fff
}


/* 
   ---------------------------------------------------------------------------------------------------------
	Collapse / Toggles
   ---------------------------------------------------------------------------------------------------------		
*/

[class^="collapse-"] .active, [class*="collapse-"] .active { background-position: 3px -23px; padding-left:26px;}

.col {float: left; width:210px; margin-right:30px;}

.disclaim {margin:10px; padding:10px; background: red;}

[class^="collapse-"] h6, [class*="collapse-"] h6 {
	cursor: pointer;
	background: url('http://www.burtniekunovads.lv/public/css/img/state.png') no-repeat 3px 3px;
	display: block;
	text-decoration: none;
	margin: 0;
	margin-top: 10px;
	padding-left:26px;
	border: 1px solid #E3E4E4;
	font-size: 13px;
	color: #555;
	text-decoration:none;
}

.collapse-crumble { margin-bottom:25px; }

[class^="collapse-"] h6 a, [class*="collapse-"] h6 a { text-decoration:none; height: 25px; display: block; line-height: 25px; color: #aaa;  padding-left: 10px; border-left: 1px solid #E3E4E4;}

.collapse-crumble h6:hover { color: #edeae2; text-decoration:none; }

.toggle-content {
	padding:15px;
	border: 1px solid #E3E4E4;
	border-top: none;
}

 
.adsense-left {
    float: left;
    margin: 0 15px 15px 0;
}

.adsense-right {
    float: right;
    margin: 0 0 15px 15px;
}


/* li Scroller */

/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
	width: 100%; 
	height: 27px; 
	margin: 0; 
	padding: 0;
	overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 10px;
	top: 8px;
	width: 100%;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 1170px;
	font: normal 10px Verdana;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden

}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
		overflow-y: hidden
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;

	font: normal 10px Verdana;
	margin: 0 30px 0 0;
	overflow-y: hidden
} 
ul.newsticker span {
	margin: 0 10px 0 0;
	overflow-y: hidden
} 


/*
	Widgets and Images 
*/

.widget ul { margin-bottom:0; }
.widget form { margin-bottom:0; }

i {
	margin-right: 4px;
}

.widget-post-big-thumb img,
.single-media-thumb img,
.single-media-thumb iframe {
	margin-bottom: 10px
}

.widget-post-small-thumb {
	position:relative;
	float: left;
}
.widget-post-small-thumb img {
	width: 60px; 
	float:left;
	margin-right: 10px;
	margin-bottom: 15px;
}

.box-category {
	background-color: #f1f2f3;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 2px 4px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 11px;
	color: #A8A8A8;
	font-weight: normal;

			-webkit-transition: all 0.2s linear;
			-moz-transition: all 0.2s linear;
			-o-transition: all 0.2s linear;
			-transition: all 0.2s linear;		
	
}

.box-category:hover {
	background-color: #ececec
	
}
li.with-icon {
	padding-bottom: 5px
}

.meta-time, .meta-author, .meta-comments { font-size: 11px; color: #A8A8A8; font-style: italic; margin-left:10px; }
.meta-comments { margin-left:0; }
/*ul.popular-post-widget .meta-comments a, .1column-widget .meta-comments a { color: #A8A8A8; }
ul.popular-post-widget .meta-comments a:hover, .1column-widget .meta-comments a:hover { color: #E64946; }*/
.one-column-widget .meta-comments { margin-right:0px;}
.one-column-widget .meta-time, .two-column-widget .meta-time { margin-left: 3px; }
.meta-comments a { color: #A8A8A8; }
.meta-comments a:hover, ul.popular-post-widget .meta-comments a:hover { color: #E64946; }
.meta-author {}
/*#entry-post .meta-author {float: right;margin-top: 3px; }*/

.meta-time .author-post {
	margin-bottom: 5px !important;
}
.icon-big {
	margin-top: 3px;
}
.widget-info {
/*	display: block; 
	float: left*/
}

span4.margin-30b {
	margin-bottom: 15px
}

li.second-post {
	border-bottom: 1px solid #ececec;
	margin-bottom: 15px;
}


.small-meta {
	float: right;
	font-size: 11px
}

.small-meta.left {
	float: left;
/*	text-transform: uppercase*/

}


/* 
=======================================================================================================================
		*
	*	Social Icons Widget
	*
=======================================================================================================================	
*/

a.aaa {
	display: block;
	width: 32px;
	height: 32px;
	margin-right: 5px;	
	margin-top: 5px;
	line-height:32px;
	font-size:1.2em;
	float: left;
	background-color: #333;
	color:white;
	text-align:center;
}

a.delicious, a.deviantart, a.digg, a.dribbble, a.facebook, a.flickr, a.forrst, a.google, a.lastfm, a.linkedin, a.pinterest, a.rss, a.skype, a.tumblr, a.twitter, a.vimeo, a.youtube, a.instagram 
{
	display: block;
	width: 32px;
	height: 32px;
	margin-right: 5px;	
	margin-top: 5px;
	line-height:0;
	float: left;
	background: url(../images/social-icons_1.png) left top no-repeat;

			-webkit-transition: all 0.2s linear;
			-moz-transition: all 0.2s linear;
			-o-transition: all 0.2s linear;
			-transition: all 0.2s linear;		
	
}

a.dribbble {  background-position: -416px -32px }
a.dribbble:hover { background-position: -416px 0 }

a.facebook { background-position: -384px -32px }
a.facebook:hover {  background-position: -384px 0 }

a.rss { background-position: -160px -32px }
a.rss:hover {  background-position: -160px 0 }

a.twitter { background-position: -64px -32px }
a.twitter:hover {  background-position: -64px 0 }

a.youtube { background-position: 0 -32px  }
a.youtube:hover {  background-position: 0 0 }

a.flickr { background-position: -352px -32px  }
a.flickr:hover {  background-position: -352px 0 }

a.instagram { background-position: -224px -32px  }
a.instagram:hover {  background-position: -224px 0 }

a.vimeo { background-position: -32px -32px  }
a.vimeo:hover {  background-position: -32px 0 }



.top-social-block li a {
	display: block;
	width: 28px;
	height: 28px;
	line-height:0;
	background: url(http://www.burtniekunovads.lv/public/css/img/social-icons.png) 0 -64px no-repeat;

	
			-webkit-transition: all 0.2s linear;
			-moz-transition: all 0.2s linear;
			-o-transition: all 0.2s linear;
			-transition: all 0.2s linear;	
	
}
.top-social-block { padding: 0 20px 20px}
.top-social-block ul { list-style:none; margin:0 15px 0 0; }
.top-social-block ul li { padding:0; float:right; }

.top-social-block li a.youtube-top { background-position: 0 -64px  }
.top-social-block li a.youtube-top:hover { background-position: 0 -92px }

.top-social-block li a.vimeo-top { background-position: -28px -64px  }
.top-social-block li a.vimeo-top:hover { background-position: -28px -92px }

.top-social-block li a.twitter-top { background-position: -56px -64px  }
.top-social-block li a.twitter-top:hover { background-position: -56px -92px }

.top-social-block li a.tumblr-top { background-position: -84px -64px  }
.top-social-block li a.tumblr-top:hover { background-position: -84px -92px }

.top-social-block li a.rss-top { background-position: -112px -64px  }
.top-social-block li a.rss-top:hover { background-position: -112px -92px }

.top-social-block li a.pinterest-top { background-position: -140px -64px  }
.top-social-block li a.pinterest-top:hover { background-position: -140px -92px }

.top-social-block li a.google-top { background-position: -168px -64px  }
.top-social-block li a.google-top:hover { background-position: -168px -92px }

.top-social-block li a.facebook-top { background-position: -196px -64px  }
.top-social-block li a.facebook-top:hover { background-position: -196px -92px }

.top-social-block li a.dribbble-top { background-position: -224px -64px  }
.top-social-block li a.dribbble-top:hover { background-position: -224px -92px }


/* 
=======================================================================================================================
	*
	*	Popular & Recent Posts Widget
	*
=======================================================================================================================	
*/

ul.recent-post-widget,
ul.popular-post-widget { list-style-type: none; margin-left:0; margin: 0 -20px;}

ul.recent-post-widget li,
ul.popular-post-widget li { list-style-type: none; border-bottom: 1px solid #ebeced; padding: 15px 20px; }

ul.recent-post-widget li:first-child img,
ul.popular-post-widget li:first-child img { padding-top: 0 }

ul.recent-post-widget li:first-child,
ul.popular-post-widget li:first-child { border-top: 1px solid #ebeced;  }

ul.recent-post-widget li a,
ul.popular-post-widget li a,
.one-column-widget .post-title a,
.two-column-widget .post-title a {
	color:#2b2b2b;
}
ul.popular-post-widget .meta-comments a { color:#A8A8A8;}

ul.recent-post-widget .category-item a {
	color:#FFF;
}
/*ul.recent-post-widget .category-item a:hover { color:#2F2F2F;}*/
ul.recent-post-widget .category-item { padding: 3px 0px;}
ul.recent-post-widget .meta-time { margin-left:0; display:inline-block;}
ul.recent-post-widget .meta { margin-top:5px;}



.popular-post-widget .post-title a, .recent-post-widget .post-title a { display: inline-block; font-style: italic;}
.popular-post-widget .post-title a:hover,
.recent-post-widget .post-title a:hover,
.one-column-widget .post-title a:hover,
.two-column-widget .post-title a:hover
	{ color:#003E7E; }

.widget-thumb { float:left; }
.widget-thumb a { display:block; }
.widget-thumb img { width: 50px; float: left; margin-right: 10px; }

.comments {
	color:#FFF;
	display:inline-block;
	width:40px;
	height:34px; 
	text-align: center;
	float:left;
	font-size:11px;
}
.comments.comm { background: url('http://www.burtniekunovads.lv/public/css/img/icons/popular-comments.png') left top no-repeat; }
.comments.likes { background: url('http://www.burtniekunovads.lv/public/css/img/icons/popular-likes.png') left top no-repeat; padding-top: 8px; margin-bottom: -8px; }
.comments.views { background: url('http://www.burtniekunovads.lv/public/css/img/icons/popular-views.png') left top no-repeat;padding-top: 6px;margin-bottom: -9px; }

ul.popular-post-widget .comments a { color:#FFF; padding: 4px 0; display:block;}
ul.popular-post-widget .comments a:hover { color:#E64946; }

.popular-post-widget .post-title,
.popular-post-widget .meta,
.recent-post-widget .post-title,
.recent-post-widget .meta { margin-left:55px; overflow-x: hidden; }

.recent-post-widget .post-title { }

.popular-post-widget .meta-comments { float:left; margin-right: 5px; }
.popular-post-widget .meta-time { margin-left:0; }

.widget-one-column-horizontal {  list-style:none; padding-left:8px; margin-left:0; }
.widget-two-column-horizontal { list-style:none; margin-left:0; margin-top: 20px;}
.widget-two-column-horizontal li:last-child a img,
.widget-one-column-horizontal li:last-child a img { margin-bottom:0 !important;}

.colored-border { border-top:5px solid #00ADEE; width:30px; position:absolute; margin-top: -25px; margin-left: -20px; }

/* 
=======================================================================================================================
	*
	*	Recent Comments Standard Widget
	*
=======================================================================================================================	
*/


/* 
=======================================================================================================================
	*
	*	2 Columns List Widget
	*
=======================================================================================================================	
*/

ul.columns-list li {
	border-bottom: 1px dashed #E9EEF4;
	padding: 10px 0
}

/* 
=======================================================================================================================
	*
	*	News Type Icons
	*
=======================================================================================================================	
*/

.news-type {
	float: left;
	margin-right: 10px;
}

.news-type.margin-top {
	margin-top: 3px;
}

.news-type.exclusive {
	background: url(http://www.burtniekunovads.lv/public/css/img/news-type-w-arrows.png) 0 0 no-repeat;
	background-position: 0 0;
	width: 58px;
	height: 21px;
}

.news-type.hot {
	background: url(http://www.burtniekunovads.lv/public/css/img/news-type-w-arrows.png) 0 0 no-repeat;
	background-position: -59px 0;
	width: 33px;
	height: 21px;
}

.news-type.new {
	background: url(http://www.burtniekunovads.lv/public/css/img/news-type-w-arrows.png) 0 0 no-repeat;
	background-position: -92px 0;
	width: 33px;
	height: 21px;
}

.news-type.live {
	background: url(http://www.burtniekunovads.lv/public/css/img/news-type-w-arrows.png) 0 0 no-repeat;
	background-position: -125px 0;
	width: 33px;
	height: 21px;
}


/* 
=======================================================================================================================
	*
	*	Facebook Widgets
	*
=======================================================================================================================	
*/


.fbcomments,.fb_iframe_widget,.fb_iframe_widget[style],.fb_iframe_widget iframe[style],.fbcomments iframe[style],.fb_iframe_widget span {
	width: 100% !important
}

.fb-like-box .fbConnectWidgetTopmost { border:0 !important;}
.facebook-box { border-top: 1px solid #EBECED; padding-top: 10px;}


/* 
=======================================================================================================================
	*
	*	Flickr Widget
	*
=======================================================================================================================	
*/

ul#cbox { list-style-type: none; margin:0; border-top: 1px solid #EBECED; padding-top: 5px; }
ul#cbox li { 
	list-style-type: none; 
	float: left; 
	display: block; 
	margin-right: 10px; 
	margin-top: 10px; 
	border: none;
	padding:0;
/*	width: 60px;
	height: 60px;*/
 }
ul#cbox li:nth-child(3n+3) { margin-right: 0px; }

#wide-sidebar #cbox li:nth-child(3n+3) {margin-right : 10px; }
#wide-sidebar #cbox li:nth-child(4n+4) {margin-right : 0px; }

ul#cbox li a img { 
/*	border: 1px solid #ececec;*/
	display: block;
	width: 70px;
	height: 70px;
 			-webkit-transition: all 0.2s linear;
			-moz-transition: all 0.2s linear;
			-o-transition: all 0.2s linear;
			-transition: all 0.2s linear;		
 }
ul#cbox li a:hover img {
/*	border: 1px solid #999;*/
}



/* 
=======================================================================================================================
	*
	*	Twitter Widget
	*
=======================================================================================================================	
*/

.tweet a { font-style:italic; }
.tweet_list { list-style: none;	overflow-y: hidden; margin:0; }
.tweet_list .awesome,
.tweet_list .epic { text-transform: uppercase; }
.tweet_list li { 
	overflow-y: auto; 
	overflow-x: hidden; 
	display: block; 
	padding: 15px 20px;
	background-color: #fff;
	border-bottom: 1px solid #EBECED;
}
.tweet_text a { font-size:12px}
.tweet_list li:first-child { border-top: 1px solid #EBECED; }
.tweet_list .tweet_even { }
.tweet_list .tweet_odd {  }
.tweet_list .tweet_avatar {  float: left; }
.tweet_list .tweet_avatar img { vertical-align: middle;	}
.tweet_list .tweet_time a { color:#A8A8A8; font-style:italic; font-size:11px; }
.tweet_list .tweet_time a:hover {
	 color: #999;
}
a.tweet_avatar {
	display: block;
	width: 32px;
	height: 32px;
}
.tweet_list li span.tweet_time { display:block; }
.footer .tweet_list li { border-bottom: 1px solid #EBECED; }
.footer .tweet_list li:first-child { border-top: 1px solid #EBECED; }
.tweet_list .tweet_first {  }
a.tweet_avatar { margin-right: 10px; }
.widget .tweet { color: #2b2b2b; font-size:12px; font-style:italic; margin: 0 -20px;}


/* 
=======================================================================================================================
	*
	*	Author Profile Widget
	*
=======================================================================================================================	
*/

.author-inner-block {
	background-color: #fff !important; border:1px solid #ececec; padding:20px;
}
.author-name {
	border-right: 1px dashed #ececec; padding-right:5px; background-color: #f1f2f3; padding: 2px;border-radius: 2px
}
a.author {
	background: transparent url(http://www.burtniekunovads.lv/public/css/img/icons/author-icons.png) 0 0 no-repeat;
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-transition: none;
}

a.author:hover {
	background-color: transparent
}

a.author.twitter-icon { background-position: 0 0 }
a.author.twitter-icon:hover { background-position: 0 -16px }

a.author.flickr-icon { background-position: -16px 0 }
a.author.flickr-icon:hover { background-position: -16px -16px }

a.author.facebook-icon { background-position: -32px 0 }
a.author.facebook-icon:hover { background-position: -32px -16px }

a.author.google-icon { background-position: -48px 0 }
a.author.google-icon:hover { background-position: -48px -16px }

.textwidget img { width:auto; }


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

.video-frame iframe {
	width: 100% !important;
	line-height: 0;
	display: block
}


/* 
=======================================================================================================================
	*
	*	Post Like
	*
=======================================================================================================================	
*/
.post-like{  

}  
  
.like{  
    background:url(http://www.burtniekunovads.lv/public/css/img/icons/heart.png) no-repeat;  
    width: 13px;  
    height: 14px;  
    display: block;  
    float:left;  
    margin-right: 4px;  
    -moz-transition: all 0.2s ease-out 0.1s;  
    -webkit-transition: all 0.2s ease-out 0.1s;  
    -o-transition: all 0.2s ease-out 0.1s  
}  
  
 
.voted .like, .post-like .alreadyvoted, .post-like a:hover .like {  
    background:url(http://www.burtniekunovads.lv/public/css/img/icons/heart-active.png) no-repeat;  
}

.bottom-meta { border-top: 1px dashed #EDEDED; margin-top: 6px; padding-top: 5px; border-style: }

.the-icons { list-style:none; margin:0; }
.the-icons li {
	float: left;
	width: 25%;
	line-height: 25px;
}

/* 
   ---------------------------------------------------------------------------------------------------------
							Ads
   ---------------------------------------------------------------------------------------------------------		
*/

.rwd-google-ads {
	text-align: center;
	border-top: 5px solid white;
	margin: -25px -20px -20px -20px;
}

.entry-ads, .entry-ads-110 { list-style:none; margin:0;}
.entry-ads li { margin-top:20px; }
.entry-ads li:first-child { margin-top:0; }
.entry-ads-110 li { margin-bottom:10px; margin-right:10px; float:left;}
.entry-ads-110 li:nth-child(2n+2) { margin-right: 0px; }
ul.entry-ads-110 { margin-bottom: -10px; }


/* 
=======================================================================================================================
	*
	*	Bootstrap Override
	*
=======================================================================================================================	
*/

.btn { font-size: 12px; }
.btn-primary a, .btn-info a, .btn-success a, .btn-warning a, .btn-danger a, .btn-inverse a, .btn-primary:hover a, .btn-info:hover a, .btn-success:hover a, .btn-warning:hover a, .btn-danger:hover a, .btn-inverse:hover a {
color: white;
}
li { line-height: 18px; }
select, textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], .uneditable-input {
font-size: 12px;}
.icon-gray { background-image: url('http://www.burtniekunovads.lv/public/css/img/-halflings-gray.png'); }
[class^="icon-"], [class*=" icon-"] {
margin-top:0;
margin-bottom: 1px;
}
.comments-title h4 { border-bottom: 1px solid #EBECED; font-weight:normal; }
.widget-title h2 { font-size:20px; text-transform:uppercase; color:#b2b2b2; line-height:20px; font-weight:normal;}

#contacts-form input[type=text], #contacts-form input[type=password], #contacts-form input[type=email], #contacts-form input[type=url] {
	height:auto;
}

#contacts-form i { margin-right: 0px; }
#contacts-form .input-prepend { margin-bottom: 15px; }
#contacts-form form { margin-bottom:0;}
#contacts-form .btn { float:right; font-weight:bold; }
#contacts-form textarea { margin-bottom:15px; }

/* addthis service */
.addthis_button_facebook_like {height: 22px; margin-bottom: 0;}
.addthis_button_tweet { height:22px; }

/*.margin-comments li:first-child .first-comment { padding-top:0; }*/
.textwidget .accordion { margin-bottom:0; }

.accordion-heading .accordion-toggle { font-weight: bold; }

/* sitemap  */
.entry-sitemap h5 { margin-bottom:5px; }
.entry-sitemap ul { margin-bottom:10px; }
.entry-sitemap .posts-name { list-style:none; margin-bottom:40px; }
.entry-sitemap .category-name {list-style:none;margin-bottom: 40px;}
.entry-sitemap .categories img { width:auto; display:inline-block; }
.entry-sitemap .posts-name li ul li, .entry-sitemap .category-name li ul li, .entry-sitemap .pages-name li { padding-bottom:5px; }

.twitter-tweet-rendered { width:100% !important;}
.twt-border {
	_width: 100%!important;
	max-width: 100%!important;
	min-width: 100%!important;
}

.category-ads ins { float:right; }
.depth-2 {margin-top:15px} 
ul.children { list-style: none;}

/* google prettify */
.com { color: #93a1a1; }
.lit { color: #195f91; }
.pun, .opn, .clo { color: #93a1a1; }
.fun { color: #dc322f; }
.str, .atv { color: #D14; }
.kwd, .prettyprint .tag { color: #1e347b; }
.typ, .atn, .dec, .var { color: teal; }
.pln { color: #48484c; }

.prettyprint {
  padding: 8px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
.prettyprint.linenums {
  -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
     -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
          box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}


/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin: 0 0 0 33px; /* IE indents via margin-left */
}
ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 20px;
  text-shadow: 0 1px 0 #fff;
}


/* 
=======================================================================================================================
	*
	*	Responsive Styles
	*
=======================================================================================================================	
*/
@media (max-width: 600px) { 
		#blog-entry .post-entry { width: 232px;} 
		#blog-entry, #post-entry, #page-entry, #blog-entry.homepage { margin-left:0; margin-right:0; }				
}


@media  (max-width: 480px) { 
		.navigation select { display: block; }
		#menu, .cat-posts, .banner, .single-post-sidebar, .top-menu { display:none; }
/*		#blog-entry .post-entry { width: 174px; }		
		#blog-entry, #post-entry, #page-entry, #blog-entry.homepage  { margin-left:0; margin-right:0; }*/
		/* .one-column-widget .single-media-thumb iframe, .two-column-widget .single-media-thumb iframe { height: 150px; } */
		.meta-time { display: block; margin: 5px 0 0 0; }
		.meta-author { margin-left:0; }
}

@media (max-width: 320px) { 
		#blog-entry .post-entry { width: 234px;}
		#blog-entry, #post-entry, #page-entry, #blog-entry.homepage { margin-left:0; margin-right:0; }
		.widget-two-column-horizontal li:last-child a img, .widget-one-column-horizontal li:last-child a img { margin-bottom: 20px !important;}
		#social-counter li { margin-bottom: 20px; }		
}

@media (max-width: 240px) { 
		#blog-entry .post-entry { width: 154px;}
		#blog-entry, #post-entry, #page-entry, #blog-entry.homepage { margin-left:0; margin-right:0; }		
}


@media (max-width: 220px) { 
		#blog-entry .post-entry { width: 134px;} 
}

@media (max-width: 176px) { 
		#blog-entry .post-entry { width: 90px;} 
}



@media (max-width: 767px) { 
		.related-posts-single li { margin-right: 10px; margin-bottom: 10px; }
		.related-posts-single li:last-child { margin-bottom: 0px; }
		.copyright { padding-left: 20px; float: left; }
		.top-social-block { margin-top:10px;}
		.top-social-block ul li { float: left; }
		.top-social-block ul { margin-left: 15px; }
		#menu { display: none; }	
		.navigation select { display: block; }	
		.navigation div.navbar { display: none; }
		#respond form div { width:97%;}
		#respond textarea { width: 97%; }
		.navigation { padding:0 15px; }
		.entry-ads li { margin-top: 0px; margin-right:10px; float: left; }
		.entry-ads-110 li { margin-bottom: 10px; margin-right: 10px !important; float: left; }
		.second-column > div { padding-left:0 !important;  }
		.second-column .widget-title { padding-left:0 !important; }
		ul#cbox li:nth-child(3n+3) { margin-right: 10px;}
		.add-info { float:left; padding-left:20px;}
		.bottom-menu { padding-left:20px;}
		.ticker-wrapper { padding-left:20px !important;}
		.top-menu { display:none;}
		.copyright, .add-info { padding-bottom:20px; padding-top:20px;}
		/* .one-column-widget .single-media-thumb iframe, .two-column-widget .single-media-thumb iframe { height: 250px; } */
		.single-video-post iframe { width: 100%; height: 100%; }
		.one-column-widget .entry-content { margin-bottom:20px;}
		.second-column { margin-top:40px;}
		#mainmenu-block-bg { position:relative !important;}
		.widget-one-column-horizontal { padding-left: 0;}

		/* 2015 */
		.news-ticker, #bann1, #bann2, #bann3, #firstvideo {
			display:none;
		}
}


@media (min-width: 768px) and (max-width: 979px) {
		#menu { display: none; }	
		.navigation select { display: block; }
		.navigation div.navbar { display: none; }
		.related-posts-single li a img { width: 119px; height: 119px; }
		.related-posts-single li{ margin-bottom: 10px; }
		.related-posts-single li:last-child { margin-bottom: 0px; }
		.related-posts-single li:nth-child(odd) { margin-right: 0px; }	
		.recent-title { display:inline-block; }	
		.box-category { display: none; }
		.recent-post-widget .color-meta { display:none; }
		.meta-time { display: block; margin: 5px 0 0 0; }
		.meta-author { margin-left:0; }
		#respond textarea { width: 285px; }
		#search-block #s {width: 60%;}
		.navigation { padding:0; }
		#social-counter li { margin:0 30px 20px 30px; }
		.right-col li { overflow:hidden;}
		#mainmenu-block-bg { position:relative !important;}

		div.span6.first2block {
			margin-left:10px;
		}

		div.menu-top-nav-container > div.clearfix > a {
			float:right;
			margin-right:5px;
		}
}

	/* Portrait tablet to landscape and desktop*/
	@media (min-width: 980px) and (max-width: 1200px) {
		.meta-time {display:inline-block;}
		#respond textarea { width: 285px; }
		#social-counter li { margin-right: 15px; width: 50px; }
		#social-counter .fans {font-size: 10px;}
		#search-block #s {width: 70%;}
		a.behance, a.delicious, a.deviantart, a.digg, a.dribbble, a.facebook, a.flickr, a.forrst, a.google, a.lastfm, a.linkedin, a.pinterest, a.rss, a.skype, a.tumblr, a.twitter, a.vimeo, a.youtube {margin-right: 4px;}	
		ul#cbox li a img {width: 75px;height: 75px;}
		ul#cbox li:nth-child(3n+3) {margin-right : 10px; }
		.navigation { }

		#firstvideo > div {
			min-height:646px;
		}

		div.span6.first2block {
			margin-left:0px;
		}
	}

#author-description { margin-bottom: 60px; }
#author-avatar img { float: left; padding-right:10px}

#block1189 {
	/*background: url(http://www.burtniekunovads.lv/sites/all/themes/burtnieks_v2/images/bg_left_block.png) repeat-x top;*/
	border: 1px solid #c6e4a7;
	-webkit-border-radius: 0 20px 0 20px;
	-khtml-border-radius: 0 20px 0 20px;
	border-radius: 0 20px 0 20px;
	margin: 10px 0;
	padding: 5px;
}

.content1189 #SearchText {
	width:140px;
	height:20px;
	font-size:14px;
	padding:1px;
}	

#calendar td {
	border:1px solid #E5E5E5;
	text-align:center;
	padding:4px 0;
	font-size:14px;
}

label.control-label {
	font-family: 'Abel', sans-serif, Helvetica;
	color:#333;
	font-size:12px;
}

#calendar td a:link {
	color:#003E7E;
	font-weight:bold;
}

a.dome_info {
	font-weight: bold;
	font-family: 'Abel', sans-serif, Helvetica;
	font-size:20px;
}

.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	
	border-bottom: 5px solid black;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	
	border-top: 20px solid #f00;
}

.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	
	border-left: 5px solid black;
}

.arrow-left {
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent; 
	
	border-right:5px solid black; 
}

.table_borders {
    border: 2px solid #8BC53E;
    border-top:10px solid #8BC53E;
    /*-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;*/
    width:100%;
    border-collapse: separate !important;
}

.table_borders td {
    padding:3px;
    border-top:0px;
    border-right:1px solid #8BC53E; 
    border-left:0px;
    border-bottom:0px;
}

.table_borders tbody tr:nth-child(even) {
    background: #CFFFBF;     
}

$(".table_borders tbody tr:even").addClass('alternate');

.alternate {
    background: #CFFFBF;     
}

/* FLAT */
@font-face {
   font-family: "Flaticon";
   src: url("../flat/flaticon_1.eot");
   src: url("../flat/flaticon.eot") format("embedded-opentype"),
   url("../flat/flaticon_1.woff") format("woff"),
   url("../flat/flaticon_1.ttf") format("truetype"),
   url("../flat/flaticon_1.svg") format("svg");
   font-weight: normal;
   font-style: normal;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
   font-family: Flaticon;
   font-style: normal;
   margin-right: 4px;
   color:#333;
}

.flaticon-foto:before {
   content: "\e002";
}
.flaticon-video:before {
   content: "\e003";
}

/* TIC mob platums */

@media(min-width:100px) and (max-width:890px)
{
	.doublebr {
		clear:both;
	}
}

@media print {
    div.add-info {
        display:none;
    }
}


ul.nav li {
	list-style-type: none;
}