@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
p {
	font-size: 15px;
	line-height: 24px;
	color: #333;
	font-weight: normal;
	line-height:26px;
}
h3{color:#000;}
.header {
	position:absolute;
	top:0;
	left:0;
	right:0;
	background-color:rgba(0, 0, 0, 0.5);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000', endColorstr='#80000');
	padding:30px 0 25px 0
}
.logo img {
	display:block
}
.selectnav {
	display: none;
	cursor: pointer;
	width: 100%;
	padding: 10px;
	height: 40px;
	color: #666;
	margin-top: 10px;
}
.contenttop {
	margin-top:20px;
}
h1 {
	margin-bottom:40px;
}
h1 span {
	background-color: #333;
	color: #fff;
	padding: 0 5px;
}
h5 {
	font-size: 15px;
	line-height: 24px;
	color: #333;
	font-weight: normal;
}
.headline {
	text-align: center;
	margin: 25px 0 15px 0;
	background: url(../img/bg-headline.png) repeat-x center center;
}
.headline span {
	background-color:#fff;
	padding: 0 5px;
}
/*projects*/
.portfolio-row {
	margin:40px 0 90px 0
}
.portfolio-row .portfolio {
	float:left;
	width:20%
}
.ie7 .portfolio-row .portfolio {
	width:19%
}
.portfolio-row .portfolio >a img {
	border:none
}
.portfolio-row .portfolio .portfolio-hover {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0
}
.portfolio {
	position:relative;
	margin:10px 0
}
.ie7 .portfolio {
	margin:20px 0
}
.portfolio.alt {
	margin-bottom:100px
}
.portfolio >a img {
	width:100%;
	display:block;
	border:1px solid #000
}
.portfolio >a img {
	display:block
}
.portfolio .hexagon {
	position:absolute;
	top:-15px;
	left:45%;
	margin-top:0
}
.ie7 .portfolio .hexagon {
	position:absolute;
	top:11px
}
.portfolio .hexagon .hexagon-left {
	border-bottom:15px solid transparent;
	border-top:15px solid transparent;
	border-right:10px solid #f11d1d;
	float:left
}
.ie7 .portfolio .hexagon .hexagon-left, .ie7 .portfolio .hexagon .hexagon-right {
	height:0
}
.portfolio .hexagon .hexagon-right {
	border-bottom:15px solid transparent;
	border-top:15px solid transparent;
	border-left:10px solid #f11d1d;
	float:left
}
.portfolio .hexagon .hexagon-middle {
	width:15px;
	background-color:#f11d1d;
	text-align:center;
	color:#fff;
	padding:5px 0;
	float:left;
	min-height:0
}
.portfolio.alt-2 {
	position:relative;
	float:left;
	margin:0
}
.portfolio.alt-2 img {
	border:none
}
.portfolio.alt-2 >a img {
	width:100%;
	height:auto
}
.ie7 .portfolio.alt-2 >img {
	width:auto
}
.portfolio-hover {
	position:absolute;
	top:0;
	left:0;
	right:0;
	background-color:rgba(0, 0, 0, 0.5);
	text-align:center;
	color:#fff;
	padding-top:30px;
	opacity:0;
	transition:opacity 1s
}
.ie8 .portfolio-hover, .ie7 .portfolio-hover {
	display:none;
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000', endColorstr='#80000')
}
.portfolio-hover h5 {
	color:#fff
}
.portfolio-hover p {
	margin:0 20px 20px 20px
}
.portfolio-hover .portfolio-hover-bottom {
	border-left:157px solid transparent;
	border-right:157px solid transparent;
	border-top:75px solid rgba(0, 0, 0, 0.5);
	position:absolute;
	bottom:-75px
}
.portfolio-hover .portfolio-hover-bottom.alt-2 {
	border-left:110px solid transparent;
	border-right:110px solid transparent;
	border-top:50px solid rgba(0, 0, 0, 0.5);
	position:absolute;
	bottom:-50px
}
.ie8 .portfolio-hover .portfolio-hover-bottom.alt-2, .ie7 .portfolio-hover .portfolio-hover-bottom.alt-2 {
	border-top:50px solid #000;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50)
}
.ie8 .portfolio-hover .portfolio-hover-bottom, .ie7 .portfolio-hover .portfolio-hover-bottom {
	border-top:75px solid #000;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50)
}
.portfolio:hover .portfolio-hover {
	opacity:1
}
.ie8 .portfolio:hover .portfolio-hover, .ie7 .portfolio:hover .portfolio-hover {
	display:block
}
.portfolio-hover-controls {
	opacity:0;
	text-align:center;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	transition:opacity 1s, bottom 1s
}
.ie8 .portfolio-hover-controls, .ie7 .portfolio-hover-controls {
	display:none
}
.portfolio-hover-controls img {
	margin-right:5px
}
.portfolio:hover .portfolio-hover-controls {
	opacity:1;
	bottom:15px
}
.ie8 .portfolio:hover .portfolio-hover-controls, .ie7 .portfolio:hover .portfolio-hover-controls {
	display:block
}
.portfolio-hover-bottom.alt {
	border-left:230px solid transparent;
	border-right:230px solid transparent
}
.portfolio.alt-3 {
	margin-bottom:20px
}
.portfolio.alt-3 >img {
	border:none
}
.portfolio.alt-3 >a img {
	width:100%
}
/*footer*/
.footer {
	background-color:#333;
	padding-bottom:15px;
	color:#fff;
	margin-top:50px
}
.footer h5.headline {
	color:#fff;
	text-align:center;
	background:url(../img/bg-headline-2.png) repeat-x center center;
	margin:10px -20px 20px 0
}
.footer h5.headline.alt {
	margin-right:0
}
.footer h5.headline span {
	background-color:#333;
	padding:0 5px
}
.footer .about {
	margin-top:20px
}
.footer .about img {
	float:left;
	display:block;
	margin-top:10px
}
.footer .about p {
	margin-left:115px
}
.footer form {
	margin:10px 0 10px 0
}
.footer input[type="text"] {
	border-radius:0;
	border:none;
	background-color:#181818;
	box-shadow:none;
	color:#fff;
	width:165px;
	display:inline-block;
	padding:4px 10px;
	font-size:12px;
	font-family:'Open Sans', Arial, sans-serif
}
.footer input[type="submit"] {
	border:none;
	border-radius:0;
	display:inline-block;
	background-color:#f11d1d;
	color:#fff;
	padding:3px 10px;
	margin-left:-3px;
	cursor:pointer;
	background-image:none;
	font-size:12px;
	font-family:'Open Sans', Arial, sans-serif
}
.ie7 .footer input[type="submit"] {
	margin-top:-34px;
	padding:0px 10px 3px 10px
}
.footer .blog-post {
	margin-top:15px;
	border:none
}
.footer .blog-post .date {
	float:left
}
.footer .blog-post .date .hexagon-top {
	border-left:20px solid transparent;
	border-right:20px solid transparent;
	border-bottom:12px solid #181818;
	width:0
}
.footer .blog-post .date .hexagon-bottom {
	border-left:20px solid transparent;
	border-right:20px solid transparent;
	border-top:12px solid #181818;
	width:0
}
.footer .blog-post .date .hexagon-middle {
	border-left:2px solid transparent;
	border-right:2px solid transparent;
	background-color:#181818;
	width:40px;
	text-align:center;
	color:#fff;
	padding:0 10px;
}
.footer .blog-post .date .hexagon-middle p {
	margin-bottom:0;
	line-height:10px;
	margin:0;
	padding-left:0px;
	font-size:12px;
}
.footer .blog-post .article {
	margin-left:60px
}
.footer .blog-post .article p a {
	color:#fff;
	font-size:14px
}
.footer .blog-post .article p {
	margin:0;
	margin-bottom:2px;
	font-size:14px;
	line-height:20px
}
a.button-red {
	background-color:#f11d1d;
	color:#fff;
	padding:8px 10px;
 display:inline-block  font-family: 'Open Sans', sans-serif;
}
a:hover.button-red {
	text-decoration:none
}
.footer a.button-red {
	padding:2px 10px;
	font-size:12px;
	margin-top:15px;
	line-height:14px;
	color:#fff
}
.footer .contact {
	margin:10px 0 60px 0;
	list-style:none
}
.footer .contact li {
	margin-top:5px
}
.footer .contact li:first-child {
	margin-top:0
}
.footer .contact li.address {
	/*	background:url(../img/icon-home.png) no-repeat top left;*/
	padding-left:0
}
.footer .contact li.email {
	/*background:url(../img/icon-email.png) no-repeat center left;*/
	padding-left:0;
}
.footer .contact li.phone {
	/*	background:url(../img/icon-phone.png) no-repeat center left;*/
	padding-left:0;
}
.footer p img {
	vertical-align:middle;
	margin:0 3px
}
.social-media {
	list-style:none;
	text-align:center;
	margin-top:-33px
}
.ie7 .social-media {
	margin-top:-55px
}
.social-media li {
	display:inline-block;
	margin-left:15px
}
.ie7 .social-media li {
	display:inline
}
.social-media li:first-child {
	margin-left:0
}
.social-media li .hexagon {
	margin-top:0
}
.social-media li .hexagon:hover {
	cursor:pointer
}
.social-media li .hexagon .hexagon-top {
	border-left:29px solid transparent;
	border-right:29px solid transparent;
	border-bottom:17px solid #f11d1d;
	width:0
}
.social-media li .hexagon:hover .hexagon-top {
}
.social-media li .hexagon .hexagon-middle {
	background-color:#f11d1d;
	width:auto;
	padding:2px;
	min-height:0
}
.social-media li .hexagon:hover .hexagon-middle {
}
.social-media li .hexagon .hexagon-middle i {
	font-size:28px
}
.social-media li .hexagon .hexagon-middle a i {
	color:#fff
}
.social-media li .hexagon .hexagon-middle a:hover i {
	text-decoration:none
}
.social-media li .hexagon .hexagon-bottom {
	border-left:29px solid transparent;
	border-right:29px solid transparent;
	border-top:17px solid #f11d1d;
	width:0
}
.social-media li .hexagon:hover .hexagon-bottom {
}
/*inner page css*/
.contentinner {
	height:auto;
}

.footgal img {
	width:60px;
	height: 60px;
	margin-right: 6px;
	margin-bottom: 6px;
}
.footgal img:hover {
	width:60px;
	height: 60px;
	margin-right: 6px;
	margin-bottom: 6px;
	border:1px dashed #CCC;
}
.footerbottom {
	position: relative;
	z-index: 10;
	background:#050303;
	padding: 15px 0;
}
.footerbottom .copyright {
	color: #9d9d9d;
}
.btn-default{ background-color: #e40000 !important; }

.welcome_txt p {
    color: #626262;
}
.innertop{background-color:#e8e8e8; padding-bottom:10px; padding-top:25px; color:#999;}






.panels .panel-item:first-child .panel-image {
	margin-top:45px
}
.panel.panel-image {
	margin-bottom:0;
	position:relative;
	display:block;
	text-decoration:none;
	display:block;
	border:2px solid #eaedf2;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	margin-top:90px;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0
}
.panel.panel-image:hover {
	text-decoration:none
}
.panel.panel-image .panel-body {
	padding:10px
}
.panel.panel-image .panel-body p {
	padding:2px;
	text-align:justify;
	color:#676f7a;
	line-height:22px;

}
.panel.panel-image .panel-body .panel-title {
	font-weight:500;
	font-size:22px;
	margin:0 0 8px 0
}

@media (min-width: 768px) {
.panel.panel-image {
margin-top:45px
}
}


.panel.panel-image .panel-heading {
	padding:0;
	border:none;
	max-height:125px;
	overflow:hidden;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px
}
.panel.panel-image .panel-heading img {
	display:block;
	height:auto;
	max-width:100%;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px
}
.panel.panel-image .panel-body {
	border:2px solid #eaedf2;
	border-top:none;
	text-align:center;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px
}
/*contact page*/
.contact .h3{border-bottom: 1px solid #e6e9ec;
margin-bottom: 54px;}

.contact h3{color: #6f7980;
font-size: 14px;
font-family: 'Open Sans', sans-serif;
font-weight: normal;
text-transform: uppercase;
}
.contact h3 span{
	display: inline-block;
padding-bottom: 12px;
border-bottom: 1px solid #e40000;
margin-bottom: -1px;
}

#contact-form input[type="text"],
#contact-form textarea,
.search-area input[type="search"],
.comment-form input[type="text"],
.comment-form textarea {
     color:#000;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    border: 1px solid #e8ecf0;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    outline: none;
    width: 100%;
    padding: 10px 12px;
    display: block;
    margin-bottom: 30px;   
}

#contact-form input[type="text"]:focus,
#contact-form textarea:focus,
.search-area input[type="search"]:focus,
.comment-form input[type="text"]:focus,
.comment-form textarea:focus {
    border: 1px solid #e40000; 
}

#contact-form textarea {
    height: 220px;   
}

#contact-form input[type="submit"] {
    margin-bottom: 20px;
}

#contact-form input[type="submit"]:hover,
.comment-form input[type="submit"]:hover {
    opacity: 0.8;
}

#contact-form .message,
.comment-form .message {
    height:30px;
    font-size:13px;
    font-family: 'Open Sans', sans-serif;
    float: right;
}

#contact-form .message.error,
.comment-form .message.error {
    color:#eb2c06;
}

#contact-form .message.success,
.comment-form .message.success {
    color:#1e9397;
}

ul.contact-info li {
    position: relative;
    padding: 0px 0 4px 40px;
	list-style:none;
}

ul.contact-info li:before {
    content: '';
    position: absolute;
    top: 0;
    left: +1%;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

ul.contact-info li.location:before {
    background: #e40000 url('../img/location.png') center center no-repeat;

}

ul.contact-info li.phone:before {
    background: #e40000 url('../img/phone.png') center center no-repeat;
}
ul.contact-info li.web:before {
    background: #e40000 url('../img/web.png') center center no-repeat;
}
ul.contact-info li.mail:before {
    background: #e40000 url('../img/mail2.png') center center no-repeat;
}
ul.contact-info li.branch:before {
    background: #e40000 url('../img/branch.png') center center no-repeat;
}

ul.contact-info li p {
    font-size: 13px;
    color: #6f7980;
}

ul.contact-info li p a {
    color: #6f7980;
}

.info-box img {
    max-width: 100%;
    margin-bottom: 20px;
}
a.main-button,
input[type="submit"] {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
  /* font-weight: 700;
    text-transform: uppercase;*/
    padding: 8px 20px;
    background: #e40000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

a.main-button:hover,
input[type="submit"] {
    opacity: 0.8;
}
.download-info {
float: left;
border: 1px solid #EAE8E8;
margin: 18px 0 20px 0;
padding: 0 10px;
}
.download-info:hover {
float: left;
border: 1px solid #e40000;
margin: 18px 0 20px 0;
padding: 0 10px;
}
.download-info h4{
	color:#999;}

.download-info h4{
	color:#999;}
.adr {
color: #555;
font-family: Open Sans;
font-size: 14px;
font-weight:800;
text-align: justify;
line-height: 1.5;
text-decoration:none;
}
.adr span {
border-bottom: 1px solid #EEEEEE;
display: block;
font-size: 12px;
padding: 7px 0;
position: relative;
}
.bordermap{border:1px solid #e0e0e0; padding:15px;}
.bordermap:hover{border:1px solid #e40000; padding:15px;}

.sub-item {
    margin: 15px;
    margin-bottom: 40px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.sub-item .inner-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.sub-item .inner-item img {
    width: 100%;
/*    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;*/
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.sub-item:hover .inner-item img {
    -webkit-filter: blur(2px) grayscale(1);
    -moz-filter: blur(2px) grayscale(1);
    -o-filter: blur(2px) grayscale(1);
    -ms-filter: blur(2px) grayscale(1);
    filter: blur(2px) grayscale(1);
}

.latest-post {
    border-bottom: 1px solid #dedede;
}

.sub-item h5 {
    margin-bottom: 5px;
    line-height: 22px;
}

.sub-item p {
    line-height: 22px;
    margin-bottom: 10px;
}

.hover-item {
    position: absolute;
    top: 50%;
    margin-top: -56px;
    left: 0;
}

.hover-item ul li {
    margin-bottom: 5px;
    list-style: none;
}

.hover-item ul li a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    padding: 10px;
    margin-left: -100%;
    text-decoration: none;
    background: #e40000
}

.hover-item ul li a i {
    font-size: 14px;
    color: #fff;
    margin-right: 5px;
}

.hover-item ul li a.autor {
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.hover-item ul li a.date {
    transition: all 0.29s ease-in-out;
    -moz-transition: all 0.29s ease-in-out;
    -webkit-transition: all 0.29s ease-in-out;
    -o-transition: all 0.29s ease-in-out;
}

.hover-item ul li a.comment-numb {
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.item:hover .hover-item ul li a {
    margin-left: 0;
}
/*.................*/




.posts-choose-wrap {
	padding: 57px 0 10px;
	margin-bottom: 60px;
}

.grey-vertical-line {
	width: 1px;
	height: 430px;
	background-color: #e3e8ec;
	position: absolute;
	top: 0;
	left: 50%;
}

.article-title {
	font-size: 20px;
	color: #212c43;
	line-height: 21px;
	margin-bottom: 25px;
}

.article-title span {
	display: block;
	text-transform: uppercase;
	font-size: 40px;
	color: #212c43;
	line-height: 1;
}

.posts {
	padding-bottom: 40px;
}

.lt-ie9 .posts {
	padding-bottom: 15px;
}

.posts > .image-wrap {
	margin-right: 30px;
	position: relative;
}

.posts img {
	width: auto;
	height: 160px;
	border: 5px solid #e5e5da;
}

.posts h3 {
	margin-left: 200px;
	font-size: 24px;
	color: #212c43;
	line-height: 29px;
	margin-top: -6px;
}

.posts .date {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	margin: 9px 0 19px 200px;
}

.posts p {
	margin-left: 200px;
	font-size: 14px;
}

.light-grey-text {
	color: #999fad;
}

.posts-arrow {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/download-button-arrow.png) 0 -40px no-repeat;
	margin: -6px 0 0 6px;
	position: relative;
	top: 6px;
}

.posts-arrow:hover {
	background: url(../img/download-button-arrow.png) 0 0 no-repeat;
}

.choose-appic-wpar {
	margin-left: 30px;	
}
.posts > .image-wrap > .mask {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	transition: opacity 0.5s 0s ease-in-out;
	top: 0;
	left: 0;
}

.popular-post .image-wrap > .mask:hover,
.posts > .image-wrap > .mask:hover,
.lt-ie9 .posts > .image-wrap:hover > .mask,
.lt-ie9 .popular-post .image-wrap:hover > .mask {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
	opacity: .5;
	background-color: #212c43;
}
.one .teaserbox {
	margin-bottom: 20px;
	/*margin-right:35px;*/
	border-radius: 0 106px 0 106px;
	background-color: #F4F4F4;
	padding: 8px 15px;
	box-shadow: 0 1px 1px #E0E0E0;
	color:#b1afb0;
	 font-family: 'Open Sans', sans-serif;


}
.teaserbox:hover {
	background-color: #E0E0E0;
	color:#000000;
	
}
.teaserbox .heading {
	text-align: center;
	margin-bottom: 17px;
	width: 240px;
	padding-left: 13px;
}
.heading h3 {
	text-align: center;
	margin-bottom: 12px;
	color:#524e4f;
	 font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:24px;
}
.heading p {
	color: #666;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	margin-top: -2px;
	padding-bottom: 0px;
}
.teaserbox .icon {
	margin: 0 auto;
	text-align: center;
	width: 64px;
	padding:10px 0px 0px 10px;
}
.teaserbox .content {
	display: block;
	padding: 8px 20px 10px;
	text-align: center;
	
}
.teaserbox .readmore {
	padding: 7px 15px 25px 15px;
	width:70px;
	height:10px;
	color: #fff;
	font-size: 13px;
	clear: left;
	font-weight: bold;
	margin: 0 auto;
}
/*main nav*/

.nav {
width:100%;
margin-top:20px;
height:35px;

}
.nav a {
background-color:#5d6469;
font-family: 'Open Sans', sans-serif;
font-size:14px;
width:20px;
color: #fff;
padding:8px 15px 8px 15px;
margin-right:10px;
margin-left:10px;
text-decoration:none;
height:0%;
border-top-left-radius:40px;
border-bottom-left-radius:40px;
border-top-right-radius:0px;
border-bottom-right-radius:40px;	
}
.nav a:hover {
background-color:#5164a1;
width:auto;
color: #fff;
padding:10px;
padding:8px 15px 8px 15px;
text-decoration:none;
border-radius:7px;
border-top-left-radius:40px;
border-bottom-left-radius:40px;
border-top-right-radius:0px;
border-bottom-right-radius:40px;
}


.company-mission {
    padding-bottom: 25px;
}

.company-mission p span {
    font-weight: 700;
    color: #5164a1;
}

.company-mission > span.icon {
    display: block;
    width: 62px;
    height: 62px;
    border: 1px solid #5164a1;
    background: #fff;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
}

.company-mission > span.icon:after {
    position: absolute;
    content: 'O';
    color: #999;
    font-size: 43px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    left: 13px;
    line-height: 60px;
}
ol {
    margin-left:40px;
}
/*...........................navi start here................*/

#nav, #nav ul{
margin:10px 0px 0px 0px;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em; 
z-index: 99999;
}

#nav a{
	display:block;
	/*border:1px solid #333;*/
	color:#fff;
	text-decoration:none;
	background-color:#5d6469 ;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	z-index: 99999;
	height: 30px;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-top-left-radius:40px;
	border-bottom-left-radius:40px;
	border-top-right-radius:0px;
	border-bottom-right-radius:40px;	
	margin-left: 15px;
}

#nav a:hover{
	/*background-color:#fff;*/
color:#FFF;
	background-color:#5063a0;
	border-top-left-radius:40px;
	border-bottom-left-radius:40px;
	border-top-right-radius:0px;
	border-bottom-right-radius:40px;	
	z-index: 10;
	/*text-decoration: underline;*/
}

#nav li{
float:left;
position:relative;
z-index: 99999;
}

#nav ul {
	position:absolute;
	display:none;
	width:14.9em;
	top:1.5em;
	z-index: 99999;
	padding-top: 8px;
	padding-bottom: 10px;
}
#nav ul li>a{
font-family: 'Open Sans', sans-serif;
	width:10.3em;
	height:30px;
	float:left;
	font-size: 13px;
	color: #333;
	line-height: 28px;
	font-weight: normal;	
	z-index: 99999;
	opacity:1;
    border-radius:1px;
	background-color:transparent;
}
#nav ul li>a:hover{
font-family: 'Open Sans', sans-serif;
	width:13.5em;
	height:30px;
	float:left;
	font-size: 13px;
	color: #333;
	line-height: 28px;
	font-weight: normal;	
	z-index: 99999;
	border-radius:1px;
	background-color:#f5f5f5;
}

.list ul{

	padding-left: 25px;
}


/*...........................navi end here................*/