/* MAIN SETTING
========================================================================= */
body {
	width: 100%;
	height:auto;
	font: 15px/26px "Trebuchet MS", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	background: #111 url('../images/body_top_border.png') repeat-x;
	color: #656565;
	padding-top: 53px;
	min-width: 1024px;
}
a, a:visited {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #86ae35;
	text-decoration: none;
}
a:focus, a:active {
	color: #86ae35;
	text-decoration: none;
	outline: none;
}
.clear {
	clear: both;
	height: 0;
}
.wrapper {
	width: 700px;
	overflow: hidden;
	position: relative;
}
.Link_Admin
{	padding-top:0px;
	float:right;
	vertical-align:top;
	margin-right:56px;
	  }
.main {
	margin: 0 auto;
	width: 1240px;
	height:auto;
}
p {
	margin-bottom: 22px;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
strong {
	color: #919191;
}
#page1 #content {
	padding-bottom: 40px;
}
#page3 #content, #page4 #content, #page5 #content, #page6 #content, #page7 #content {
	padding-bottom: 35px;
}

/* H1-H6
========================================================================= */
h2 {
	font: 300 36px/44px 'Terminal Dosis', sans-serif;
	color: #ccc;
}
h3 {
	font: 300 30px/36px 'Terminal Dosis', sans-serif;
	color: #fff;
}
h4 {
	font: 300 24px/30px 'Terminal Dosis', sans-serif;
	color: #cdcdcd;
}

/* IDENT's
========================================================================= */

/* ----- MARGIN's -----*/
/* ----- Bottom -----*/
.margin_bottom_1, .margin_bottom_9 {margin-bottom: 20px;}
.margin_bottom_2, .margin_bottom_16, .margin_bottom_21  {margin-bottom: 50px;}
.margin_bottom_3 {margin-bottom: 43px;}
.margin_bottom_4, .margin_bottom_7   {margin-bottom: 30px;}
.margin_bottom_5, .margin_bottom_11 {margin-bottom: 40px;}
.margin_bottom_6 {margin-bottom: 8px;}
.margin_bottom_8 {margin-bottom: 19px;}
.margin_bottom_12, .margin_bottom_15 {margin-bottom: 23px;}
.margin_bottom_13 {margin-bottom: 10px;}
.margin_bottom_14 {margin-bottom: 31px;}
.margin_bottom_17 {margin-bottom: 53px;}
.margin_bottom_18 {margin-bottom: 22px;}
.margin_bottom_19 {margin-bottom: 21px;}
.margin_bottom_20 {margin-bottom: 29px;}
.margin_bottom_22 {margin-bottom: 12px;}
.margin_bottom_23 {margin-bottom: 19px;}
.margin_bottom_24 {margin-bottom: 37px;}
.margin_bottom_25 {margin-bottom: 41px;}
.margin_bottom_26 {margin-bottom: 35px;}
.margin_bottom_27 {margin-bottom: 46px;}
.margin_bottom_10 { margin-bottom: 27px;}

/* ----- Right -----*/
.margin_right_1 {margin-right: 46px;}

/* ----- Top -----*/
.margin_top_1 {margin-top: 22px;}
.margin_top_2 {margin-top: -4px;}
.margin_top_3 {margin-top: -9px;}
.margin_top_4 {margin-top: -3px;}

/* ----- Left -----*/
.margin_left_1 {margin-left: 56px;}
.margin_left_2 {margin-left: 8px;}
.margin_left_3 {margin-left: 2px;}
.margin_left_4 {margin-left: 10px;}


/* ----- PADDING's -----*/
/* ----- Bottom -----*/
.padding_bottom_1 {
	padding-bottom: 56px;
}
.padding_bottom_11 {
	padding-bottom: 49px;
}
.padding_bottom_2 {
	padding-bottom: 44px;
}

/* ----- Right -----*/
.padding_right_1 {padding-right: 43px;}
.padding_right_11 {padding-right:53px;}
.padding_right_2 {padding-right: 43px;}

/* ----- Left -----*/
.padding_left_1 {padding-left: 49px;}
.padding_left_11 {padding-left:40px;}
.padding_left_2 {padding-left: 26px;}

/* BUTTON's
========================================================================= */
a.button_1 {
	display:inline-block;
	font-size: 16px;
	line-height: 38px;
	color: #fff;
	background: #1b1b1b;
	padding: 0 22px 0 20px;
	position: absolute;
	bottom: 16px;
}
a.button_2 {
	display:inline-block;
	font-size: 18px;
	line-height: 38px;
	color: #111;
	background: #ddd;
	padding: 0 22px 2px 20px;
}
a.button_3 {
	display:inline-block;
	font-size: 18px;
	line-height: 40px;
	color: #fff;
	background: #3a3d3d;
	padding: 0 24px 0 25px;
}

/* BORDER's
========================================================================= */
.border_left_1 {
	border-left: 1px solid #373737;
}

/* COLUMN's
========================================================================= */
.column_1 {
	width: 230px;
	color: #ccc;
}
.column_2 {
	width: 140px;
	margin-left: 12px;
}
.column_3 {
	width: 153px;
	margin-left: 20px;
}
.column_4 {
	width: 191px;
	margin-left: 1px;
}
.column_5 {
	width: 210px;
	margin-left: 28px;
}

/* TABLE's
========================================================================= */
.table_1 .thead{
	font: 600 14px/40px 'Terminal Dosis', sans-serif;
	color: #ccc;
	background: #646464;
	letter-spacing: 1px;
}
.table_1 tbody {
	font-size: 13px;
	color:#919191;
}
.table_col_1 {
	width: 50px;
	border-right: 1px solid rgba(255,255,255,0.1);
}
.table_col_2 {
	width: 425px;
	border-right: 1px solid rgba(255,255,255,0.1);
}
.table_col_3 {
	width: 150px;
}
.tr_1 {
	background: #272727;
}
.tr_2 {
	background: #2f2f2f;
}
.text_center {
	text-align:center;
}
.pad_left {
	padding-left: 23px;
}
.pad_top_bot_1 {
	padding-top: 10px;
	padding-bottom: 5px;
}
.pad_top_bot_2 {
	padding-top: 3px;
	padding-bottom: 5px;
}
.pad_top_bot_3 {
	padding-top: 3px;
	padding-bottom: 10px;
}
/* HEADER
========================================================================= */
header {
	z-index: 11;
	position: relative;
}
#search-form > input {
	outline: none;
	box-shadow: none !important;
	float: left;
	height: 28px;
	width: 172px;
	background: #111;
	padding: 0 35px 0 13px;
	border: none;
	border: 1px solid #323232;
	color: #424242;
	font-size: 13px;
	line-height: 28px;
}
a.submit {
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url("../images/search_button.png") no-repeat;
	margin-left: -29px;
}
a.submit:hover {
	background: url("../images/search_button.png") no-repeat 0 -28px;
}
/* NAVIGATION
========================================================================= */
nav {
	float: left;
	position: relative;
	margin-top: 1px;
	margin-left: 20px;
}
.sf-menu { width:auto;
	height: 36px;
}
.sf-menu > li {
	float: left;
	border-left: 1px solid #2c2c2c;
}
.sf-menu > li:first-child {
	border-left: none;
}
.border_bottom  > a {
	background: url('../images/sub_menu_border.jpg') no-repeat 13px 0;
}
.border_bottom_2 > a {
	background: url('../images/sub_menu_border.jpg') no-repeat 25px 0;
}
.sf-menu > li > a {
	font: 14px/28px Arial;
	height: 24px;
	color:white;
	padding: 0 25px 0 22px;
}
.sf-menu li li a {
	font: 13px/28px Arial;
	height: 30px;
	padding-right: 12px;
	padding-left: 11px;
	padding-top: 1px;
	padding-bottom: 1px;
	color:white !important;
}
.sf-menu li li li a {
	font: 11px/30px Arial;
	height: 32px;
}
.sf-menu ul {
	background:white;
}
.sf-menu ul li {
	width: 150px;
}
.sf-menu ul li li {
	width: 150px;
}
.sf-sub-indicator {
	text-indent: -999em;
	position: absolute;
}
.sf-menu  > li > a > .sf-sub-indicator {
	width: 7px;
	height: 4px;
	background: url('../images/auto_arrows.png') no-repeat;
	top: 25px;
	left: 47%;
}
.sf-menu  > li li > a > .sf-sub-indicator {
	display:none;
}

/* ----- Superfish -----*/
.sf-menu, .sf-menu * {
	margin:	0;
	padding: 0;
	list-style:	none;
}
.sf-menu {
	line-height:1.0;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: auto; /* left offset of submenus need to match (see below) */
}
.sf-menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: -5px;
	top: 66px; /* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: -114px; /* match ul width */
	top: 0;
	width: 144px;
	text-align:right;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}

.sf-menu li a:hover, .sf-menu > li.active a, .sf-menu > li.sfHover a  {
	color:#f5c92c;
}
.sf-menu  li li a:hover, .sf-menu > li li .active a, .sf-menu > li li.sfHover  {
	color:white;
}
.sf-menu  li li:hover, .sf-menu > li li .active, .sf-menu > li li.sfHover  {
	background: #4e4e4e url('../images/sub_menu_hover.png') no-repeat 100% 50%;
}

.sf-menu li a:hover > .sf-sub-indicator, ul.sf-menu li.sfHover .sf-sub-indicator {
	background: url('../images/auto_arrows.png') no-repeat 0 -4px;
}


/* SLIDER
========================================================================= */
.main_box_bg {height:auto;
	background: url('../images/main_box_bg.jpg');
}
.main_box {height:auto;
	background: url('../images/slider_logo_box_bg.jpg') no-repeat;
	padding: 23px 25px 40px 29px;
}
.main_box_sub {
	background: url('../images/slider_logo_box_bg.jpg') no-repeat;
	padding: 23px 25px 23px 29px;
}
.logo_box {
	width: 341px;
	height: 331px;
	background: url('../images/logo_bg.jpg');
}
.slider_holder {
	height: 331px;
	position: relative;
	overflow: hidden;
	background: url('../images/slider_holder_bg.jpg') no-repeat;
}
.slide_1 {
	background: url('../images/sona_slider1.gif') no-repeat;
	width: 800px;
	height: 400px;
    background-size:800px 400px;
}
.slide_2 {
	background: url('../images/slide-2.jpg') no-repeat;
	width: 644px;
	height: 331px;
}
.slide_3 {
	background: url('../images/slide-3.jpg') no-repeat;
	width: 644px;
	height: 331px;
}
.slide_4 {
	background: url('../images/slide-4.jpg') no-repeat;
	width: 644px;
	height: 331px;
}
#nav {
	position:absolute;
	z-index: 10;
	bottom: 7px;
	right: 20px;
	overflow: hidden;
}
#nav a {
	float:left;
	width: 26px;
	height: 19px;
	overflow: hidden;
	text-indent: -999em;
	background: url('../images/slide_hover.png') no-repeat;
	margin-left: 4px;
}
#nav a:hover, #nav a.activeSlide {
	background: url('../images/slide_hover.png') no-repeat 0 -14px;
}

/* CONTENT
========================================================================= */
h1 {
	padding: 133px 0 0 67px;
}
h1 a {
	display:block;
	text-indent: -999em;
	width: 234px;
	height: 125px;
	background: url('../images/logo.png') no-repeat;
}
.slogan {
	font: 14px/16px 'Open Sans', sans-serif;
	color:#f5c92c;
	margin-left:37px;
	text-align:center;
	font-style:italic;
}

.column {
	width: 500px;
	float: left;
	position: relative;
	text-align:justify;
	top: 0px;
	left: 0px;
}
.column1 {
	width: 250px;
	float: left;
	position: relative;
}
	.column p {margin-left:10px;
		font-size: 15px;
		line-height:21px;
	}
	.column2 {
	width: 750px;
	float: left;
	text-align:justify;
	position: relative;
}
.column21 {
	width: 770px;
	float: left;
	text-align:justify;
	position: relative;
}
.bfg
{
	width:923px;
 	height:700px;
	background:url('../images/contlayer.jpg')repeat;
	
}
.contact
{	width:500px;
 	height:650px;
	background:url('../images/cont.jpg')no-repeat;
	
}
.textcontact
{
   width:383px;
 	height:650px;
   background:url('../images/sona_contactus.jpg')no-repeat;	
}
.video
{   width:400px;
 	height:300px;
   background:url('../images/video.jpg')no-repeat;	
}
.line {
	height: 1px;
	background: #222;
	overflow: hidden;
}
.font_1 {
	font: 14px/36px Arial;
	color: #8d8d8d;
	margin-top: -6px;
	margin-bottom: 10px;
}
.font_2 {
	font: 600 36px/43px 'Terminal Dosis', sans-serif;
	color: #5f881f;
}
.font_3 {
	font-weight: bold;
	font-size: 12px;
}
a.link_1 {
	color: #cdcdcd;
}
a.link_2 {
	color: #5f881f;
	font-weight: bold;
}
a.link_3 {
	color: #8d8d8d;
}
a.e-mail {
	font-weight: bold;
	color: #5f881f;
}
.color_1 {
	font: 20px/24px 'News Cycle', sans-serif;
	color: #5f881f;
}
.color_2 { 
	color:white;
}
.ul  
{	margin-left:40px;
	list-style-type:disc;
	color: #ffffff;
}
.h2_line_2 {
	display:block;
}
dl {
	display: block;
	width: 168px;
}
dd span {
	float: right;
}
.vertical_border {
	background: url('../images/vertical_border.jpg') repeat-y 280px 0;
	top: 0px;
	left: 0px;
}
.vertical_border_2 {
	background: url('../images/vertical_border.jpg') repeat-y 680px 0;
}
.vertical_border_3 {
	background: url('../images/vertical_border_2.jpg') repeat-y 600px 0;
}
.vertical_border_4 {
	background: url('../images/vertical_border.jpg') repeat-y 600px 0;
}
.vertical_border_5 {
	background: url('../images/vertical_border.jpg') repeat-y 440px 0;
}


/* LIST's
========================================================================= */
.block_cont {
	padding: 0 57px 12px 0;
	margin-right: 29px;
}
.block_cont_2 {
	padding: 0 40px 0 0;
	margin-right: 20px;
}
.block_cont_3 {
	padding-top: 6px;
}
.block_cont_4 {
	padding: 0 50px 55px 0;
	margin-right: 29px;
}
.block_cont_5 {
	padding: 0 50px 12px 0;
	margin-right: 29px;
}
.list_1 li {
	border-top: 1px solid #242424;
	padding-left: 29px;
	background: url('../images/list_arrow.png') no-repeat 6px 15px;
}
.list_1 li:first-child {
	border-top: none;
}
.list_1 a {
	color: #8d8d8d;
	font: 14px/35px Arial;
}

.list_2  a{
	color: #5f881f;
	font: 20px/40px 'News Cycle', sans-serif;
}

.list_3  a{
	color: #919191;
	font: bold 13px/26px Arial, sans-serif;
}

.list_3  li  a{
	position:relative;
}
.list_3  span {
	height: 1px;
	position:absolute;
	display:block;
	left: 0;
	bottom: -2px;
	right: 100%;
	background: #f7f7f7;
}

/* PRETTY PHOTO
========================================================================= */
/* Lightbox image */
.lightbox-image {
	position:relative;
	overflow:hidden;
	display:inline-block;
	}
	.lightbox-image img {
		position:relative;
		z-index:2;
		}
	#page1 .lightbox-image img {float:left;}
	.lightbox-image span {
		display:block;
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;
		background: #fff url('../images/magnify.png') no-repeat 50% 50%;
		z-index:1;
		}

.lightbox-image img {
	position:relative;
	z-index:2;
}

/* FORM's
========================================================================= */
iframe {
	width: 380px;
	height: 330px;
	margin:0;
	border: none;
}

#confirm_1 {
	position: relative;
	height: auto;
}
#confirm_1  label {
	display: block;
	position: relative;
}
#confirm_1 label.email {
	min-height: 39px;
}
#confirm_1  label.message {
	min-height: 112px;
}
#confirm_1 input {
	display: block;
	margin: 0;
	outline: none;
	box-shadow: none !important;
	width: 286px;
	height: 28px;
	border: 1px solid #626262;
	color: #848484;
	font: 13px/28px "Trebuchet MS";
	background: transparent;
	padding-left: 12px;
}
#confirm_1 textarea {
	display: block;
	margin: 0;
	padding: 0 0 0 12px;
	outline: none;
	box-shadow: none !important;
	font: 13px/30px "Trebuchet MS";
	background: transparent;
	color: #848484;
	border: 1px solid #626262;
	width: 286px;
	height: 100px;
	resize: none;
	overflow: auto;
}
#confirm_1 label > span {
	color: #d24141;
	line-height: 30px;
	position:relative;
	left: 12px;
}
#confirm_1 .success {
	color:#86ae35;
}
#confirm_1 .btns {
	position: absolute;
	right: 0;
}


#confirm {
	position: relative;
	height: 570px;
}
#confirm  label {
	display: block;
	position: relative;
}
#confirm label {
	min-height: 50px;
}
#confirm  label.message {
	min-height: 321px;
}
#confirm input {
	display: block;
	margin: 0;
	outline: none;
	box-shadow: none !important;
	width: 367px;
	height: 34px;
	border: 1px solid #313131;
	color: #848484;
	font: 13px/34px "Trebuchet MS";
	background: transparent;
	padding-left: 12px;
}
#confirm textarea {
	display: block;
	margin: 0;
	padding: 0 0 0 12px;
	outline: none;
	box-shadow: none !important;
	font: 13px/30px "Trebuchet MS";
	background: transparent;
	color: #848484;
	border: 1px solid #313131;
	width: 447px;
	height: 287px;
	resize: none;
	overflow: auto;
}
#confirm label > span {
	color: #d24141;
	line-height: 30px;
	position:relative;
	left: 12px;
}
#confirm .success {
	color:#86ae35;
}
#confirm .btns {
	position: absolute;
	right: 0;
}
#confirm .btns a {
	margin-left: 8px;
}

/* FOOTER
========================================================================= */
footer {
	background: #0c554c;
	padding: 24px 0;
}
.top {
	display:none;
	position:fixed;
	z-index:9;
	right:50%;
	margin-right:-610px;
}
.back_button {
	display:block;
	width: 57px;
	height: 57px;
	background: url('../images/back_top.png') no-repeat;
}
.back_button:hover {
	background: url('../images/back_top.png') no-repeat 0 -57px;
}
.policy {
	font: 16px/24px 'News Cycle', sans-serif;
	color: #8e8e8e;
	padding: 22px 0 28px 0;
}
.quest {
	font: 18px/24px 'News Cycle', sans-serif;
	color: #fff;
	
	margin-bottom: 0px;
}
.phone_num {
	font: 16px/22px "Trebuchet MS";
	color: #86ae35;
	
}
.downmenu
{
	font-family:Verdana;
	font-size :12px ;
	color :#fff;
	margin-top:10px;
	text-decoration :none;
}