
body {
	/*-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
	padding:0 0 20px 0;
	margin:0;
	font:12px/18px Verdana, Geneva, sans-serif;
	color:#333333;
}
section, article, header, nav, footer, aside, figure {
	display:block;
}
ul, li,  h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin:0;
	list-style-type:none;
}
a {
	
	color:#fe4923;
	text-decoration:none;
}
a:hover {
}
a img {
	border:none;
}
.clr {
	clear:both;
}
#wrapper {
	width:100%;
	margin:0 auto;
}
header figure {
	margin:0 0 10px 0px;
	float:left;
}
header aside {
	float:right;
	margin:50px 40px 0 0;
	color:#fe4923;
	font:bold 15px Verdana, Geneva, sans-serif;
	width:400px;
}
header aside a {
	color:#fe4923;
}
header aside a:hover {
	text-decoration:underline;
}
header section, #container {
	width:1130px;
	margin:0 auto;
}
.twitter_icon, .facebook_icon {
	background:url(../images/icons.png) 0 0 no-repeat;
	height:25px;
	width:25px;
	float:right;
	margin:-3px 0 0 10px;
	position:relative;
}
.facebook_icon {
	background:url(../images/icons.png) -32px 0 no-repeat;
}
.twitter_icon:hover {
	background:url(../images/icons.png) 0 -115px no-repeat;
}
.facebook_icon:hover {
	background:url(../images/icons.png) -29px -115px no-repeat;
}
header aside span {
	padding:0 0 0 0;
	float:left;
	width:330px;
}
header aside b {
	padding:0 5px 0 5px;
}
/*Navigation start*/

header nav ul {
	width:1130px;
	margin:0 auto;
}
header nav {
	position: relative;
	width:100%;
	float:left;
	background: #2e463d;
}
header nav ul li {
	float: left;
}
header nav ul li a {
	display: block;
	padding:18px 38px 18px 38px;
	border-right: 1px solid #949d9a;
	color:#fff;
	font:14px Verdana, Geneva, sans-serif;
}
header nav ul li a:hover {
	/*text-decoration:underline;*/
}
header nav ul li.last a {
	border:none;
	padding-right:0;
}
header nav ul li:last-child a {
	border-right: none;
}
header nav ul li.hover, header nav ul li:hover, header nav ul li.current a {
	color: #FE4923;
	position: relative;
	/*text-decoration:underline;*/
}
header nav ul li.hover a {
	color: #FE4923;
}
header nav ul ul {
	width: 240px;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index:100;
}
header nav ul ul li {
	font-weight: normal;
	background: #f6f6f6;
	color: #000;
	border-bottom: 1px solid #ccc;
}
header nav ul ul li a {
	border-right: none;
	display: inline-block;
	color:#000 !important;
	font-size:14px;
	font-weight:normal;
	padding:15px 0 15px 15px;
	width:225px;
}
header nav ul li.current ul a {
	text-decoration:none;
}
header nav ul ul li a:hover {
	background:#e5e3e2;
	text-decoration:none;
	color:#FE4923 !important;
	
}
header nav ul ul ul {
	left: 100%;
	top: 0;
}
header nav ul li:hover > ul {
	display: block;
}
.pad0 {
	padding-left:0;
}
/*Navigation end*/

/*content start*/

#banner img {
	padding:0 0 6px 0;
}
.large_shadow {
	background:url(../images/shadow_bg.gif) no-repeat;
	width:1110px;
	height:9px;
	margin:0 auto;
	display:block;
	clear:both;
}
.flt {
	/*float:left;*/
}
.rgt {
	float:right;
}
.home_block {
	float:left;
	width:336px;
	background:url(../images/line.gif) right top no-repeat;
	padding:0 30px 0 0;
	margin:10px 0 0 15px;
	line-height:24px;
}
.home_block h1 {
	font:bold 16px Verdana, Geneva, sans-serif;
	color:#000000;
	background:url(../images/icons.png) 0 -26px no-repeat;
	padding:6px 0 7px 60px;
}
.home_block h2, .home_block h3 {
	font:bold 16px Verdana, Geneva, sans-serif;
	color:#2e463d;
	background:url(../images/icons.png) -2px -63px no-repeat;
	padding:0 0 3px 50px;
	margin:0 0 0 0;
}
.home_block h3 {
	background:url(../images/icons.png) 0 -88px no-repeat;
}
.home_block p {
	padding:4px 0 6px 50px;
}
.home_block.first p {
	padding:4px 0 6px 60px;
}
.home_block.last {
	background:none;
}
.home_block.first {
	margin-left:0;
}
.author_name {
	text-align:right;
}
#left_sec {
	float:left;
	width:200px;
	margin:50px 0 0 0;
	clear:both;
}
#left_sec li {
	background:url(../images/hor_shadow.png) center bottom no-repeat;
	margin:0 0 20px 0;
	text-align:center;
	padding:0 0 20px 0;
}
#left_sec a {
	color:#2e463d;
	padding:5px 10px 5px 10px;
}
#left_sec a.current {
	background:#2e463d;
	color:#fff;
}
#right_sec {
	float:right;
	width:900px;
	margin:15px 0 40px 0;
}
#right_sec h1, #inner_content h1 {
	font:bold 16px Verdana, Geneva, sans-serif;
	color:#2e463d;
	padding:0 0 10px 0;
}
.form_con, .login {
	width:100%;
	float:left;
	border:4px solid #e0f1ea;
	background:#f6fbfa;
	margin:10px 0 0 0;
	padding:10px 8px 10px 8px;
	color:#607e79;
}

.form_con a{/*color:#061de4;*/}

.login {
	width:380px;
	float:none;
	margin:80px auto 80px auto;
	padding:5px 8px 10px 8px;
}
.form_con h2, .login h2 {
	color:#fe4923;
	font:bold 16px Verdana, Geneva, sans-serif;
	padding:0 0 15px 0;
}
.login h2 {
	padding:0 0 10px 0;
	font:bold 16px Verdana, Geneva, sans-serif;
	border-bottom:1px solid #ccc;
}
.red {
	color:#F00;
}
.form_con aside, .login aside {
	border:1px dashed #50927c;
	background:#e0f1ea;
	padding:3px 0 3px 5px;
	color:#333333;
}
.form_con table.table_row th, .login table.table_row th {
	width:174px;
	/*background:#e0f1ea;*/
	padding:3px 5px 3px 0;
	text-align:right;
	font-size:11px;
	font-weight:normal;
	border-bottom:3px solid #f6fbfa;
}
.login table.table_row th {
	width:120px;
}
.form_con table.table_row td, .login table.table_row td {
	background:none;
	border:none;
	padding-left:8px;
	
}
.login table.table_row td {
	width:230px;
}

.form_con table.table_row td.cke_top{width:100% !important;}

.form_con table.table_row input[type="text"], .form_con table.table_row input[type="password"], .form_con table.table_row textarea, .login table.table_row input[type="text"], .login table.table_row input[type="password"] {
	border:1px solid #a7bfb8;
	margin:0 0 8px 0;
	resize:none;
}
.login table.table_row input[type="text"], .login table.table_row input[type="password"] {
	width:200px;
}

.form_con table.table_row input[type="checkbox"] {
	border:none;
	padding:0;
	margin:0;
}
.form_con table.table_row, .login table.table_row {
	margin:20px 0 0 0;
	width:100%;
	border:none;
	border-spacing:inherit;
}
.form_con table.table_row small {
	padding:0 0 0 0;
	margin:0 0 0 0;
	float:left;
	width:696px;
	font-size:9px;
	position:relative;
}
.form_con table.table_row select {
/*	text-align:center;*/
	width:260px;
}
.form_con table.table_row a {
	text-decoration:underline;
}
.form_con table.table_row a:hover {
	text-decoration:none;
}
.form_con table.table_row label.error, .login table.table_row label.error, .order_info table.order_form label.error {
	float:left;
	color:#F00;
	width:100%;
	padding:0;
	margin:0;
	display:block;
	
}


.order_info table.order_form label.error{
	width:100%;
	}


.form_step {
	margin:40px 0 0 0;
}
.form_step li {
	float:left;
}
.form_step li a {
	width:150px;
	float:left;
	background:#acacac url(../images/right_arrow.png) 155px center no-repeat;
	color:#fff;
	font-size:14px;
	padding:10px;
	margin:0 10px 0 0;
	font-weight:bold;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.form_step li.active a {
	background:#762a18 url(../images/right_arrow.png) 155px center no-repeat;
}
.form_step li a:hover {
	background:#2E463D url(../images/right_arrow.png) 155px center no-repeat;
}
.form_step li strong {
	font-size:18px;
}
#inner_content {
	float:left;
	width:100%;
	min-height:400px;
	margin:20px 0 20px 0;
}
#inner_content h2 {
	font-size:13px;
	margin:10px 0 10px 0;
	color:#FE4923;
}
#inner_content li {
	background:url(../images/bullet.png) 0 5px no-repeat;
	padding:0 0 6px 20px;
}
#inner_content li ul li {
	background:url(../images/bullet2.png) 0 5px no-repeat;
	padding:0 0 6px 15px;
}
#inner_content p {
	padding:0 0 10px 0;
}
.mar_top0 {
	margin-top:0 !important;
}
.mar_top10 {
	margin-top:10px !important;
}
.testi_sec {
	float:left;
}
.testi_sec article {
	width:560px;
	float:left;
	margin-top:10px;
}
.testi_sec article.first {
	margin-top:0;
}
.box_con {
	/*width:490px;*/
	margin:0 0 20px 0;
	border:1px solid #86942A;
	padding:10px;
	background:#CCCC99;
	font-size:14px;
	line-height:22px;
	color:#7A4012;
	
}
.box_con span {
	font-size:16px;
	font-weight:bold;
}
.box_con a {
	/*color:#0056a6;*/
	color:#006699;
}
.box_con a:hover {
	text-decoration:underline;
}
.slider-wrapper {
	clear:both;
	margin: 0 auto;
}
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
	z-index:0;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white;
	filter:alpha(opacity=0);
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img {
	display:block;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
	display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
	margin-bottom:0;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}
.theme-default .nivo-controlNav {
	text-align: center;
	padding: 0;
	position: relative;
	z-index: 10;
	margin:2px 0 2px 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:11px;
	height:11px;
	background:url(../images/bullets.png) -4px -2px no-repeat;
	border:0;
	margin: 0 2px;
	font-size:0;
}
.theme-default .nivo-controlNav a.active {
	background-position:-4px -20px;
}
.theme-default .nivo-directionNav a {
	display:block;
	width:22px;
	height:49px;
	background:url(../images/arrows.png) 0 0 no-repeat;
	text-indent:-9999px;
	border:0;
	display:none;
}
.theme-default:hover .nivo-directionNav a {
	opacity: 1;
}
.theme-default a.nivo-nextNav {
	background-position:-24px 0;
	right:10px;
}
.theme-default a.nivo-prevNav {
	left: 10px;
}
.theme-default .nivo-caption {
	font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
	color:#fff;
	border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
	color:#fff;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
.order_info {
	width:900px;
	margin:0 auto;
}
.order_info figure {
	margin:0 auto 20px auto;
	text-align:center;
	border-bottom:1px solid #ccc;
}
.order_info figure img {
	max-height:170px;
}
.order_info table.order_form {
	width:100%;
	}
	
	.order_info table.order_form th{
	width:16%;	
	}
	
	


.order_info .order_form_bg{
	border:4px solid #e0f1ea;
	background:#f6fbfa;
	margin:10px 0 0 0;
	padding:10px 8px 20px 8px;
}

.order_info h1 {
	font-size:18px;
	padding:10px 0 10px 0;
	color:#2e463d;
	text-align:center;
	width:100%;
}

.order_info h2 {
	font-size:14px;
	padding:10px 0 10px 0;
}
.order_info table.order_form th {
	text-align:left;
	font-weight:normal;
}
.order_info input[type="text"], .order_info textarea, .order_info select {
	border:1px solid #b6b6b6;
	width:250px;
	resize:none;
	padding:5px;
	margin:0 0 10px 0;
}
.order_info input[type="submit"] {
	margin:10px 0 0 0;
}
.order_info footer {
	background:none;
	color:#000;
	border-top:1px solid #ccc;
	margin:50px 0 20px 0;
	padding:10px 0 0 0;
}

.brick_bg{
	background:url(../brick_images/brick_big.gif) left no-repeat;
	width:302px;
	height:115px;
	color:#fff;
	padding:5px 7px 0 8px;
	line-height:16px;
	text-align:left;
	float:left;
}

.brick_big_bg{
	background:url(../brick_images/brick_big.gif) center center no-repeat;
	width:560px;
	height:322px;
	color:#fff;
	padding:10px 20px 10px 20px;
}

.brick_txt{margin:8px 0px 17px 0px; min-height:20px; text-align:center; }

.brick_txt1{margin:20px 0px 90px 0px; border:0px solid red; min-height:35px; text-align:center; font-size:22px; color:#fff;}


.preview_but{ margin:10px 10px 0 0 !important;}

.brick_big_bg .brick_txt{margin:0 0 10px 0;}

.editor_wid{
	float:left; 
	width:680px;	
	}
	
.button, .preview_but{border:none;  margin:15px 10px 0 0; font-weight:bold; cursor:pointer;
	/* float:left;*/
	 background:#a82202 url(../images/button_bg.gif) repeat-x;
	 padding:6px 10px 6px 10px;
	 border-radius:5px;
	 color:#fff;
	}
	 
	
.login table.table_row input.button {
	margin:5px 0 0 0;
}


/*content end*/


/*footer start*/

footer {
	background:#2e463d;
	font:12px Verdana, Geneva, sans-serif;
	color:#fff;
	padding:20px 0 20px 0;
	text-align:center;
	float:left;
	width:100%;
	margin:10px 0 30px 0;
	clear:both;
}
footer a {
	text-decoration:underline;
	color:#fff;
}
footer a:hover {
	text-decoration:none;
}

#element_to_pop_up{  
    background-color:#fff;
    color:#000;
    display:none; 
    padding:20px;
   	border:8px solid #aaaaaa;
}
.b-close{
    cursor:pointer;
    position:absolute;
      top:-15px;
	 background:#e6e5e5 url(../images/controls.png) no-repeat -100px -25px; width:23px; height:23px;
	 right:-15px;
	 border-radius:20px;
}


.theme-dark.slider-wrapper {
	
	
    
}
.theme-dark .nivoSlider {
	position:relative;
	argin-bottom:10px;
    overflow: visible;
}
.theme-dark .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-dark .nivoSlider a {
	border:0;
	display:block;
}

.theme-dark .nivo-controlNav {
	text-align: left;
	padding: 0;
	position: relative;
	z-index: 10;
}
.theme-dark .nivo-controlNav a {
	display:inline-block;
	width:10px;
	height:10px;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-dark .nivo-controlNav a.active {
	background-position:0 100%;
}

.theme-dark .nivo-directionNav a {
	display:block;
	width:40px;
	height:40px;
	text-indent:-9999px;
	border:0;
	top: auto;
	bottom:70px;
	z-index: 11;
}
.theme-dark .nivo-directionNav a:hover {
    
}
.theme-dark a.nivo-nextNav {
	background: url(../images/panel-next-big.png) no-repeat;
	right:-20px;
	
}
.theme-dark a.nivo-prevNav {
  background: url(../images/panel-prev-big.png) no-repeat;
    left: -20px;
	right: auto;
}

.theme-dark .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-dark .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-dark .nivo-caption a:hover {
    color:#fff;
}

.theme-dark .nivo-controlNav.nivo-thumbs-enabled {
	width: 80%;
}
.theme-dark .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-dark .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

/*responsive*/

@media screen and (max-width: 1024px) {
 #container {
width:100%;
margin:0 auto;
}
 header section {
width:100%;
}
 header nav ul {
width:100%;
margin:0 auto;
}
 .large_shadow {
background-size:90% 100%;
width:900px;
text-align:center;
}
 .home_block {
width:311px;
padding-right:20px;
}
 .home_block h1 {
margin-left:10px;
}
.home_block.first p {
padding-left:70px;
}
 header aside {
 margin:50px 0 0 0;
 width:40%;
 font-size:13px;
 padding:0 0 10px 0;
}
 header aside span {
 padding:0 0 0 0;
 width:70%;
 text-align:center;
}
 header article {
float:none !important;
margin:0 auto;
width:75%;
}
 header nav ul li a {
 padding:22px 30px 22px 30px;
 font:17px Verdana, Geneva, sans-serif;
}
 header nav ul ul li a {
 font-size:14px;
 padding:12px 10px 12px 10px;
}
 header figure {
margin-left:10px;
}
 #inner_content {
margin-left:20px;
width:92%;
}
 .testi_sec article {
width:470px;
}
 #right_sec {
width:800px;
}
 .form_con {
width:750px;
}
 .form_con table.table_row td, .login table.table_row td {
width:500px;
}
 .form_con table.table_row, .login table.table_row {
width:95%;
}
 .form_con table.table_row small, .form_con table.table_row label.error, .login table.table_row label.error {
 width:100%;
}
 footer {
line-height:20px;
font-size:11px;
margin-bottom:0;
}

#left_sec address{margin-left:20px;}

.gv_galleryWrap, .gv_gallery{width:950px !important; height:450px !important;}

.gv_panelWrap{height:405px !important;}

.gv_panel img{width:950px !important; height:405px !important; top:0 !important;}

.gv_panelNavPrev, .gv_panelNavNext{display:none !important;}

}
 @media screen and (max-width: 800px) {
 header aside {
 width:48%;
 font-size:12px;
 margin-top:30px;
}
 .large_shadow {
background-size:90% 100%;
width:700px;
text-align:center;
}
 .home_block {
background:none;
width:86%;
}
 header img {
width:200px;
}
 header aside span {
 width:70%;
 padding:0 0 0 0;
 float:left;
 text-align:left;
}
 header article {
float:left;
width:77%;
}
 header nav ul li a {
 padding:20px 20px 20px 20px;
 font:15px Verdana, Geneva, sans-serif;
}
 header nav ul ul li a {
 font-size:13px;
 padding:10px 10px 10px 10px;
}
 header nav ul ul {
position:absolute;
}
 .home_block {
width:96%;
}
 #right_sec h1, #inner_content h1 {
font-size:15px;
}
 #right_sec {
width:72%;
}
 .form_con {
width:92%;
}
 .form_con table.table_row td, .login table.table_row td {
width:100%;
}
 .form_con table.table_row th, .login table.table_row th {
width:25%;
}
 .form_con table.table_row, .login table.table_row {
width:98%;
}

.theme-dark a.nivo-prevNav, .theme-dark a.nivo-nextNav {background-size:cover; top:45%;  width:30px; height:30px;}
.theme-dark a.nivo-prevNav{left:-15px;}
.theme-dark a.nivo-nextNav{right:-15px;}

.gv_galleryWrap, .gv_gallery{width:750px !important; height:300px !important;}

.gv_panelWrap{height:255px !important;}

.gv_panel img{width:750px !important; height:255px !important; top:0 !important;}


 }

 @media screen and (max-width: 768px) {
 header aside {
 width:50%;
 font-size:12px;
 margin-top:30px;
}
 header nav ul li a {
 padding:20px 16px 20px 16px;
 font:15px Verdana, Geneva, sans-serif;
}
 .home_block {
width:92%;
}

.gv_galleryWrap, .gv_gallery{width:718px !important; height:300px !important;}

.gv_panel img{width:718px !important; height:255px !important; top:0 !important;}


}
 @media screen and (max-width: 600px) {
 header aside {
 width:57%;
 font-size:12px;
 margin-top:20px;
}
 .large_shadow {
background-size:90% 100%;
width:500px;
text-align:center;
}
 header aside span {
 width:73%;
 padding:10px 0 0 0;
 float:left;
}
 header article {
float:left;
width:90%;
}
 header aside b {
 padding:0 0 0 0;
}
 .twitter_icon, .facebook_icon {
margin-left:8px;
margin-top:5px;
}
 header nav ul li {
 float:left;
}
 header nav ul li a {
 display: block;
 padding:18px 10px 18px 10px;
 border-right: 1px solid #949d9a;
 color:#fff;
 font:12px Verdana, Geneva, sans-serif;
}
 header nav ul ul li a {
 border-right: none;
 font-size:12px;
 padding:10px 10px 10px 10px;
 width: 190px;
}
 header nav ul ul {
position:absolute;
}
 #left_sec {
width:30%;
}
 #right_sec {
width:66%;
}

.theme-dark a.nivo-prevNav, .theme-dark a.nivo-nextNav {background-size:cover; top:40%;  width:25px; height:25px;}

.theme-dark a.nivo-prevNav{left:-10px;}
.theme-dark a.nivo-nextNav{right:-10px;}

.gv_galleryWrap, .gv_gallery{width:550px !important; height:300px !important;}

.gv_panel img{width:550px !important; height:255px !important; top:0 !important;}

}
 @media screen and (max-width: 568px) {
 header nav ul li a {
 padding:18px 5px 18px 5px;
}
 header aside {
 width:60%;
}
 .form_con table.table_row input[type="text"], .form_con table.table_row input[type="password"], .form_con table.table_row textarea, .login table.table_row input[type="text"], .login table.table_row input[type="password"] {
width:70%;
}
 .form_con table.table_row th, .login table.table_row th {
width:30%;
}

.gv_galleryWrap, .gv_gallery{width:518px !important; height:300px !important;}

.gv_panel img{width:518px !important; height:255px !important; top:0 !important;}

}
 @media screen and (max-width: 480px) {
 body {
font:11px/16px Verdana, Geneva, sans-serif;
}
 #right_sec h1, #inner_content h1 {
font-size:14px;
}
 #inner_content h2 {
font-size:12px;
}
 .home_block {
width:89%;
}
 .large_shadow {
display:none;
}
 .box_con {
width:90%;
font-size:12px;
padding:5px;
}
 header aside {
 width:65%;
 font-size:11px;
 margin-top:15px;
}
 header img {
width:150px;
}
 header aside span {
 width:76%;
 text-align:left;
 padding:10px 0 0 0;
 float:left;
}
 header article {
float:left;
width:98%;
}
 header aside b {
 padding:0 0 0 0;
}
 .twitter_icon, .facebook_icon {
margin-left:8px;
margin-top:5px;
}
 header nav ul li {
 float:left;
 width: 100%;
}
 header nav ul li a {
 display: block;
 padding:8px 0 8px 0;
 border-bottom: 1px solid #949d9a;
 border-right:none;
 color:#fff;
 font:14px Verdana, Geneva, sans-serif;
 text-indent:15px;
}
 header nav ul ul li a {
 border-right: none;
 display: inline-block;
 color:#000 !important;
 font-size:13px;
 font-weight:normal;
 padding:10px 0 10px 0;
 width:100%;
}
 header nav ul ul {
 width: 100%;
 position:absolute;

}
 .home_block h1, .home_block h2, .home_block h3 {
font-size:14px;
}
 .slider-wrapper {
width:100%;
}
 .testi_sec article {
width:98%;
}
 #right_sec {
width:96%;
}
 #left_sec {
margin:30px auto 0 auto;
width:80%;
}
 .form_con {
width:92%;
}
 .form_con table.table_row td, .login table.table_row td {
width:100%;
}
 .form_con table.table_row th, .login table.table_row th {
width:25%;
}
 .form_con table.table_row, .login table.table_row {
width:98%;
}

.theme-dark a.nivo-prevNav, .theme-dark a.nivo-nextNav {background-size:cover; top:40%;  width:20px; height:20px;}

.gv_galleryWrap, .gv_gallery{width:430px !important; height:300px !important;}

.gv_panel img{width:430px !important; height:255px !important; top:0 !important;}


}
 @media screen and (max-width: 320px) {
 header figure {
 margin:0 auto;
 float:none;
 text-align:center;
}
 header aside {
 width:100%;
 font-size:11px;
}
 header img {
width:150px;
}
 header aside span {
 width:75%;
 text-align:left;
 padding:10px 0 0 10px;
}
 header article {
float:left;
width:98%;
}
 header aside b {
 padding:0 0 0 0;
}
 .form_con table.table_row select {
width:185px;
margin-bottom:8px;
}
 .form_con {
width:90%;
}
 .form_step li a {
font-size:13px;
padding:5px;
width:120px;
}
 .form_step li strong {
font-size:15px;
}
 .twitter_icon, .facebook_icon {
margin-left:8px;
margin-top:5px;
}


.theme-dark a.nivo-prevNav{top:30%;}
.theme-dark a.nivo-nextNav{top:30%;}

#inner_content{width:90%;}

.gv_galleryWrap, .gv_gallery{width:260px !important; height:300px !important;}

.gv_panelWrap{height:255px !important;}

.gv_panel img{width:260px !important; height:255px !important; top:0 !important;}

.login{width:250px; margin:40px auto;}

.login table.table_row input[type="text"], .login table.table_row input[type="password"]{width:100%;}

}





table.table_bor{border:1px solid #a7bfb8; margin:0 0 0 0; border-collapse:collapse;}

.table_bor td, .table_bor th{border:1px solid #a7bfb8; padding:6px;}
.table_bor td{color:#000;}

.table_bor a:hover, .form_con a:hover{text-decoration:underline;}

/*footer end*/
