/*
Theme Name: professor
Theme URI: http://wordpress.org/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

-------------------------------------------------------------- */

@font-face {
 font-family: 'Pristina-Regular';
 src: url('fonts/Pristina-Regular.eot?') format('eot'), 
      url('fonts/Pristina-Regular.woff') format('woff'), 
      url('fonts/Pristina-Regular.ttf')  format('truetype'),
      url('fonts/Pristina-Regular.svg#Pristina-Regular') format('svg');
}

/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display:block;
}
mark, rp, rt, ruby, summary, time {
	display:inline;
}
/* Global properties ======================================================== */
html, body {
	width:100%;
	padding:0;
	margin:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#5d6674;
	min-width:980px;
	background:url(images/bg_pattern.png) 0 0 repeat;
	margin:0 auto;
	padding-bottom:30px;
}

.bg-glow {margin:0 auto !important; background:url(images/bg_glow.png) 50% 0 no-repeat;  padding-top:0px;}

/***********************************************************************/

p span {color:#e44a24; font-weight:bold;}

a {
	text-decoration:none;
	cursor:pointer;
}
a:hover {
	text-decoration:none;
}
a.button {
	border-radius:2px;
	background:url(images/button_sprite.png) 0 0 repeat-x #977c60;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:14px;
	
	box-shadow:0px 1px 1px #592215;
	
	padding:4px 10px 5px 10px;
	display:inline-block;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
a.button:hover {
	background-position:0 34px;
	background-color:#cb4725;
}

a.button2 {
	border-radius:2px;
	background:url(images/button_sprite.png) 0 34px repeat-x #5d6674;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:14px;
	
	box-shadow:0px 1px 1px #592215;
	
	padding:4px 10px 4px 10px;
	display:inline-block;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
a.button2:hover {
	background-position:0 0px;
	background-color:#977c60;
}


a.link {
	text-decoration:underline;
	cursor:pointer;
	color:#e44a24;
}
a.link:hover {
	text-decoration:none !important;
}


.list1 { width:220px; }
.list1 li a:hover {color:#e44a24; }

.list1 li {padding:6px 0 6px 0px;  border-top:#cec1b2 1px dashed; background:url(images/marker.png) 10px 12px no-repeat; }
.list1 li:first-child { border-top:none;}
.list1 li a { 
	 		font-family: Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold;
			
			  color:#5d6674;
			  -webkit-transition:all 0.2s ease;
			  -moz-transition:all 0.2s ease;
			  -o-transition:all 0.2s ease;
			  transition:all 0.2s ease;
}

.list2 { width:460px; }
.list2 li a:hover {color:#e44a24; }

.list2 li {padding:6px 0 6px 36px;  border-top:#cec1b2 1px dashed; background:url(images/marker.png) 10px 12px no-repeat; }
.list2 li:first-child { border-top:none;}
.list2 li a { 
	 		font-family: Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold;
			 
			  color:#977e60;
			  -webkit-transition:all 0.2s ease;
			  -moz-transition:all 0.2s ease;
			  -o-transition:all 0.2s ease;
			  transition:all 0.2s ease;
}

.list3 { width:300px; }
.list3 li a:hover {color:#e44a24; }

.list3 li {padding:6px 0 6px 38px;  border-top:#cec1b2 1px dashed; background:url(images/marker.png) 11px 12px no-repeat; }
.list3 li:first-child { border-top:none;}
.list3 li a { 
	 		font-family: Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold;
			 
			  color:#977e60;
			  -webkit-transition:all 0.2s ease;
			  -moz-transition:all 0.2s ease;
			  -o-transition:all 0.2s ease;
			  transition:all 0.2s ease;
}


/******************************************************************/
.clear {
	clear:both;
	line-height:0;
	font-size:0;
	width:100%;
}
.wrapper {
	width:100%;
	overflow:hidden;
	position:relative
}
.wrap {
	overflow:hidden;
	position:relative
}
.extra-wrap {
	overflow:hidden;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.line_height {
	line-height:24px !important;
}
.img-indent {
	float:left;
	margin:0 15px 0px 0;
}
.img-indent2 {
	float:left;
	margin:0 20px 0px 0;
}

.last {
	margin-right:0px !important;
}
/* Lightbox image */
.lightbox-image {
	position:relative;
	display:inline-block;
}
.lightbox-image img {
	position:relative;
	z-index:2;
}
.lightbox-image span {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:url(images/magnify.png) 50% 50% no-repeat;
}
/*********************************header*************************************/


.main {margin:0 auto;}
.main-out
	{
		width:980px;
		margin:0px auto;
		box-shadow: 1px 1px 3px #666;
	}
header {
	
	margin:0 auto;
	z-index:101;
	position:relative;
	background:#fff;

	 width:978px;
	 border-top:1px solid #fff;
	 border-left:1px solid #fff;
	 border-right:1px solid #fff;
	 

}
h1 {
display:inline-block;
	margin:33px 0 16px 19px;
	
}

nav {
	position:relative;
	width:980px;
	display:block;
	margin:0 auto;
	background:url(images/menushape.png) repeat-x;min-height:46px;
	z-index:101;
}
.form-search {
	top:41px;
	left:739px;
	
	position:absolute;
	z-index:102;
}
#form-search input {
	width:142px;
	height:17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#977e60;
	background:#fbfafa;
	border:1px solid #e4dcdc !important;
	border:none;
	vertical-align:top;
	padding:5px 0px 5px 10px;
	display: inline-block;
	float:left;
	margin-right:3px;
}
.search_button {
	background:url(images/search_shape.png) 0 0 repeat-x #9a361c;
	display:inline-block;
	vertical-align:top;
	float:left;
	border-radius:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	padding:3px 10px 6px 10px;
}
.search_button:hover {
	background:#a08768;
}
/*********************************content*************************************/
#content {
	
	width:980px;
	margin: 0 auto;
	
}

.redblock { background:#fff; width:980px; }
.whiteblock {width:978px; background:#fff; padding-bottom:39px;}

.datebox {width:57px; height:66px; overflow:hidden; background:url(images/dateshape.png) 0 0 no-repeat; text-align:center;}
.datebox>.date { font-family: 'Engagement', cursive; font-size:32px; font-weight:normal; color:#ffffff; margin-top:15px;}
.datebox>.month {text-transform:uppercase; color:#fff; margin-top:-2px;}

.box-1 {width:300px; margin-left:20px; float:left;}

.marg0 {margin-left:0px !important;}
.marg1 {margin-top:30px;}
.marg2 {margin-top:19px;}
.marg3 {margin-top:16px;}
.marg4 {margin-top:15px;}
.marg5 {margin-top:19px;}
.marg6 {margin-top:40px;}
.marg7 {margin-top:14px;}
.marg8 {margin-top:9px;}
.marg9 {margin-top:20px;}
.marg10 {margin-top:15px;}
.marg11 {margin-top:20px;}
.marg12 {margin-top:-3px;}
.marg13 {margin-top:15px;}
.marg14 {margin-top:45px;}
.marg15 {margin-top:21px;}
.marg16 {margin-top:19px;}
.marg17 {margin-top:19px;}
.marg18 {margin-top:60px;}
.marg19 {margin-top:3px;}
.marg20 {margin-top:9px;}
.marg21 {margin-top:59px;}
.marg22 {margin-top:53px;}
.marg23 {margin-top:13px;}
.marg24 {margin-top:47px;}
.marg25 {margin-top:66px;}
.marg26 {margin-top:16px;}
.marg27 {margin-top:23px;}
.marg28 {margin-top:8px;}
.marg29 {margin-top:65px;}
.marg30 {margin-top:20px;}


.pad1 { padding-bottom:20px; }
.pad2 { padding-bottom:5px; }
.pad3 { padding-bottom:14px; }
.pad4 { padding-bottom:12px; }
.pad5 { padding-bottom:15px; }
.pad6 { padding-bottom:23px; }
.pad7 { padding-bottom:16px; }

.line1 {width:220px; height:2px; background:url(images/line_grid3.png) 0 0 no-repeat;}
.line2 {width:980px; height:2px; background:url(images/line_grid3.png) 0 0 repeat-x;}
.line3 {width:220px; height:1px; background:#cec1b2;}
.line4 {width:220px; height:1px; border-top:1px dashed #cec1b2;}
.line5 {width:940px; height:1px; background:#cec1b2; margin:0 auto;}
.line6 {width:620px; height:1px; background:#cec1b2;}
.line7 {width:300px; height:1px; background:#cec1b2;}
.img-border { border:6px solid #fff; }
.img-border2 { border:6px solid #eaeaea; }


h2 {
	font-family: 'Engagement', cursive;
	font-size:38px;
	font-weight:normal;
	
	letter-spacing:0px;
}

h3 {
	font-family: 'Engagement', cursive;
	font-size:38px;
	font-weight:normal;
	color:#5d6674;
	letter-spacing:0px;
}


.text-1 { font:12px/20px Arial, Helvetica, sans-serif; color:#f5dcb8; }
.text-2 { font:12px/20px Arial, Helvetica, sans-serif; color:#5d6674; }
.text-3 { font:12px/20px Arial, Helvetica, sans-serif; color:#e44a24; font-weight:bold;}
.text-4 { font:11px/18px Arial, Helvetica, sans-serif; color:#5d6674; margin-top:25px;}
.text-6 { font:15px/20px Arial, Helvetica, sans-serif; color:#e44a24; }


/****************************footer************************/
footer { width:978px;  background:#5d6674; padding-bottom:15px;  margin:0 auto;  text-align:center; color:#fff; padding-top:15px;}

.text-5 { font:11px/18px Arial, Helvetica, sans-serif; color:#fff; display:inline-block; margin-top:20px; padding-right:78px;}
.text-5 a {
	font:11px/18px Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
}
.text-5 a:hover { text-decoration:underline;}


.footeric { display:inline-block; margin-top:15px;}

.footeric a {
	display:inline-block;
	width:30px;
	height:30px;
}

.footeric a:hover {opacity:0.5;}
.footic-1 {background:url(images/footer_icon_01.png) 0 0 no-repeat; margin-right:5px;}
.footic-2 {background:url(images/footer_icon_02.png) 0 0 no-repeat; margin-right:15px;}

/**********************form**********************/
.map {
	width:418px;
	height:314px;
	margin:20px 20px 0 0px; display:block; float:left;
}
.map iframe {
	width:418px;
	height:314px;
}
dl {
	margin:14px 0px 0 0px;
	float:left;
}
dl dt {
}
dl dd span {
	display:block;
	width:67px;
	float:left;
}
dl dd {
}
dl dd a {
}
#form {
	margin: 19px 0 0px 0px;
	width:300px;
}
#form input {
	border:#e4dcdc 1px solid;
	border-radius:2px;
	background:#fbfafa;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#977e60;
	padding:6px 2px 5px 8px;
	outline: medium none;
	width: 288px;
	height:16px;
	float:left;
}
#form textarea {
	border:#e4dcdc 1px solid;
	border-radius:2px;
	background:#fbfafa;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#977e60;
	height: 127px;
	outline: medium none;
	overflow: auto;
	padding: 6px 2px 4px 8px;
	width: 288px;
	resize:none;
	margin:0px 0 0 0;
	float:left;
}
#form label {
	position:relative;
	display: inline-block;
	min-height:39px;
}
#form .error, #form .empty {
	color: #F00;
	display: none;
	font-size: 11px;
	line-height:14px;

}
#form .error-empty {
	margin: 4px 0 0 7px !important;
	display:none;
	float:left;
	width:300px;
}
#form .success {
	display:none;
}
.btns {
	
	border-top:1px solid #cec1b2;  margin-top:20px;
	
}
.btns a {
	margin: 20px 10px 0px 0px;
}

/*************************************slider**********************/
.bg-slider {background:url(images/slider-bg.png) no-repeat left bottom ; padding-bottom:0px; position:relative; z-index:1; }
.slider-wrapper {
	width:980px;
	height:350px;
	padding:0px;
	margin:0 0 0 0px;
	background:#fff ;
	overflow:hidden;
	position:relative;
	z-index:2;
}
.slider {
	width:980px;
	
	position:relative;
}

.items {
	display:none;
}

.banner {
	width:947px;
	height:70px;
	position:absolute;
	top:280px;
	right:0px;
	font-size:24px;
	line-height:3em;
	color:#fff;
	background:url(images/banner-tail.png) repeat-x left top;
	font-weight:normal;
	padding-left:33px;
	overflow:hidden;
}
.prev, 
.next {
	position:absolute;
	top:274px;
	width:65px;
	height:65px;
	background-repeat:no-repeat;
	z-index:999999;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.prev {
	left:0px;
	background-image:url(images/marker-prev.png);
	background-position:26px 24px;
	}
.next {
	right:0px;
	background-image:url(images/next.png);
	background-position:27px 24px;
	}
.prev:hover, 
.next:hover {
		
	} 

/*********************************content*************************************/

/*======== new css add =================*/
.welcome-box
	{
		width:960px;
		float:left;
		border-bottom:solid 1px #5d6674;
		padding-bottom:10px;
		margin-bottom:10px;
	}
.welcome-box p
	{
		text-align:center;
	}
.welcome-box h1
	{
		font-size:25px;
		text-align:center;
		width:100%;
	}
.welcome-box h2 
	{
		font-size:20px;
		font-family:Verdana, Geneva, sans-serif;
		width:100%;
		text-align:center;
		margin-bottom:8px;
	}
	
.product-box
	{
		width:960px;
		float:left;
	}
.product-box ul
	{
		margin:0px;
		padding:0px;
	}
.product-box ul li
	{
		margin:0px 10px 15px 0px;
		padding:0px;
		float:left;
		width:313px;
		list-style:none;
	}
.product-box ul li h3
	{
		font-size:16px;
		font-family:Verdana, Geneva, sans-serif;
		text-align:center;
		text-transform:uppercase;
		margin-bottom:10px;
		height:45px;
		color:#5d6674;
	}
.product-box ul li img
	{
		width:295px;
		padding:3px;
		border:solid 1px #666;
	}
.product-box ul li div
	{
		width:295px;
	}
.product-box ul li p
	{
		padding-bottom:8px;
		text-align:justify;
	}
	
/*============ top secton============*/
.top-rgt
	{
		width:347px;
		height:140px;
		float:right;
		overflow:hidden;
		margin-right:12px;
	}
.top-rgt-sco
	{
	float: left;
    margin: 0 0 0 85px;
    width: 194px;
	}
.top-rgt-sco ul
	{
		margin:10px 0px 0px 0px;
		padding:0px;
	}
.top-rgt-sco ul li
	{
		margin:0px 3px;
		padding:0px;
		float:left;
		list-style:none;
		
	}
.top-rgt-sco ul li a
	{
		text-decoration:none;
		text-indent:1111px;
		display:inline-block;
		width:38px;
		height:39px;
		background:url(images/social-icons.png) no-repeat;
	}
.top-rgt-sco ul li a:hover

	{
		text-decoration:none;
		opacity:1;
	}
.top-rgt-sco ul li a.email {background-position: 0 0;}
.top-rgt-sco ul li a.facebook {background-position: -45px 0;}
.top-rgt-sco ul li a.twitter {background-position: -89px 0;}
.top-rgt-sco ul li a.rss {background-position: -133px 0;}


.top-rgt-sco ul li a:hover.email {background-position: 0 -40px;}
.top-rgt-sco ul li a:hover.facebook {background-position: -45px -40px;}
.top-rgt-sco ul li a:hover.twitter {background-position: -89px -40px;}
.top-rgt-sco ul li a:hover.rss {background-position: -133px -40px;}

.top-email
	{
		width:62px;
		height:62px;
		float:right;
		text-align:center;
		background:url(images/email.png) no-repeat;
	}
.top-email a
	{
		text-align:center;
		color:#fff;
		line-height:35px;
		font-size:15px;
		color:#fff;
		text-decoration:none;
	}
.top-email a:hover
	{
		text-decoration:underline;
	}
.call
	{
		background:url(images/call-icons.gif) no-repeat;
		font-size:38px;
		color:#535d69;
		height:70px;
		line-height:38px;
		padding-left:80px;
		clear:both;
	}
.call span
	{
		display:block;
		font-size:16px;
		color:#000;
	}

.eve-bot
	{
		width:624px;
		float:left;
		margin-top:10px;
	}
.news_section_page {padding: 17px; width: auto;}
.news_section_page h1{font-size: 25px; text-align:left; margin: 0px; padding-bottom: 10px;}
.news_section_page h2{font-size: 18px; text-align:left; margin: 0px;font-family: Arial, Helvetica, sans-serif;}
.news_section_page p{ margin-bottom:10px; text-align:justify;}
.news_section_page .post_title{ font-size:15px; font-weight:bold;}
.news_section_page a{ color:#5d6674; text-decoration:none;}
.news_section_page a:hover{ color:#5d6674; text-decoration: underline;}
.news_section_page .inner_news{ padding:10px; background:#f1f1f1; border:1px solid #ccc;}
#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumbnails_0{ max-width:inherit!important; width:1000px;}

#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_0{ text-align:left!important; background:#f1f1f1; border:1px solid #ccc; min-height:200px; margin-right:8px;margin-bottom:10px; float:left;}
#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_spun1_0{width: 220px!important;}
#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_spun2_0{width: 207px!important;}
#bwg_container1_0 #bwg_container2_0 .bwg_title_spun2_0{ color:#5d6674!important; font-family:Arial, Helvetica, sans-serif!important;font-size: 12px!important;}
#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumbnails_0 img{width: 207px!important; height:183px!important}

.pagination{ margin-bottom:20px;}
.pagination a.active {
    background: none repeat scroll 0 0 #999999;
    border: 1px solid #666666;
    border-radius: 5px;
    color: #000000;
    float: left;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    margin: 0 4px;
    text-align: center;
    text-decoration: none;
    width: 24px;
}
.pagination a.active {
    background: none repeat scroll 0 0 #999999;
    border: 1px solid #666666;
    border-radius: 5px;
    color: #000000;
    float: left;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    margin: 0 4px;
    text-align: center;
    text-decoration: none;
    width: 24px;
}
.pagination a {
    background: none repeat scroll 0 0 #88234A;
    border: 1px solid #666666;
    border-radius: 5px;
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    margin: 0 4px;
    text-align: center;
    text-decoration: none;
    width: 24px;
}
.pagination a {
    background: none repeat scroll 0 0 #88234A;
    border: 1px solid #666666;
    border-radius: 5px;
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    margin: 0 4px;
    text-align: center;
    text-decoration: none;
    width: 24px;
}


.table-box table.reference, table.tecspec
{
	border-collapse: collapse;
    width: 100%;
}
.table-box table.reference, table.tecspec
	{
		border-collapse:collapse;
	}
	
.table-box table.reference tr:nth-child(2n+1)
	{
		background-color:hsl(40, 23%, 95%);
	}
table.reference th
	{
		color:#ffffff;background-color:#555555;border:1px solid #555555;font-size:12px;padding:3px;vertical-align:top;text-align:left;
	}
.table-box table.reference tr:nth-child(2n)
	{
		background-color:hsl(0, 0%, 100%);
	}
.table-box table.reference td{
	border:1px solid #d4d4d4;padding:5px;padding-top:7px;padding-bottom:7px;vertical-align:top;
}
.table-box table.reference td
{
	border:1px solid hsl(0, 0%, 83%);
	padding:7px 5px;
	vertical-align:top;
}
.table-box table.reference tr:nth-child(2n+1)
	{
		background-color:hsl(40, 23%, 95%);
	}
	
#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_0 {
    display: inline-block;
    min-height: 344px !important;;
    text-align: center;
}

#bwg_container1_0 #bwg_container2_0 .bwg_title_spun2_0 {
    color: hsl(0, 0%, 80%);
    display: table-cell;
    font-size: 16px;
    font-weight: normal !important;
	text-align:left !important;
    height: inherit;
    padding: 6px !important;
    text-shadow: 0 0 0 hsl(0, 0%, 53%);
    vertical-align: middle;
    width: inherit;
    word-break:normal !important;
    word-wrap: normal !important;
}
.news_section_page img{ border:1px solid #ccc; padding:5px; width:210px; height: 190px; -webkit-box-shadow: inset 0px 0px 12px #ccc;-ms-box-shadow: inset 0px 0px 12px #ccc;-o-box-shadow: inset 0px 0px 12px #ccc;box-shadow: inset 0px 0px 12px #ccc;}
.bwg_standart_thumb_img_0{ margin-top: inherit!important; box-shadow: inherit!important;}
 #bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_spun2_0{height: 183px!important;}
.bwg_standart_thumb_img_0{ margin-top: inherit!important; box-shadow: inherit!important; height: 192px!important; border: none!important;}
#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_spun1_0{ background:none!important;height: 182px!important;}

#bwg_container1_1{width: 102%;}
#bwg_container1_1 #bwg_container2_1 .bwg_standart_thumb_1{ text-align:left!important; background:#f1f1f1; border:1px solid #ccc; min-height:304px; margin-right:8px;margin-bottom:10px; float:left;}
.bwg_standart_thumb_img_1{ margin-top: inherit!important; box-shadow: inherit!important; height: 192px!important; border: none!important;}
#bwg_container1_1 #bwg_container2_1 .bwg_standart_thumb_spun1_1 {background: none!important;width: 168px!important;height: 183px!important;}
#bwg_container1_1 #bwg_container2_1 .bwg_standart_thumb_spun2_1{height: 183px!important;width: 172px!important;}
#bwg_container1_1 #bwg_container2_1 .bwg_title_spun2_1{ color:#5d6674!important; font-family:Arial, Helvetica, sans-serif!important;font-size:12px!important; font-weight:normal!important;}

#bwg_container1_2{width: 102%;}
#bwg_container1_2 #bwg_container2_2 .bwg_standart_thumb_2{ text-align:left!important; background:#f1f1f1; border:1px solid #ccc; min-height:304px; margin-right:8px;margin-bottom:10px; float:left;}
.bwg_standart_thumb_img_2{ margin-top: inherit!important; box-shadow: inherit!important; height: 192px!important; border: none!important;}
#bwg_container1_2 #bwg_container2_2 .bwg_standart_thumb_spun1_2 {background: none!important;width: 168px!important;height: 183px!important;}
#bwg_container1_2 #bwg_container2_2 .bwg_standart_thumb_spun2_2{height: 183px!important;width: 172px!important;}
#bwg_container1_2 #bwg_container2_2 .bwg_title_spun2_2{ color:#5d6674!important; font-family:Arial, Helvetica, sans-serif!important;font-size:12px!important; font-weight:normal!important;}

#bwg_container1_3{width: 102%;}
#bwg_container1_3 #bwg_container2_3 .bwg_standart_thumb_3{ text-align:left!important; background:#f1f1f1; border:1px solid #ccc; min-height:304px; margin-right:8px;margin-bottom:10px; float:left;}
.bwg_standart_thumb_img_3{ margin-top: inherit!important; box-shadow: inherit!important; height: 192px!important; border: none!important;}
#bwg_container1_3 #bwg_container2_3 .bwg_standart_thumb_spun1_3 {background: none!important;width: 168px!important;height: 183px!important;}
#bwg_container1_3 #bwg_container2_3 .bwg_standart_thumb_spun2_3{height: 183px!important;width: 172px!important;}
#bwg_container1_3 #bwg_container2_3 .bwg_title_spun2_3{ color:#5d6674!important; font-family:Arial, Helvetica, sans-serif!important;font-size:12px!important; font-weight:normal!important;}

#bwg_container1_4{width: 102%;}
#bwg_container1_4 #bwg_container2_4 .bwg_standart_thumb_4{ text-align:left!important; background:#f1f1f1; border:1px solid #ccc; min-height:304px; margin-right:8px;margin-bottom:10px; float:left;}
.bwg_standart_thumb_img_4{ margin-top: inherit!important; box-shadow: inherit!important; height: 192px!important; border: none!important;}
#bwg_container1_4 #bwg_container2_4 .bwg_standart_thumb_spun1_4 {background: none!important;width: 168px!important;height: 183px!important;}
#bwg_container1_4 #bwg_container2_4 .bwg_standart_thumb_spun2_4{height: 183px!important;width: 172px!important;}
#bwg_container1_4 #bwg_container2_4 .bwg_title_spun2_4{ color:#5d6674!important; font-family:Arial, Helvetica, sans-serif!important;font-size:12px!important; font-weight:normal!important;}

<!--#bwg_container1_3 #bwg_container2_3 .tablenav-pages_3{clear: both!important;}-->
