*




{
	margin:0px;
	padding:0px;
	box-sizing:border-box;
}

img
{
	border:none;
}

a
{
	outline-style:none;
	text-decoration:none;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}

body
{
	overflow-x:hidden;
    font-family: 'opensansregular';
}

h1 ,h2 ,h3 ,h4 ,h5 ,h6
{
	font-weight:100;
}
@font-face
{
	font-family:'birdsofparadise';
	src:url('../fonts/birdsofparadise.eot');
	src:url('../fonts/birdsofparadise.eot') format('embedded-opentype'),
	url('../index.html') format('woff2'),
	url('../fonts/birdsofparadise.ttf') format('truetype'),
	url('../index.html#birdsofparadise') format('svg');
}

@font-face {
    font-family: 'opensansregular';
    src: url('../fonts/opensansregular.eot');
    src: url('../fonts/opensansregular.eot') format('embedded-opentype'),
         url('../fonts/opensansregular.woff2') format('woff2'),
         url('../fonts/opensansregular.woff') format('woff'),
         url('../fonts/opensansregular.ttf') format('truetype'),
         url('../index.html#opensansregular') format('svg');
}
@font-face
{
	font-family:'OpenSansSemibold';
	src:url('../fonts/OpenSansSemibold.eot');
	src:url('../fonts/OpenSansSemibold.eot') format('embedded-opentype'),
	url('../fonts/OpenSansSemibold.woff2') format('woff2'),
	url('../fonts/OpenSansSemibold.ttf') format('truetype'),
	url('../index.html#OpenSansSemibold') format('svg');
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/opensans-bold.eot');
    src: url('../fonts/opensans-bold.eot') format('embedded-opentype'),
         url('../fonts/opensans-bold.woff') format('woff'),
         url('../fonts/opensans-bold.ttf') format('truetype'),
         url('../index.html#OpenSansBold') format('svg');
}
@font-face {
    font-family: 'OpenSansExtraBold';
    src: url('../fonts/OpenSansExtraBold.eot');
    src: url('../fonts/OpenSansExtraBold.eot') format('embedded-opentype'),
         url('../fonts/OpenSansExtraBold.woff2') format('woff2'),
         url('../fonts/OpenSansExtraBold.woff') format('woff'),
         url('../fonts/OpenSansExtraBold.ttf') format('truetype'),
         url('../index.html#OpenSansExtraBold') format('svg');
}
@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/OpenSansLight.eot');
    src: url('../fonts/OpenSansLight.eot') format('embedded-opentype'),
         url('../fonts/OpenSansLight.woff2') format('woff2'),
         url('../fonts/OpenSansLight.woff') format('woff'),
         url('../fonts/OpenSansLight.ttf') format('truetype'),
         url('../index.html#OpenSansLight') format('svg');
}
@font-face {
	font-family: 'Georgia';
	src: url('../fonts/Georgia.eot');
	src: url('../fonts/Georgiad41d.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Georgia.woff') format('woff'),
		url('../fonts/Georgia.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GeorgiaBold';
	src: url('../fonts/Georgia-Bold.eot');
	src: url('../fonts/Georgia-Boldd41d.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Georgia-Bold.woff') format('woff'),
		url('../fonts/Georgia-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

.contanear
{
	display:block;
	width:94%;
	max-width:1150px;
	margin:0px auto;
}




.nav_mian_area
{
	display:block;
	float:right;
	width:auto;
	margin:24px 20px 0 0;
}
.nav_mian_area ul
{
	text-align:right;
}
.nav_mian_area ul li
{
	display:inline;
	list-style-type:none;
	position:relative;	
	border-bottom:4px solid transparent;	
}
.nav_mian_area ul li a
{
	font-family:'OpenSansSemibold';
	color:#000;
	font-size:14px;
	padding:10px 12px;
	background-position:center center;
	text-transform:uppercase;
}
.nav_mian_area ul li i
{
	vertical-align:top;
	padding:4px 0 0 5px;
}
.nav_mian_area ul li a:hover
{
	background:#741d1d;
	color:#FFF;
}

.active a
{
	background:#741d1d;
	color:#FFF !important;	
}


.nav_mian_area ul li ul{position:absolute; width:200px; top:0; left:0px; display:none; margin-top:20px; padding-top:41px; text-align:left;}

.nav_mian_area ul li:hover ul{display:block;}

.nav_mian_area ul li ul li{width:100%; line-height:20px !important;}
.nav_mian_area ul li ul li a{padding:8px; background-color:rgba(255,255,255,0.8)!important; background-image:none; display:block; border-bottom:1px solid #1c8436; font-size:13px; color:#000 !important; border-radius:0; text-transform:capitalize !important; }
.nav_mian_area ul li ul li a:hover{background-color:#741d1d !important; color:#FFF !important; background-image:none; border-bottom:1px solid #1c8436;}


.nav_mian_area ul li ul li ul{display:none !important;left:200px; top:-78px;}

.nav_mian_area ul li ul li:hover ul{display:block !important;}


.small_manu
		{
		float:right;
		height:auto;
		margin:-8px 0 0 0px;
		overflow:visible;
		display:none;
		z-index:10000;
		text-align:center;
		z-index:9999;
		position:relative;
		}


.toggleMenu {
    display:  none;
	margin-top:12px;
}
.nav2 {
    list-style: none;
     *zoom: 1;
	 float:right;
     background:#FFFFFF;
	 width:250px;
	 margin:0 0;
	 position:absolute;
	 right:0;
	 z-index:9999;
}
.nav2:before,
.nav2:after {
    content: " "; 
    display: table; 
}
.nav2:after {
    clear: both;
}
.nav2 ul {
    list-style: none;
}
.nav2 a {
    padding: 9.7px 15px;
    color:#666;
	text-decoration:none;
	
}

.nav2 a:hover {
	background:#741d1d ;
	color:#FFF;
}

#redselect{color:#FF0000; background-image:url(../index.html); background-position:bottom; background-repeat:no-repeat;height:30px;}

.nav2 li {
    position: relative;
	font-size:14px;
	text-transform:uppercase;	
	float:left;
	z-index:1000;
	width:100%;

}
.nav2 > li {
    float: left;
	width:100%;
	text-align:center;
	border-left:1px solid #D1DADE;
	border-right:1px solid #D1DADE;
	border-bottom:1px solid #D1DADE;
	
}
.nav2 > li:first-child
{
	border-top:1px solid #D1DADE;	
}
.nav2 > li span
{
	float:right;
}
.nav2 > li > .parent {
    background-repeat: no-repeat;
    background-position: right;
}
.nav2 > li > a {
    display: block;
}
.nav2 li  ul {
    position: relative;
    left: -9999px;
	display:none;
}
.nav2 > li.hover > ul {
    left: 0;
	display:block;
	width:100%;
	box-sizing:border-box;
}
.nav2 li li.hover ul {
    left: 100%;
    top: 0;
}
.nav2 li li a {
    display: block;
    background: #eff1f1;
    position: relative;
    z-index:100;
    border-top: 1px solid #D1DADE;

}

.nav2 li ul li{width:100%;box-sizing:border-box;}

.nav2 li ul li a {width:100%;box-sizing:border-box;}

.nav2 li li a:hover
{
	background:#512d2d !important;
}

.droparrow{margin:0 0 3px 0;}

/**************dropdown_menu*************/

.top_header_contanear
{
	display:block;
	float:left;
	width:100%;
	padding:6px 0 0 0;
	background-color:rgba(255,255,255,0.8);
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.90);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.90);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.90);
	position:absolute;
	z-index:5;
}
.logo_area
{
	display:block;
	float:left;
	width:258px;
	    -webkit-transition: all 1.3s ease-in-out;
    -moz-transition:    all 1.3s ease-in-out;
    -o-transition:      all 1.3s ease-in-out;
    -ms-transition:     all 1.3s ease-in-out;
}

.logo_area:hover
{
	   -webkit-transform: rotate(0) scale(1.2);
    -moz-transform:    rotate(0) scale(1.2);
    -o-transform:      rotate(0) scale(1.2);
    -ms-transform:     rotate(0) scale(1.2);
}
.logo_area img
{
	max-width:100%;
}
.login_but 
{
	display:block;
	float:right;
	width:94px;
	height:32px;
	line-height:32px;
	text-transform:uppercase;
	border-radius:5px;
	background:#00cf6b;
	text-align:center;
	font-size:14px;
	color:#FFF;
    font-family: 'OpenSansBold';
	margin-top:20px;	
}
.login_but:hover
{
	background:#091C69;
}
.slider_contanear
{
	display:block;
	float:left;
	width:100%;
	position:relative;
	z-index:1;
}





.welcome_panel
{
	width:100%;
	float:left;
	display:block;
}

.welcome_panel_text
{
	width:100%;
	
	display:block;
	text-align:center;
	margin:60px 0 65px 0;
}

.welcome_panel_text h1
{
	font-family: 'opensansregular';
	font-size:40px;
	line-height:55px;
	color:#000;
}

.welcome_panel_text h3
{
	font-family: 'opensansregular';
	font-size:20px;
	color:#4cb554;
	margin:5px 0 25px 0;
}

.welcome_panel_text p
{
	font-family: 'opensansregular';
	font-size:16px;
	color:#000;
}

.welcome_panel_text a p
{
	font-family: 'OpenSansBold';7cc581
	font-size:16px;
	color:#000;
	text-transform:uppercase;
	margin-top:15px;
}

.welcome_panel_text a p:hover
{
	color:#7cc581;
		text-decoration:none;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}

.community
{
	width:100%;
	float:left;
	display:block;
	background:#e74c3c;
	padding:67px 0;
}

.community:hover
{
	background:#f39c12;
}

.community_panel
{
	width:100%;
	float:left;
	display:block;
}

.community_box
{
	width:15%;
	float:left;
	display:block;
	text-align:center;
	padding:0 1%;
	margin:0 2%;
}

.community_box h4
{
	font-family: 'opensansregular';
	font-size:14px;
	padding-left: 19px;
	color:#FFF;
	width:100%;
	float:left;
}

.box_panel
{
	width:100%;
	display:inline-block;
	background:#41b049;
	border:solid 5px #FFF;
	border-radius:500px;
	height:190px;
	width:190px;
	margin-bottom:28px;
}

.community_box:hover .box_panel
{
	background:#19eb28;
		text-decoration:none;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;

}

.community_box:hover .box_panel img
{
    -webkit-transform: rotate(360deg);
    -moz-transform:    rotate(360deg);
    -o-transform:      rotate(360deg);
    -ms-transform:     rotate(360deg);
}

.box_panel img
{
	margin-top:35px;
	 -webkit-transition: all 1.3s ease-in-out;
    -moz-transition:    all 1.3s ease-in-out;
    -o-transition:      all 1.3s ease-in-out;
    -ms-transition:     all 1.3s ease-in-out;
}

.box_panel h2
{
	font-family: 'OpenSansBold';
	font-size:22px;
	color:#FFF;
	text-transform:uppercase;
}

.box_panel_2
{
	width:100%;
	display:inline-block;
	background:#adfff7;
	border:solid 5px #FFF;
	border-radius:500px;
	height:190px;
	width:190px;
	margin-bottom:28px;
}

.community_box:hover .box_panel_2
{
	background:#4ffdec;
		text-decoration:none;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}

.community_box:hover .box_panel_2 img
{
    -webkit-transform: rotate(360deg);
    -moz-transform:    rotate(360deg);
    -o-transform:      rotate(360deg);
    -ms-transform:     rotate(360deg);
}

.box_panel_2 img
{
	margin-top:35px;
			 -webkit-transition: all 1.3s ease-in-out;
    -moz-transition:    all 1.3s ease-in-out;
    -o-transition:      all 1.3s ease-in-out;
    -ms-transition:     all 1.3s ease-in-out;
}

.box_panel_2 h2
{
	font-family: 'OpenSansBold';
	font-size:22px;
	color:#000;
	text-transform:uppercase;
}

.box_panel_3
{
	width:100%;
	display:inline-block;
	background:#ffde00;
	border:solid 5px #FFF;
	border-radius:500px;
	height:190px;
	width:190px;
	margin-bottom:28px;
}

.community_box:hover .box_panel_3
{
	background:#ffe56d;
		text-decoration:none;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}

.community_box:hover .box_panel_3 img
{
    -webkit-transform: rotate(360deg);
    -moz-transform:    rotate(360deg);
    -o-transform:      rotate(360deg);
    -ms-transform:     rotate(360deg);
}

.box_panel_3 img
{
	margin-top:35px;
		-webkit-transition: all 1.3s ease-in-out;
    -moz-transition:    all 1.3s ease-in-out;
    -o-transition:      all 1.3s ease-in-out;
    -ms-transition:     all 1.3s ease-in-out;
}

.box_panel_3 h2
{
	font-family: 'OpenSansBold';
	font-size:22px;
	color:#000;
	text-transform:uppercase;
}

.box_panel_4
{
	width:100%;
	display:inline-block;
	background:#004673;
	border:solid 5px #FFF;
	border-radius:500px;
	height:190px;
	width:190px;
	margin-bottom:28px;
}

.community_box:hover .box_panel_4
{
	background:#007fcf;
		text-decoration:none;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}

.community_box:hover .box_panel_4 img
{
    -webkit-transform: rotate(360deg);
    -moz-transform:    rotate(360deg);
    -o-transform:      rotate(360deg);
    -ms-transform:     rotate(360deg);
}

.box_panel_4 img
{
	margin-top:35px;
			-webkit-transition: all 1.3s ease-in-out;
    -moz-transition:    all 1.3s ease-in-out;
    -o-transition:      all 1.3s ease-in-out;
    -ms-transition:     all 1.3s ease-in-out;
}

.box_panel_4 h2
{
	font-family: 'OpenSansBold';
	font-size:22px;
	color:#FFF;
	text-transform:uppercase;
}

.would_like
{
	width:100%;
	float:left;
	display:block;
	background:#00a8ff;
	padding:35px 0 65px 0;
	margin:0 0 58px 0;
}

.like_panel
{
	width:30%;
	float:left;
	display:block;
}

.like_panel h3
{
	font-family:'OpenSansSemibold';
	font-size:35px;
	color:#000;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:35px;
}

.like_panel a p
{
	font-family:'OpenSansSemibold';
	font-size:16px;
	color:#FFF;
	text-transform:uppercase;
	background:#41b049;
	display:inline-block;
	padding:10px 6%;
}

.like_panel a h3
{
	font-family:'OpenSansSemibold';
	font-size:16px;
	color:#000;
	text-transform:uppercase;
	background:#FFFFFF;
	display:inline-block;
	padding:10px 6%;
	margin-left:-6px;
}

.CheckboxGroup1_0
{
	font-family:'OpenSansSemibold';
	font-size:16px; 
	color:#000;
	margin:0 30px 0 0;
	float:left;
}

.right_panel
{
	width:68%;
	float:left;
	display:block;
	margin:0 0 0 2%;
}

.right_panel h3
{
	font-family:'OpenSansSemibold';
	font-size:35px;
	color:#000;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:35px;
}

.right_panel a h3
{
	font-family:'OpenSansSemibold';
	font-size:16px;
	color:#000;
	text-transform:uppercase;
	background:#FFFFFF;
	display:inline-block;
	padding:10px 9%;
	margin-left:-4px;
}

.right_box_panel a p
{
	font-family:'OpenSansSemibold';
	font-size:16px;
	color:#FFF;
	text-transform:uppercase;
	background:#41b049;
	display:inline-block;
	padding:10px 9%;
}

.like_panel a h3:hover
{
	background:#41b049;
	color:#FFF;
		-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}

.right_panel a h3:hover
{
	background:#41b049;
	color:#FFF;
		-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}

.right_box_panel
{
	width:100%;
	float:left;
	display:block;
}

.botton
{
	width:33%;
	float:left;
	display:block;
	font-family: 'opensansregular';
	font-size:16px;
	line-height:45px;
	color:#000;
	text-indent:10px;
	margin:-8px 26px 0 18%;
}

.date_panel
{
	width:70%;
	float:left;
	display:block;
	padding:20px 21px;
	background:#0b2648;
	margin-top:20px;
}

.date_panel h5
{
	font-family: 'opensansregular';
	font-size:16px;
	line-height:24px;
	color:#FFF;
}

.donate
{
	width:28%;
	float:left;
	display:block;
	background:#2b60a2;
	margin:20px 0 0 2%;
}

.donate a p
{
	font-family: 'OpenSansBold';
	font-size:24px;
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
	padding:27.6px 0;
	
}

.donate a p:hover
{
	background:#41b049;
		text-decoration:none;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}

.white_panel
{
	width:100%;
	float:left;
	display:block;
}

.whate_panel
{
	width:100%;
	float:left;
	display:block;
	margin-bottom:50px;
}

.whate_panel h1
{
	font-family: 'opensansregular';
	font-size:35px;
	color:#000;
	text-transform:uppercase;
	text-align:center;
	background:url(../images/border.gif) no-repeat center 100%;
	padding-bottom:18px;
}

.what_panel_box
{
	width:102%;
	float:left;
	display:block;
	margin-bottom:65px;
}

.box_1
{
	width:23%;
	display:block;
	float:left;
	background:#ffe3be;
	text-align:center;
	background-image:url(../images/top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-size:100% auto;
	margin:0 2% 0 0;
	padding:0 16px;
	min-height:248px;
}
 
.box_1 img
{
	padding:36px 0 0 0;
	    -webkit-transition: all 1.1s ease-in-out;
    -moz-transition:    all 1.1s ease-in-out;
    -o-transition:      all 1.1s ease-in-out;
    -ms-transition:     all 1.1s ease-in-out;
}

.box_1:hover img
{
	    -webkit-transform: rotate(0) scale(1.3);
    -moz-transform:    rotate(0) scale(1.3);
    -o-transform:      rotate(0) scale(1.3);
    -ms-transform:     rotate(0) scale(1.3);
}

.box_1 h2
{
	font-family: 'OpenSansBold';
	font-size:18px;
	color:#000;
	margin:16px 0 16px 0;
}

.box_1 p
{
	font-family: 'opensansregular';
	font-size:14px;
	line-height:16px;
	color:#000;
	margin-bottom:12px;
}

.box_1 a h3
{
	font-family: 'opensansregular';
	font-size:14px;
	color:#000;
	padding-bottom:24px;
}

.box_1 a h3:hover
{
	color:#741d1d;
}

.red_panel
{
	width:100%;
	float:left;
	display:block;
	background:#f4352c;
}	

.red_panel:hover
{
	background:#FFA500;
		text-decoration:none;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}

.text_panel_red
{
	width:100%;
	float:left;
	display:block;
	padding:33px 0;
}

.text_panel_red h5
{
	font-family: 'OpenSansLight';
	font-size:40px;
	line-height:42px;
	color:#FFF;
	text-align:center;
}


.newsleatter_panel
{
	width:100%;
	float:left;
	display:block;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-y;
	background-size:100% auto;
}

.main_panel
{
	width:100%;
	float:left;
	display:block;
}

.email
{
	width:100%;
	float:left;
	display:block;
}

.email img
{
	float:left;
	display:block;
	margin:6px 20px 0 0;
}

.email h2
{
	font-family: 'opensansregular';
	font-size:25px;
	color:#FFF;
	margin:0 0 20px 0;
}

.your
{
	width:70%;
	float:left;
	display:block;
	font-family: 'opensansregular';
	font-size:15px;
	line-height:50px;
	color:#000000;
	background:#FFF;
	margin:0 2% 0 0;
	padding:0 0 0 20px;
	border:none;
	text-transform:uppercase;
}

.green_panel
{
	width:64%;
	float:left;
	display:block;
	background:#4880f2;
	padding:27px 0;
}

.download
{
	width:33%;
	float:left;
	display:block;
	margin:0 0 0 25px;
	background:#6bae45;
}

.download h5
{
	font-family: 'opensansregular';
	font-size:24px;
	color:#FFF;
	padding:30px 0;
	float:left;
	display:block;
	cursor:pointer;
}

.download h5 span:hover
{
	color:#ffde00;
		text-decoration:none;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}

.download h5:hover
{
	color:#ffde00;
		text-decoration:none;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}

.download h5 span
{
	font-family: 'OpenSansBold';
	font-size:32px;
	line-height:26px;
	color:#FFF;
	text-transform:uppercase;
}

.download img
{
	margin:65px 0 0 30px;
}

.send_panel
{
	width:20%;
	float:left;
	display:block;
	font-family: 'OpenSansBold';
	font-size:15px;
	line-height:50px;
	 color:#FFF;
	 background:#00276e;
	 border:none;
	 cursor:pointer;
}

.send_panel:hover
{
	background:#41b049;
		text-decoration:none;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}

.footer
{
	width:100%;
	float:left;
	display:block;
	background:url(../images/footer_background.jpg) no-repeat;
	background-size:cover;
	padding:37px 0;
}

.footer_panel
{
	width:100%;
	float:left;
	display:block;
}

.box_1_footer
{
	width:29.3%;
	float:left;
	display:block;
	margin:0 2%;
}

.box_1_footer img
{
	width:100%;
}

.box_2_footer
{
	width:29.3%;
	float:left;
	display:block;
	margin:0 2%;
}

.box_2_footer h1
{
	font-family: 'OpenSansBold';
	font-size:20px;
	color:#FFF;
	text-transform:uppercase;
	margin-bottom:22px;
}

.box_3_footer
{
	width:29.3%;
	float:left;
	display:block;
	margin:0 2%;
}

.box_3_footer h1
{
	font-family: 'OpenSansBold';
	font-size:20px;
	color:#FFF;
	text-transform:uppercase;
	margin-bottom:22px;
}

.sub
{
	width:70%;
	float:left;
	display:block;
	font-family: 'opensansregular';
	font-size:14px;
	color:#FFF;
	background:#5d5c5c;
	border:solid 1px #7a797a;
	line-height:42px;
}

.send
{
	width:30%;
	float:left;
	display:block;
	border:none;
	font-family: 'opensansregular';
	font-size:14px;
	color:#FFF;
	background:#e13e00;
	line-height:42px;
	cursor:pointer;
}

.send:hover
{
	background:#41b049;
		-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}

.recent_panel
{
	width:100%;
	float:left;
	display:block;
	margin-top:20px;
}

.recent_panel h3
{
	font-family: 'OpenSansBold';
	font-size:20px;
	color:#FFF;
	text-transform:uppercase;
	margin-bottom:12px;
}

.recent_panel p
{
	font-family: 'opensansregular';
	font-size:14px;
	color:#706f6f;
}

.adress
{
	width:100%;
	float:left;
	display:block;
}

.phone
{
	width:100%;
	float:left;
	display:block;
}

.phone i 
{
	width:10%;
	float:left;
	display:block;
	font-size:25px;
	color:#6bae45;
	padding:0 18px 0 0;
} 

.home
{
	width:100%;
	float:left;
	display:block;
}

.home i
{
	float:left;
	display:block;
	font-size:25px;
	color:#6bae45;
	margin:0 18px 0 0;
} 

.adress p
{
	font-family: 'opensansregular';
	font-size:15px;
	color:#FFF;
	margin:0 0 23px 0; 
	display:inline-block;
}

.meassage
{
	width:100%;
	float:left;
	display:block;
	margin:-14px 0 0 0;
}

.meassage i
{
	float:left;
	display:block;
	font-size:17px;
	color:#6bae45;
	margin:0 18px 0 0;
} 

.meassage h2
{
	font-family: 'opensansregular';
	font-size:15px;
	color:#FFF;
	margin:0 0 -10px 0; 
}

.map
{
	width:100%;
	float:left;
	display:block;
	margin-top:20px;
}

.copy_right
{
	width:100%;
	float:left;
	display:block;
	background:#000;
	padding:25px 0;
}

.copy
{
	width:70%;
	float:left;
	display:block;
}

.copy p
{
	font-family: 'opensansregular';
	font-size:15px;
	color:#FFF;
}

.copy_panel a
{
	
	float:right;
	display:block;
	color:#FFF;
	font-size:27px;
}

.copy_panel a i
{
	float:right;
	margin:0 16px 0 0;
}

.copy_panel a i:hover
{
	color:#5dba64;
}







.banner
{
	width:100%;
	float:left;
	display:block;
}

.banner img
{
	width:100%;
}

.news_date_area
{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:38px;
	min-height:45px;
	background:url(../images/news_calender_img.png)	 top center no-repeat;
}
.news_date_area p
{
	font-size:18px;
	text-align:center;
	margin-top:12px;
}
.news_text_area
{
	display:block;
	float:left;
	width:100%;
	padding-left:50px;
}
.news_text_area h2
{
	font-size:16px;
	text-transform:uppercase;
}
.news_text_area p
{
	font-size:16px;
	color:#707070;
	margin-top:5px;
}


.subpage_banner_panel{float:left; width:100%;}

.subpage_banner_panel img{width:100%; float:left;}

.subpage_matter_panel{float:left; width:100%; margin:60px 0;}

.subpage_matter_panel_left{float:left; width:67%;}

.subpage_matter_panel_left p{font-family: 'opensansregular'; font-size:15px; line-height:23px; display:inline-block; width:100%; margin:15px 0;}

.subpage_matter_panel_left h2{font-size:40px; float:left; width:100%; color:#000; margin:0 0 10px 0;}

.subpage_matter_panel_right{float:right; width:30%;}

.newspanel_subpage{float:left; width:100%; padding:15px; background-color:#e8eef7;}

.newspanel_subpage h6{font-size:30px; text-transform:uppercase; padding-bottom:10px; border-bottom:1px solid #CCC;}

.news_box_sub
{
	display:inline-block;
	float:left;
	width:100%;
	margin:20px 0%;
	position:relative;
}

.amount_panel
{
	width:100%;
	float:left;
	display:block;
}

.ranv_head1{font-family:"Minion Pro"; font-size:14px; font-weight:bold; text-decoration:none; color:#006600; line-height:25px;}
.ranv_text1{font-family: 'Roboto', sans-serif; font-size:13px; font-weight:normal; text-decoration:none; display:block; color:#717171; line-height:22px;}
.ranv_text11{font-family: 'Roboto', sans-serif; font-size:13px; font-weight:normal; text-decoration:none; display:block; color:#717171; line-height:22px;}
.ranv_text11 a{font-family: 'Roboto', sans-serif; font-size:13px; font-weight:normal; text-decoration:none; display:block; color:#717171; line-height:22px;}
.ranv_text11 a:hover{font-family: 'Roboto', sans-serif; font-size:13px; font-weight:normal; text-decoration:none; display:block; color:#660000; line-height:22px;}

.s-profile1{font-family:Cambria ;font-size:14px; font-style:normal; font-weight:normal; background:#CCCCCC; color:#000000; text-decoration:none;  line-height:40px; text-align:left; padding:0 0 0 10px; border:#999999 solid 1px;}
.s-profile{font-family:Cambria ;font-size:14px; font-style:normal; font-weight:normal; color:#000000; text-decoration:none;  line-height:25px; text-align:left; padding:0 0 0 10px; border:#999999 solid 1px;}

.our_registration {width:1200px; height:35px; float:left; padding:0 0px; background: top left no-repeat; text-align:center; line-height:35px;font-family:"Open Sans"; font-size:14px; font-weight:normal; text-decoration:none; display:block; color:#0070c0; margin-bottom:9px;}

.ranv_head22{font-family:'opensansregular'; font-size:16px; font-style:normal; font-weight:normal; color:#FF0033; text-decoration:none;  line-height:28px; padding:0 0 0 0;}