* {
	margin:0;
	padding:0;
}
body {
	width:100%;
	font-size:14px;
	font-family: 'Roboto', sans-serif !important;
	color: #2c2b2b;
	text-align:center;
	background: #fff;
}

a {
	color:#426297;
	text-decoration:underline;
	outline:0;
}
a:visited {	
	color: #000;
	text-decoration:underline;
	outline:0;
}
a:hover {
	color:#9B2532;
	text-decoration:underline;
}
a.unone {
	text-decoration:none;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	margin:0px;
	font-weight:normal;
	font-family:'Roboto', sans-serif;
}
h4 {
	font-size: 20px;
	padding: 0;
}

p {
	margin:0 0 10px 0;
	font-weight:normal;
}
ul,ol {
	list-style:none;
	margin:0;
	padding:0;
}
/*.left_part ul,ol {
	list-style: disc outside none !important;
	font-size: 14px;
	color:#717171;
	margin:0 0 0 20px;
	padding:0;
}*/

/*label {
	float: left;
	width: 100%;
}*/
.wrapper {
	/*min-width:1068px;*/
	text-align:left;
}
.end_div {
	width:100%;
	clear:both;
}
.sp_div {
	width:95%;
	clear:both;
	background: url(../images/sp_tab_dot.gif) repeat-x left bottom;
	margin-left:20px;
	height:4px;
	margin-top:9px;
}
.left_part {
	float:left;
	overflow:hidden;
	width:806px;
}
.right_part {
	float:right;
	overflow:hidden;
	width:248px;
}
.box_png {
	width:100%;
	overflow:hidden;
	background: url(../images/bg.png) repeat left top;
	padding:17px 0;
	margin-top:15px;
	display:inline-block;
	color: #fff;
}
.box_png a {
	color: #dde9ff;
}
.box_png a:hover {
	color: #8cb458;
}

/*--------------------------header-----------------------------*/
#header {
	/*width:1068px;*/
	margin:15px auto 5px auto;
}
#logo {
	float:left;
}

#nav {
	display: block;
	float:right;
	width:auto;
	font-size: 18px;
	font-family:'Roboto', sans-serif !important;
	margin: 28px 10px !important;
}
#nav .topmenu > li > a {
	height: 40px !important;
	line-height: 40px !important;
}
#nav ul li {
	font-size: 18px !important;
	margin: 0px 0px !important;
}
#nav ul li ul li {
	font-size: 18px !important;
	padding: 10px 10px !important;
}
#nav ul li ul li a {
	font-size: 16px !important;
	line-height: 20px !important;
	padding-left: 10px !important;
	padding-right: 0px !important;
}
#nav ul > .current-menu-parent a, #nav.nav .navigation > li > a:hover {
	border-color: #000 !important;
	border-top: 2px solid #b01f32 !important;
}
#donate {
	float:right;
	width:auto;
	overflow:hidden;
}
.contact_nav {
	width:auto;
	float:right;
	margin-top:7px;
}
.contact_nav li {
	float:left;
	font-size:17px;
	color:#00aff0;
}
.contact_nav li img {
	float:left;
	margin-top:2px;
	padding-right:3px;
}
.contact_nav li:first-child {
	margin-right:50px;
}
.contact_nav a {
	color:#6d7e8d;
}
.contact_nav a:hover {
	color:#8295a6;
}
.topmenu {
	width:100%;
	clear:both;
	float:right;
	margin-top:12px;
}
.topmenu li {
	float: left;
	display: block;
	position: relative;
	list-style: none;
	margin: 0 0px 0 14px;
	padding-left: 16px;
	white-space:nowrap;
	font-family:'Roboto', sans-serif;
	font-size: 18px !important;
	background: url(../images/sp.gif) no-repeat left 5px;
	color: #000;
}
.topmenu > ul > li > a {
	font-family:'Roboto', sans-serif;
	font-size: 18px !important;
}
#nav li > a:after {
	content: "\003e";
	margin-left: 5px;
	display: inline-block;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#nav li > a:hover:after {
	content: " " "\003e";
	display: inline-block;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#nav li > a:only-child:after {
	content: '';
}

.topmenu li:first-child {
	background:none;
}
.topmenu li a {
	text-decoration:none;
	color: #000;
}
.topmenu li a:hover {
	display: block;
	text-decoration:none;
	color: #b01f32;
}
.topmenu li a.sel {
	color:#afb458;
}
.topmenu ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	

	padding: 0;
	margin: 0px 0 0 -6px;
	width:auto;
    background-color:white;
	/*background-color: rgba(255,255,255,0.7);*/
	border: 0;
	border: none;
	z-index:100;
}
.topmenu ul ul {
	left: 98%;
	top: -1px;
}
.topmenu li li {
	float: none;
	border: none;
	border-width: 1px 1px 0px 1px;
	padding:5px 40px 5px 10px;
	margin: 0px;
	background: none;
	z-index:100;
}
.topmenu li li a {
	text-decoration: none;
	color: #000;
	background:none;
}
.topmenu li li:hover a {
	text-decoration: none;
	color: #b01f32;
	background:none;
}
.topmenu li li, .topmenu li ul {
	border: solid 1px #b01f32;
	border-left: none;
	border-right: none;
}
.topmenu li li:hover {
	background: rgba(255,255,255,1);
}
.topmenu li li.sel {
	background: #0f375d;
	color: #ffffff;
}
.topmenu li:hover ul,
.topmenu li:hover ul li:hover ul,
.topmenu li:hover ul li:hover ul li:hover ul {
	display: block;
}
.topmenu li:hover ul ul,
.topmenu li:hover ul li:hover ul ul {
	display: none;
}

/*---------------------------content main-----------------------------------*/

.wrapper_content {
	background: url(../images/bg_allpage1.gif) repeat center top;
	clear:both;
	/*padding-bottom:17px;*/
	
	}
.wrapper_content.index {
	background: url(../images/bg_index.jpg) no-repeat center top;
	/*padding-bottom:17px;*/
}
#content {
	/*width:1068px;*/
	margin:0px auto;
	clear:both;
}
#content h1 {
	font-weight: bold;
	font-size: 18px;
	color:#9b2532;
	text-transform:uppercase;
	margin:17px 0 15px 0;
	padding-bottom:9px;
	background: url(../images/sp_tab_dot.gif) repeat-x left bottom;
}
#content h2 {
	font-weight: bold;
	font-size: 16px;
	color:#222222;
	text-transform:uppercase;
	margin-bottom:10px;
}
#content h3 {
	font-weight: normal;
	font-size: 14px;
	color:#494949;
	text-transform:uppercase;
	margin-bottom:10px;
}
#content p {
	font-size: 14px;
	color:#717171;
	margin-bottom:30px;
	line-height:1.4;
}
.box_content_main {
	overflow:hidden;
	/*width:804px;*/
	background:#ffffff;
	/*border:1px solid #9ea7ad;*/
	margin-top:17px;
}
.box_content_allpage {
	width:auto;
	padding-top:20px;
	margin-left:20px;
	clear:both;
	margin-right:15px;
}
.fullsize_width {
	width: 100%;
    min-height:800px;
}
.fullsize_width_box {
	/*width: 1065px;*/
}
.page_contact {
	margin-right:110px;
	margin-left: 40px;
}
ul.our_team {
	width:auto;
	overflow:hidden;
	margin-bottom:20px;
	margin-left: 0;
	margin-right: 0;
}
ul.our_team li {
	vertical-align: top;
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:171px;
	overflow:hidden;
	text-align:center;
	font-size:14px;
	text-transform:uppercase;
	margin-right:9px;
	padding-bottom:20px;
}
ul.our_team li img {
	margin-bottom:10px;
}
ul.our_team li small {
	text-transform:none;
	display:block;
	font-size:12px;
}
ul.video_main {
	width:auto;
	overflow:hidden;
	margin-bottom:20px;
	margin-left: 0;
}
ul.video_main li {
	vertical-align: top;
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:240px;
	overflow:hidden;
	text-align:left;
	font-size:14px;
	text-transform:uppercase;
	margin-right: 13px;
	padding-bottom:20px;
	position:relative;
}
ul.video_main li img {
	width:232px;
	height:152px;
	margin-bottom:10px;
	border:4px solid #4c4c4c;
	border-radius:2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	position:relative;
}
ul.video_main li small {
	text-transform:none;
	display:block;
	font-size:13px;
	color:#717171;
}
ul.video_main li .icon {
	position:absolute;
	top:62px;
	left:100px;
	width:41px;
	height:41px;
	border:none;
}
ul.gallery {
	width:auto;
	overflow:hidden;
	margin-bottom:20px;
}
ul.gallery li {
	vertical-align: top;
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:240px;
	overflow:hidden;
	text-align:left;
	font-size:14px;
	text-transform:uppercase;
	margin-right:7px;
	padding-bottom:20px;
	position:relative;
}
ul.gallery li img {
	width:232px;
	height:152px;
	margin-bottom:10px;
	border:4px solid #4c4c4c;
	border-radius:2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	position:relative;
}
ul.gallery li small {
	text-transform:none;
	display:block;
	font-size:13px;
	color:#717171;
}
.photoallstar {
	overflow:hidden;
	width:759px;
	margin-bottom:17px;
}
.choose_country {
	width:auto;
	overflow:hidden;
	margin-bottom:65px;
}
.choose_country li {
	font-size:14px;
	padding-left:25px;
	line-height:2;
}
.choose_country li a {
	background:url(../images/sp_choose_country.gif) no-repeat 0px top;
	padding-left:20px;
	color:#828282;
	text-decoration:underline;
}
.choose_country li a:hover {
	background:url(../images/sp_choose_country_hl.gif) no-repeat 0px top;
	color:#20609c;
	text-decoration:underline;
}
/*----------------------------about----------------------------------*/
ul.tabs {
	padding: 0px 0 9px 0;
	width:100%;
	overflow:hidden;
	margin:17px 0px 0 0;
	position:relative;
	z-index:1;
	background: url(../images/sp_tab_dot.gif) repeat-x left bottom;
}
ul.tabs li {
	float: left;
	margin: 0 20px 0 0px;
	padding: 0 0px 0 20px;
	overflow: hidden;
	font-family:'Roboto', sans-serif;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	background: url(../images/sp_tab.gif) no-repeat left 3px;
}
ul.tabs li:first-child {
	background:none;
	padding-left:0;
}
ul.tabs li a {
	color: #165794;
	text-decoration: none;
}
ul.tabs li a:hover {
	color: #165794;
}
html ul.tabs li.active a, html ul.tabs li.active a:hover {
	color: #a33c47;
}
.tab_container {
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	overflow:hidden;
	background: url(../images/sp_tab_dot.gif) repeat-x left bottom;
}
.tab_content {
	padding: 0 0px 0 0;
	margin-top:20px;
}
.tab_content dl {
	width:auto;
	overflow:hidden;
	margin-top:20px;
}
.tab_content dt, .tab_content dd {
	float:left;
	overflow:hidden;
}
.tab_content dt img {
	overflow:hidden;
}
.tab_content dd {
	width:465px;
	margin-left:20px;
}
.tab_content dl h2 span {
	color:#717171;
	font-size:14px;
	font-weight:normal;
	font-family:'Roboto', sans-serif;
	display:block;
	line-height:1.8;
	text-transform:none;
}
.tab_content dl p span {
	margin-left:40px;
}
.tab_content dl a {
	color:#232323;
}
.tab_content dl a:hover {
	color:#000000;
}

/*---------------------------contact----------------------------------*/
.contact {
	width:1066px;
	background:#ffffff;
	border:1px solid #9ea7ad;
	margin-top:17px;
	display:inline-block;
	clear:both;
}
.contact.bgcontact {
	background:url(../images/bg_contact.png) no-repeat left top;
	border:none;
	width:1151px;
	height:345px;
	padding-top:40px
}
.map iframe {
	border:1px solid #9ea7ad;
	margin-bottom:17px;
}
.field {
	position:relative;
	z-index:1;
	margin-top:15px;
}
.field img {
	border:1px solid #9ea7ad;
	margin-bottom:17px;
	width:765px;
}
.point {
	position:absolute;
	z-index:10;
	cursor:pointer;
	width:22px;
	height:22px;
}
.point img {
	width:359px;
	display:none;
}
.point:hover .plan, .point:hover img {
	display:block;
}
#point1 {
	top:67px;
	left:291px;
}
#point2 {
	top:110px;
	left:582px;
}
#point3 {
	top:126px;
	left:443px;
}
#point4 {
	top:205px;
	left:590px;
}
#point5 {
	top:209px;
	left:191px;
}
#point6 {
	top:292px;
	left:416px;
}
#point7 {
	top:369px;
	left:197px;
}
#point8 {
	top:386px;
	left:234px;
}
#point9 {
	top:411px;
	left:544px;
}
#point10 {
	top:497px;
	left:248px;
}
#point11 {
	top:557px;
	left:226px;
}
#point12 {
	top:526px;
	left:430px;
}
.plan {
	width:359px;
	display:none;
	margin-top:-125px;
}
.plan_cont {
	background:url(../images/bg_plan.png) no-repeat left top;
	padding:10px 10px 5px 10px;
}
.plan img, .point img {
	border:none;
}
.contact dl {
	float:left;
	overflow:hidden;
	width:485px;
}
.contact dl.info {
	width:200px;
	margin-left:200px;
}
.contact dl.info img {
	float:left;
	margin-right:10px;
	margin-top:5px;
}
.contact dd, .contact dt {
	display:block;
	clear:both;
	overflow:hidden;
	margin-bottom:15px;
}
.contact dt input {
	float:right;
}
.contact input {
	float:left;
	background:#ffffff;
	border:1px solid #b6b6b6;
	padding:7px 5px 7px 5px;
	width:220px;
	color:#717171;
	line-height:12px;
	margin-left:20px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	position:relative;
	font-size: 13px;
	font-family:'Roboto', sans-serif;
}
.input_error {
	border-color: #bb2f2f !important;
}
.contact input:first-child {
	margin-left:0;
}
.contact textarea {
	float:none;
	background:#ffffff;
	border:1px solid #b6b6b6;
	padding:7px 5px 7px 5px;
	width:472px;
	color:#717171;
	line-height:12px;
	margin-right:20px;
	font-size: 13px;
	font-family:'Roboto', sans-serif;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	position:relative;
}
.contact .send {
	border:1px solid #114476;
	background:#29619c;
	padding:10px;
	width:148px;
}

/*----------------------------index----------------------------------*/

.blockposts {
	width:220px;
	overflow:hidden;
	vertical-align: top;
	display:inline-block;
	*display:inline;
	*zoom:1;
	text-align:left;
	margin:0 25px 20px 18px;
}
.blockposts p {
	color:#ffffff !important;
}
.blockposts ul {
	width:220px;
	overflow:hidden;
	float:left;
	margin:0;
}
.blockposts h2.title {
	font-size:16px;
	font-family:'Roboto', sans-serif;
	text-transform:uppercase;
	color:#ffffff !important;
	font-weight: normal;
	background:url(../images/sp_posts.png) repeat-x left bottom;
	padding-bottom:12px;
	margin-bottom:12px;
}
.blockposts ul li {
	font-size:13px;
	clear:both;
	overflow:hidden;
	margin: 0 0 8px 0;
	padding: 0;
	line-height:1.4;
}
.blockposts ul li img {
	float:left;
}
.blockposts ul li span {
	float:left;
	width:130px;
	margin-left:10px;
}
.blockposts ul li span small {
	font-size:10px;
	font-style:italic;
	font-family:'Roboto', sans-serif;
	color:#c0c0c0;
	display:block;
	margin-top:3px;
}
.blockposts a {
	color:#ffffff;
}
.blockposts a:hover {
	color:#afb458;
}
.blockposts #wp-calendar caption, .blockposts #searchform label {
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:5px;
}
.blockposts #s, .blockposts select {
	border:1px solid #a7b0b6;
}
.blockposts #searchsubmit {
	border:1px solid #a7b0b6;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	position:relative;
}

/*--------*/
.box_right {
	background:#ffffff;
	border:1px solid #9ea7ad;
	width:212px;
	overflow:hidden;
	margin-top:17px;
	padding:17px 17px 20px 17px;
}
.box_right h2.title {
	font-size:16px;
	font-family:'Roboto', sans-serif;
	text-transform:uppercase;
	color:#535353 !important;
	font-weight: normal;
	background:url(../images/sp_posts.png) repeat-x left bottom;
	padding-bottom:12px;
	margin-bottom:12px;
}
.box_right a {
	color:#426297;
	text-decoration:underline;
}
.box_right a:hover {
	color:#25395a;
	text-decoration:underline;
}
.box_right .textwidget {
	color:#535353;
	font-size:14px;
}
.box_right .textwidget img {
	margin-bottom:10px;
}
.box_right ul {
	list-style:none;
}
.box_right ul li {
	font-size:12px;
	line-height:2;
	color:#535353;
}
.box_right #wp-calendar caption, .box_right #searchform label {
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:5px;
}
.box_right #s, .box_right select {
	border:1px solid #a7b0b6;
}
.box_right #searchsubmit {
	border:1px solid #a7b0b6;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	position:relative;
}
.posts a.posts {
	color:#ffffff;
}
.posts a.coment {
	color:#c0c0c0;
}
.posts.allpage li {
	color:#717171;
}
.posts.allpage li b {
	float:left;
	font-weight:normal;
	color:#000000;
}
.posts.allpage li span {
	float:left;
	width:125px;
	margin-left:10px;
}
.posts.allpage li span small {
	font-size:12px;
}
.posts.allpage p.mytext {
	margin-bottom:0px !important;
	font-size:13px !important;
}
.posts.allpage a.posts {
	color:#606060;
}
.posts.allpage a.coment {
	color:#7e7e7e;
}
.posts.allpage a.go_to_page {
	color:#426297;
	text-decoration:underline;
	float:right;
}
.view-source a {
	color:#000000;
}
.view-source a:link, .view-source a:visited {
	
display: block;
}
.view-source a:hover, .view-source a:active {
	background: none;
}
.hide {
	overflow: auto;
	overflow-y: hidden;
	display: block;
}

/*----------------------------footer----------------------------------*/
#footer {
	width:100%;
	/*margin:6px auto;*/
	overflow:hidden;
	clear:both;
    margin-top:10px;
    /*padding-bottom:5px;*/
    position:fixed;
    bottom:0;
}
#footer p, #footer ul, #footer div {
	float:left;
	overflow:hidden;
}
#footer p {
	color:#cccccc;
	margin-top:5px;
    padding-left:8px;
}
#footer ul {
	padding-left:35px;
	margin-top:5px;
	margin-right:20px;
}
#footer ul li {
	float:left;
	color:#cccccc;
	padding-left:4px;
	margin-left:4px;
	background: url(../images/sp.gif) no-repeat left 3px;
}
#footer ul li:first-child {
	background:none;
	margin-left:0;
	padding-left:0;
}
#footer ul li.sel {
	color:#8b8b8b;
}
#footer ul a {
	color:#cccccc;
}
#footer ul a:hover {
	color:#8b8b8b;
}
#footer input {
	border:none;
	background: #0f4271 url(../images/search.gif) no-repeat 5px 7px;
	line-height:12px;
	padding:5px 5px 7px 20px;
	color:#f5f5f5;
	font-family:'Roboto', sans-serif;
	font-style:italic;
	font-size:11px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	position:relative;
	width: 230px;
}
#footer .social {
	float:right;
    margin-top:5px;
}
.social div {
	float:left;
	margin-left:7px;
	margin-top:5px;
}
.category_items {
	width: 760px;
	overflow:hidden;
	margin:0px 0 20px 0;
}
.category_items dd {
	float:left;
	width:480px;
	margin-left:10px;
}
.category_items dt {
	float:left;
	width:260px;
}
.category_items p {
	margin-bottom:15px;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #64823a;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 0 0 20px 0;
}
/* =Navigation End
-------------------------------------------------------------- */

.postpic {
	overflow: hidden;
	float: left;
	margin: 0 10px 10px 0;
}
.entry-meta {
	margin-bottom: 20px;
}
.entry-utility {
	clear: all;
	margin: 10px 0;
}
.textwidget {
	color: #fff;
}

/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}
.gallery-item {
	width: 160px !important;
	float: left;
	margin: 0 10px 10px 0;
}