@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700&subset=latin-ext');
body {
	font-family: 'Oswald', sans-serif;
}
.top_header {
	width: 100%;
	height: 6px;
	display: block;
	background-color: #262262;
}
.social_media {
	list-style: none;
	float: right;
	overflow: hidden;
}
.social_media li {
	float: right;
	width: 31px;
	height: 31px;
	margin-left: 6px;
	margin-top: 7px;
}
.header {
	width: 100%;
	height: auto;
	display: block;
	border-bottom: 1px solid #eeeeee;
}
.logo {
	width: 193px;
	height: 67px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
.header_contact_infos {
	float: right;
	list-style: outside none none;
	margin: 0 -10px;
	padding: 35px 0;
}
.header_contact_infos li {
	float: left;
	font-size: 15px;
	margin: 0 20px;
	color: #3b3b3b;
}
.header_contact_infos_icon {
	display: block;
	float: left;
	margin-bottom: 3px;
	margin-right: 10px;
	text-align: center;
	width: 34px;
	height: 35px;
}
.header_contact_content {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0;
	float: left;
}
.header_contact_content .contact-title {
	display: block;
	color: #3b3b3b;
}
.header_contact_content .contact-info {
	display: block;
	color: #1d1d1d;
}
.header_contact_content .contact-info a {
	color: #1d1d1d;
	text-decoration: none;
}
.navbar {
	position: relative;
	min-height: 0px;
	margin-bottom: 0px;
	border: 1px solid transparent;
	border: 0;
	margin: 0;
	padding: 0;
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin: 0px 5px;
}
.navbar-nav>li>a {
	padding-top: 15px;
	padding-bottom: 15px;
}
.navbar-default {
	background-color: #fff;
	border-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
	overflow-x: hidden;
}
.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 0px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #262262;
	background-color: transparent;
	border-bottom: 3px solid #262262;
}
.navbar-default .navbar-nav>li>a {
	color: #262262;
	font-size: 17px;
}
.navbar_search {
	background-color: #f6f6f6;
	border: 1px solid #d9d9d9;
	height: 46px;
	border-radius: 0;
}
.btn_search {
	color: #262262;
	height: 46px;
	position: absolute;
	top: 0px;
	right: 15px;
}
.btn_search:hover {
	color: #fff;
	background-color: #262262;
}
.bgGrey {
	background-color: #f0f0f0;
}
.contentBox {
	padding: 20px 0px;
}
.content_title {
	font-size: 25px;
	color: #262262;
	font-weight: 700;
	text-align: center;
	display: block;
	margin-bottom: 25px;
}
.brands {
	list-style: none;
	display: inline-block;
	width: 100%;
	margin: 10px 0px;
	padding: 0;
	margin-top: 0;
	text-align: center;
}
.brands li {
	display: inline-block;
	width: 31.7%;
	margin: 0;
	padding: 0;
}
.agencies {
	list-style: none;
	display: inline-block;
	width: 100%;
	margin: 0px 0px;
	padding: 0;
	margin-bottom: 0px;
	text-align: center;
}
.agencies li {
	display: inline-block;
	width: 32%;
	margin: 0;
	padding: 0;
}
.works_contain {
	display: block;
	background-color: #fff;
	position: relative;
	-webkit-box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.17);
	-moz-box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.17);
	box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.17);
	margin-bottom: 30px;
}
.work_image {
	display: block;
	position: relative;
	cursor: pointer;
}
.work_info_box {
	padding: 11px;
}
.work_title {
	color: #343434;
	font-weight: 700;
	font-size: 16px;
	border-bottom: 1px dotted #d8d8d8;
	padding-bottom: 8px;
	margin-bottom: 10px;
	display: block;
}
.work_row {
	margin-top: 13px;
	display: block;
	overflow: hidden;
	margin-bottom: 0px;
}
.work_category {
	color: #7c7c7c;
	font-weight: 400;
	font-size: 14px;
	float: left;
}
.work_year {
	color: #7c7c7c;
	font-weight: 400;
	font-size: 14px;
	float: right;
}
.box_bottom_line {
	display: block;
	width: 100%;
	height: 6px;
	background-image: url(../img/stripes.png);
	background-repeat: repeat-x;
	position: absolute;
	left: 0;
	bottom: 0;
}
.btn_projects {
	display: block;
	text-align: center;
	margin-top: 20px;
}
.btn_projects a {
	font-size: 20px;
	color: #262262;
	border: 1px solid #262262;
	font-weight: 300;
	line-height: 43px;
	padding: 0 25px;
	display: inline-block;
}
.btn_projects a:hover {
	text-decoration: none;
	color: #121032;
}
.footerBg {
	background-color: #262262;
	padding-top: 0px;
	padding-bottom: 0px;
}
.footer_title {
	display: block;
	font-size: 25px;
	color: #fff;
	text-align: left;
	font-weight: 400;
	margin-bottom: 10px;
	margin-top: 30px;
}
.contact_rows {
	display: block;
	margin-bottom: 10px;
}
.footer_contact_icon {
	float: left;
	margin-right: 10px;
}
.contact_rows p {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	margin: 0;
}
.contact_rows p a {
	color: #fff;
	text-decoration: none;
}
.contactPage .contact_rows {
	display: block;
	margin-bottom: 10px;
}
.contactPage .footer_contact_icon {
	float: left;
	margin-right: 10px;
}
.contactPage .contact_rows p {
	color: #444444;
	font-size: 16px;
	font-weight: 300;
	margin: 0;
}
.contactPage .contact_rows p a {
	color: #444444;
	text-decoration: none;
}
.footer_nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer_nav li {
	display: block;
	margin-bottom: 15px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}
.footer_nav li a {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}
.footer_nav_icons {
	margin-right: 10px;
}
.footer_social_media {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer_social_media li {
	display: block;
	margin-bottom: 15px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}
.footer_social_media li a {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}
.footer_social_media_icons {
	margin-right: 5px;
	vertical-align: text-bottom;
}
.footer_map {
	display: block;
	height: 240px;
	overflow: hidden;
}
.iframeMap {
	margin-top: -47px;
}
.copyrightBg {
	background-color: #e8e8e8;
}
.copyright {
	font-size: 16px;
	color: #262262;
	text-align: center;
	line-height: 66px;
}
.carousel-caption {
	right: 20%;
	left: 15%;
	padding-bottom: 30px;
	bottom: auto;
	top: 4%;
	text-align: left;
	font-size: 28px;
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 13px 14px;
	margin-top: -56px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: #262262;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 6px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #262262;
}
.relativeBox {
	position: relative;
	padding: 0px 15px;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
	margin-right: 0px;
	margin-left: 0px;
}
.navbar-nav {
	margin: 7.5px 0px;
}
.content_header {
    background-color: #262262;
    background-image: url(../img/bg_header.jpg);
    background-position: center 19%;
    background-size: cover;
}
.header_content_title {
	color: #000;
	font-weight: 400;
	font-size: 25px;
	float: left;
	line-height: 60px;
}
.header_breadcrumb {
	float: right;
	list-style: none;
	margin: 0;
	padding: 43px 0px;
}
.header_breadcrumb li {
	display: inline-block;
	font-size: 16px;
	color: #494949;
}
.header_breadcrumb li a {
	color: #000;
}
.header_breadcrumb li.active {
	color: #494949;
}
.header_breadcrumb>li+li:before {
	padding: 0 5px;
	color: #000;
	content: "/\00a0";
}
p {
	font-weight: 300;
	color: #000;
	font-size: 18px;
	margin-bottom: 15px;
	word-spacing: 2px;
	margin-top: 10px;
	display: block;
}
.services_sub_title {
	color: #262262;
	font-weight: 400;
	font-size: 22px;
	display: block;
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: center;
}

.services_sub_title2 {
	color: #262262;
	font-weight: 400;
	font-size: 22px;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.center_title {
	color: #262262;
	font-size: 32px;
	text-align: center;
	font-weight: 300;
	margin-bottom: 30px;
}
.customers_box {
	display: block;
	border: 1px solid #d9d9d9;
	margin-bottom: 20px;
}
.agenciesWrapper .customers_box {
	border: 1px solid #c3c1c1;
}
.bgLightGrey {
	background-color: #fafafa;
}
.yearBox {
	text-align: center;
	color: #5e5e5e;
	font-weight: 300;
	font-size: 20px;
	background-color: #fff;
	border: 5px solid #ebebeb;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 39px;
}
.centerLine {
	background-image: url(../img/line.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.timeline_wrapper {
	display: block;
	overflow: hidden;
}
.items_left {
	float: none;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline-block;
}
.items_right {
	float: none;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline-block;
}
.items_left.first {
	margin-top: 0px;
}
.dateNumber {
	display: block;
	color: #fff;
	font-weight: 700;
	text-align: center;
	font-size: 20px;
	margin-top: 5px;
}
.dateYear {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	display: block;
	line-height: 16px;
	background-color: #444444;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 5px;
}
.item_header {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.item_title {
	color: #444444;
	float: left;
	margin-top: 10px;
	font-size: 20px;
	font-weight: 300;
}
.item_icon {
	float: right;
	margin-top: 0px;
}
.item_image {
	display: block;
	overflow: hidden;
}
.item_info {
	font-size: 17px;
	color: #666666;
	display: block;
	margin-top: 20px;
	font-weight: 400;
	letter-spacing: 0px;
}
.items_right .circle {
	background-color: #262262;
	width: 1px;
	border: 4px solid #ebebeb;
	border-radius: 100%;
	padding: 6px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
.items_right .date_box {
	background-color: #333333;
	border-radius: 10px;
	width: 54px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	margin-bottom: 20px;
}
.items_right .timeline_item {
	float: none;
	background-color: #fff;
	border: 1px solid #efefef;
	position: relative;
	width: 100%;
	margin-left: 0;
	padding: 20px;
}
.items_right .timeline_item:after, .items_right .timeline_item:before {
	right: 100%;
	top: 30px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.items_right .timeline_item:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: transparent;
	border-width: 0px;
	margin-top: 0px;
}
.items_right .timeline_item:before {
	border-color: rgba(239, 239, 239, 0);
	border-right-color: transparent;
	border-width: 0px;
	margin-top: 0px;
}
.items_left .circle {
	background-color: #262262;
	width: 1px;
	border: 4px solid #ebebeb;
	border-radius: 100%;
	padding: 6px;
	margin-right: auto;
	margin-bottom: 20px;
	float: none;
	margin-left: auto;
	margin-top: 20px;
}
.items_left .date_box {
	background-color: #333333;
	border-radius: 10px;
	width: 54px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	margin-bottom: 20px;
}
.items_left .timeline_item {
	float: none;
	background-color: #fff;
	border: 1px solid #efefef;
	position: relative;
	width: 100%;
	margin-right: 0;
	padding: 20px;
}
.items_left .timeline_item:after, .items_left .timeline_item:before {
	left: 100%;
	top: 30px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.items_left .timeline_item:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: transparent;
	border-width: 0px;
	margin-top: 0px;
}
.items_left .timeline_item:before {
	border-color: rgba(239, 239, 239, 0);
	border-left-color: transparent;
	border-width: 0px;
	margin-top: 0px;
}
.contact_title {
	display: block;
	font-size: 20px;
	color: #000;
	font-weight: 700;
	margin-bottom: 10px;
}
.contact_inputs {
	font-weight: 300;
	color: #000;
	font-size: 17px;
}
.btn_send {
	background-color: #262262;
	color: #fff;
	font-weight: 400;
	font-size: 22px;
	padding: 8px 38px;
	border-radius: 8px;
	display: block;
	width: 100%;
}
.map {
	overflow: hidden;
	height: 440px;
	display: block;
}
.mapTop {
	margin-top: -60px;
}
.marginBottom {
	margin-bottom: 15px;
}

.mobile_date {
    font-size: 17px;
    font-weight: 400;
    color: #444444;
    background-color: #fff;
    padding: 7px 21px;
    border: 1px solid #efefef;
    margin: 0 auto;
    margin-bottom: -1px;
    position: relative;
    z-index: 2;
    border-bottom: 0;
    display: table;
}

.services_info {
	font-weight: 300;
    color: #000;
    font-size: 18px;
    margin-bottom: 15px;
    word-spacing: 2px;
    margin-top: 10px;
}

.headerContain {
	position: relative;
}

.language_select {
    list-style: none;
    float: right;
    margin: 0;
    padding: 14px 0px 0px 0px;
    margin-left: 11px;
}

.language_select li {
float: left;
	margin-left: 5px;
}

.language_select li a {
}

.filterContain {
	display: block;
	background-color: #fff;
	padding: 10px 0px;
	border-bottom: 2px solid #eee;
}

.category_select {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	float: none;
	text-align: left;
}

.category_select li {
    margin-left: 4px;
    font-size: 17px;
    font-weight: 300;
    color: #989898;
    display: inline-block;
    vertical-align: middle;
	width: 20px;
}

.category_select_title {
	margin-left: 9px;
    font-size: 17px;
    font-weight: 300;
    color: #989898;
    display: inline-block;
    vertical-align: middle;
}

.year_select {
	position: relative;
	float: none;
	display: block;
	margin-top: 10px;
}


.btn_year_select {
    display: block;
    font-size: 16px;
    padding: 6px 16px;
    background-color: #000;
    color: rgb(255, 255, 255);
    border-color: #000;
	width: 100%;
}

.year_select .dropdown.open>.dropdown-menu {
    display: block;
}

.year_select .dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: inherit;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100%;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align:  center;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}


.shared_box {
    display: block;
    border-top: 1px solid #e8e8e8;
    margin-top: 10px;
    padding-top: 10px;
}

.shared_box ul {
	list-style: none;
	text-align: left;
	display: block;
	margin: 0;
	padding: 0;
}

.shared_box ul li {
	display: inline-block;
	margin-right: 5px;
}


@media (min-width:768px) {
	
	.category_select {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    text-align: left;
}
	
	.year_select {
	position: relative;
	float: right;
	display: inline-block;
		margin-top: 0;
}
	.btn_year_select {
    display: block;
    font-size: 16px;
    padding: 6px 16px;
    background-color: #000;
    color: rgb(255, 255, 255);
    border-color: #000;
	width: auto;
}
	
	.language_select {
    list-style: none;
    float: right;
    margin: 0;
    padding: 46px 0px;
    margin-left: 11px;
}
	.year_select .dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: inherit;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: auto;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: right;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
	
.marginBottom {
	margin-bottom: 0px;
}
.brands {
	list-style: none;
	display: inline-block;
	width: 100%;
	margin: 0px 0px;
	padding: 0;
	margin-top: 0;
	text-align: center;
}
.brands li {
	display: inline-block;
	width: 19%;
	margin: 0;
	padding: 0;
}
.navbar {
	position: relative;
	min-height: 61px;
	margin-bottom: 0px;
	border: 1px solid transparent;
	border: 0;
	margin: 0;
	padding: 0;
}
.carousel-caption {
	right: 20%;
	left: 15%;
	padding-bottom: 30px;
	bottom: auto;
	top: 20%;
	text-align: left;
	font-size: 45px;
}
.content_title {
	font-size: 40px;
	margin-bottom: 65px;
}
.contentBox {
	padding: 50px 0px;
}
.btn_search {
	color: #262262;
	height: 46px;
	position: static;
	top: 10px;
	right: 15px;
}
.relativeBox {
	position: relative;
	padding: 0px;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
	margin-right: 0px;
	margin-left: 0px;
}
.navbar-nav {
	margin: 7.5px 0px;
}
.agencies {
	list-style: none;
	display: inline-block;
	width: 100%;
	margin: 0px 0px;
	padding: 0;
	margin-bottom: 0px;
	text-align: center;
}
.agencies li {
	display: inline-block;
	width: 16%;
	margin: 0;
	padding: 0;
}
.btn_projects a {
	font-size: 25px;
	color: #262262;
	border: 1px solid #262262;
	font-weight: 300;
	line-height: 72px;
	padding: 0 25px;
	display: inline-block;
}
.footer_title {
	display: block;
	font-size: 25px;
	color: #fff;
	text-align: left;
	font-weight: 400;
	margin-bottom: 30px;
	margin-top: 0px;
}
.footerBg {
	background-color: #262262;
	padding-top: 70px;
	padding-bottom: 70px;
}
p {
	font-weight: 300;
	color: #000;
	font-size: 18px;
	margin-bottom: 15px;
	word-spacing: 2px;
	margin-top: 0px;
}
.header_content_title {
	color: #000;
	font-weight: 400;
	font-size: 33px;
	float: left;
	line-height: 112px;
}
.services_sub_title {
	font-size: 17px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.bottomMarginSm {
	margin-bottom: 10px;
}
.center_title {
	color: #262262;
	font-size: 43px;
	text-align: center;
	font-weight: 300;
	margin-bottom: 30px;
}
.items_left.first {
	margin-top: 26%;
}
.items_left {
	float: left;
	width: 50%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.items_right {
	float: right;
	width: 50%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.items_right .circle {
	background-color: #262262;
	width: 1px;
	border: 4px solid #ebebeb;
	border-radius: 100%;
	padding: 6px;
	margin-left: -10px;
	margin-right: auto;
	margin-bottom: 10px;
}
.items_left .circle {
	background-color: #262262;
	width: 1px;
	border: 4px solid #ebebeb;
	border-radius: 100%;
	padding: 6px;
	margin-right: -10px;
	margin-bottom: 10px;
	float: right;
	margin-left: 100%;
}
.items_right .date_box {
	background-color: #333333;
	border-radius: 10px;
	width: 54px;
	margin-left: -27px;
	margin-right: auto;
	float: left;
	margin-bottom: 0px;
}
.items_left .date_box {
	background-color: #333333;
	border-radius: 10px;
	width: 54px;
	margin-right: -27px;
	margin-left: auto;
	float: right;
	margin-bottom: 0;
}
.items_right .timeline_item {
	float: left;
	background-color: #fff;
	border: 1px solid #efefef;
	position: relative;
	width: 85%;
	margin-left: 27px;
	padding: 20px;
}
.items_left .timeline_item {
	float: right;
	background-color: #fff;
	border: 1px solid #efefef;
	position: relative;
	width: 85%;
	margin-right: 27px;
	padding: 20px;
}
.items_right .timeline_item:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 11px;
	margin-top: -11px;
}
.items_right .timeline_item:before {
	border-color: rgba(239, 239, 239, 0);
	border-right-color: #efefef;
	border-width: 12px;
	margin-top: -12px;
}
.items_left .timeline_item:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 11px;
	margin-top: -11px;
}
.items_left .timeline_item:before {
	border-color: rgba(239, 239, 239, 0);
	border-left-color: #efefef;
	border-width: 12px;
	margin-top: -12px;
}
.btn_send {
	background-color: #262262;
	color: #fff;
	font-weight: 400;
	font-size: 22px;
	padding: 8px 38px;
	border-radius: 8px;
	display: block;
	width: auto;
}
.contact_title {
	display: block;
	font-size: 30px;
	color: #000;
	font-weight: 700;
	margin-bottom: 25px;
}
	
	.category_select li {
    margin-left: 9px;
    font-size: 17px;
    font-weight: 300;
    color: #989898;
    display: inline-block;
    vertical-align: middle;
	width: 36px;
}
	
}

@media (min-width:992px) {
.brands li {
	display: inline-block;
	width: 19%;
	margin: 0;
	padding: 0;
}
.services_sub_title {
	font-size: 19px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.items_left.first {
	margin-top: 20%;
}
}

@media (min-width:1200px) {
.services_sub_title {
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 30px;
}
}
