/* CSS */
body{
	overflow-x: hidden; font-family: 'Raleway', sans-serif;
	webkit-tap-highlight-color: #d10e1e;
        background-color: #F0F0F0;
}

a{
	color: #000;
}
a:hover, a:focus, a:active{
	outline: 0;
	color: #d10e1e;
}

h1,h2,h3,h4,h5,h6 {
	/*text-transform: uppercase; font-family: 'Conv_Raleway-Bold', sans-serif; font-weight: 700;*/
        font-family: 'Conv_Raleway-Bold', sans-serif; font-weight: 700;
}

::-moz-selection{
	text-shadow: none; background: #d10e1e; color: #fff;
}
::selection{
	text-shadow: none; background: #d10e1e; color: #fff;
}
img::selection{
	background: 0 0;
}
img::-moz-selection{
	background: 0 0;
}
@font-face {
	font-family: 'Conv_Raleway-Regular';
	src: url('../fonts/Raleway-Regular.eot');
	src: local('☺'), url('../fonts/Raleway-Regular.woff') format('woff'), url('../fonts/Raleway-Regular.ttf') format('truetype'), url('../fonts/Raleway-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Raleway-SemiBold';
	src: url('../fonts/Raleway-SemiBold.eot');
	src: local('☺'), url('../fonts/Raleway-SemiBold.woff') format('woff'), url('../fonts/Raleway-SemiBold.ttf') format('truetype'), url('../fonts/Raleway-SemiBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Raleway-Bold';
	src: url('../fonts/Raleway-Bold.eot');
	src: local('☺'), url('../fonts/Raleway-Bold.woff') format('woff'), url('../fonts/Raleway-Bold.ttf') format('truetype'), url('../fonts/Raleway-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Raleway-ExtraBold';
	src: url('../fonts/Raleway-ExtraBold.eot');
	src: local('☺'), url('../fonts/Raleway-ExtraBold.woff') format('woff'), url('../fonts/Raleway-ExtraBold.ttf') format('truetype'), url('../fonts/Raleway-ExtraBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.logo-small{ width: 56px; margin: 6px 0 6px 20px; }
.logo-medium{ float: left; width: 56px; margin: 6px 20px 6px 0; display: none; }
.title{	font-family: 'Conv_Raleway-ExtraBold'; font-size: 30px; font-weight: 800; line-height: 38px; color: #d10e1e; text-transform: uppercase; }
.subtitle{ font-family: 'Conv_Raleway-Regular'; font-size: 18px; font-weight: 400; color: #d10e1e; margin: 0 0 25px 0; text-transform: uppercase; }
.subtitle-red{ font-family: 'Conv_Raleway-Regular'; font-size: 18px; font-weight: 400; color: #ffffff; margin: 10px 0 40px 0; background-color: #d10e1e; line-height: 22px; padding: 18px; margin-top: 32px; }
@media( min-width:768px ){
	.subtitle-red{ margin-top: 38px; }
}
.subtitle-red a{ color: #fff; }
.subtitle-red a:hover, .subtitle-red a:focus, .subtitle-red a:active{ color: #fff; text-decoration: none; }
@media( min-width:768px ){
	.title{
		font-family: 'Conv_Raleway-ExtraBold'; font-size: 40px; font-weight: 800; color: #d10e1e; text-transform: uppercase;
	}
	.subtitle{
		font-family: 'Conv_Raleway-Regular'; font-size: 24px; font-weight: 400; color: #d10e1e; margin: 0 0 40px 0; text-transform: uppercase;
	}
}
@media( max-width:767px ){
    .subtitle-red a { line-height: 30px; }   
}

/* navbar */
.navbar-collapse {
	background-color: #fff;
}
.navbar-header {
	background-color: #fff;
}
.navbar-toggle {
	border: 0; border-radius: 0;
	background-color: #fff;	margin-top: 14px; margin-bottom: 14px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #fff;
}
.navbar-toggle .icon-bar {
	background-color: #fff; width: 30px; height: 5px;
}

.nav { margin:0 auto; }

.navbar-default .nav li a,
.navbar-default .nav li a:active {
        font-family: 'Conv_Raleway-SemiBold'; color: #d10e1e; font-weight: 600; font-size: 16px; line-height: 32px; text-transform: uppercase;
	-webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
	outline: 0; color: #d10e1e; background-color: #fff;
}
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	background-color: #d10e1e; color: #fff;
}
.navbar-default .navbar-nav>.active>a {
	color: #fff;
	background-color: #d10e1e;
}

.navbar-lang-small{
	position: absolute; top: 12px; right:80px;
}
.navbar-lang-small {
	display: inline-block; float:right;
	font-family: 'Conv_Raleway-SemiBold'; font-weight: 600; font-size: 14px; line-height: 16px; text-transform: uppercase; color: #d10e1e; text-align: left;
	padding: 15px 10px 15px 10px;
	-webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;
}
.navbar-lang-small:hover {
	text-decoration: none; outline: 0; color: #fff; background-color: #d10e1e;
}

@media( min-width:768px ){
	.navbar-header {
		background-color:transparent;
	}
	.navbar-collapse {
		background-color:transparent;
	}
	.navbar-default {
		background-color: transparent; border: none; height: 68px;
	}
	.navbar-default .nav li a,
	.navbar-default .nav li a:active {
/*		font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 14px; line-height: 16px; text-transform: uppercase; color: #fff; text-align: left;*/
		font-family: 'Conv_Raleway-SemiBold'; font-weight: 600; font-size: 14px; line-height: 16px; text-transform: uppercase; color: #d10e1e; text-align: left;                
		margin: 20px 0 0 0; padding: 15px 7px 15px 7px;
		-webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;
	}
	.navbar-default .nav li a:hover,
	.navbar-default .nav li a:focus {
		outline: 0; color: #d10e1e; background-color: #fff;
	}

	.navbar-shrink {
/*		background-color: #fff; border-bottom: 1px solid #ccc;*/
                background: rgb(255, 255, 255); /* The Fallback */
                background: rgba(255, 255, 255, 1);
		-webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;
	}
	.navbar-shrink .nav li a, 
	.navbar-shrink .nav li a:active {
		color: #d10e1e; margin: 0px 0 0 0; line-height: 38px;
                padding: 15px 7px 15px 7px;
		-webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;
	}
	.navbar-shrink .nav li a:hover, 
	.navbar-shrink .nav li a:focus, 
	.navbar-shrink .navbar-nav>.active>a:hover,
	.navbar-shrink .navbar-nav>.active>a:focus {
        	background-color: #d10e1e; color: #fff;
    	}
	.navbar-shrink .navbar-nav>.active>a {
		color: #fff;
		background-color: #d10e1e;
	}
	
	.navbar-default .navbar-lang {
		display: inline-block; float:right;
		font-family: 'Raleway', sans-serif; font-weight: 300; font-size: 14px; line-height: 16px; text-transform: uppercase; color: #fff; text-align: left;
		margin: 20px 0 0 0; padding: 15px 7px 15px 7px;
		-webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;
	}
	.navbar-default .navbar-lang:hover {
		text-decoration: none; outline: 0; color: #d10e1e; background-color: #fff;
	}
	.navbar-shrink .navbar-lang {
		color: #d10e1e; margin: 10px 0 0 0;
	}
	.navbar-shrink .navbar-lang:hover {
		text-decoration: none; outline: 0; color: #fff; background-color: #d10e1e;
	}
}
@media( min-width:992px ){
	.navbar-default .nav li a,
	.navbar-default .nav li a:active {
		font-size: 16px;
		padding: 15px 15px 15px 15px;
	}
}
@media( min-width:1200px ){
	.navbar-default .nav li a,
	.navbar-default .nav li a:active {
		font-size: 16px;
		padding: 15px 28px 15px 28px;
	}
}



/* header */
header{ text-align: center; color: #fff; margin-top: 65px; background-image: url( ../img/home-bg.jpg ); background-position: right center; background-repeat: no-repeat;-webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; }
.header-title{ font-family: 'Conv_Raleway-ExtraBold'; color: #d10e1e; font-size: 60px; font-weight: 800; line-height: 60px; margin-bottom: 10px; }
.header-subtitle{ font-family: 'Conv_Raleway-Bold'; color: #666; font-size: 24px; font-weight: 700; text-transform: uppercase; margin-bottom: 20px; }
.header-text{ font-family: 'Conv_Raleway-SemiBold', sans-serif; color: #666; font-size: 25px; font-weight:600; margin-bottom: 150px; }
.header-logo{ margin-top: 70px; margin-bottom: 70px; width: 200px; }
.header-content{  font-family: 'Conv_Raleway-Regular'; color: #666; font-size: 27px; font-weight: 400; line-height: 26px; padding: 70px 30px 10px 0px; }
.header-subtext{ font-size: 20px; margin-bottom: 20px; }
@media( max-width:767px ){
    .header-title{ font-size: 50px; font-weight: 800; line-height: 60px;  }    
    .header-content {text-align:center; padding: 0 10px 0 10px; }
    .header-logo{ margin-top: 40px; margin-bottom: 40px; }    
    .header-text{ line-height: 36px; margin-bottom: 100px; }    
}
@media( min-width:768px ){
	header{ margin-top:0px; }
	.header-logo{ margin-top: 100px; margin-bottom: 0px; width: 200px; }
	.header-content{ font-family: 'Conv_Raleway-Regular'; font-size: 22px; font-weight: 400; line-height: 30px; padding: 100px 30px 10px 30px; }
}
@media( min-width:992px ){
	.header-logo{ margin-top: 100px; margin-bottom: 0px; width: 250px; }
	.header-content{ font-family: 'Conv_Raleway-Regular'; font-size: 26px; font-weight: 400; line-height: 36px; padding: 100px  30px 30px 30px; }
}
@media( min-width:1200px ){
	.header-logo{ margin-top: 120px; margin-bottom: 0px; width: 320px; }
	.header-content{ font-family: 'Conv_Raleway-Regular'; font-size: 26px; font-weight: 400; line-height: 36px; padding: 120px 30px 30px 30px; }
}



/*section*/
section{ padding-top: 35px; padding-bottom: 50px; }
.section-button{ height: 50px; background-color: #ccc; background-image: url(../img/section-button-bg.png); background-repeat: repeat-x; background-position: bottom; cursor: pointer; }
.section-button-title{ font-family: 'Conv_Raleway-Bold'; line-height: 50px; float: left; text-transform: uppercase; font-weight: 700; font-size: 18px; color: #aaa; margin-left: 30px; }
.section-button-icon{ line-height: 50px; float: right; color: #aaa; margin-right: 30px; }
@media( min-width:768px ){
	section{ padding-top: 0px; padding-bottom: 50px; }
}
#portfolio {padding-bottom: 0px;}



#service{}
/*.service-title{ font-family: 'Conv_Raleway-Bold'; font-size: 22px; font-weight: 700; color: #d10e1e; text-transform: uppercase; line-height: 33px; padding: 0 0 5px 10px; text-align: center; }*/
.service-title{ font-family: 'Conv_Raleway-Bold'; font-size: 22px; font-weight: 700; color: #d10e1e; line-height: 33px; padding: 0 0 5px 10px; text-align: center; }
.service-text{ font-family: 'Conv_Raleway-Regular'; font-size: 18px; font-weight: 400; color: #666666; line-height: 26px; padding: 0 0 0 10px; text-align: center; }
/*.service-icon{ text-align: center; opacity: 0.25; padding: 20px 0 8px 0; height:120px; vertical-align: bottom; }*/
.service-icon{ text-align: right; opacity: 1; padding: 0px 0 8px 0; vertical-align: top; }
#service .row.services {margin:30px 0 0 0;}
@media( min-width:768px ){
	.service-title{ text-align: left; }
	.service-text{ text-align: left; }
	.service-icon{ padding: 0px 0 20px 0; }
}
@media( max-width:767px ){
	.service-icon{ padding: 0px 0 20px 0; text-align:center; }
}


#team{ /*background-color: #d10e1e; background-image: url( ../img/team-bg.jpg ); background-position: left center; background-repeat: none; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover;*/ }
#team .top-padding {padding-top: 30px;}
.team-title{ font-family: 'Conv_Raleway-SemiBold'; color: #d10e1e; font-size: 52px; font-weight: 600; margin-bottom: 20px; line-height: 64px; }
.team-subtitle{ font-family: 'Conv_Raleway-Regular'; color: #d10e1e; font-size: 23px; font-weight: 400; margin-bottom: 20px; line-height: 30px;}
.team-text{ font-family: 'Conv_Raleway-Regular'; color: #666; font-size: 16px; font-weight: 400;margin-bottom: 20px; line-height: 26px; }
.team-mission{ font-family: 'Conv_Raleway-Bold'; color: #FFF; font-size: 18px; font-weight: 400;text-align:center;padding:15px 60px 15px 60px;background-color:#d10e1e; text-transform: uppercase; border-radius:5px; }
@media( max-width:767px ){
    .team-title{ font-size: 36px; line-height:55px; margin-bottom: 20px; margin-top: 20px; }    
    .team-mission{ padding: 10px 30px 10px 30px;  }
}

@media( min-width:992px ){
	.team-text{ font-family: 'Conv_Raleway-Regular'; color: #666; font-size: 18px; font-weight: 400; line-height: 26px;}
	.team-portfolio{ margin-bottom: -70px; }
}

.bg-sberbank { background-color:#243d27; }
.bg-tifon { background-color:#463423; }
.bg-dietpharm { background-color:#3b3e2b; }
.bg-cedevita { background-color:#a72618; }
.bg-fox { background-color:#e94e0e; }
.carousel-inner .container-fluid {padding-top:50px;}
#portfolio h3 {color:#FFF;}
#portfolio p {font-family: 'Conv_Raleway-Regular';color:#FFF; font-size: 18px; line-height: 25px; font-weight: 400;}
/*#myCarousel .carousel-inner .container-fluid {height:640px; padding-top:50px;}
@media( max-width:991px ){
#myCarousel .carousel-inner .container-fluid{height:740px;}
}
@media( max-width:767px ){
#myCarousel .carousel-inner .container-fluid{height:840px;}
}*/
#clients{padding-bottom: 40px;}
#clients .top-padding {padding-top: 40px;}
#clients .padding {padding-top: 10px; padding-bottom: 10px;}
.clients-logo{}
.clients-logo a{ opacity: 1; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }
.clients-logo a:hover{ opacity: 0.25; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }
.clients-logo img{ width: 80%; }
.clients-logo .hover{ position: absolute; top:0; left:50%; opacity: 0; display: none; }

.clients-portfolio{ background-color: #222327; margin-bottom: -50px; padding: 0; }
.clients-portoflio-thumbs{ margin: 30px 0 0 0; text-align: center; }
.clients-portfolio-thumb{ width: 70px; height: 70px; display: inline-block; margin: 1px; padding: 0px; border: 0; background-size: cover; background-position: center center; cursor: pointer; vertical-align:top; margin-right: -4px; }
.clients-portfolio-thumb div{ width: 100%; height: 100%; background-size: cover; background-position: center center; opacity: 0; }
.clients-portfolio-image img{ width: 100%; margin:30px 0 0 0; }
.clients-portfolio-image iframe{ width: 100%; margin:30px 0 0 0; }
.clients-portfolio-title{ font-family: 'Conv_Raleway-Bold'; color: #fff; font-size: 20px; font-weight: 700; margin:20px 0 20px 0; line-height: 24px; }
.clients-portfolio-subtitle{ font-family: 'Conv_Raleway-Bold'; color: #fff; font-size: 16px; font-weight: 700; margin:0 0 20px 0; line-height: 20px; }
.clients-portfolio-text{ color: #fff; }
.clients-portfolio-desc{ display: none; }
@media( max-width:767px ){
    .clients-logo img{ width: 90%; }
    #clients{padding-top: 15px;}
    #clients .top-padding {padding-top: 20px;}    
}
@media( min-width:768px ){
	.clients-portfolio-thumb{ width: 100px; height: 100px; }
	.clients-portfolio-image img{ width: 100%; margin:30px 0 0 0; }
	.clients-portfolio-image iframe{ width: 100%; max-height: 187px; margin:30px 0 0 0; }
	.clients-portfolio-title{ font-family: 'Conv_Raleway-Bold'; font-size: 20px; font-weight: 700; margin:15px 0 15px 0; line-height: 21px; }
	.clients-portfolio-subtitle{ font-family: 'Conv_Raleway-Bold'; font-size: 14px; font-weight: 700; margin:0 0 15px 0; line-height: 18px; }
	.clients-portfolio-text{ font-size: 14px; }
}
@media( min-width:992px ){
	.clients-portfolio-thumb{ width: 110px; height: 110px; }
	.clients-portfolio-image img{ max-width: 333px; margin:30px 0 0 0; }
	.clients-portfolio-image iframe{ max-width: 333px; max-height: 187px; margin:30px 0 0 0; }
	.clients-portfolio-title{font-family: 'Conv_Raleway-Bold';  font-size: 20px; font-weight: 700; margin:15px 0 15px 0; line-height: 21px; }
	.clients-portfolio-subtitle{ font-family: 'Conv_Raleway-Bold'; font-size: 14px; font-weight: 700; margin:0 0 15px 0; line-height: 18px; }
	.clients-portfolio-text{ font-size: 14px; }
}
@media( min-width:1200px ){
	.clients-portfolio-thumb{ width: 170px; height: 170px; }
	.clients-portfolio-image img{ max-width: 516px; margin:30px 0 0 0; }
	.clients-portfolio-image iframe{ max-width: 516px; max-height: 290px; margin:30px 0 0 0; }
	.clients-portfolio-title{ font-family: 'Conv_Raleway-Bold'; font-size: 20px; font-weight: 700; margin:20px 0 20px 0; line-height: 24px; }
	.clients-portfolio-subtitle{ font-family: 'Conv_Raleway-Bold'; font-size: 16px; font-weight: 700; margin:0 0 20px 0; line-height: 20px; }
	.clients-portfolio-text{ font-size: 16px; }
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.bg-white {
     background-color:#FFF;
}
#promedia{}
/*.promedia-intro-text{ font-family: 'Conv_Raleway-Regular'; font-size: 17px; line-height: 24px; font-weight: 400; color: #666666; margin: 10px 0 30px 0; }*/
.promedia-intro-text-left{ font-family: 'Conv_Raleway-Regular'; font-size: 27px; line-height: 37px; font-weight: 400; color: #d10e1e; margin: 10px 0 30px 0; }
.promedia-intro-text-right{ font-family: 'Conv_Raleway-Regular'; font-size: 22px; line-height: 32px; font-weight: 400; color: #666; margin: 10px 0 30px 0; }
/*.promedia-logo{ padding: 20px 10px 20px 10px; height: auto; vertical-align: bottom; display: block; }*/
.promedia-logo{ height: 150px;vertical-align: middle;display: table-cell;text-align: center;width: 33%; padding: 30px 15px 15px 15px;  }
.promedia-title { font-family: 'Conv_Raleway-Bold'; font-size: 24px; line-height: 26px; font-weight: 700; color: #d10e1e;  text-align: center; padding: 0 10px 10px 10px; }
#promedia .title h1 { font-family: 'Conv_Raleway-SemiBold'; color: #d10e1e; font-size: 52px; font-weight: 600; margin:0 0 20px 0; padding-top: 30px; text-transform: none; line-height: 64px;}
.promedia-subtitle{ font-family: 'Conv_Raleway-Regular'; font-size: 14px; line-height: 18px; font-weight: 400; color: #d10e1e; text-transform: uppercase; text-align: center; padding: 0 10px 0 10px; }
.promedia-text{ font-family: 'Conv_Raleway-Regular'; font-size: 17px; line-height: 24px; font-weight: 400; color: #666666; margin: 10px 0 10px 0; padding: 0 10px 0 10px; text-align: center; }
.promedia-link{ text-align: center; padding: 0 10px 0 10px; margin-bottom: 20px; }
.promedia-link a{ font-family: 'Conv_Raleway-Bold'; font-size: 16px; line-height: 24px; font-weight: 700; color: #666666; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }
.promedia-link a:hover{ color: #d10e1e; text-decoration: none; }
.promedia-group{ padding-left: 0px; text-align:center; }
.promedia-group-border{ border-right: 0px solid #F0F0F0; }
@media( min-width:768px ){
	.promedia-logo{ height: 150px;vertical-align: middle;display: table-cell;text-align: center;width: 33%; padding: 30px 15px 15px 15px; }
	.promedia-intro-text{ font-family: 'Conv_Raleway-Regular'; font-size: 22px; line-height: 32px; font-weight: 400; color: #666666; margin: 10px 0 30px 0; }
	.promedia-title{ font-family: 'Conv_Raleway-Bold'; font-size: 24px; line-height: 26px; font-weight: 700; color: #d10e1e; padding: 0 10px 15px 10px; }
	.promedia-subtitle{ font-family: 'Conv_Raleway-Regular'; font-size: 14px; line-height: 18px; font-weight: 400; color: #d10e1e; text-transform: uppercase; padding: 0 10px 0 10px; }
	.promedia-text{ font-family: 'Conv_Raleway-Regular'; font-size: 17px; line-height: 24px; font-weight: 400; color: #666666; margin: 15px 0 15px 0; padding: 0 10px 0 10px;}
	.promedia-link{ padding: 0 10px 0 10px; margin-bottom: 20px; }
	.promedia-group{ padding-left: 0px; }
	.promedia-group-border{ border-right: 15px solid #F0F0F0; }
	.promedia-link a{ font-family: 'Conv_Raleway-Bold'; font-size: 16px; line-height: 24px; font-weight: 700; color: #666666; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }
	.promedia-link a:hover{ color: #d10e1e; text-decoration: none; }
}
@media( min-width:992px ){
	.promedia-group{ padding-left: 0px; }
	.promedia-group-border{ border-right: 30px solid #F0F0F0; }
	.promedia-link a{ font-family: 'Conv_Raleway-Bold'; font-size: 18px; line-height: 24px; font-weight: 700; color: #666666; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }
	.promedia-link a:hover{ color: #d10e1e; text-decoration: none; }
}
@media( min-width:1200px ){
	.promedia-group{ padding-left: 0px; }
	.promedia-group-border{ border-right: 30px solid #F0F0F0; }
	.promedia-link a{ font-family: 'Conv_Raleway-Bold'; font-size: 18px; line-height: 24px; font-weight: 700; color: #666666; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }
	.promedia-link a:hover{ color: #d10e1e; text-decoration: none; }
}
@media( max-width:767px ){
    .promedia-logo.promedia{ height: 180px;vertical-align: middle;display:block;text-align: center;width: 100%; padding: 30px 15px 15px 15px;  }
    .promedia-logo.atlantic{ height: 100px;vertical-align: middle;display:block;text-align: center;width: 100%; padding: 30px 15px 15px 15px;  }    
    .promedia-logo.purpura{ height: 150px;vertical-align: middle;display:block;text-align: center;width: 100%; padding: 30px 15px 15px 15px;  }        
    .promedia-link{ text-align: center; padding: 0 10px 20px 10px; margin-bottom: 0px; }
    .promedia-group{ margin-bottom: 20px; }
    #promedia .title h1 { font-size: 36px; line-height: 55px; margin-bottom: 20px; margin-top: 20px; padding:0; }
}

/*#contact{ background-color: #222327; }*/
#contact .info { padding-top: 30px; }
#contact{ background-color: #333; }
.contact-logo{ text-align: center; }
.contact-logo img{ float: none; width: 160px; }
.contact-info{ float: none; text-align: center; font-size: 21px; color: #ffffff; line-height: 27px; font-weight: 300; margin: 10px 0 0 0px; }
.contact-info a {
    color:#FFFFFF;
    text-decoration: none;    
    transition: all .3s;
}
.contact-info a:hover, .contact-info a:active {
    color: #d10e1e;
    text-decoration: none;    
    transition: all .3s;    
}
#map-canvas{  width:100%; height: 300px; margin:30px 0 30px 0; }
@media( min-width:768px ){
	.contact-logo img{ float: left; width: 160px; }
	.contact-info{ float: left; text-align: left; font-size: 21px; color: #ffffff; line-height: 27px; font-weight: 300; margin: 10px 0 0 20px; }
}
@media( min-width:992px ){
	.contact-map{ margin-top: 10px;	}
	#map-canvas{ margin:10px 0 30px 0; }
}

.copyright{ text-align: center; color: #999999; font-size: 14px; margin: 20px 0 0 0; }
@media( min-width:992px ){
	.copyright{ font-size: 18px; }
}
.downArrow {
    border-bottom: 20px solid #d10e1e;
    border-left: 85px solid transparent;
    border-right: 85px solid transparent;
    top: -15px;
    z-index: 10;
    width: 170px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    /* filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1.5); */
    -ms-transform: rotate(180deg);
    padding: 0;
    margin: auto;
}
#service .container-fluid.bg-red, #team .container-fluid.bg-red, #clients .container-fluid.bg-red, #portfolio .container-fluid.bg-red, #promedia .container-fluid.bg-red, #contact .container-fluid.bg-red {
    background-color: #d10e1e;
}
#service .title, #team .title, #clients .title, #portfolio .title, #promedia .title, #contact .title {
    font-family: 'Conv_Raleway-SemiBold', sans-serif;
    font-size: 23px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 70px;
    letter-spacing: 1px;
    text-transform: uppercase;
}