@import url('https://fonts.googleapis.com/css?family=Oxygen:300,400,700');

body{

	background: #fff;

	font-family: 'Oxygen', sans-serif;
	
	padding-top:116px; 

}
.thead{
	display: block;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 999;
	border-bottom: 1px solid #ccc;
}
.navbar-default{

	background: transparent;

	border: 0;

	border-radius: 0;

	min-height: auto;

	padding:0px;

	margin-bottom: 0;

}

.navbar-brand{

	height: auto;

	padding: 20px;

	padding-left: 0;

}

.navbar-default .navbar-nav > li > a{

	font-family: 'Oxygen', sans-serif;

	color: #636363;

	font-size: 17px;

	font-weight: 400;

	padding: 43px 24px;

}

.lefttext{

	background: #3538A7;

	padding: 41px;

	font-family: 'Oxygen', sans-serif;

	font-size: 32px;

	color: #ffffff;

	font-weight: 300;

	line-height: 52px;

	height: 100%;

}

.lefttext span{

	font-weight: 700;

}

.leftbox{

height: 100%;

display: block;

top: 0;

bottom: 0;

position: absolute;

right: 0;

}

.newst{

	display: block;
	width: 100%;
	padding:50px 35px;
	margin: 12px 0;
	font-family: 'Oxygen', sans-serif;
	font-size: 17px;
	font-weight: 300;
	text-transform:uppercase;
	color: #fff;

}

.newst img{

	display: inline-block;

	vertical-align: middle;

	width: 16%;

}

.newst span{

	display: inline-block;

	vertical-align: middle;

	width: 100%;

	padding-left: 22%;

	line-height: 30px;

}

.ccwithmenu{

	font-family: 'Oxygen', sans-serif;

	font-size: 16px;

	font-weight: 400;

	color: #888888;

	text-align: center;

	padding-top: 45px;

	padding-bottom: 45px;

}

.ccwithmenu ul{

	margin: 0;

	padding: 0;

	margin-bottom: 15px;

}

.ccwithmenu ul li{

	display: inline-block;

	list-style: none;

	padding: 0 14px;

}

.ccwithmenu ul li a{

	font-family: 'Oxygen', sans-serif;

	font-size: 16px;

	font-weight: 400;

	color: #6e6e6e;

}

.language select{

	border: 1px solid #dddddd;
    width: 159px;
    height: 40px;
    color: #fff;
    margin: 33px 0;
    margin-right: -30px;
    margin-left: 30px;
    padding-left: 30px;
    background: #c90103;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;

}

.hsection{

	background: #c90103;

	padding: 22px 15px;

}

.hsection h1{

	display: inline;

	font-family: 'Oxygen', sans-serif;

	color: #fff;

	font-size: 25px;

	font-weight: 400;

	padding: 0;

	margin: 0;

	vertical-align: middle;

}

.tree{

	display: inline;

	font-family: 'Oxygen', sans-serif;

	color: #fff;

	font-size: 17px;

	font-weight: 400;

	float: right;

	vertical-align: middle;

}

.tree a{

	color: #fff;

	text-decoration: none;

}

.tree a:hover, .tree a:focus{

	color: #fff;

	text-decoration: underline;

}

.tree span{

	color:#fff;

}

.search-section{

	padding: 45px 15px;

	padding-bottom: 25px;

	position: relative;

	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);

-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);

box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);

	background: url(../../im/search-bg.png) no-repeat #ffffff 13% bottom;

	background: url(../../im/search-bg.png) no-repeat 13% bottom, -moz-linear-gradient(top, #ffffff 0%, #ebecec 100%);

	background: url(../../im/search-bg.png) no-repeat 13% bottom, -webkit-linear-gradient(top, #ffffff 0%,#ebecec 100%);

	background: url(../../im/search-bg.png) no-repeat 13% bottom, linear-gradient(to bottom, #ffffff 0%,#ebecec 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebecec',GradientType=0 );

	z-index: 9;

}

.searct{

	font-family: 'Oxygen', sans-serif;

	font-size: 35px;

	color: #ff0000;

	font-weight: 300;

}

.forms{

width: 60%;

display: inline-block;

vertical-align: top;

}

.formc{

width: 39%;

display: inline-block;

vertical-align: top;

}

.searchfields .search{

	display: inline-block;

	width: 70%;

	border: 1px solid #cbcbcb;

	height: 42px;

	background: #fff;

	font-family: fantasy;

	font-size: 15px;

	color: #535353;

	font-weight: 300;

	padding: 0 15px;

	margin-right: 2%;

}

.searchfields select{

	display: inline-block;

	width: 100%;

	border: 1px solid #cbcbcb;

	height: 42px;

	background: url(../../im/ctgarrow.png) no-repeat #fff 95% center;

	font-family: fantasy;

	font-size: 15px;

	color: #535353;

	font-weight: 300;

	padding: 0 15px;

	-webkit-appearance: none;

	-moz-appearance: none;

	-o-appearance: none;

	appearance: none;

	margin-right: 2%;

}

.searchfields select:hover{

	color: #c90103;

}

.searchfields .searchsubmit{

	display: inline-block;

	width: 26%;

	border: 0;

	height: 42px;

	background: #c90103;

	font-family: 'Oxygen', sans-serif;

	font-size: 17px;

	color: #fff;

	font-weight: 400;

	padding: 0 15px;

	margin-right: 0;

}

.radio{

    display: inline-block;

	width: 140px;

    max-width: 49%;

}

.radio label{

	font-family: fantasy;

	font-size: 15px;

	color: #535353 !important;

	font-weight: 400;

}

.content{

	background: #e1e1e1;

	padding: 45px 15px;

	min-height: 300px;

}

.plistbox{

	padding: 0 10px;

	display: table;

	margin:9px 0px;

}

.plist{

height: 54px !important;

display: table-cell;

width: 100%;

font-family: 'Oxygen', sans-serif;

font-size:15px;

color:#2b2b2b;

font-weight: 400;

border:1px solid #a9a9a9;

padding:0px 15px;

padding-left:44px;

background:url(../../im/rm.png) no-repeat 22px 19px;

vertical-align: middle;

}

.plist:hover{

background:url(../../im/rm-h.png) no-repeat #ffffff 22px 19px;

color:#2b2b2b;

border:1px solid #3538a7;

text-decoration:none;

}

.paged {

    display: table;

    padding: 25px 27px;

    background: #d2d2d2;

    width: 100%;

    font-family: roboto lt;

    font-size: 15px;

    color: #2b2b2b;

}

.dback {

    display: block;

    position: relative;

	font-family: 'Oxygen', sans-serif;

	font-size: 20px;

    color: #3b3b3b;

	font-weight: 300;

    text-decoration: none;

    padding-left: 25px;

    background: url(../../im/b-arrow.png) no-repeat left;

}

.pagename {

    display: block;

    position: relative;

    text-align: right;

	font-family: 'Oxygen', sans-serif;

	font-size: 18px;

	color: #3b3b3b;

	font-weight: 300;

}

.paging_act {

    color: #3538a7;

}

.paging {

    color: #3b3b3b;

}

.right-c {

    background: #dadada;

    padding: 38px 23px;

	display: table;

	width: 100%;

}

.left-m {

    margin-bottom: 30px;

}

.left-search-title {

    display: block;

    font-family: 'Oxygen', sans-serif;

    font-size: 20px;

    color: #ffffff;

    background: #c90103;

    padding: 17px;

}

.left2 {

    display: table;

    background: #d2d2d2;

    width: 100%;

}

.promenu {

    display: 100%;

    display: block;

    font-family: 'Oxygen', sans-serif;

    font-size: 16px;

    color: #2b2b2b;

    padding: 15px 15px;

        padding-left: 15px;

    padding-left: 20%;

    background: url(../../im/rm2.png) no-repeat 10% 19px;

}

.promenu:hover, .promenu:focus {

    background: url(../../im/rm2.png) no-repeat #bfbfc1 10% 19px;

    color: #2b2b2b;

    text-decoration: none;

}
.thumbnail a:hover{
	text-decoration: none;
}







@media screen and (max-width: 1199px) {

	.searchfields .searchsubmit {

		width: 24%;

	}
	.navbar-default .navbar-nav > li > a {
		font-size: 16px;
		padding: 43px 13px;
    }

}

@media screen and (max-width: 992px) {

	.leftbox{

		position:relative;

	}

	.lefttext{

		min-height: 290px;

		margin-top: 12px;

	}

	.navbar-default .navbar-nav > li > a {

		font-size: 13px;

		padding: 43px 5px;

    }

	.language select {

		width:150px;

		margin-left: 20px;

	}

	.search-section {

    	padding: 15px 15px;

	}

	.tree{

		float: left;

	}

	.hsection h1{

		display: block;

		padding-bottom: 10px;

	}

}



@media screen and (max-width: 767px) {

    .newst span{

		padding-left: 30%;

	}

	.forms, .formc{

		width:100%;

	}

	.searchfields .search, .searchfields select{

		width:48%;

	}

	.searchfields select{

		margin: 0;

	}

	.navbar-toggle{

		margin-top: 35px;

		margin-bottom: 35px;

	}

	.navbar-default .navbar-nav > li > a{

    position: relative;

    display: block;

    padding: 10px 15px;

    }

	.navbar-default .navbar-collapse{

	position: absolute;

width: 100%;

z-index: 99;

background: rgb(255, 255, 255) none repeat scroll 0% 0%;

	}

	.language{

		float: none !important;

	}

	.language select{

		display:block;

		width:100%;

		margin:10px 0;

	}

	.tree {

		font-size:14px;

	}

	.searchfields .search, .searchfields select{

		width:100%;

		margin: 0;

	}

	.searchfields select{

		margin-top: 15px;

	}

}



@media screen and (max-width: 480px) {

    .newst span{

		padding-left: 100px;

	}

}