body, html {
  width: 100%;
  height: 100%;
  background: #fff;
}
/*----------------------
Fonts
------------------------*/
@font-face {
  font-family: 'DroidSerif';
  src: url('../fonts/droidserif.eot');
  src: url('../fonts/droidserif.eot?#iefix') format('embedded-opentype'),  url('../fonts/droidserif.woff2') format('woff2'),  url('../fonts/droidserif.woff') format('woff'),  url('../fonts/droidserif.ttf') format('truetype'),  url('../fonts/droidserif.svg#droid_serifregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansRegular';
  src: url('../fonts/opensans-regular.eot');
  src: url('../fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/opensans-regular.woff2') format('woff2'),  url('../fonts/opensans-regular.woff') format('woff'),  url('../fonts/opensans-regular.ttf') format('truetype'),  url('../fonts/opensans-regular.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansItalic';
  src: url('../fonts/opensans-italic.eot');
  src: url('../fonts/opensans-italic.eot?#iefix') format('embedded-opentype'),  url('../fonts/opensans-italic.woff2') format('woff2'),  url('../fonts/opensans-italic.woff') format('woff'),  url('../fonts/opensans-italic.ttf') format('truetype'),  url('../fonts/opensans-italic.svg#open_sansitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PolyRegular';
  src: url('../fonts/poly-regular.eot');
  src: url('../fonts/poly-regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/poly-regular.woff2') format('woff2'),  url('../fonts/poly-regular.woff') format('woff'),  url('../fonts/poly-regular.ttf') format('truetype'),  url('../fonts/poly-regular.svg#polyregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*----------------------
Header
------------------------*/
.slogan {
  font-family: "DroidSerif", Arial Black, Gadget, sans-serif;
  font-size: 21px;
  font-weight: normal;
  text-transform: uppercase;
  padding-top: 20px;
}
.header .simbol {
  width: 1170px;
  margin: 0 auto;
  padding: 40px 8px;
  text-align: right;
}
.header .container {
  border-top: 3px solid #c5c7c7;
}
/*----------------------
Navigation
------------------------*/
.navigation ul {
  margin-top: 19px;
}
.navigation li {
  border-right: 2px solid #636466;
}
.navigation li:last-child {
  border: none;
}
.navigation li > a {
  font-family: "DroidSerif", Arial Black, Gadget, sans-serif;
  font-size: 16px;
  color: #636466 !important;
  text-transform: uppercase;
  padding: 0 25px;
  line-height: 20px;
}
.navigation li > a:hover {
  color: #b14b98 !important;
}
.navigation li > a.active {
	color: #b4428c !important;
}
.navbar-fixed-top {
  padding: 0 0 35px 0;
  -webkit-transition: padding .3s;
  -moz-transition: padding .3s;
  transition: padding .3s;
}
.navbar-fixed-top .navbar-brand {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.navbar-fixed-top.navbar-shrink {
  padding: 0 0 10px 0;
}
.navigation li:nth-of-type(4) {
	border-right: none;
}
.navbar-fixed-top.navbar-shrink .navbar-brand {
  font-size: 1.5em;
}
.navbar-fixed-top.navbar-shrink .simbol {
  display: none;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-transition: opacity .15s ease-in-out;
  -moz-transition: opacity .15s ease-in-out;
  -ms-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}
.lavalamp {
    width: 182px;
    height: 71px;
    background: url("../img/hanger-icon.png") no-repeat scroll 0 0 transparent;   
		right: 29%;
    /*left: 13px;*/
    position: absolute;
    top: 0px;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.lavalamp:hover {
    -moz-transition-duration: 3000s;
    -ms-transition-duration: 3000s;
    -o-transition-duration: 3000s;
    -webkit-transition-duration: 3000s;
    transition-duration: 3000s;
}
.navbar-fixed-top.navbar-shrink .lavalamp {
	display: none;
}
.navigation li:nth-of-type(1):hover ~ .lavalamp, .services-active {
	margin-left: -39px;
}
.navigation li:nth-of-type(2):hover ~ .lavalamp, .about-active {
   margin-left: 80px;
}
.navigation li:nth-of-type(3):hover ~ .lavalamp, .contact-active {
   margin-left: 190px; 
}
.navigation li:nth-of-type(4):hover ~ .lavalamp, .news-active {
    margin-left: 305px; 
}
.lavalamp {
	right: inherit;
}

/*----------------------
Banner
------------------------*/
.banner-header {
  text-align: center;
  color: #f8f8f8;
  background: url(../img/banner-bg.jpg) no-repeat center center;
  background-size: cover;
  margin-top: 12%;
  border-bottom: 33px solid #b4428c;
  box-shadow: 2px 8px 8px #ccc;
}
.intro-message {
  position: relative;
  padding-bottom: 20%;
  padding-top: 25%;
/*  padding-top: 20%;
  padding-bottom: 20%;*/
}
.intro-message > h1 {
  font-family: "PolyRegular", Arial, Helvetica, sans-serif;
  font-size: 42px;
  width: 650px;
  text-align: right;
	/*text-shadow: 2px 2px 3px rgba(0,0,0,0.6);*/
  position:absolute;
  bottom: 33px;
  right: 0;
}
.banner-services {
  text-align: center;
  color: #f8f8f8;
  background: url(../img/services-banner.jpg) no-repeat center center;
  background-size: cover;
  margin-top: 12%;
  box-shadow: 2px 8px 8px #ccc;
}
.banner-services .intro-message > h1 {
	display:none;
}
.banner-contact {
  background: url(../img/contact-banner.jpg) no-repeat center center !important;
  background-size: cover !important; 
}
.banner-news {
  background: url(../img/news-banner.jpg) no-repeat center center !important;
  background-size: cover !important;
}
.banner-contact .intro-message > h1 {
	width: 635px;
}
/*----------------------
Content
------------------------*/
.content-section {
  padding: 50px 0;
  background: url(../img/hanger-icon-l.png) no-repeat center top;
}
.content-section h2 {
  font-family: "PolyRegular", Arial, Helvetica, sans-serif;
  font-size: 63px;
  color: #7b7c7e;
  text-align: center;
  padding: 50px 0;
  background: url(../img/heading-bg.png) repeat-x center;
}
.content-section h2 span {
	background: #fff;
  padding: 0 15px;
}
.content-section h3 {
  font-family: "DroidSerif", Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #646466;
  margin-bottom: 13px;
}
.content-section p {
    font-family: "DroidSerif", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #646466;
  margin-bottom: 8px;
}
.tagline {
  font-family: "DroidSerif", Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #646466;
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
  padding: 13px 0;
  border-top: 2px solid #b1b2b4;
  border-bottom: 2px solid #b1b2b4;
  margin-left: 0;
  margin-right: 0;
}
.content-section .services .services-block {
  text-align: center;
	padding: 0 22px;
}
.content-section .services h3 {
  font-family: "PolyRegular", Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #646466;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0;
  border-top: 2px solid #b5b7b8;
  border-bottom: 2px solid #b5b7b8;
}
.content-section .services p {
  text-align: center;
}
.content-section .contact {
	text-align: center;
}
.content-section .contact h3 {
  font-family: "PolyRegular", Arial, Helvetica, sans-serif;
  font-size: 42px;
  color: #878889;
  text-align: center;
}
.content-section .contact p {
  font-family: "DroidSerif", Arial, Helvetica, sans-serif;
  font-size: 23px;
  color: #878889;
}
.content-section .contact .phone {
	font-family: "DroidSerif", Arial, Helvetica, sans-serif;
  font-size: 42px;
  color: #878889;
  margin-top: 10px;
  background:url("../img/heading-bg.png") repeat-x center center;
}
.content-section .contact .phone span {
	background: #fff url("../img/phone-icon.png") no-repeat center left;
  padding: 0 10px 0 56px;
}
.content-section .contact .gmap {
	font-family: "PolyRegular", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  background: #b4428c;
  margin: 20px 30px 25px 30px;
  padding: 12px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.content-section .contact .gmap a {
	color: #fff;
  background: url("../img/map-pointer.png") no-repeat center left;
  padding: 10px 13px 10px 26px;
}
.content-section .contact .mail a {
  font-family: "DroidSerif", Arial, Helvetica, sans-serif;
  font-size: 23px;
  color: #878889;
  background: url("../img/mail-icon.png") no-repeat center left;
  padding: 10px 13px 10px 53px;
  display: none;
}
.content-section .contact .border {
	border-right: 2px solid #b1b2b4;
}
.content-section .news .news-block {
	margin-bottom: 35px;
  position: relative;
  overflow: hidden;
}
.content-section .news .news-block .info {
  padding: 40px 40px 20px 40px;
  border: 2px solid #c5c6c8;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.content-section .news .news-block .info .img-responsive {
	display: inline;
}
.content-section .news h3 {
	font-family: "DroidSerif", Arial, Helvetica, sans-serif;
  font-size: 24px;
  olor: #707172;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 2px solid #d5d5d6;
  padding-bottom: 15px;
}
.content-section .news p {
	font-size: 14px;
  color: #464648;
  line-height: 21px;
  text-align: center;
}
.content-section .news .img {
	padding-bottom: 15px;
  text-align: center;
}
.content-section .news .post-info {
	font-family: "DroidSerif", Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #b4428c;
  text-transform: uppercase;
  padding: 15px 0;
}
/*----------------------
Footer
------------------------*/
footer {
  font-family: "OpenSansRegular", Arial, Helvetica, sans-serif;
  color: #464648;
  padding: 35px 0 50px 0;
  background-color: #eeefef;
}
footer .quick-links {
  padding: 0 0 15px 0;
  border-bottom: 3px solid #bbbcbe;
}
footer .quick-links h4 {
  font-family: "PolyRegular", Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #464648;
  margin: 0 0 3px 0;
}
footer .quick-links p, footer .quick-links li {
  font-size: 11px;
  margin-bottom: 0;
}
footer .quick-links p.phone {
  margin-top: 9px;
}
footer .quick-links p.phone span {
  font-family: "PolyRegular", Arial, Helvetica, sans-serif;
  font-size: 15px;
}
footer .quick-links ul, footer .quick-links li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .quick-links .col-md-2, footer .quick-links .personal-touch {
  border-left: 2px solid #bbbcbe;
}
footer .quick-links .dia {
  margin-top: 10px;
}
footer .conditions {
  font-family: "OpenSansItalic", Arial, Helvetica, sans-serif;
  font-size: 10px;
  padding-top: 6px;
}
footer .copyright {
  font-size: 11px;
  text-align: right;
  padding-top: 15px;
}
@media(max-width: 320px) {
.banner-header {
  margin-top: 22% !important;
}
.intro-message > h1 {
	width: 227px !important;
  font-size: 15px !important;
  bottom: -5px !important;
}
}

@media (min-width: 320px) and (max-width: 461px) {
.slogan, .navbar-fixed-top.navbar-shrink .navbar-brand {
	width: 250px;
  font-size: 14px !important;
  padding-bottom: 20px;
}
.banner-header {
  margin-top: 19%;
}
.intro-message > h1 {
	font-size: 17px;
}
}

@media (min-width: 320px) and (max-width: 580px) {
.slogan, .navbar-fixed-top.navbar-shrink .navbar-brand {
  	font-size: 16px;
  }
.intro-message > h1 {
/*	font-size: 30px;*/
  width: 320px;
  bottom: 8px; 
}
.header .simbol {
	display: none;
}
}

@media(min-width:320px) and (max-width: 767px) {
footer .quick-links .col-md-2, footer .quick-links .personal-touch {
	border-left: none;
}
.content-section .contact .border {
	border: none;
}
.lavalamp {
	display: none !important;
}
}
@media(min-width:480px) and (max-width: 768px) {
.intro-message > h1 {
	font-size: 26px;
  width: 400px;
  bottom: 8px; 
}
}
@media(min-width:768px) and (max-width: 780px) {
.content-section .contact .border {
	border: none;
}
}
@media(max-width:780px) {
.row {
	margin: 0;
}
}
@media(min-width:770px) and (max-width: 991px) {
.intro-message > h1 {
	font-size: 30px;
  width: 460px;
  bottom: 8px; 
}
}
@media(min-width:768px) and (max-width: 1199px) {
.slogan, .navbar-fixed-top.navbar-shrink .navbar-brand {
	font-size: 16px;
}
.navigation li > a {
  font-size: 15px;
	padding: 0 13px;
}
}
@media(min-width:981px) and (max-width: 1199px) {
.navigation li:nth-of-type(1):hover ~ .lavalamp, .services-active {
	margin-left:-51px;
}
.navigation li:nth-of-type(2):hover ~ .lavalamp, .about-active {
   margin-left:35px;
}
.navigation li:nth-of-type(3):hover ~ .lavalamp, .contact-active {
   margin-left:120px; 
}
.navigation li:nth-of-type(4):hover ~ .lavalamp, .news-active {
    margin-left:210px; 
}
}
@media(min-width:767px) and (max-width: 979px) {
.navigation li:nth-of-type(1):hover ~ .lavalamp, .services-active {
	margin-left:-51px;
}
.navigation li:nth-of-type(2):hover ~ .lavalamp, .about-active {
   margin-left:35px;
}
.navigation li:nth-of-type(3):hover ~ .lavalamp, .contact-active {
   margin-left:120px; 
}
.navigation li:nth-of-type(4):hover ~ .lavalamp, .news-active {
    margin-left:210px; 
}
}
/*@media(max-width: 980px) {
.navigation li:nth-of-type(1):hover ~ .lavalamp, .services-active {
    right: 33%;
}
.navigation li:nth-of-type(2):hover ~ .lavalamp, .about-active {
    right: 24%;
}
.navigation li:nth-of-type(3):hover ~ .lavalamp, .contact-active {
    right: 15.5%;
}
.navigation li:nth-of-type(4):hover ~ .lavalamp, .news-active {
    right: 7%;
}
}*/
@media(max-width:1199px) {
ul.banner-social-buttons {
  float: left;
  margin-top: 15px;
}
}
@media screen and (min-width:1360px) {
.header .container {
  padding: 0 0;
}
footer .conditions-wrapper {
  padding: 0 0;
}
footer .quick-links .dia .img-responsive {
  float: right !important;
}
}
@media screen and (min-width:1370px) {
.banner-header, .banner-services, .banner-news {
  margin-top: 3%;
}

}

/*
******************** PAGING STYLE ********************/
.paging {
	margin:.8em 0 .5em 0;
  text-align: right;
}
.paging li {
	display:inline;
	color:#666;
	padding:.2em;
}
.paging li a {
	padding:.2em .6em;
	text-decoration:none;
	color:#666;
}
.paging li a:hover, .paging li a.active {
	background-color:#b4428c;
	color:#fff;
}
