.fonts {
	font-family: 'Open Sans', sans-serif;
	font-family: 'Raleway', sans-serif;
}

/* GRID */
body, html {
    padding: 0;
    margin: 0;
	overflow-x:hidden !important;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container:before,
.container:after {
    display: table;
    content: " ";
}
.container:after {
    clear: both;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row:before,
.row:after {
    display: table;
    content: " ";
}
.row:after {
    clear: both;
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
	border:0;
	outline:none;
	vertical-align:top;
	max-width:100%;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
iframe {border:0;
}
input,
textarea {
	outline:none !important;
	resize:none;
	-webkit-appearance: none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}
ul {
	padding:0;
	margin:0;
}
li {
	padding:0;
	margin:0;
	list-style:none;
}
.fleft {float:left;
}
.fright {float:right;
}

.color {color:#e74c3c;
}

/** MAIN **/
body {
	color: #262626;
	background: #fff;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height:24px;
	margin: 0;
	padding: 0;	
}
html {font-size: 100%;
}
::selection{
	background: #e74c3c;
	color: #ffffff;
}
::-moz-selection {
	background: #e74c3c;
	color: #ffffff;
}
.wrapper {overflow:hidden;
}
a {
	color: #262626;
	text-decoration:none !important;
}
a:hover { color: #e74c3c;
}
strong { font-weight: 700;
}
.center {text-align: center;
}
.justify {text-align: justify;
}
p {
	padding:0;
	margin:0 0 10px 0;
}

/** HEADER **/
#top {
	background:none;
	border:none;
	position:absolute;
	left:0;
	top:9px;
	width:100%!important;
	z-index:999;
}
#top header,
.fixed-menu-wrapper {
	padding: 19px 0;
}
.fixed-menu {
	border:none;
	position:fixed;
	left:0;
	top:-100px;
	background:#fff;
	z-index:9999;
	opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	width:100% !important;
	transition: all 250ms;
	-webkit-transition: all 250ms;
}
.fixed-menu.fixed_show {
	top:0;
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
/* Logo */
#logo {
	float:left;
	vertical-align:top;
}
.logo_top {
	display:block;
}
.logo_fixed {
	display:none;
}
.fixed-menu .logo_top {
	display:none;
}
.fixed-menu .logo_fixed {
	display:block;
}

/*Menu*/
.navmenu{
	margin: 0;
	padding:0;
	float:right;
}
.navmenu ul li {
	display: inline-block;
	vertical-align:top;
	list-style: none;
    margin: 0 17px 0 19px;
    position: relative;
}
.navmenu ul li a {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	padding: 0;
	font-weight:400;
	text-decoration:none !important;
	outline:none;
	text-transform:uppercase;
	opacity:0.5;
	transition: all 300ms;
	-webkit-transition: all 300ms;
}
.navmenu li a:hover,
.navmenu li.active a {
    text-decoration: none;
    opacity:1;
}
a.menu_toggler {display:none;
}
.mobile_menu_wrapper {display:none;	
}
.navmenu ul li:last-child {margin-right:0;
}
.fixed-menu .navmenu ul li a {
	color:#262626;
}

/* Main Slider */
.full_slider {
	background-position:center center;
	background-repeat:no-repeat;
}
.full_slider.preloader {
	background-image:url(../img/preloader.gif);
}
.full_slider_caption {
    position:absolute;
	bottom:16.4%;
	left:0;
	right:0;
	text-align:center;
	color: #fff;
    font-size: 18px;
    font-weight: 400;
	line-height: 24px;
    margin: 0;
    text-shadow: none;
	opacity: 1; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);	
	float:none;
}
.full_slider_caption.fleft {
	text-align:left;
}
.full_slider_caption.fright {
	text-align:right
}
.full_slider_caption img {
	width:auto !important;
	margin:0 auto;
}
.full_slider_caption.fleft img {
	margin:0 auto 0 0;
}
.full_slider_caption.fright img {
	margin:0 0 0 auto;
}
.slide_title,
.full_slider_caption p {
	margin-bottom:34px;
}

.shortcode_button { 
	display:inline-block;
	margin:0 0 5px 0;
	text-decoration:none;
	border:none;
	background-color:#e74c3c;
	color:#fff;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	line-height:20px;
	font-size:14px;
	padding:7px 30px 8px 30px;
	font-weight:400;
	text-transform:uppercase;
	vertical-align:top;
	text-align:center;
	border-radius:3px;
	-webkit-border-radius:3px;
}
.shortcode_button:hover {
	background-color:#ff6252;
	color:#fff;
}

.next_section {
	position:absolute;
	left:50%;
	bottom:30px;
	width:24px;
	height:42px;
	margin-left:-12px;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	background-image:url(../img/sprite.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
.next_section:hover {
	opacity:0.5;
}

.page_section .block_header {
	width: 100%;
	overflow:hidden;
	padding-top:80px;
	padding-bottom:42px;
	text-align:center;	
}
h2 {
	line-height:35px;
	color:#262626;
	font-weight:700;
	font-size:30px;
	margin:0;
	padding:0 0 50px 0;	
	text-transform:uppercase;
}
.triangle {
	width:144px;
	height:27px;
	display:block;
	margin:0 auto 52px auto;
	background-image:url(../img/sprite.png);
	background-position:0 -83px;
	background-repeat:no-repeat;
}
.full_width img {
	width:100%;
	height:auto;
}
.pb0 {
	padding-bottom:0 !important;
}

/* Our Team */
.team {
	border-bottom:1px #cdcdcd solid;
	overflow:hidden;
}
.team.last {
	border-bottom:none;
}
.team .container {
	position:relative;
}
.team_info {
	padding-top:70px;
	padding-bottom:30px;
	line-height:21px;
	color:#666666;
	font-size:14px;
}
.team_info p {
	margin-bottom:23px;
}
.team .col-md-4,
.team .col-md-8 {
	vertical-align:bottom;
}
.team_avatar img {
	width:100%;
	height:auto;
}

h3 {
	line-height:35px;
	color:#262626;
	font-weight:700;
	font-size:30px;
	margin:0 0 17px 0;
	padding:0;	
}
h4 {
	line-height:25px;
	color:#262626;
	font-weight:400;
	font-size:18px;
	margin:0 0 19px 0;
	padding:0;	
}

/* Social icons */
.socials li {
	padding:0;
	margin:0 7px 10px 0;
	display:inline-block;
	vertical-align:top;
}
.socials li:last-child {
	margin-right:0;
}
.socials a {
	width:30px;
	height:30px;
	display:block;
	text-indent:9999px;
	background-image:url(../img/sprite.png);
	background-repeat:no-repeat;
}
.socials a.fb_icon {
	background-position:-29px -1px;
}
.socials a.tweet_icon {
	background-position:-69px -1px;
}
.socials a.dribbble_icon {
	background-position:-109px -1px;
}
.socials a.behance_icon {
	background-position:-149px -1px;
}
.socials a.linkedin_icon {
	background-position:-189px -1px;
}
.socials a.pinterest_icon {
	background-position:-229px -1px;
}
.socials a.fb_icon:hover {
	background-position:-29px -31px;
}
.socials a.tweet_icon:hover {
	background-position:-69px -31px;
}
.socials a.dribbble_icon:hover {
	background-position:-109px -31px;
}
.socials a.behance_icon:hover {
	background-position:-149px -31px;
}
.socials a.linkedin_icon:hover {
	background-position:-189px -31px;
}
.socials a.pinterest_icon:hover {
	background-position:-229px -31px;
}
.team .socials {
	padding-top:45px;
}

.stretch {
	background-position:center center;
	background-size:cover;
	-webkit-background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

.counter_block_bg {
	background-image:url(../img/bgs/bg_counter.jpg);
	padding-top:80px;
	padding-bottom:53px;
}

/*counter*/
.counter_wrapper {
	position: relative;
}
.shortcode_counter {
	padding-bottom:20px;
	padding-top:23px;
	text-align:center;
}
.counter_title {
	line-height:24px;
	font-size:18px;
	font-weight:300;
	color:#262626;
	padding:0;
	margin:0;
	font-style:italic;
	text-transform:none;
}
.stat_temp {
    width: 0 !important;
    display: none !important;
}
.stat_count {
	line-height:50px;
	font-size:60px;
	font-weight:400;
	color:#262626;
	padding:0;
	margin:0 0 24px 0;
	font-family: 'Raleway', sans-serif;
}

.grey_bg {
	background:#fbfbfb;
	position:relative;
	padding-top:80px;
	padding-bottom:58px;
}
.service_block_bg {
	background-image:url(../img/bgs/bg_services.jpg);
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:50%;
	z-index:10;
	background-position:center center;
	background-size:cover;
	-webkit-background-size:cover;
	background-repeat:no-repeat;
}
.grey_bg .container {
	position:relative;
	z-index:20;	
}
.grey_bg ul {
	padding-top:32px;
}
.grey_bg ul li {
	padding:0 0 20px 0;
	text-align:center;
	position:relative;
	line-height:24px;
	font-style:italic;
}
.grey_bg ul li:before {
	position:absolute;
	left:50%;
	bottom:10px;
	margin-left:-25px;
	width:50px;
	height:1px;
	background:#cdcdcd;
	content:'';
}
.grey_bg ul li:last-child:before {
	display:none;
}

@media (min-width: 768px) {
	.team_info {
		padding-top:120px;
		padding-bottom:70px;
		min-height:538px;
	}
	.team_avatar {
		position:absolute;
		bottom:-30%;
		width: 33.33333333333333%;
		padding-left:15px;
		padding-right:15px;
	}
	.odd .team_avatar {
		left:0;
	}
	.even .team_avatar {
		right:0;
	}
	.team.odd {
		text-align:left;
	}
	.team.even {
		text-align:right;
	}
	
	.counter_wrapper:before {
		position:absolute;
		right:-31px;
		top:2px;
		width:31px;
		height:85px;
		background-image:url(../img/sprite.png);
		background-repeat:no-repeat;
		background-position:-263px -1px;
		content:'';
	}
	.last .counter_wrapper:before {
		display:none;
	}	
}

/* Partners */
.partners {
	margin-bottom:34px;
}
.partners div.item {
	padding-bottom:30px;
	text-align:center;
	position:relative;
}
.partners div.item img {
	display:block;	
	opacity: 1;	
	transition: opacity 400ms;
	-webkit-transition: opacity 400ms;
	width:100%;
	height:auto;
}
.partners div.item img.hovered {
	opacity:0;
	z-index:5;
	position:absolute;
	left:0;
	top:0;
}
.partners div.item a:hover img {
	opacity:0;
}
.partners div.item a:hover img.hovered {
	opacity:1;
}

/* Featured Project */
.slider_caption {
	position:absolute;
	left:100px;
	right:100px;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	text-align:center;
	padding-top:16px;
}
.slider_caption p {
	line-height:20px;
	font-style:italic;
}
.slide_info {
	line-height:28px;
	font-style:italic;
	font-size:18px;
	margin-bottom:27px;
}
.slider_caption h2 {
	padding-bottom:32px;
}
.divider {
	margin:0 auto;
	margin-bottom:38px;
	width:170px;
	height:1px;
	background:#cdcdcd;
}

/* Isotope */
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}
/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}

.image-grid {
	margin-top:20px;	
}
.image-grid .container {
	position:relative;
}
.image-grid .element { 
	background:none; 
	overflow:hidden; 
	margin-bottom:30px;	
}
.hover_img {
	position: relative;
	overflow:hidden;
}
.hover_img img {
	width:100%;
	height:auto;
	padding:0; 
	margin:0; 
	display:block;	
}
.hover_img .fade {
	opacity:0;
	position:absolute;
	z-index:5;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:#000;
	transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
}
.hover_img:hover .fade {
	opacity:0.75;
}
.load_more_cont {
	padding-bottom:0;
	text-align:center;
}
.hover_img a {
	position:absolute;
	z-index:15;
	top:-61px;
	width:61px;
	height:61px;
	display:block;
	transition: all 300ms;
	-webkit-transition: all 300ms;
}
.hover_img a.link {
	right:-61px;
}
.hover_img a.zoom {
	left:-61px;
}
.hover_img a.zoom span,
.hover_img a.link span {
	transition: all 300ms;
	-webkit-transition: all 300ms;
}
.hover_img a.link span {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 61px 61px 0;
	border-color: transparent rgba(231,76,60, 0.5) transparent transparent;
	display:block;		
}
.hover_img a.zoom span {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 61px 61px 0 0;
	border-color: rgba(231,76,60, 0.5) transparent transparent transparent;
	display:block;		
}
.hover_img a.link:hover span {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 61px 61px 0;
	border-color: transparent rgba(231,76,60, 1) transparent transparent;
	display:block;		
}
.hover_img a.zoom:hover span {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 61px 61px 0 0;
	border-color: rgba(231,76,60, 1) transparent transparent transparent;
	display:block;		
}
.hover_img:hover a.zoom {
	top:0;
	left:0;
}
.hover_img:hover a.link {
	top:0;
	right:0;
}
.hover_img a.link:before,
.hover_img a.zoom:before {
	position:absolute;
	right:8px;
	top:8px;
	z-index:30;
	content:'';
	width:22px;
	height:22px;
	display:block;
	background-image:url(../img/sprite.png);
	background-repeat:no-repeat;
	background-position:-74px -120px;
}
.hover_img a.zoom:before {
	left:8px;
	right:auto;
	background-position:-52px -120px;
}

/* Subscribe Block */
.promo_text {
	padding-top:68px;
	padding-bottom:43px;
	text-align:center;
}
.subscribe_block {
	padding-bottom:73px;
	max-width:830px;
	margin:0 auto;
}
.subscribe_block .socials {
	padding-top:2px;
}
.subscribe_block form input[type="text"] {
	background: none;
	margin: 0 15px 7px 0;
	padding: 5px 9px 6px 9px;
	width: 350px;
	border:1px #cdcdcd solid;
	outline:none;
	border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:none;
	font-size:14px;
	color:#666666;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
	line-height:22px;
	display: inline-block;
	vertical-align:top;
}
input.subscribe,
input.send_btn {
	cursor: pointer;
	background: #e74c3c !important;
	color: #fff !important;
	margin: 0 0 7px 0 !important;
	border-radius: 3px !important;
	-webkit-border-radius:3px !important;
	display: inline-block;
	padding: 0 30px !important;
	height:35px;
	line-height:33px;
	font-size: 14px !important;
	font-weight: 400 !important;
	width: auto !important;
	font-family: 'Open Sans', sans-serif;
	vertical-align:top;
	-webkit-transition:all 0.4s ease;
    transition:all 0.4s ease;
	border:0 !important;
	text-transform:uppercase;
}
input.subscribe:hover,
input.send_btn:hover {
    background-color:#ff6252 !important;
    text-decoration: none;
	color:#fff !important; 
}

@media only screen and (max-width: 992px) {
    .subscribe_block {
		max-width:inherit;
		padding:0 15px;
	}
	.subscribe_block form input[type="text"] {
		width: 100%;
	}
	.subscribe_block .fleft,
	.subscribe_block .fright {
		float:none;
	}
}

/** Contact Section **/
.contacts_block_bg {
	background-image:url(../img/bgs/contacts_bg.jpg);
	padding-bottom:68px;
}

#contact h3 {
	color:#262626;
	font-weight:700;
	font-size:24px;
	margin:0 0 22px 0;
	padding-top:57px;
}

form input[type="text"],
form textarea {
	background: none;
	margin: 0 0 22px 0;
	padding: 13px 0;
	width: 100%;
	border:none;
	border-bottom:1px #adadad solid;
	outline:none;
	border-radius:0;
	-webkit-border-radius:0;
	box-shadow:none;
	font-size:14px;
	color:#515151;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
	line-height:22px;
}
form textarea {
	margin-bottom:40px;
	height:53px;
	padding-top:18px;
	overflow:hidden;
}

/* Placeholder */
::-webkit-input-placeholder {
    opacity: 1 !important;
}

:-moz-placeholder { /* Firefox 18- */
   opacity: 1 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
   opacity: 1 !important;
}

:-ms-input-placeholder {
    opacity: 1 !important;
}

/* WebKit browsers */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}

/* Mozilla Firefox 4 to 18 */
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent !important;
}

/* Mozilla Firefox 19+ */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent !important;
}

/* Internet Explorer 10+ */
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}

/** form valid style **/
.notification_error,
.notification_ok {
    border-radius: 3px;
	-webkit-border-radius:3px;
    margin: 0 0 22px 0;
    padding: 12px 10px 12px 35px;
	position:relative;
	text-align:left;
	line-height:22px;
	font-size:14px;
}
.notification_ok {
    border: 1px #038BD4 solid;
    color: #038BD4;
	background:#D0E3EA;
}
.notification_error {
    border: 1px #C93119 solid;
    color: #C93119;
	background:#FFCFCF;
}
.notification_error:before,
.notification_ok:before {
    content: ''; 
	width: 16px;
	height: 16px;
	position: absolute;
	left:11px;
	top:13px;		
	background-position:0 0;
	background-repeat:no-repeat;
}
.notification_error:before {background-image:url(../img/error.png);
}
.notification_ok:before {background-image:url(../img/info.png);
}

/* Footer */
.footer {
	background:#2d2e2e;
	line-height:22px;
	padding-top:28px;
	padding-bottom:30px;
	font-size:14px;
	color:#fff;
	text-align:center;
}
.hide {
	opacity:0;
}

/* Icon Box */
.icon_box {
	padding:16px 0 25px 40px;
	position:relative;	
	line-height:22px;
	font-size:14px;
	color:#262626;
}
.icon_box .icon {
	position:absolute;
	left:0;
	top:16px;
}
h6 {
	line-height:22px;
	color:#262626;
	font-weight:400;
	font-size:14px;
	margin:0 0 4px 0;
	padding:0;
	text-transform:uppercase;		
}

/* Responsive changes */
@media only screen and (max-width: 767px) {
	#top header {
		position: fixed;
		width: 100%;
		z-index: 999;
		top: 0;
		left:0;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
		background:#fff;
	}
	#top header nav {
		display: none !important;
	}	
	a.menu_toggler {
		display:inline-block;
		float:right;
		margin:-17px 20px 0px 0;
		border:#cfcfcf 1px solid;
		border-radius:4px;
		box-shadow:inset #fbfbfb 0 1px 0;
		width:34px;
		height:34px;
		position:absolute;
		overflow:hidden;
		right:0;
		top:50%;
	
		background-color:#efefef;
		background-image: linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: -webkit-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: -moz-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: -ms-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: -o-linear-gradient(top, #f5f5f5, #e9e9e9);
	}
	a.menu_toggler:hover {
		background-color:#f5f5f5;
		background-image: linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: -webkit-linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: -moz-linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: -ms-linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: -o-linear-gradient(top, #e9e9e9, #f5f5f5);	
	}
	a.menu_toggler:before {
		content:'';
		display:block;
		position:absolute;
		left:7px;
		top:7px;
		width:20px;
		height:20px;
		background-repeat:no-repeat;
		background:url(../img/sprite.png) no-repeat -160px -70px;		
	}
	.fixed-menu,
	.fixed-menu:before,
	.fixed-menu:after {
		display:none!important;
	}
	.mobile_menu_wrapper {
		display:block;
		background:#262626;
		position: fixed;
		width: 100%;
		z-index: 999;
		top: 80px;
		left:0;
		padding:15px 40px 20px 20px;
	}
	.mobile_menu_wrapper a {
		color:#fff;
		font-size:13px;
	}
	.mobile_menu_wrapper a:hover {color:#e74c3c;
	}
	.service_block_bg {
		position:relative;
		left:0;
		top:0;
		bottom:auto;
		width:100%;
		z-index:10;
		height:300px;
		margin-top:40px;
	}
	.grey_bg {
		padding-bottom:0;
	}
	.slide_info {
		margin-bottom:10px;
	}
	.slider_caption h2 {
		padding-bottom:10px;
		font-size:15px;
		line-height:25px;
	}
	.divider,
	.slider_caption .triangle,
	.slider_caption p {
		display:none;
	}
	.image-grid .element { 
		width:100%;	
	}
	.full_slider_caption p {
		display:none;
	}
	.logo_top {
		display:none;
	}
	.logo_fixed {
		display:block;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* Grid */
	.container {
        width: 760px;
    }	
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11 {
        float: left;
    }
    .col-md-1 {
        width: 8.333333333333332%;
    }
    .col-md-2 {
        width: 16.666666666666664%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333333333333%;
    }
    .col-md-5 {
        width: 41.66666666666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.333333333333336%;
    }
    .col-md-8 {
        width: 66.66666666666666%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333333333334%;
    }
    .col-md-11 {
        width: 91.66666666666666%;
    }
    .col-md-12 {
        width: 100%;
    }
		
	.slide_info {
		margin-bottom:10px;
	}
	.slider_caption h2 {
		padding-bottom:15px;
	}
	.divider,
	.slider_caption .triangle {
		display:none;
	}
	.image-grid .element { 
		width:25%;	
	}	
}

@media (min-width: 992px) {
	/* Grid */
	.container {
        width: 990px;
    }
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666666666666%;
    }
    .col-md-10 {
        width: 83.33333333333334%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666666666666%;
    }
    .col-md-7 {
        width: 58.333333333333336%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666666666667%;
    }
    .col-md-4 {
        width: 33.33333333333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.666666666666664%;
    }
    .col-md-1 {
        width: 8.333333333333332%;
    } 
	
	.slide_info {
		margin-bottom:17px;
	}
	.slider_caption h2 {
		padding-bottom:15px;
	}
	.divider {
		display:none;
	}
	.image-grid .element { 
		width:25%;	
	}	
	 
}

@media only screen and (min-width: 1200px) {
    .container {
        width: 1200px;
    }
	.divider {
		display:block;
	}
	.contact_form {
		padding-right:99px;
	}
	.slider_caption h2 {
		padding-bottom:32px;
	}
}







