/*

Theme Name: Planographic Theme Responsive

Theme URI: http://www.dessign.net/planographic/

Description: Planographic Responsive Theme for WordPress is stylish, customizable, simple, and readable. Perfect for any illustrator, designer and blogger. 

Version: 2.0

Author: Marios Lublinski

Author URI: http://www.dessign.net

Tags: 3 column theme, clean, portfolio, blogger

*/

input {
  -webkit-appearance: none;  // remove shadow in iOS
  @include border-radius(0);  // remove border-radius in iOS
  border-radius: 0;
  moz-appearance: none;
  appearance: none; 
}

ul, li{ list-style:none;margin:0px;padding:0px;}
h2{font-size:24px;color:#4a4a4a;font-family: 'Lato', sans-serif;padding:10px 0px;text-transform: uppercase;}
h3{font-size:20px;color:#4a4a4a;font-family: 'Lato', sans-serif;padding:10px 0px;text-transform: uppercase;}
p{font-size:13px;color:#4a4a4a !important;font-family: 'Lato', sans-serif;padding:0px 0px 0px;}

.alignnone {
 margin: 5px 20px 20px 0;
}
.aligncenter,  div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.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 {
	margin: 0;
	padding: 0 4px 5px;
}

.wp-pagenavi
{
padding: 30px;
width: auto;
margin: 0 auto;
text-align: center;
}
/* Global */


body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	color: #4a4a4a;
	overflow-x:hidden;
	-moz-box-sizing:content-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	background-color:#e8e8e8;
}
h1, h2, h3, h4, h5, p {
	margin: 10px 0;
}
img {
	border: none;
}
p {
	line-height: 18px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
a {
	color: #4a4a4a;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color:#222;
}
#main_container {
	/*width:75%;
	padding:10px 35px; 
	margin:20px auto;
	background-color: #fff;*/
	
	width: 964px;
	padding: 0 30px 5px;
	background-color: #fff;
	margin: 20px auto;
}
/* Header */

#wprmenu_menu ul li a , #wprmenu_menu ul li a:hover
{
text-transform: uppercase !important;
font-size: 12px !important;
}

#wprmenu_menu.wprmenu_levels ul li
{
border-top: 1px dotted #BFBFBF !important;
}

.header_top_cont {
	padding-bottom: 10px;
	border-bottom: 1px dotted #BFBFBF;
}
.top_menu_cont {
	float: left;
}
.top_menu_cont ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.top_menu_cont ul li {
	float: left;
	margin-right: 20px;
	font-size: 12px;
}
.top_menu_cont ul li a {
	display: block;
	padding-top: 15px;
	border-top: 1px solid #fff;
	color: #9c9c9c;
	text-decoration: none;
	text-transform: uppercase;
}
.top_menu_cont ul li a:hover {
	border-top: 1px solid #ff7700;
	color: #ff7700;
}
.top_menu_cont ul li.current-menu-item a, .top_menu_cont ul li.current_page_item a {
	border-top: 1px solid #ff7700;
	color:#ff7700;
}
.top_menu_cont ul li:last-child {
	margin-right: 0;
}
.top_social_cont {
	float: right;
}
.top_social_cont ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.top_social_cont ul li {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
.top_social_cont ul li:last-child {
	margin-right: 0;
}
.header_mid_cont {
	padding: 25px 0px;
}
.logo {
	float: left;
}
.header_tagline {
	float: right;
	padding-top: 15px;
	font-size: 15px;
	width: 27%;
	text-align: right
}
.cat_menu_cont {
	padding: 10px 0 10px;
	border-bottom: 1px dotted #BFBFBF;
	border-top: 1px dotted #BFBFBF;
}
.cat_menu_cont ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.cat_menu_cont ul li {
	float: left;
	font-family: 'Lato', sans-serif;
	background: url('images/menu-divider.jpg') no-repeat;
	background-position: center right;
}
.cat_menu_cont ul li a {
	display: block;
	color: #9c9c9c;
	font-size: 12px;
	text-decoration: none; font-family: 'Lato', sans-serif;
	padding: 1px 10px;
	text-transform: uppercase;
	font-weight:300;
}
.cat_menu_cont ul li a:hover {
	color: #ff7700;
	/*background-color: #5e5e5e;*/
}
.cat_menu_cont ul li.current-menu-item a, .cat_menu_cont ul li.current_page_item a,{
	color: #f88200;
}
.top_menu_cont.current-menu-parent a {
	color: #f88200 !important;
	border-top: 1px solid #ff7700 !important;
}
.sub-menu {display:none;padding-bottom: 10px !important;}
.menu-item:hover > .sub-menu
{
	display:block;
	position:absolute;
	background: #818286;
	
}
.sub-menu li 
{ 
float:none !important; 
width: 115px;
display: block;
line-height: 50%;
text-decoration: none;
color: #fff;
padding: 5px 10px;
font-weight: normal;
}

.sub-menu li  a { 
color:#fff !important;
padding-top:5px !important;
border-top: 0px solid #000 !important;
font-size: 9px;
}

.sub-menu li  a:hover
{
border-top: 0px solid #000 !important;
color:#ddd !important;
}

#trending_li
{
background:none;font-size:13px;font-weight: bold;
}
/* Content */



#slider_container {
	padding: 25px 0;
	border-bottom: 1px dotted #D3D3D3;
}
#slideshow {
	background: url('images/slideshow-back.jpg') repeat;
	height: 345px;
	position: relative;
}
#slideshow .slide_cont {
	display: none;
}
#slideshow .active {
	display: block;
}
.slide_cont {
	display: block;
	text-decoration: none;
	cursor: pointer;
}
.slide_cont img {
	float: left;
	height: 345px;
	width: 467px;
}
.slide_desc {
	float: right;
	width:55%;
	position:relative;
	height:320px;
	background-size: 120% 120%;
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.8);
}

.slide_content 
{	
	margin:60px;
	padding-top:50px;
	width:75%;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	color: #9c9c9c;
	text-align: center;
}

.slide_desc p {
	line-height: 20px;
	font-weight: 300;
	font-size: 17px;
	margin-top: 0px;
	color:#fff !important;
}
.slide_desc .pro_cat {
color: #ff7700;
text-transform: uppercase;
font-size: 14px;
}
.slide_desc h3 {
	margin-top: 0;
	margin-bottom:0px;
	padding-bottom:0px;
	font-size: 22px;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight:300;
}
.slide_prev {
	position: absolute;
	top: 150px;
	left: 15px;
	cursor: pointer;
}
.slide_next {
	position: absolute;
	top: 150px;
	right: 15px;
	cursor: pointer;
}
.home_post_box {
	display: block;
	width: 31.6%;
	float: left;
	margin: 20px 25px 5px 0;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
}

.home_post_box:nth-child(3n)
{
	margin-right:0px;
}

.home_post_box img, .home_post_img_cont {
	width: 100%;
}
.home_post_box h3 , b.p_title, .p_title a{
	font-size: 15px !important;
	color: #5e5e5e !important;
	padding: 0px;
	margin-bottom: 0px;
	font-weight:normal;
	line-height: 14px;
}
b.p_title { text-transform: uppercase; }
.home_post_box p {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #000 !important;
	line-height: 14px;
	font-weight:300;
	margin-top:0px;
}
.home_post_box .home_post_cat {
	font-size: 10px;
	#e8e8e8;
}

.home_post_cat a ,.home_post_cat, .session ul li .loop-cat a  
{
	text-transform:uppercase;
	color:#ff7700;
	font-weight: normal;
}

.home_post_box_last {
	margin-right: 0;
}
.home_post_divider {
	border-bottom: 1px dotted #D3D3D3;
}
#single_left {
	float: left;
	width: 72%;
	margin-top: 15px;
	/*font-size: 16px;*/
	font-family: 'Lato', sans-serif;
	color: #9c9c9c;
}
.section_heading_h1 {
	margin-top: 0;
	margin-bottom: 20px;
	font-family: 'Lato', sans-serif;
	font-size: 16px !important;
	color: #9c9c9c !important;
	font-weight: normal;
	text-transform: uppercase;
}

.section_heading_h1 a
{
text-transform: uppercase;
font-weight: 300;
color: #ff7700;
}

#single_left_sorting {
	float: left;
	width: 50%;
	margin-top: 15px;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	color: #9c9c9c;
}
#single_right_sorting {
	float: left;
	width: 50%;
	margin-top: 15px;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	color: #9c9c9c;
	text-align: right;
}
#single_right_sorting input , #single_right_sorting a  , #sort_by_alpha a , .wpcf7-submit , .wp-pagenavi a, .wp-pagenavi span{
background: #bcbdc1;
padding: 5px;
color: #fff;
font-size: 11px;
border:0px;
}
#single_right_sorting input:hover , #single_right_sorting a:hover , .wpcf7-submit:hover ,#single_right_sorting a.active , .wp-pagenavi a:hover , .wp-pagenavi span.current{ background: #ff7700;cursor:pointer;}
#single_right_sorting select {
padding: 3px;
font-size: 11px;
color: #ff7700;
text-transform: uppercase;
}

#sort_by_alpha
{
clear: both;
width: 70%;
margin: 0 auto;
padding: 30px 0px;
}

#sort_by_alpha a
{
margin:0px 2px;
}

#sort_by_alpha a:hover , #sort_by_alpha a.active
{
background:#ff7700;
}

.blog_box {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #D3D3D3;
}
.blog_box img, .blog_box_img_cont {
	width: 660px;
	height: 422px;
}
.blog_box h3 {
	font-size: 18px;
	color: #5e5e5e;
	font-family: 'Lato', sans-serif;
}
.blog_box h3 a {
	color: #5e5e5e;
	text-decoration: none;
}
.blog_box h3 a:hover {
	text-decoration:none;
	color: #ff7700;
}
.blog_box p {
	font-size: 18px;
	color: #9c9c9c;
	font-family: 'Lato', sans-serif;
	line-height: 20px;
}
.blog_nav_cont {
	padding: 20px 0;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
}
.blog_nav_cont a {
	text-decoration: none;
	color: #9c9c9c;
}
.blog_nav_cont a:hover {
	text-decoration: underline;
}
#commentform input[type=submit] {
	background-color: #161616;
	color: #fff;
	border: 1px solid #6E6E6E;
	padding: 3px 5px;
}
/* Sidebar */



#sidebar {
	float: right;
	width:26%;
	margin-top: 35px;
}
.side_box {
	margin-bottom: 25px;
	color: #666;
}
.side_box h3.side_title {
font-family: 'Lato', sans-serif;
font-size: 16px !important;
color: #9c9c9c !important;
font-weight: 300;
border-bottom: 1px dotted #ccc;
padding-top: 15px;
margin-bottom: 5px;
}
.side_box a {
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
}
.side_box a:hover {
	text-decoration: underline;
}
.side_box ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.side_box ul li {
	margin-bottom: 10px;
	padding: 0 2px;
}
.t1_search_cont {
	position: relative;
	width: 250px;
}
.t1_search_cont input[type=text] {
	width: 230px;
	height: 17px;
	border: 1px solid #E5E5E5;
	padding: 3px 15px 3px 5px;
}
.t1_search_icon {
	position: absolute;
	top: 6px;
	right: 3px;
}
.textwidget {
	padding: 0 10px;
}
/* Footer */



#footer {
	width: 100%;
	margin: 0 auto;
	text-align: right; text-align:center;
	font-size: 10px;
	color: #333;
}
#footer a {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.desktop_div {
	display: block;
}
.ipad_div {
	display: none;
}

/* Browser Resets
*********************************/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
 font-family: 'flexslider-icon';
 src:url('fonts/flexslider-icon.eot');
 src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),  url('fonts/flexslider-icon.woff') format('woff'),  url('fonts/flexslider-icon.ttf') format('truetype'),  url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
 font-weight: normal;
 font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	margin:0px;
	background: #fff;
	border: 5px solid #fff;
	position: relative;
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .2);*/
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
	text-decoration:none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
	text-indent:100000px;
}
.flex-direction-nav .flex-prev {
	left: -50px;
}
.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
}
.flexslider:hover .flex-prev {
	opacity: 0.7;
	left: 10px;
	background:url(../images/right-arrow.png) no-repeat left top;
	width:46px;
	height:103px;
}
.flexslider:hover .flex-next {
	opacity: 0.7;
	right: 10px;
	background:url(../images/left-arrow.png) no-repeat left top;
	width:46px;
	height:103px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter:alpha(opacity=0);
	cursor: default;
}
.flex-direction-nav a:before {
	font-family: "flexslider-icon";
	font-size: 40px;
	line-height:1;
	display: inline-block;
	content: '\f001';
}
.flex-direction-nav a.flex-next:before {
	content: '\f002';
}
/* Pause/Play */
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}
.flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}
.flex-pauseplay a:hover {
	opacity: 1;
}
.flex-pauseplay a.flex-play:before {
	content: '\f003';
}
/* Control Nav */
.flex-control-nav {
	position: absolute;
	bottom:20px;
	text-align: center;
	right:20px;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

.program_widget
{
padding-top: 15px;
margin-bottom: 5px;
font-weight:300;
}
 
.sponsorBoxContainer {
	width:100%;
	float:left;
	margin-bottom: 10px;
}
.sponsorboxHolder {
	width: 100px;
	float: left;
	margin-right: 8px;
	border: 5px solid #fff;
	margin-bottom: 8px;
}
.notesHolder{ padding-bottom:20px; float:left; width:100%;}
.notesHolder a{background:#828186;padding:5px 10px;color:#fff;font-size:11px;margin-top:5px;display:block;float:left;}

.downloadHolder{width:100%;float:left;padding-bottom:20px;}
.downloadHolder ul{width:100%;float:left;}
.downloadHolder ul li{width:100%;float:left;border-bottom:1px dotted #ccc;padding:3px 0px;}
.downloadHolder ul li img{ float:right;}
.related_media a{ font-size: 10px;color: #9c9c9c;text-transform: uppercase;}
.border-bottom {border-bottom:1px dotted #ccc;}
.container{width:100%;float:left;margin-bottom: 20px;}
.container-left{width:30%;float:left;padding-top:5px; padding-bottom:5px; }
.container-participant-left{width:23%; margin-right:2%;float:left;padding-top:5px; padding-bottom:5px; border-top: 1px dotted #9c9c9c;}
.container-participant-left.supporter{width:45%;margin-right:10%;}
.container-participant-left.supporter:nth-child(even) {margin-right:0px;}
.container-participant-left a:hover{color:#ff7700;}
.container-participant-left:nth-child(-n+4){border-top: 0px dotted #9c9c9c;}
.container-participant-left a, .container-left a, .sponsorBoxContainer a
{ 
font-size: 12px;
color: #9c9c9c;
text-transform: uppercase;
line-height: 15px;
}

.custom-border
{

padding: 10px;
border: 1px solid #f88200;
margin: 10px 0px;
width:90% !important;

}

.custom-border h3 {padding-top:0px !important;}

.participant_country{text-transform: capitalize !important;font-style: italic;font-size: 10px;}
.container-left li{width:100%;float:left;border-bottom:1px dotted #ccc;padding:5px 0px;font-size:10px;color: #9c9c9c;text-transform: uppercase;word-break: break-word;}
.container-left span{padding:3px 3px;color:#f88200;font-size:10px;/*display:inline-block;*/font-family: 'Lato', sans-serif;text-transform: uppercase;font-weight:800;padding-left: 0px;}
.contact-us ul li span { display: inherit;}
.container-right-tag { background:#ccc;padding:3px 3px;color:#fff;font-size:7px;display:inline-block;font-family: 'Lato', sans-serif;text-transform: uppercase;margin-right: 7px;font-weight:800; }
.container-left li a, .sponsorBoxContainer a{font-family: 'Lato', sans-serif;font-size:10px;}
.container-left li a:hover, .sponsorBoxContainer a:hover{color:#ff7700;}
.container-right{width:66%;float:right;}
.container-right h2 {line-height: 25px;}
a.share{background:#828186;padding:5px 10px;color:#fff;font-size:11px;margin-top:5px;display:block;float:left; border:none;margin-top:20px; font-family: 'Lato', sans-serif;}

.relatedPrograme{width:100%;float:left;border-top:1px dotted #ccc;}
.relatedPrograme ul{width:100%;float:left;}
.relatedPrograme ul li{width:32%;float:left;margin-right:9px;margin-bottom:10px;}
.relatedPrograme ul li img {width:100%;}


.footer{width:100%;padding:20px 0px;margin-top:20px;border-top: 1px dotted #D3D3D3;}
.footerInner{margin:0px auto;overflow:hidden; padding:0px 0px;}
.footerInner-left{width:70%;float:left;}
.footerInner-left h3{font-size:12px;color:#9c9c9c;padding:0px; margin:0px;}
.footerInner-left ul{float:left;width:24%;padding-right:1%;}
.footerInner-left ul li{float:left;width:100%;padding:1px 0px;}
.footerInner-left ul li a{ font:10px Lato, sans-serif;color:#9c9c9c;text-transform:uppercase;}
.footerInner-left ul li a:hover{color:#ff7700}

.footerInner-right{width:30%;float:left;}
/*.footerInner-right ul{padding:10px 0px;float:left; width:100%; padding-top:40px;}
.footerInner-right ul li{ float:left; padding:0px 5px;}*/
.footerInner-right h3{font:bold 14px Lato,sans-serif;color:#333; margin-bottom:10px; padding:0px;}
.searchHolder{ width:99%;}
.searchHolder input[type="text"] , #searchform input[type="text"] {width:87%;float:left;background:#fff;border:1px solid #b0b0b0; height:22px; margin-top:0px;}
.searchHolder input[type="submit"]{float:left;background:#4a4a4a;color:#fff; border:none; padding:5px;height:27px;font:11px Lato, sans-serif; cursor:pointer;}

.supporterHolder{width:100%;padding-top:40px;}
.supporterHolder ul{width:100%;float:left;}
.supporterHolder li{width:18%!important;margin-right:15px;float:left;text-align:center;}
.supporterHolder li img {width:100%;}

.footerInner-right p{ font:12px Lato, sans-serif; padding-top:20px; float:left; width:100%;}
.copyright {text-align: right;font-weight: 300;font-size: 10px;}
/* Programme List View */

.programmeContainer{width:100%;}
.programmeContainer h1{font-size:24px;color:#4a4a4a;font-family: 'Lato', sans-serif;padding:10px 0px;}

ul.tabsHolder{width:100%;}
ul.tabsHolder li{float:left; padding-right:5px; padding-bottom:10px;}
ul.tabsHolder li a{background:#bcbdc1;padding:5px; color:#fff; font-size:11px; float:left;}
ul.tabsHolder li a:hover, ul.tabsHolder li a.active{background:#ff7700;}

ul.programmeNameListing{width:100%; float:left;}
ul.programmeNameListing li{width:47%;float:left;margin-right:3%;height:145px;/*overflow: hidden;*/}
ul.sidebar-programmeNameListing li{width:100%;float:left;}
ul.programmeNameListing li:nth-child(even) {float:right;margin-right:0px;}
ul.programmeNameListing li dl{width:100%;float:left;}
ul.programmeNameListing li dl dt{width:100%;float:left;margin:0px;}
ul.programmeNameListing li dl dt p{ width:100%; font-size:12px;margin-bottom: 10px;}
ul.programmeNameListing li dl dt p b{font-size:14px;clear:right;text-transform:uppercase;}
/*ul.programmeNameListing li dl dt p span{font-size:9px;background:#bcbdc1;padding:2px 5px; display:inline-block;margin-right:5px; color:#fff;line-height:8px;}*/
.sidebar-loop-item { border-bottom:1px dotted #ccc; }
.sidebar-loop-item b { text-transform:uppercase; }
.sidebar-loop-item:nth-last-child(1) { border-bottom:none; 
}
a.patch
{
background: #818286;
padding: 2px;
color: #fff;
font-size: 8px;
margin-right: 3px;
text-transform: uppercase;
font-weight: bold;
/* margin-top: 9px; */
display: inline-block;
line-height: 10px;
}

span.excerpt
{
line-height:14px;
margin-top: 4px;
display: block;
height: 40px;
overflow: hidden;
max-height: 50px;
}

.loop-item
{
border-top: 1px dotted #D3D3D3;
}

.loop-item:nth-child(-n+2) {border-top:0px;}

.loop-cat
{
font-size:10px;
}

ul.programmeNameListing li dl dt img{float:left; margin-right:10px; margin-bottom:10px;height:100px;}
ul.programmeNameListing li dl dt img{margin-top: 7px;}
ul.viewHolder{float:right;padding: 10px 0px}
ul.viewHolder li{float:left; padding-right:10px;}

ul.viewHolder .grid_mode {
background:url('images/icon/Grid-inactive.png');
width: 25px;
height: 16px;
display: block;
}

ul.viewHolder .grid_mode:hover {
background:url('images/icon/Grid-active.png');
width: 25px;
height: 16px;
display: block;
}

ul.viewHolder .list_mode {
background:url('images/icon/List-inactive.png');
width: 25px;
height: 16px;
display: block;
}

ul.viewHolder .list_mode:hover {
background:url('images/icon/List-active.png');
width: 25px;
height: 16px;
display: block;
}

section.slider
{
 margin-bottom:15px;
}

h2#program_title
{
margin-top: 0px;
padding-top: 0px;
margin-bottom:0px;
padding-bottom:0px;
}

.section_heading h3
{
float: left;
color: #9c9c9c;
margin-top: 0px;
font-weight: normal;
padding-top: 4px;
font-size: 16px;
margin-bottom: 0px;
padding-bottom: 0px;
}

.section_heading a
{
float: right;
margin: 7px 0px;
text-transform: uppercase;
font-size: 10px;
color: #9c9c9c;
}

a.static_hover:hover
{
  opacity:0.5;
}

input[type="image"]{
    float: left;
    height: 26px;
    width: 10%;
}

.grid-loop
{
position:relative;
float:left;
width:24.58%;
margin:2px;
}
.sidebar-grid-loop
{
position:relative;
float:left;
width:100% !important;
}

.grid-loop .item-title,  .realated-prog .item-title
{
position: absolute;
display: none;
top: 0%;
background: #ff7700;
color: #fff;
text-align: center;
padding: 4%;
width: 92%;
height: 49%;
/* margin: 0px 12px; */
text-transform: uppercase;
font-weight: bold;
vertical-align: middle;
padding-top: 35%;
}

.grid-loop:hover .item_title
{
display:block;
}



/*********************************** ISOTOPE CSS ******************/

.isotope-item {
    z-index: 2;
}
 
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
 
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
 
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}
.border-bottom-dotted { border-bottom:1px dotted #9c9c9c; height: 15px; margin-bottom: 15px; }
.sponsor-patch { background: #818286; padding: 5px 10px; color: #fff; font-size: 13px; font-weight: 700; }
.sponsor-supporter-border { padding-top: 10px; padding-bottom: 10px; border-bottom: 1px dotted #9c9c9c; margin-right: 3%; }
.tabsHolder li a.current { background: #818286; }
.viewHolder li a.grid { background: url('images/icon/Grid-active.png'); }
.viewHolder li a.list { background: url('images/icon/List-active.png'); }
#ajaxsearchpro1_1 .prosettings, #ajaxsearchpro2_2 .prosettings { border-left:1px solid #ccc !important;}
#ajaxsearchprosettings1_1{ top: 120px !important; left: 955.5px !important; }
#ajaxsearchprosettings2_2 { top: 985px !important; left: 955.5px !important; }
.orig {border:none;}

/* AddThisEvent */
.addthisevent-drop{display:inline-block;position:relative;z-index:999998;font-family:'Lato',sans-serif;color:#333;text-decoration:none;font-size:14px;text-decoration:none;}
.addthisevent-drop:hover {color:#ff7700;text-decoration:none;}
.addthisevent-selected {}
.addthisevent_dropdown {display:none;width:150px;position:absolute;z-index:99999;padding:6px 0px 0px 0px;background:#818286;text-align:left;display:none;margin-top:4px;margin-left:-1px;border-top:1px solid #c8c8c8;border-right:1px solid #bebebe;border-bottom:1px solid #a8a8a8;border-left:1px solid #bebebe;-moz-border-radius:2px;-webkit-border-radius:2px;-webkit-box-shadow:1px 3px 6px rgba(0,0,0,0.15);-moz-box-shadow:1px 3px 6px rgba(0,0,0,0.15);box-shadow:1px 3px 6px rgba(0,0,0,0.15);}
.addthisevent_dropdown span {width:150px;display:block;line-height:110%;text-decoration:none;font size:12px;color:#fff;padding:8px 10px 9px 15px;font-weight: normal;}
.addthisevent_dropdown span:hover {text-decoration:none;color:#ff7700;}
.addthisevent span {display:none!important;}
.addthisevent-drop ._url,.addthisevent-drop ._start,.addthisevent-drop ._end,.addthisevent-drop ._summary,.addthisevent-drop ._description,.addthisevent-drop ._location,.addthisevent-drop ._organizer,.addthisevent-drop ._organizer_email,.addthisevent-drop ._facebook_event,.addthisevent-drop ._all_day_event {display:none!important;}
.addthisevent_dropdown .copyx {display:none !important;width:200px;height:21px;display:block;position:relative;cursor:default;}
.addthisevent_dropdown .brx {width:180px;height:1px;overflow:hidden;background:#e0e0e0;position:absolute;z-index:100;left:10px;top:9px;}
.addthisevent_dropdown .frs {position:absolute;top:5px;cursor:pointer;right:10px;padding-left:10px;font-style:normal;font-weight:normal;text-align:right;z-index:101;line-height:110%;background:#fff;text-decoration:none;font-size:9px;color:#cacaca;}
.addthisevent_dropdown .frs:hover {color:#ff7700;}
.addthisevent {visibility:hidden;}

.share_links {
    display:none;
	z-index:999;
	position:absolute;
	top:10px;
	left:0px;
	background-color:#818286;
	margin-top: 4px;padding: 8px 15px 9px 15px;
	-webkit-box-shadow: 1px 3px 6px rgba(0,0,0,0.15);
	-moz-box-shadow: 1px 3px 6px rgba(0,0,0,0.15);
	box-shadow: 1px 3px 6px rgba(0,0,0,0.15);
}
.share_links a
{
float: left;font-size:10px;
padding: 4px;
width: 100%; text-transform:uppercase;

color:#fff;
}

.share_links a:hover{
color: #ff7700;
}

.share_me
{
width: 45px;
float: left;
position:relative; 
padding-top:0px; 
}

.ui-tooltip {
    padding:5px;
	background: #818286;
    color:#fff;
    font: bold 8px "Lato", Sans-Serif;
    text-transform: uppercase;
	border:none;
	border-radius:0px;
    /* box-shadow: 0 0 7px black; */
  }
  
#wprmenu_bar .bar_logo {float:right;}
#wprmenu_menu.wprmenu_levels ul li ul li {
padding: 10px 0px 0px 45px;
}
.searchsettings { background:#818286 !important;box-shadow: none !important; border-radius: 0px !important;}
.searchsettings .label { color:#fff !important;text-transform: uppercase;font-size: 10px !important; }
.searchsettings .option label:after { border:3px solid #fff !important; border-right: none !important; border-top: none !important; }
.searchsettings .option label { background: none !important; border: 2px solid #fff !important; }
.item-title .prog-hover-title { color:#fff !important;}
.item-title .prog-hover-cat{ text-align: center; font-size: 9px; color:#fff; }
.not-found { color: #9c9c9c !important; text-transform: uppercase; font-size: 20px; }
.sv_icons { background: #b0b0b0; font-size: 14px; padding: 4px; border-radius: 3px; color: #fff;}
.sv_icons:hover { background:#ff7700; }
.sv_opp_title { text-transform:capitalize !important; }

.wpcf7-form-control{width:100%;}
.wpcf7-submit {width:auto !important;}
img.size-full , .alignnone{width:100%;}
.recent_loop_item { border-bottom: 1px dotted #ccc;margin-bottom: 5px; }
.recent_loop_item:nth-last-child(1) { border-bottom:none; }
.recent_loop_item  p { margin: 5px 0 5px 0; line-height:15px !important; text-transform:capitalize !important; }
.page_title_heading { font-weight:500 !important; }
.sv_twitter{ background:#55ACEE !important; }
.sv_facebook {background:#3B5998 !important;}
.sv_google { background:#BB3E32 !important; }
.sv_dribble { background:#ED6B9D !important; }
.sv_pintrest { background:#CB2026 !important; }
.sv_instagram { background:#437197 !important; }
.sv_youtube { background:#CC181E !important; }
.padding-bottom15{ padding-bottom: 15px; }
#owl-home .owl-controls .owl-pagination 
	{
/* right: 44%; */
position: absolute;
bottom: 25px;
width: 77%;
float: right;
text-align: right; }

#owl-programme .item img {width:100%}
.heighlight_content{ background: #f1f1f1; padding: 15px 10px 10px 10px; height: 100px; }
.heighlight_content h3{ margin-top:0px !important; }
.heighlight_label{ position: absolute; background: #ff7700; padding: 3px 10px; z-index: +999; }
.heighlight_label a { color:#fff; text-transform:uppercase !important; }
.opp_loop_contain { width:100%; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dotted #BFBFBF; }
.opp_left { float:left; width:25%; }
.opp_right{ float:right; width:70%; }
.opp_loop-cat{ font-size:13px; }
.session img{ width:100%; }
.session .prog-hover-title { font-size:12px !important; } 
.session .prog-hover-cat a { color:#fff !important; }
.masonary_blog_content { padding: 10px 20px; text-align: center;}
.masonary_blog_content .excerpt{margin-bottom: 5px;}
.single_content a:hover{ color:#ff7700; }
.rlt_session_left{ float:left; width:35%; }
.rlt_session_right{ float:right; width:62%; }
.rlt_session{ margin-bottom: 15px;
border-bottom: 1px dotted #ccc;
padding-bottom: 15px; }
.mrgn_top10{ margin-top:10px; }
/* Masonary Blog CSS */

.masonry { /* Masonry container */
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
}

.item { /* Masonry bricks or child elements */
    background-color: #f1f1f1;
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
}

@media only screen and (min-width: 400px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 700px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 900px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

@media only screen and (min-width: 1100px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

@media only screen and (min-width: 1280px) {
    .wrapper {
        width: 1260px;
    }
}
@media only screen and (max-width: 767px) {
    .portfolio_popup{
		width: 340px !important;
	}
}
.tos-caption{display: none;}
.width50{width: 50% !important; float: left;}
.portfolio_popup { display:none;width: 650px;    top: 80px !important;}
 .owl-portfolio .item{   
    border: 2px solid #fff;
	width: auto;
	margin: 0 0 3em;
} 
.owl-portfolio .item img{object-fit: cover;}
.mh-details {
    position: absolute;
    bottom: 0;
}
.mh-details span {
    display: inline-block;
    width: 100%;
	color: #fff;
}
span.button.b-close {
    position: absolute;
    right: 0;
    bottom: 5px;
    color: #fff;
    font-size: 25px;
	cursor: pointer;
}
.mh-details .mh-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}
.mh-details .mh-number {
    display: block;
    clear: left;
    font-size: 12px;
    color: #d4d4d4;
}
.owl-portfolio .owl-pagination {
    display: none;
}
.owl-buttons .owl-prev {
    float: left !important;
    margin-left: 10px !important;
    background: url(http://khojworkshop.org/wp-content/uploads/2017/08/prev.png) no-repeat left top !important;
    height: 65px !important;
    width: 60px !important;
    text-indent: -9999px !important;
}
.owl-buttons .owl-next {
    float: right !important;
    margin-right: -3px !important;
    background: url(http://khojworkshop.org/wp-content/uploads/2017/08/next.png) no-repeat left top !important;
    height: 65px !important;
    width: 60px !important;
    text-indent: -9999px !important;
}
img.mh-img {
    width: 100%;
}
.iLightbox-media img {
    border: 5px solid #fff !important;
	max-height: 250px;
  margin-bottom: 10px;
}
.fancybox-opened .fancybox-title {
    width: 80%;
    float: left;
}