/* ---------------------------------------------------------
1. Embedded fonts styles
2. Common site styles
---------------------------------------------------------*/

/* ---------------------------------------------------------
1. Embedded fonts styles
---------------------------------------------------------*/

@font-face {
	font-family: "ExoBold";
	src: url("../fonts/Exo-Bold-webfont.eot");
	src: url("../fonts/Exo-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Exo-Bold-webfont.svg") format("svg"), url("../fonts/Exo-Bold-webfont.woff") format("woff"), url("../fonts/Exo-Bold-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "ExoRegular";
	src: url("../fonts/Exo-Regular-webfont.eot");
	src: url("../fonts/Exo-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Exo-Regular-webfont.svg#ExoRegular") format("svg"), url("../fonts/Exo-Regular-webfont.woff") format("woff"), url("../fonts/Exo-Regular-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?mb2qie");
	src: url("../fonts/icomoon.eot?#iefixmb2qie") format("embedded-opentype"), url("../fonts/icomoon.ttf?mb2qie") format("truetype"), url("../fonts/icomoon.woff?mb2qie") format("woff"), url("../fonts/icomoon.svg?mb2qie#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-right-arrow:before {
	content: "\e608";
}

.icon-logo-icon:before {
	content: "\e607";
}

.icon-address:before {
	content: "\e600";
}

.icon-arrow:before {
	content: "\e601";
}

.icon-facebook:before {
	content: "\e602";
}

.icon-tumblr:before {
	content: url("../images/icon-tumblr.png");
}

.icon-google-plus:before {
	content: "\e603";
}

.icon-phone:before {
	content: "\e604";
}

.icon-plus:before {
	content: "\e605";
}

.icon-subscribe:before {
	content: "\e606";
}


.project2col {
	min-height:196px;
	max-height:196px;
	
}

/* ---------------------------------------------------------
2. Сommon site styles
---------------------------------------------------------*/

body {
	min-width: 320px;
}

h1 {
	color: #1c94d2;
	margin: 0 0 16px;
}

h2 {
	color: #7d8895;
	margin: 0 0 6px;
	text-transform: uppercase;
}

p {
	margin-bottom: 11px;
}

p a {
	text-decoration: underline;
}

p a.tel-link {
	text-decoration: none;
}

label {
	font: 16px/18px "ExoRegular", Arial, Helvetica, sans-serif;
	margin-bottom: 0;
}

.form-group {
	margin-bottom: 21px;
}

.form-group textarea {
	height: 84px;
	resize: none;
	padding: 7px 12px;
}

.form-control {
	box-shadow: none;
	height: 28px;
	padding: 2px 12px;
	font-size: 12px;
	line-height: 14px;
}

.btn {
	font-family: "Raleway", Arial, Helvetica, sans-serif;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.container-fluid {
	max-width: 1078px !important;
}

/* main container styles */

#wrapper {
	position: relative;
	overflow: hidden;
}

/* header styles */

.main-image-holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.main-image-holder:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	background: url(../images/sprite.png) no-repeat;
}

.main-image-holder img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

/* main navigation styles */

.navbar {
	border: none;
	border-radius: 0;
	background-color: rgba(255, 255, 255, .7);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, .7) 76%, rgba(212, 213, 214, .7) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, .7) 76%, rgba(212, 213, 214, .7) 100%);
	margin-bottom: 104px;
	position: relative;
	z-index: 10;
}

.navbar .container-fluid {
	position: relative;
	z-index: 2; /* page logo styles */
}

.navbar .container-fluid:before,
.navbar .container-fluid:after {
	content: " ";
	display: table;
}

.navbar .container-fluid:after {
	clear: both;
}

.navbar .container-fluid .navbar-header {
	padding: 12px 0 18px;
}

.navbar .container-fluid .navbar-brand {
	padding: 0;
	margin: 16px 64px 10px 52px;
	height: auto;
}



.navbar .bg {
	position: absolute;
	z-index: -1;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .96) 76%, rgba(212, 213, 214, .96) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .96) 76%, rgba(212, 213, 214, .96) 100%);
	top: 0;
	left: -29px;
	right: -93px;
	bottom: 0;
	-webkit-transform: skew(-28deg);
	-ms-transform: skew(-28deg);
	transform: skew(-28deg);
}

.navbar .bg:after,
.navbar .bg:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	height: 100%;
	background: -webkit-linear-gradient(top, white 0%, #feffff 59%, #edeeee 77%, #b6b7b9 100%);
	background: linear-gradient(to bottom, white 0%, #feffff 59%, #edeeee 77%, #b6b7b9 100%);
}

.navbar .bg:before {
	right: auto;
	left: 0;
	background: -webkit-linear-gradient(top, #d6d7d8 0%, #dbdcdd 8%, white 45%, white 77%, #d7d8d9 100%);
	background: linear-gradient(to bottom, #d6d7d8 0%, #dbdcdd 8%, white 45%, white 77%, #d7d8d9 100%);
}

.navbar .navbar-collapse {
	padding: 0;
}

.navbar .navbar-toggle {
	background: #1c94d2;
	margin-top: 35px;
	margin: 15px 10px 0 0;
}

.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
	border-color: #105578;
}

.navbar-nav {
	font: 900 15px/20px "Raleway", Arial, Helvetica, sans-serif;
	padding: 0 0 0 15px;
}

.navbar-nav > li {
	text-transform: uppercase;
	margin-left: 9px;
}

.navbar-nav > li:first-child {
	margin-left: 0;
}

.navbar-nav > li:last-child .dropdown-menu {
	left: auto;
	right: 0;
}

.navbar-nav > li > a {
	padding: 7px 11px;
	border-radius: 5px;
}

.navbar-nav > li .dropdown-menu {
	border-radius: 0;
	text-transform: none;
	font: 16px/20px "ExoRegular", Arial, Helvetica, sans-serif;
	padding: 15px 17px 7px;
	margin-top: 31px;
	width: 276px;
	left: -33px;
}

.navbar-nav > li .dropdown-menu li {
	margin-bottom: 4px;
}

.subnavigation ul li {
	list-style-type:none;
}


.subnavigation ul {
	padding:0;
}



h5 {
	color: #7d8895;
	display: block;
	font: italic 17px "ExoRegular",Arial,Helvetica,sans-serif;
	margin-bottom: 7px;
	margin-top: 19px;
	
}








.navbar-nav > li .dropdown-menu a {
	white-space: normal;
	padding: 6px 10px 5px;
	color: #fff !important;
}




.phone-box {
	color: #7d828f;
	font: 21px/24px "ExoBold", Arial, Helvetica, sans-serif;
	padding: 24px 0 20px;
	overflow: hidden;
}

.phone-box span {
	display: inline-block;
	vertical-align: top;
	margin-right: 62px;
}

.phone-box .phone-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font: 16px/21px "ExoRegular", Arial, Helvetica, sans-serif;
	color: #1c94d2;
	margin-bottom: 0;
}

.phone-box .phone-list:after {
	content: "\e604";
	position: absolute;
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	top: 0;
	left: -36px;
	font-size: 24px;
}

.phone-box .phone-list li {
	float: left;
	margin-left: 15px;
}

.phone-box .phone-list li:first-child {
	margin-left: 0;
}

.phone-box .phone-list a {
	font-weight: bold;
	color: #1c94d2;
	margin-left: 8px;
}

/* main informative part styles */

#main {
	background: rgba(0, 0, 0, .82);
	position: relative;
	z-index: 2;
	padding-bottom: 32px;
}

.content-holder {
	max-width: 974px;
	margin: 0 auto;
}

/* main content styles */

#content {
	background: #fff;
	padding: 39px 40px 9px 40px;
	margin-bottom: 10px;
}

.home #content {
	background: none;
	padding: 45px 40px 9px 0;
	margin: 0 0 10px -4px;
}

#content .text {
	padding: 27px 0 38px;
}

#content .post-img {
	margin-bottom: 16px;
}

#content .img-holder {
	padding-bottom: 16px;
}

/* page introductory content styles */

.intro {
	color: #d8d7d7;
	font: 20px/28px "ExoRegular", Arial, Helvetica, sans-serif;
	padding-bottom: 52px;
}

.intro h1 {
	color: #69b8e1;
	margin-bottom: 12px;
}

.intro .skills-box {
	font: 20px/22px "ExoBold", Arial, Helvetica, sans-serif;
	margin-bottom: 14px;
}

.intro .skills-box i {
	font-size: 11px;
	color: #69b8e1;
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px;
}

/* post thumbnails styles */

.thumbnails {
	text-align: center;
	color: #fff;
}

.thumbnails > [class^=col-] {
	padding-bottom: 10px;
}

.thumbnails .image-block {
	white-space: nowrap;
	text-align: center;
}

.thumbnails .image-block:after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}

.thumbnails .image-holder {
	-webkit-transform: skewY(-5deg);
	-ms-transform: skewY(-5deg);
	transform: skewY(-5deg);
	overflow: hidden;
	display: inline-block;
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
	padding-bottom: 21px;
}

.thumbnails .image-holder .image-box {
	-webkit-transform: skewY(5deg);
	-ms-transform: skewY(5deg);
	transform: skewY(5deg);
	position: relative;
}

.thumbnails .image-holder .image-box img {
	margin-top: -11px;
	max-width: 100%;
}

.thumbnails .image-holder .image-box.hover .hover-box {
	opacity: 1;
	visibility: visible;
}

.thumbnails .image-holder .hover-box {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	background: rgba(28, 147, 210, .7);
}

.thumbnails .image-holder .hover-box span {
	display: block;
	margin-bottom: 25px;
}

.thumbnails .image-holder .hover-box a {
	display: block;
	height: 100%;
	color: #fff;
	text-transform: uppercase;
	font: 18px/20px "ExoBold", Arial, Helvetica, sans-serif;
}

.thumbnails .image-holder .hover-box a:hover {
	text-decoration: none;
}

.thumbnails .image-holder .hover-box a:after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}

.thumbnails .image-holder .hover-box a .holder {
	display: inline-block;
	vertical-align: middle;
	padding-top: 20px;
}

.thumbnails h2 {
	margin-bottom: 10px;
	color: #a3abb4;
	
}

.thumbnails h2 a {
	color: #a3abb4;
}





a.closebutton {
	width:76px;
	height:26px;
	float:right;
}

a.closebutton img {
	margin: 0;
}






/* posts list styles */

.staff-box .staff {
	padding-top: 16px;
	padding-bottom: 19px;
}

.staff-box img {
	vertical-align: top;
	margin-bottom: 26px;
}

.projectoverview-box img {
	margin-bottom: 9px;
}


.staff-box-we img {
	vertical-align: top;
	margin-bottom: 0px;
}







.staff-box h3 {
	margin: 0 0 5px;
	color: #1c94d2;
	
}

.staff-box h3 a {
	color: #1c94d2;
}

.staff-box .subheading {
	font: italic 15px "ExoRegular", Arial, Helvetica, sans-serif;
	color: #7d8895;
	margin-bottom: 15px;
	display: block;
}



/* testimonials */

h4 {
	color: #1c94d2;
	
}






.intro-text {
	font: 19px/28px "ExoRegular", Arial, Helvetica, sans-serif;
	color: #7d8895;
	padding: 1px 0px 15px 0px;
}

.contacts-holder {
	padding-top: 22px;
}

.contact-info {
	padding: 2px 0 12px;
	font: 17px/25px "ExoRegular", Arial, Helvetica, sans-serif;
	color: #7d8895;
}

.contact-info h2 {
	color: #1c94d2;
	margin-bottom: 9px;
}

.contact-info address {
	margin-bottom: 17px;
}

.contact-info .map-holder {
	margin-bottom: 55px;
}

.contact-info .map-holder img {
	display: inline;
}

.contact-info .contact-list a:hover:not(.tel-link) {
	text-decoration: underline;
}

/* contact form styles */

.contact-form button {
	border: 2px solid #69b8e1 !important;
	border-width: 3px 0 3px 0 !important;
	color: #1c93d2;
	border-radius: 0;
	height: 26px;
	text-transform: uppercase;
	font: 13px/24px "ExoBold", Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 14px;
	outline: none;
	letter-spacing: 0;
	padding: 0;
	margin: 14px 9px 0;
}

.contact-form button:focus,
.contact-form button:active,
.contact-form button:hover {
	outline: none !important;
	color: #1983bb !important;
	box-shadow: none;
	background: #69b8e1 !important;
}

.contact-form button:focus span:before,
.contact-form button:active span:before,
.contact-form button:hover span:before {
	background-position: -26px 0;
}

.contact-form button:focus span:after,
.contact-form button:active span:after,
.contact-form button:hover span:after {
	background-position: -38px 0;
}

.contact-form button span {
	display: block;
	padding: 0 3px;
	position: relative;
}

.contact-form button span:after,
.contact-form button span:before {
	content: "";
	position: absolute;
	top: -3px;
	right: 100%;
	width: 9px;
	height: 26px;
	background: url(../images/sprite.png) no-repeat;
	margin-right: -1px;
}

.contact-form button span:after {
	left: 100%;
	right: auto;
	background-position: -15px 0;
	margin: 0 0 0 -1px;
}

/* sidebar styles */

.testimonials-holder {
	max-width: 290px;
	margin: -32px auto 78px;
	background: url(../images/testimonials-bg.png) no-repeat;
	overflow: hidden;
	padding: 0 16px;
	text-align: center;
}

.testimonials-holder .box {
	background: url(../images/testimonials-inner-bg.png) no-repeat;
	position: relative;
	padding: 39px 10px 31px;
	font: 17px/22px "ExoRegular", Arial, Helvetica, sans-serif;
	color: #fff;
}

.testimonials-holder .box:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 74px;
	background: url(../images/testimonials-inner-bottom-bg.png) no-repeat;
}

.testimonials-holder blockquote {
	border: none;
	margin: 0 0 18px;
	padding: 0;
	font-size: 17px;
}

.testimonials-holder h2 {
	font-size: 27px;
	color: #fff;
	margin-bottom: 11px;
}

.testimonials-holder .more {
	position: relative;
}

.current-project {
	text-align: center;
	max-width: 232px;
	margin: 0 auto;
	color: #ccc;
	line-height: 18px;
	overflow: hidden;
}

.current-project .thumbnail {
	border: none;
	padding: 0;
	background: none;
	margin-bottom: 25px;
}

.current-project .img-holder {
	border: 8px solid rgba(28, 147, 210, .33);
	margin: -20px 0 18px;
}

.current-project .btn {
	position: relative;
	z-index: 10;
}

.current-project h2 {
	text-transform: none;
	margin-bottom: 12px;
	line-height:21px;
}

.current-project h2 a {
	color: #69b8e1;
}

.current-project p {
	margin-bottom: 14px;
}

.related-links {
	position: relative;
	max-width: 256px;
	margin: 43px auto 0;
	padding: 27px 29px 25px 33px;
	color: #fff;
	overflow: hidden;
}

.related-links h2 {
	font-size: 27px;
	color: #fff;
	margin-bottom: 17px;
}

.related-links:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 37px;
	width: 100%;
	background: #0a76c3;
	z-index: -1;
}

.related-links:before {
	box-sizing: border-box;
	width: 100%;
	height: 0;
	border-width: 37px 0 0 34px;
	border-color: #0a76c3 transparent;
	border-style: solid;
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	z-index: -1;
}

.related-links .links-list {
	font: 16px/19px "ExoRegular", Arial, Helvetica, sans-serif;
}

.related-links .links-list a {
	color: #fff;
	display: block;
	padding: 8px 10px;
}

.related-links .links-list a:hover {
	background: #1c93d2;
	text-decoration: none;
}

.more {
	display: inline-block;
	vertical-align: top;
}

.more:hover img {
	display: none;
}

.more:hover img.hover {
	display: inline;
}

.more .hover {
	display: none;
}

.more img {
	max-width: 100%;
}






/* fancybox stlyings */
.galleryrow {
	margin-left:18px;
}

.fancybox > img {
	margin:11px 6px 11px 11px;
}


/* footer styles */

#footer {
	background: rgba(0, 0, 0, .82);
	position: relative;
	z-index: 2; /* social networks styles */
}

#footer .container-fluid {
	padding: 0 29px 35px;
}

#footer .footer-title {
	text-align: center;
	display: block;
	font: italic 24px "ExoRegular", Arial, Helvetica, sans-serif;
	color: #a3abb4;
	margin-bottom: 29px;
}

#footer .logo-icon-holder {
	overflow: hidden;
	text-align: center;
	margin-bottom: 45px;
}

#footer .logo-icon-holder .box {
	padding: 0 15px;
	position: relative;
	display: inline-block;
	color: #b4dbf0;
	font-size: 26px;
}

#footer .logo-icon-holder .box:after,
#footer .logo-icon-holder .box:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -3px;
	-webkit-transform: skew(15deg);
	-ms-transform: skew(15deg);
	transform: skew(15deg);
	left: 100%;
	width: 9999px;
	height: 3px;
	background: #b4dcef;
}

#footer .logo-icon-holder .box:before {
	left: auto;
	right: 100%;
	-webkit-transform: skew(-15deg);
	-ms-transform: skew(-15deg);
	transform: skew(-15deg);
}

#footer .columns-holder:before,
#footer .columns-holder:after {
	content: " ";
	display: table;
}

#footer .columns-holder:after {
	clear: both;
}

#footer .columns-holder .column {
	float: left;
	width: 31%;
	padding-left: 53px;
	position: relative;
	color: #a3abb4;
}

#footer .columns-holder .column.contacts {
	width: 22.5%;
}

#footer .columns-holder .column:last-child {
	text-align: right;
	width: 15.2%;
	padding-left: 0;
}

#footer .columns-holder .icon-holder {
	position: absolute;
	left: 3px;
	top: -1px;
	font-size: 35px;
	color: #69b8e1;
}

#footer .columns-holder address {
	position: relative;
	padding-right: 10px;
}

#footer .columns-holder address .icon-holder {
	font-size: 25px;
	left: -50px;
}

#footer .columns-holder .phone-holder {
	position: relative;
}

#footer .columns-holder .phone-holder .icon-holder {
	font-size: 28px;
	left: -51px;
	top: -5px;
}

#footer .columns-holder .phone-holder .tel-list dt {
	float: left;
	margin-right: 3px;
}

#footer .columns-holder .phone-holder .tel-list a {
	color: #a3abb4;
}

#footer .copyright {
	line-height: 17px;
	margin: 1px 0 19px;
}

#footer .copyright a {
	text-decoration: none;
	color: #a3abb4;
}

#footer .copyright a:hover {
	text-decoration: underline;
}

#footer .social-box {
	margin: 0 -10px 20px 0;
}

#footer .social-box:before,
#footer .social-box:after {
	content: " ";
	display: table;
}

#footer .social-box:after {
	clear: both;
}

#footer .social-box span {
	padding-left: 12px;
	font-family: "ExoBold", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 69%;
	display: inline-block;
	vertical-align: middle;
}

#footer .social-networks {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
}

#footer .social-networks li {
	float: left;
	margin-left: 21px;
	font-size: 22px;
}

#footer .social-networks li:first-child {
	margin-left: 0;
}

#footer .social-networks a {
	color: #69b8e1;
}

#footer .social-networks a:hover {
	text-decoration: none;
	color: #54aedd;
}

#footer .back-to-top {
	background: url(../images/back-to-top-bg.svg) no-repeat;
	color: #a3abb4;
	text-transform: uppercase;
	padding: 2px 36px 19px 10px;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	margin: -1px 10px 25px 0;
}

#footer .back-to-top:hover {
	text-decoration: none;
	color: #1c94d2;
}

#footer .design-company {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Raleway", Arial, Helvetica, sans-serif;
}

#footer .design-company a {
	color: #a3abb4;
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (max-width: 1099px) {
	.navbar .container-fluid .navbar-brand {
		margin-right: 15px;
	}
	
	.navbar-nav {
		font-size: 13px;
	}
	
	.navbar-nav > li {
		margin-left: 4px;
	}
	
	.phone-box {
		font-size: 18px;
	}
	
	.phone-box span {
		margin-right: 40px;
	}
	
	.phone-box .phone-list {
		font-size: 15px;
	}
	
	.phone-box .phone-list:after {
		left: -28px;
	}
}

@media (max-width: 991px) {
	.navbar {
		margin-bottom: 40px;
	}
	
	.navbar .container-fluid .navbar-header {
		padding-bottom: 0;
	}
	
	.navbar .bg {
		left: 0;
		right: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	
	.navbar .bg:after,
	.navbar .bg:before {
		display: none;
	}
	
	.navbar .navbar-collapse {
		padding: 0 17px;
	}
	
	.navbar-nav {
		padding: 0;
	}
	
	.navbar-nav > li {
		margin: 0 0 3px;
	}
	
	.navbar-nav > li > a {
		margin-bottom: 2px;
	}
	
	.navbar-nav > li .dropdown-menu {
		background: #0a76c3 !important;
	}
	
	.phone-box {
		text-align: center;
		padding-top: 0;
	}
	
	.phone-box span {
		margin-right: 10px;
	}
	
	.phone-box .phone-list {
		margin-left: 29px;
	}
	
	.home #content {
		padding: 20px 0 9px;
	}
	
	.testimonials-holder {
		margin: 0 auto 30px;
	}
	
	.related-links {
		margin-top: 0;
	}
	
	#footer .columns-holder .column {
		width: 49%;
		float: none;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 20px;
	}
	
	#footer .columns-holder .column.contacts {
		width: 50%;
	}
	
	#footer .columns-holder .column:last-child {
		width: 50%;
	}
}

@media (max-width: 991px) and (max-width: 479px) {
	#footer .columns-holder .column {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.navbar {
		margin-bottom: 20px;
	}
	
	.navbar .container-fluid .navbar-brand {
		margin: 10px;
		width: 220px;
	}
	
	.navbar .container-fluid .navbar-brand img {
		max-width: 100%;
	}
	
	.phone-box {
		font-size: 14px;
	}
	
	#content {
		padding: 15px;
	}
	
	.intro {
		padding-bottom: 20px;
	}
	
	.staff-box .staff {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.contact-info {
		text-align: left;
	}
	
	.contact-info .map-holder {
		margin-bottom: 20px;
	}
	
	#footer .columns-holder .column.social-col {
		padding-left: 0;
	}
	
	#footer .columns-holder .icon-holder {
		left: 5px;
		font-size: 30px;
	}
	
	#footer .columns-holder address .icon-holder {
		left: -40px;
	}
	
	#footer .columns-holder .phone-holder .icon-holder {
		left: -40px;
	}
	
	#footer .social-networks li {
		margin-left: 14px;
	}
}

@media (max-width: 479px) {
	.form-control {
		padding: 2px 5px;
	}
	
	.phone-box .phone-list li {
		margin-left: 10px;
	}
	
	.phone-box .phone-list a {
		margin-left: 3px;
	}
	
	.thumbnails > [class^=col-] {
		width: 100%;
	}
	
	.staff-box .staff {
		width: 100%;
	}
	
	#footer .columns-holder .column.contacts {
		width: 100%;
	}
	
	#footer .columns-holder .column:last-child {
		width: 100%;
		text-align: left;
	}
}

