@charset "utf-8";
/* CSS Document */
body{ padding:0 0 0 0; margin:0; color:#767676; font-size:14px ; font-weight:normal; line-height:17px; font-family: 'CalibriRegular'; width:100%; background:#fff;}
*{padding:0; margin:0;}
img{border:0;}

form,input, select, textarea{outline:0;}
p strong{ font-weight:normal; font-family: 'CalibriBold'; font-size:15px;}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1,h2,h3,h4,h5 {
	font-weight: normal;
}

ul,li,a{ 
	list-style:none; 
	text-decoration:none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

.clear{ clear:both;}
.left{ float:left !important;}
.right{ float:right !important;}


#wrapper{ width:100%; clear:both; padding:0; margin:0;}	
.content{ width:960px; margin:0 auto; padding:0; }	

/*============================================================================================*/
					 /*Main*/
/*=============================================================================================*/

/*-----------------Header----------------*/
#header{ padding:0; margin:0; width:100%; /*background: url(../images/body-bg.gif) repeat-x; min-height:1777px;*/ }
#header .topBlock{ width:100%;  background:#f3f3f3;}
#header .topBlock .logo{ padding:10px 0 15px 0; float:left; }
#header .topBlock .logo img{ display:block; float:left; width:100%;}
#header .bottomBlock{ width:100%; padding:20px 0; background: url(../images/header-bg.png) repeat; min-height:40px;}

/*-------------------BodyBlock-----------*/
#bodyBlock{ padding:30px 0; margin:0;}
#bodyBlock .ltBlock{ float:left; text-align:center; width:80%; padding:1%; min-height:700px; box-shadow:0px 0px 5px rgba(0, 0, 0, .2);
	-moz-box-shadow:0px 0px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, .2);
	-ms-box-shadow:0px 0px 5px rgba(0, 0, 0, .2);
	text-align:center;
	}
#bodyBlock .ltBlock img{ display:inline-block; text-align:center;margin:2% auto; max-width:100%; }	
	
	

#bodyBlock .rtBlock{ float:right; width:15%;}

/*--------------portfolio-dropdown--------*/
.righttBlock {
	float:right;
	width:100%;
}
#bodyBlock .rtBlock .righttBlock h3{ font-family: Arial, Helvetica, sans-serif; color:#000; font-size:18px;line-height:20px; padding:0 0 15px 0;}
#sidebar_portfolio,
#sidebar_portfolio ul,
#sidebar_portfolio ul li,
#sidebar_portfolio ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
 

}
#sidebar_portfolio {

 padding:3px 0px;
	background:#f6f6f6;
	margin-bottom:30px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	box-shadow: 0 0 2px rgba(200, 200, 200, 1);
	-webkit-box-shadow: 0 0 2px rgba(200, 200, 200, 1);
	-moz-box-shadow: 0 0 2px rgba(200, 200, 200, 1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	border:1px solid #fff;
 	width:100%;
	
}
#sidebar_portfolio ul ul {
  display: none;
}
.align-right {
  float: right;
}
#sidebar_portfolio > ul > li > a {
	display:block;
	padding:10px 0 10px 15px;
	color:#717171;
	cursor: pointer;
	background:url(../images/border-bg.gif) bottom repeat-x;
}
#sidebar_portfolio > ul > li > a:hover,
#sidebar_portfolio > ul > li.active > a,
#sidebar_portfolio > ul > li.open > a {

	color:#ffffff;
	text-shadow:1px 1px 1px #999;
	background:url(../images/right-lingker-bg.jpg) repeat-x;
}
#sidebar_portfolio > ul > li.open > a {
 
  border-bottom: none;
}
#sidebar_portfolio > ul > li:last-child > a,
#sidebar_portfolio > ul > li.last > a {
  border-bottom: none;
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 10px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
#sidebar_portfolio > ul > li > a:hover > span::after,
#sidebar_portfolio > ul > li.active > a > span::after,
#sidebar_portfolio > ul > li.open > a > span::after {
  border-color: #eeeeee;
}
.holder::before {
  top: 10px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
#sidebar_portfolio ul ul li a {
  cursor: pointer;
  border-bottom:1px solid #ccc;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px;
  color: #ccc;
  background: #afafaf;
  
}
#sidebar_portfolio ul ul li:hover > a,
#sidebar_portfolio ul ul li.open > a,
#sidebar_portfolio ul ul li.active > a {
  background: #e2f59f;
  color: #717171;
}
#sidebar_portfolio ul ul li:first-child > a {
  box-shadow: none;
}
#sidebar_portfolio ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#sidebar_portfolio ul ul ul li a {
  padding-left: 30px;
}
#sidebar_portfolio > ul > li > ul > li:last-child > a,
#sidebar_portfolio > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#sidebar_portfolio > ul > li > ul > li.open:last-child > a,
#sidebar_portfolio > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}
#sidebar_portfolio > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#sidebar_portfolio ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#sidebar_portfolio ul ul li.active > a::after,
#sidebar_portfolio ul ul li.open > a::after,
#sidebar_portfolio ul ul li > a:hover::after {
  border-color: #ffffff;
}

#footer{ background:#525252; padding:30px 0;}


/************************************************************************************
MOBILE
*************************************************************************************/
@media only screen and (orientation:landscape) {
body { -webkit-text-size-adjust:none; }
}
@media only screen and (orientation:portrait) {
body { -webkit-text-size-adjust:none; }
}

@media screen and (max-width: 860px) {
	.content{ width:92%;}
	#header .topBlock .logo{ padding: 0; float:inherit; text-align:center; }
	#header .topBlock .logo img{ display:inline-block; float: none; text-align:center; margin:2% auto; width:40%}
	#bodyBlock .ltBlock{ float:left; width:70%; padding:2% 1%; min-height:300px;}
	#bodyBlock .ltBlock img{ display:inline-block; text-align:center;margin:1% auto; width:96%;}
	#bodyBlock .rtBlock{ float:right; width:25%; padding:0;}
	#bodyBlock .rtBlock .righttBlock h3{font-size:17px;line-height:18px; padding:0 0 10px 0;}
	}

@media screen and (max-width: 500px) {
		#header .topBlock .logo{ padding: 0; float:inherit; text-align:center; }
		#header .topBlock .logo img{ display:inline-block; float: none; text-align:center; margin:2% auto; width:60%}
		#bodyBlock .ltBlock{ float:inherit; width:98%; padding:2% 1%; min-height:200px;}
		#bodyBlock .rtBlock{ float:inherit; width:98%; padding:7% 0;}
		#bodyBlock .rtBlock .righttBlock h3{font-size:18px;line-height:20px; padding:0 0 10px 0;}
	}
@media screen and (max-width: 400px) {
	#header .topBlock .logo{ padding: 0; float:inherit; text-align:center; }
	#header .topBlock .logo img{ display:inline-block; float: none; text-align:center; margin:2% 0;}
	
	}
