/*style*/
body{
	font-family: 'Raleway', sans-serif;
}
.logo-top-bar{
	height: 10px;
	background: #2a94b2;
}
ul.custom-navi {
	overflow: hidden;
	margin: 15px 0px 0px 0px;
}

ul.custom-navi>li {
	float: left;
	list-style: none;
	padding: 5px 15px;
	margin: 0px 2px;
	background: none;
}
ul.custom-navi>li>a{
	color : #494949;
}
ul.custom-navi>li:hover a{
	color : #ffffff;
	text-decoration: none;
}


.logo-text{
	text-transform: uppercase; 
	font-style: normal;
}
.logo-s-text {
	font-size: 26px;
	color: #0590c5;
}
.sub-logo-text{
	text-transform: none; 
}

.logo-bottom-bar {
	height: 2px;
	background: #2a94b2;
}

.intro{
	background: url(../img/intro-bg.png) top center fixed;
	/*height: 400px;*/
	/*background: #ccc;*/
}
.hr-white{
	height: 2px;
	background: #fff;
	margin: 50px 25px;
}
.logo-cirlce-wrapper{
	margin-top: 5em;
	margin-bottom: 5em;
}
.logo-circle{
	border: 3px solid #01BEF3;
	border-radius: 50px;
	text-align: center;
	font-size: 60px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.23);
	height: 100px;
	min-width: 60px;
	overflow: hidden;
	visibility: hidden;
}
.tagline{
	margin: 0px 0px 5em 0px;
	text-align: center;
	color: #fff;
}
.tagline>p{
	background: rgba(0, 0, 0, 0.50);
	padding: 5px;
	opacity: 1 !important;
	visibility: hidden;
}

/** service **/

.service , .portfolio{
	background: #2a94b2;
	color: #fff;
}

.broker{
	background: url(../img/broker.png) no-repeat center;
	height: 100px;
}

.broker-gray{
	background: url(../img/broker-gray.png) no-repeat center;
	height: 100px;
}

.service-main-title , .portfolio-main-title {
	text-align: center;
}
.service-main-title>h3,.portfolio-main-title>h3{
	margin: 0px;
	visibility: hidden;
}

.service-main-title>h5,.portfolio-main-title>h5{
	margin: 0px;
	visibility: hidden;
}

.header-uliner{
	background: url(../img/header-uliner.png) no-repeat center;	
	padding: 10px 0px;
	margin: 0px;
	visibility: hidden;
}

.header-uliner-gray{
	background: url(../img/header-uliner-gray.png) no-repeat center;	
	padding: 10px 0px;
	margin: 0px;
	visibility: hidden;

}

.service-info , .portfolio-info{
	margin: 50px 0px;
}

/*service web*/
.service-web-title {
	margin: 30px 0px 20px 0px;
}
.service-web-footer>p{
	text-align: center;
}

/*service mobile*/
.service-mobile-title {
	margin: 30px 0px 20px 0px;
}
.service-mobile-footer>p{
	text-align: center;
}

/*service rm*/
.service-rm-title {
	margin: 30px 0px 20px 0px;
}
.service-rm-footer>p{
	text-align: center;
}


/* profile */

.profile {
	background: #EFEFEF;
}

.profile-info{
	margin: 50px 0px;
}

.profile-main-title {
	text-align: center;
}
.profile-main-title>h3{
	margin: 0px;
	visibility: hidden;
}

.profile-main-title>h5{
	margin: 0px;
	visibility: hidden;
}


.profile-circle-text{
	border: 3px solid #494949;
	border-radius: 40px;
	font-size: 30px;
	color: #ffffff;
	background: #494949;
	text-align: center;
	padding: 15px 0px;
}
.profile-circle-text-active{
	background: #0076a3;	
}

.profile-info .row {
	margin: 20px 0px;
}

.profile-info .row>p {
	margin: 25px 0px;
}

.left-profile>div:hover{
	text-decoration: underline;
}

.right-profile>ul>li{
	line-height: 20px;
}

.thumbnail{
	background: #494949;
	text-align: center;
	color: #fff;
}

.thumbnail:hover{
	color: #fff;
}

/** contact **/

.contact{
	background: url(../img/contact-bg.png) center;
	color: #fff;
}

.contact-info{
	margin: 50px 0px;
}
.contact-main-title {
	text-align: center;
}
.contact-main-title>h3{
	margin: 0px;
	visibility: hidden;
}

.contact-main-title>h5{
	margin: 0px;
	visibility: hidden;
}

input, textarea {
	padding: 5px 10px;
	background: rgba(0, 0, 0, 0.36);
	border: 0px;
	margin: 2px 0px;
	resize: none;
}
input[type="submit"]{
	padding: 10px 20px;
	background: rgba(0, 0, 0, 0.6);
}
.contact .glyphicon {
	border: 1px solid;
	padding: 10px;
	border-radius: 20px;
	margin-right: 10px;
}

.contact footer > img {
	margin-right: 5px;
	width: 40px;
}
.email>header, .address>header {
	padding: 5px 0px;
}

.email , .address {
	visibility: hidden;
}
.email>footer, .address>.address-info{
	border-top: 1px solid;
	padding: 10px 0px;	
}

.address-info>p{
	margin: 10px 0px;	
}

.footer{
	background: #494949;
	text-align: center;
	color: #fff;
	padding: 15px 0px;
	margin-bottom: 5px;

}
.footer>p>span{
	padding: 5px;
	background: #373737;
}

.footer>p>span>a , .footer>p>a{
	color: #fff;
	text-decoration: none;
}

.up{
	margin: 0px 15px;
}