.html5-video-player{
  background-color: #fff;
}

/*
Theme Name: Portfolio Responsive Theme
Theme URI: http://www.dessign.net/portfoliotheme
Description: Portfolio Responsive Theme for WordPress is stylish, customizable, simple, and readable. Perfect for any creative, illustrator or graphic designer. 
Version: 2.0
Author: Marios Lublinski
Author URI: http://www.dessign.net
Tags: 3 column theme, clean, portfolio
*/
/* =WordPress Core
-------------------------------------------------------------- */
.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;
}
/* Global */
body, div { margin: 0; padding: 0; }
body { font-size: 12px; font-family: 'Heebo', sans-serif; font-style: normal; font-weight: normal; letter-spacing: 1px;  color: #313131; background-color: #fff; line-height: 18px;}
h1,h2,h3,h4,h5,p { margin: 10px 0; }
a { color: #333; text-decoration: none; transition: background 0.3s ease 0s, color 0.3s ease 0s; }
a:hover { color:#888;  }
.no_margin_top { margin-top: 0 !important; }
.margin_top_25 { margin-top: 25px; }
.margin_vert_20 { margin: 20px 0; }
.margin_vert_25 { margin: 25px 0; }
.padding_bottom_10 { padding-bottom: 10px !important; }
.text_center { text-align: center; }
img { border: none; }
/*p { line-height: 22px; }*/
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
sup { font-size: 11px; }
.line_height_22 { line-height: 22px !important; }
.font_10 { font-size: 10px !important; }
.font_11 { font-size: 11px; }
.font_14 { font-size: 14px; }
.font_17 { font-size: 17px; }
.font_18 { font-size: 18px; }
.font_28 { font-size: 28px; line-height: 30px; }
.font_42 { font-size: 42px; }
.font_normal { font-weight: normal; }
.float_none { float: none !important; }
::selection {
	background: #f2664f; 
	}
::-moz-selection {
	background: #f2664f; 
}
#main_container { width: 1100px; margin: 0 auto; }
.container { width: 1100px; margin: 0 auto; }
#infscr-loading { DISPLAY: NONE !important; visibility: hidden !important; } /* hide infinite scroll loading image */
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}
/* Header */
header { width: 1100px; margin: 0 auto; padding: 0px 0 25px; position: relative; }
.header_top_cont {   position: fixed; top: 0px; left: 0; width: 100%; z-index: 100; background-color: #fff; }
.header_top_cont .container {  padding-top: 10px;  padding-bottom: 8px; }
.header_top_cont_spacer { min-height: 45px; }
.logo_cont { text-align: center; }
.logo { /*float: left;*/ margin-top: 18px; width: 100%; }
.header_social { float: right; }
.header_social img { float: left; margin-left: 8px; }
.header_menu { float: right; /*margin-top: 10px;*/ margin-top: 0; }
.header_menu ul { list-style-type: none; margin: 0; padding: 0; }
.header_menu ul li { float: left; margin-left: 10px; font-size: 12px; position: relative; font-family: 'Heebo', sans-serif; font-style: normal; font-weight: normal; letter-spacing: 1px; text-transform: uppercase;}
.header_menu ul li a { color: #999; text-decoration: none; padding: 4px 15px; display: block;  }
.header_menu ul li.current-menu-item a, 
.header_menu ul li.current_page_item a, 
.header_menu ul li a:hover { background-color: #fff; color: #333; }
.header_menu ul li ul { position: absolute; top: 26px; left: 0; border: 1px solid #dfdfdf; background-color: #fff; padding: 5px 5px; display: none; z-index: 25; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
.header_menu ul li ul li { width: 155px; font-size: 11px; font-family: 'Heebo', sans-serif; font-style: normal; font-weight: normal; letter-spacing: 3px; text-transform: uppercase; margin: 0; padding: 3px 0; border-top: 1px solid #efefef; }
.header_menu ul li ul li:first-child { border-top: none; }
.header_menu ul li ul li.current-menu-item a, 
.header_menu ul li ul li.current_page_item a, 
.header_menu ul li ul li a { color: #b2b2b6; background: none; }
.header_menu ul li ul li.current-menu-item a:hover, 
.header_menu ul li ul li.current_page_item a:hover, 
.header_menu ul li ul li a:hover { background: none; color: #000; }
/* Content */
#slideshow_cont { /*width: 1100px;*/ /*height: 400px;*/ position: relative; }
/*#slideshow img { width:1100px; height: 400px; display: none; position: absolute; top: 0; left: 0px; border-radius: 2px; }
#slideshow img.first_slide_img { display: block; }*/
#slideshow .slide_box { width:1100px; height: 400px; display: none; position: absolute; top: 0; left: 0px; border-radius: 2px; }
#slideshow .slide_box img, #slideshow .slide_box iframe { width:1100px; height: 400px; }
#slideshow .slide_box_first { display: block; }
.slide_next { position: absolute; bottom: 8px; right: 10px; cursor: pointer; }
.slide_prev { position: absolute; bottom: 8px; right: 50px; cursor: pointer; }
#content { width: 1100px; margin: 0 auto; padding: 24px 0 0 0; }
.none_home_cont { border-top: 1px solid #eee; }
.home_wide_box { width: 340px; font-size: 13px; margin-bottom: 26px; float: left; text-align: center; }
.home_wide_box_last { float: right; }
.home_wide_box h3 { text-align: center; }
.home_tall_box h3, 
.home_wide_box h3,
.home_post_box h3 { margin: 0px 0; font-size: 11px; font-family: 'Heebo', sans-serif; font-style: normal; font-weight: bold; letter-spacing: 1px; text-transform: uppercase; text-align: center; color: #999;}
.home_wide_box p,
.home_tall_box p,
.home_post_box p { line-height: 20px; color: #777; }
.home_wide_box img { margin-top: 15px; width: 340px; height: 250px; border-radius: 3px; }
.home_wide_box img:hover,
.home_tall_box img:hover,
.home_post_box img:hover { opacity:0.8; filter:alpha(opacity=80); }
.home_tall_box { width: 355px; float: left; font-size: 13px; margin-bottom: 5px; margin-right: 17px;   }
.home_tall_box_last { margin-right: 0; }
.home_tall_box img { width: 355px; height: 201px; border-radius: 2px;  }
.home_tall_box iframe { width: 355px; height: 201px;  }
.home_tall_center { float: left; width: 290px; margin-right: 10px; }
.home_featured_text_cont { height: 220px; overflow: hidden; }
.home_featured_text { text-align: center; font-size: 20px; color: #999; border-top: 2px solid #ececec; border-bottom: 2px solid #ececec; padding: 20px 0;  line-height: 30px; font-family: 'Heebo', sans-serif;}
.home_tall_center .home_post_box { margin-bottom: 0; }
.home_post_box { float: left; margin-right: 10px; width: 290px; font-size: 13px; margin-bottom: 10px; }
.home_post_box img { width: 290px; height: 180px; }
.home_post_box_last { float: left; margin-right: 0; }
h3.top_title, h1.top_title { padding: 5px 5px; margin: 2px 1px 2px 1px;  font-size: 13px; font-family: 'Heebo', sans-serif; font-style: normal; font-weight: normal; letter-spacing: 3px; text-transform: uppercase; border-top: 1px solid #eee; color: #999999;}
.cat_nav_cont { padding: 15px 0;  margin-bottom: 15px; font-size: 13px; font-family: 'Heebo', sans-serif; font-style: normal; font-weight: normal; letter-spacing: 3px; text-transform: uppercase; }
#content_left { float: left; width: 800px; }
.blog_box { padding-bottom: 5px; margin-bottom: 20px; border-bottom: 1px solid #ccc; }
.blog_box h3 { margin: 0 0 15px; font-size: 13px; font-family: 'Heebo', sans-serif; font-style: normal; font-weight: bold; letter-spacing: 3px; text-transform: uppercase; }
.blog_box img { width: 800px; height: 300px; border-radius: 3px; }
.blog_box iframe { width: 800px; height: 300px; }
.blog_box img:hover { opacity:0.8; filter:alpha(opacity=80); }
.blog_box p { line-height: 19px; }
.read_more { display: inline-block; float: right; color: #333; border: 1px solid #ccc; font-size: 9px; font-family: 'Heebo', sans-serif; font-style: normal; font-weight: normal; letter-spacing: 2px; text-transform: uppercase; padding: 2px 7px 2px 7px; margin: 10px 0; }
h1.single_title { font-size: 16px; font-family: 'Heebo', sans-serif; font-style: normal; font-weight: bold; letter-spacing: 3px; text-transform: uppercase; margin: 0 0 15px; text-align: right; }

.comment-respond
{
	direction: rtl;	
}

#commentform input[type=submit] { background-color: #161616; color: #fff; border: 1px solid #6E6E6E; padding: 3px 5px; }

#commentform label 
{
	direction: rtl;
    display: inline-block;
    width: 71px;
}
.comment-form-comment label
{
	font-size: 0; /* hide main comment label */
}

/* Sidebar */
#sidebar { float: right; width: 210px; direction: rtl;}
.side_box { margin-bottom: 25px; }
.side_box h3 { margin: 0 0 10px; padding: 3px 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee; font-size: 10px; font-family: 'Varela Round', sans-serif; font-style: normal; font-weight: bold; letter-spacing: 3px; text-transform: uppercase; color: #333; }
.side_box ul { list-style-type: none; margin: 0; padding: 0; }
.side_box ul li { margin-bottom: 10px; }
.t1_search_cont { position: relative; width: 200px; }
.t1_search_cont input[type=text] { width: 180px; height: 17px; border: 1px solid #E5E5E5; padding: 3px 15px 3px 5px;  }
.t1_search_icon { position: absolute; top: 6px; right: 3px; }
.next_prev_cont { padding: 15px 0; }
.next_prev_cont .left { float: left; width: 45%; }
.next_prev_cont .left a { display: block; background: url('images/post_prev.png') no-repeat; background-position: top left; padding-left: 25px; min-height: 30px; }
.next_prev_cont .right { float: right; width: 45%; text-align: right; }
.next_prev_cont .right a { display: block; background: url('images/post_next.png') no-repeat; background-position: top right; padding-right: 25px;  min-height: 30px; }
/* Footer */
footer { background-color: #fff; width: 100%; padding: 15px 0; text-align: center; font-size: 10px; font-family: 'Heebo', sans-serif; font-style: normal; font-weight: normal; letter-spacing: 2px; text-transform: uppercase;  }
/* for tablet landscape */
@media only screen and (max-width: 1280px) {
	#main_container { width: 980px; }
	.container { width: 980px; }
	header { width: 960px; margin: 0 auto; padding: 10px 5px 25px; }
	.header_social { margin-right: 5px; }
	.header_menu ul li { font-size: 13px; }
	
	#slideshow_cont { width: 920px; /* height: 410px; */  margin-left: 27px; }
/*	#slideshow img { width: 920px; height: 410px; left: 25px;}*/
#slideshow .slide_box { width: 920px; height: 410px; }
#slideshow .slide_box img, #slideshow .slide_box iframe { width: 920px; height: 410px; }
#slideshow .slide_box_first { display: block; }
.slide_next { position: absolute; bottom: 10px; right: 10px; cursor: pointer; }
.slide_prev { position: absolute; bottom: 10px; right: 60px; cursor: pointer; }	
	
	#content { width: 920px; padding-left: 5px; padding-right: 5px; }
	.home_wide_box { width: 435px; }
	.home_wide_box img { width: 435px; height: 290px; }
		
	.home_tall_box { width: 294px;  }
	.home_tall_box img, .home_tall_box iframe { width: 294px; height: 182px; }	
	.home_tall_box_last { margin-right: 0; }
	
	.blog_box { padding-bottom: 5px; margin-bottom: 20px; border-bottom: 1px solid #ccc; }
	.blog_box img { width: 730px; height: 300px; border-radius: 3px; }
.blog_box iframe { width: 730px; height: 300px; }

	
	.home_post_box { margin-right: 1px; width: 225px; }
	.home_post_box img { width: 225px; height: 145px; }	
	.home_post_box_last { margin-right: 0; }
	
	#content_left { float: left; width: 730px; padding-left: 5px; }
	.single_inside_content img { max-width: 730px; height: inherit; }
	.single_inside_content iframe { width: 730px; height: 410px; }
	.blog_box img, .blog_box iframe { width: 730px; height: 300px; }
	
	#sidebar { float: right; width: 145px; padding-right: 5px; }
	
	.t1_search_cont { width: 140px; }
	.t1_search_cont input[type=text] { width: 120px;  }
	
}
/* for tablet Portrait */
@media only screen and (max-width: 1023px) {
	#main_container { width: 760px; }
	.container { width: 760px; }
	header { width: 728px; margin: 0 auto; padding: 10px 5px 25px; }
	.header_social { margin-right: 5px; }
	.header_menu ul li { font-size: 13px; }
	
	#slideshow_cont { width: 708px; /* height: 310px; */ margin-left: 27px; }
/*	#slideshow img { width: 708px; height: 310px; left: 25px;}*/
#slideshow .slide_box { width: 708px; height: 310px; }
#slideshow .slide_box img, #slideshow .slide_box iframe { width: 708px; height: 310px; }
#slideshow .slide_box_first { display: block; }
.slide_next { position: absolute; bottom: 10px; right: 5px; cursor: pointer; }
.slide_prev { position: absolute; bottom: 10px; right: 50px; cursor: pointer; }	
	
	#content { width: 708px; padding-left: 5px; padding-right: 5px; }
	.home_wide_box { width: 340px; }
	.home_wide_box img { width: 340px; height: 220px; }
		
	.home_tall_box { width: 224px;  }
	.home_tall_box img, .home_tall_box iframe { width: 224px; height: 140px; }	
	.home_tall_box_last { margin-right: 0; }
	
	.home_tall_center { width: 225px; margin-right: 0px; }
	.home_featured_text_cont { height: 182px; }
	.home_featured_text { font-size: 16px; padding: 10px 0; }
	
	.home_post_box { margin-right: 16px; width: 225px; }
	.home_post_box img { width: 225px; height: 145px; }	
	.home_post_box_last { margin-right: 0; }
	
	#content_left { float: left; width: 530px; padding-left: 5px; }
	.single_inside_content img { max-width: 530px; height: inherit; }
	.single_inside_content iframe { width: 530px; height: 300px; }
	.blog_box img, .blog_box iframe { width: 530px; height: 200px; }
	
	#sidebar { float: right; width: 145px; padding-right: 5px; }
	
	.t1_search_cont { width: 140px; }
	.t1_search_cont input[type=text] { width: 120px;  }
	
}
/* for mobile landscape */
@media screen and (max-width: 766px)
 {
	#main_container { width: 295px; padding:  5px; }
	.container { width: 295px; }
	header { width: 295px; padding: 5px;  }
	.header_top_cont {position: static; }
	.header_top_cont .container {  padding-top: 2px;  padding-bottom: 8px; }
.header_top_cont_spacer { min-height: 5px; }
	
	
	.logo { float: left; margin-top: 8px; margin-bottom: 8px; width: 280px; }
	.header_social { float: none; text-align: center; padding: 5px 0; }
	.header_menu ul li { font-size: 13px; margin-left: 2px;}	
.header_menu ul li ul li { width: 160px; font-size: 12px; margin: 0; padding: 3px 0; border-top: 1px solid #efefef; }
	
	#slideshow_cont { width: 290px; /* height: 120px; */ margin-left: 5px; }
	/*#slideshow img { width: 290px; height: 120px; left: 3px;}	*/
	
#slideshow .slide_box { width: 290px; height: 120px; }
#slideshow .slide_box img, #slideshow .slide_box iframe { width: 290px; height: 120px; }
#slideshow .slide_box_first { display: block; }	
	
.slide_next { position: absolute; bottom: 10px; right: 5px; cursor: pointer; }
.slide_prev { position: absolute; bottom: 10px; right: 43px; cursor: pointer; }	
	
	#content { width: 290px; }
	.home_wide_box { width: 290px; float: none; }
	.home_wide_box img { width: 290px; height: 170px; }	
	
	.home_tall_box { width: 290px; float: none; margin-right: 0; }
	.home_tall_box img, .home_tall_box iframe { width: 290px; height: 155px; }	
	.home_tall_box_last { margin-right: 0; }
	
	


	
	.home_post_box { margin-right: 0px; float: none; width: 290px; }
	.home_post_box img { width: 290px; height: 287px; }	
	.home_post_box_last { margin-right: 0; }	
	
	#content_left { float: none; width: 290px; padding-left: 0px; }
	.single_inside_content img { max-width: 290px; height: inherit; }
	.single_inside_content iframe { width: 290px; height: 162px; }
	.blog_box img , .blog_box iframe{ width: 290px; height: 140px; }	
	#commentform textarea { max-width: 280px; }
	
	#sidebar { display: none; }
}
