@import url("social.css");
/*-- Preloader --*/
#preloader {
  	position: fixed;
  	width: 100%;
  	height: 100%;
  	top: 0;
  	left: 0;
  	z-index: 99999999;
}
#preloader .innert {
  	position: absolute;
  	width: 100%;
  	text-align: center;
  	top: 50%;
  	left: 0;
  	-webkit-transform: translateY(-50%);
  	-moz-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	transform: translateY(-50%);
}
#preloader span {
  	display: block;
  	font-family: 'Raleway', sans-serif;
  	font-size: 12px;
  	text-transform: uppercase;
  	letter-spacing: 0.2em;
}
#preloader .clock {
  	position: relative;
  	width: 50px;
  	height: 50px;
  	margin: 0 auto 10px;
  	border-radius: 50%;
  	border: 1px solid #333;
  	z-index: 9;
}
#preloader .clock:after {
  	content: '';
  	display: block;
  	position: absolute;
  	width: 3px;
  	height: 3px;
  	border-radius: 50%;
  	margin: auto;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	z-index: 1;
}
#preloader .house,
#preloader .minute {
  	position: absolute;
  	height: 40%;
  	width: 1px;
  	margin: auto;
  	left: 0;
  	right: 0;
  	bottom: 50%;
  	-webkit-transform-origin: 50% 100%;
  	-moz-transform-origin: 50% 100%;
  	-ms-transform-origin: 50% 100%;
  	-o-transform-origin: 50% 100%;
  	transform-origin: 50% 100%;
}
#preloader .minute {
  	width: 1px;
  	height: 35%;
  	-webkit-animation: clock 3.6s linear infinite;
  	-moz-animation: clock 3.6s linear infinite;
  	-ms-animation: clock 3.6s linear infinite;
  	-o-animation: clock 3.6s linear infinite;
  	animation: clock 3.6s linear infinite;
}
#preloader .house {
  	width: 1px;
  	height: 30%;
  	-webkit-animation: clock 43.2s linear infinite;
  	-moz-animation: clock 43.2s linear infinite;
  	-ms-animation: clock 43.2s linear infinite;
  	-o-animation: clock 43.2s linear infinite;
  	animation: clock 43.2s linear infinite;
}
.no-js #preloader {
	display: none;
}
.ie8 #preloader, .ie9 #preloader {
	display: none;
}
@-webkit-keyframes clock {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes clock {
  0% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes clock {
  0% {
    -ms-transform: rotate(0);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes clock {
  0% {
    -o-transform: rotate(0);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes clock {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
body {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, #slider .h2 {
	font-family: 'Open Sans Condensed', sans-serif;
}
.h1, .h2, .h3, .h4, .h5 {
	font-family: 'Open Sans Condensed', sans-serif;
}
.last-news h3 {
	font-size:18px;
}
.share {
	clear: both;
	border-top: 1px dashed #dcdcdc;
	margin-top: 20px;
	padding-top: 20px;
}
.posts {
	padding-top: 20px;
}
.posts h1, .posts h2, .posts h3, .posts h4, .posts h5, .posts h6 {
	margin-bottom: 20px;
}
.posts p+h1, .posts p+h2, .posts p+h3, .posts p+h4, .posts p+h5, .posts p+h6 {
	margin-top: 30px;
}
.posts h2:first-child {
	margin-bottom: 16px;
	margin-top: 0px !important;
}
.posts h1:first-child,.posts h3:first-child {
	margin-top: 0px !important;
}
.post div h2:first-child,.post div h3:first-child {
	margin-bottom: 30px;
}
h4.panel-title {
	margin-bottom: 0px;
}
b, strong {
	font-weight: 600;	
}
blockquote {
	font-size: 15px;
	font-style: italic;
}
a, button {
	outline: none !important;
}
a, button, i, .icon, .image-icon, .svg, input {
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
select:focus, textarea:focus,input:focus, .active, button:active, button:hover {
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0, 0.0)!important;
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0, 0.0)!important;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0, 0.0)!important;
	outline: transparet none 0px!important;
}
.float-right {
	float: right;
}
img, iframe, object, embed, video, audio {
	max-width: 100%;
}
img, video {
	height: auto !important;
}
video, audio {
	margin-bottom:20px;
}
p img {
	display: block;
	float: left;
	width: 35%!important;
	margin: 5px 3% 10px 0px !important;
	padding: 1% !important;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
p img.float-right {
	float: right;
	margin: 5px 0 10px 3% !important;
}
p img.nofl {
	float: none !important;
	width: auto !important;
	margin: 0px !important;
	padding: 0px !important;
	border: 1px solid #dcdcdc;
	display: inline;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	vertical-align: baseline;
}
ul, ol {
	margin-left:22px;
	padding-left:0;
}
.posts ul ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
.posts li {
	margin-bottom: 10px;
}
.footer ul, .footer ol {
	margin-left:0px;
	padding-left:0;
}
table {
  	width: 100%;
  	max-width: 100%;
  	margin-bottom: 20px;
  	clear: both !important;
}
table tr th,
table tr td {
  	padding: 8px;
  	line-height: 1.42857143;
  	vertical-align: top;
  	border: 1px solid #dddddd !important;
}
table tr th {
  	vertical-align: bottom;
  	border-bottom: 1px solid #dddddd !important;
}
table tr:nth-child(odd) td,
table tr:nth-child(odd) th {
  	-webkit-transition: all 0.4s;
  	-moz-transition: all 0.4s;
  	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.table-responsive {
	border: none;
	margin:0;
}

/*-- All --*/
#wrapper {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	overflow: hidden;
}
#wrapper .container {
	max-width: 100%;
}
#wrapper .affix {
	max-width: 1140px !important;
}
.overflow {
	overflow: hidden;
	position: relative;
}
.inline * {
	display: inline-block;
}
.no-padd {
	padding: 0px;
}
.contrast {
	color: white;
}
.border {
	border: 1px solid transparent;
	padding: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.border *:last-child {
	margin-bottom:0px;
}
.no-border {
	border: 0px none transparent !important;
	padding: 0px !important;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.fixed {
	position: fixed;
}

.center-block {
	float: none !important;
}
.center-block h2 {
	margin-top: 0px;
	padding-top: 0px;
}
.text-center h2:after {
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	margin: 0px auto;
	position: relative;
	bottom: -15px;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
	margin-bottom: 30px;
}
.section:hover h2:after, 
.section:hover .center-block h2:after, 
.fullwidth:hover .text-center h2:after, 
[class*="video-bg"]:hover .text-center h2:after {
	max-width: 80%;
	width: 400px;
}
.center-block h2 span {
	display: block;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin-top: 10px;
}
.hidden {
	display: none;
}
.marg-30 {
	margin: 30px !important;
}
.marg-20 {
	margin: 20px !important;
}
.marg-right-30 {
	margin-right: 30px !important;
}
.marg-height-30 {
	margin: 30px 0 !important;
}
.marg-height-20 {
	margin: 20px 0 !important;
}
.marg-width-30 {
	margin: 0 30px !important;
}
.marg-width-20 {
	margin: 0 20px !important;
}
.marg-bott-10 {
	margin-bottom: 10px !important;
}
.marg-bott-20 {
	margin-bottom: 20px !important;
}
.marg-bott-30 {
	margin-bottom: 30px !important;
}
.marg-bott-40 {
	margin-bottom: 40px !important;
}
.marg-top-10 {
	margin-top: 10px !important;
}
.marg-top-20 {
	margin-top: 20px !important;
}
.marg-top-30 {
	margin-top: 30px !important;
}
.marg-top-40 {
	margin-top: 40px !important;
}
.padd-0 {
	padding: 0px !important;
}
.padd-2 {
	padding: 2px !important;
}
.padd-bott-10 {
	padding-bottom: 10px !important;
}
.padd-20 {
	padding: 20px !important;
}
.padd-40 {
	padding: 40px !important;
}
.padd-width-20 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.padd-height-20 {
	padding-bottom: 20px !important;
	padding-top: 20px !important;
}
@media (min-width: 1200px) {
  .padd-height-30 {
	padding-bottom: 30px !important;
	padding-top: 30px !important;
  }
}
.padd-top-20 {
	padding-top: 20px !important;
}
.padd-bottom-20 {
	padding-bottom: 20px !important;
}
.padd-left-30 {
	padding-left: 30px !important;
	padding-right: 0px !important;
}
.padd-right-30 {
	padding-left: 0px !important;
	padding-right: 30px !important;
}
.section {
	padding: 60px 0;
	position: relative;
	background-position: center bottom !important;
	background-repeat: no-repeat !important;
	background-size:cover !important;
}
.section h2 {
	margin-top: 0px;
	padding-top: 0px;
}
.btn {
	line-height: 25px;
}
.btn + .btn {
	margin-left: 10px;
}
.btn-none, .btn-none:focus, .btn-none:active, .btn-none.active {
	background: transparent;
	border:0px none transparent;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0, 0.0) !important;
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0, 0.0) !important;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0, 0.0) !important;
	outline: thin none !important;
  	outline: 0px auto -webkit-focus-ring-color !important;
  	outline-offset: 0px !important;
}

/*-- Collapse top --*/
.collapse-top {
	position:relative;
	padding-top:5px;
	line-height: 30px;
}
.collapse-top .collapse, .collapse-top .collapse-open {	
	padding-bottom: 15px;
	padding-top: 10px;
}
.collapse-top .collapsing {	
	padding-top:10px !important;
}
.collapse-top .btn-none {
	position: absolute;
	z-index:99;
	left:50%;
	bottom:-25px;
	padding:6px 10px 4px;
	outline: none;
	margin-left: -15px;
}
.collapse-top .in + button > i {
	-moz-transform: rotate(180deg);
     -o-transform: rotate(180deg);
     -webkit-transform: rotate(180deg);
     transform: rotate(180deg);
}
.collapse-top .container span + span {
	margin-left: 10px;
}
.collapse-top .container span i {
	margin-right: 5px;
}
.collapse-top a {
	text-decoration: none;
}
.social-top a {
	margin: 0px 3px;
}
.collapse-top .collapse [class*='social-'] i {
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
	font-size: 14px;
}
/*-- Top menu --*/
.navbar {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	padding:0px 0;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin-bottom: 0px;
	border: 0px none transparent;
}
.navbar-brand {
	font-size: 26px;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}
.navbar-brand img {
	display: inline;
	height: 50px!important;
	position: relative;
	top: -15px;
}
.navbar-brand span {
	display: inline-block;
	line-height: 40px;
}
.navbar-brand span span {
	font-size: 13px;
	text-transform: none;
	font-weight: normal;
	display: block;
	position: relative;
	line-height: 13px !important;
	font-family: Arial, Helvetica, sans-serif;
	top: 0px;
}
.affix .navbar-brand {
	font-size: 24px;
}
.affix .navbar-brand img {
	height: 40px!important;
	top: -23px;
}
.affix .navbar-brand span span {
	visibility: hidden;
}
.ie8 .navbar-brand img {
	display: none;
}
.navbar-brand span.logo {
	line-height: normal;
}
.navbar-brand span.logo img {
	height: 75px !important;
	top: -10px;
}
.affix .navbar-brand span.logo img {
	height: 60px !important;
	top: -10px;
}
.ie8 .navbar-brand span.logo img {
	display: block;
}
.navbar-nav > li > a {
	font-weight: 600;
}
.navbar-nav > li > a:active,.navbar-nav > li > a:focus {
	background-color: transparent;
}
.navbar-nav > li > a, .navbar-nav > li > button {
	line-height: 60px;
}
.navbar-nav ul {
	border: none;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0, 0.3);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0, 0.3);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0, 0.3);
	max-height: none !important;
}
.dropdown-menu {
	padding: 6px 0;
}
.navbar-nav > li > a > .fa {
	margin-left: 3px;
}
.dropdown-menu > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.dropdown-menu > li + li {
	border-top: 1px solid transparent;
}
.dropdown-menu .fa {
	position: absolute;
	right: 8px;
	margin-top:3px;
	top: 10px;
}
.affix {
	position:fixed;
	width:100%;
	z-index:20;
	top:-5px;
}
.affix .navbar-nav > li > a, .affix .navbar-nav > li > button, .affix .navbar-brand {
	line-height: 40px;
}
/*-- top search --*/
.nav-search {
	margin-left: 10px;
}
.nav-search-open {
	position:relative;
	top:15px;
}
.nav-search-content {
  	height:95px;
  	display:none;
  	margin-top:-5px;
  	z-index:990;
  	position:absolute;
  	width:100%;
  	top:0;
  	left:0;
  	border-bottom: 1px solid #e3e3e3;
}
.nav-search-content input {
	height:85px;
	font-size:36px;
	line-height:85px;
	display:block!important;
	width:100%;
	text-align: center!important;
	background:transparent;
	border:0px none transparent;
}
.affix .nav-search-content {
	height:75px;
}
.affix .nav-search-content input {
	height:75px;
	font-size:26px;
	line-height:75px;
}
.nav-search-close {
	background:transparent;
	border:0px none transparent;
	position:absolute;
	right:13px;
	top:15px;
	z-index:991;
	font-size:36px;
}
.affix .nav-search-close {
	top:15px;
	font-size:30px;
}

/*-- Slider --*/
#slider {
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#slider .item .h2, 
#slider .item p, 
#slider .item .photo,
#slider .item .bott {
	width: 35%;
	left: 8%;
}
#slider .item .photo {
	height: auto;
	max-height: 95%;
	width: auto;
	max-width: 45%;
	position: absolute;
}
#slider .item .bottom {	
	bottom: 0px;
}
#slider .item .top {	
	top: 0px;
}
#slider .item .middle {	
	top: 10%;
	max-height: 80%;
}
#slider .item .h2 {
	position: absolute;
	top: 28%;	
	margin: 0;
}
#slider .item .h2 span {
	padding: 5px 10px;
}
#slider .item p {
	position: absolute;
	top: 40%;
	margin: 0;
	font-size: 18px;
	padding: 10px;
}
#slider .item .bott {
	position: absolute;
	top: 65%;
}
#slider .item .in-right {
	left: auto !important;
	right: 8%;
}
#slider .item .text-center {
	width: 50% !important;
	left: 25%!important;
}
#slider .empty {
	width: 2000px;
	height: 800px;
}
.animated-slide {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated-slide.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes slideInDown-slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown-slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

#slider .active .slideInDown-slide {
  -webkit-animation-name: slideInDown-slide;
  animation-name: slideInDown-slide;
}

@-webkit-keyframes slideInUp-slide {
  0% {
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp-slide {
  0% {
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

#slider .active .slideInUp-slide {
  -webkit-animation-name: slideInUp-slide;
  animation-name: slideInUp-slide;
}

@-webkit-keyframes slideInLeft-slide {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft-slide {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

#slider .active .slideInLeft-slide {
  -webkit-animation-name: slideInLeft-slide;
  animation-name: slideInLeft-slide;
}

@-webkit-keyframes slideInRight-slide {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight-slide {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

#slider .active .slideInRight-slide {
  -webkit-animation-name: slideInRight-slide;
  animation-name: slideInRight-slide;
}
.btn {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
/*-- Under slider --*/
#under-slider {
	padding: 60px 0px;
}
#under-slider p {
	padding: 0px;
	margin: 0px;
}
/*-- Icons and description --*/
.icon-desc .icon, .icon-desc .svg, .icon-desc .image-icon {
	float: left;
}
.icon-desc .desc {
	margin-left: 70px;
	position: relative;
}
.icon-desc h3 {
	font-size: 18px;
	margin-top: 0px;
}
.icon-desc .icon {
	border: 1px solid transparent;
	padding: 3px;
	border-radius:50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	
}
.icon-desc .icon i {
	border-radius:50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	font-size:24px;
	width:50px;
	height:50px;
	text-align: center;
	line-height:50px;
	border-style: solid;
	border-width: 1px;
}
.icon-desc .svg svg {
	max-width:50px;
	height:auto!important;
}
.icon-desc .image-icon img {
	max-width:50px;
	height:auto!important;
	padding: 0px !important;
	border: 0px none transparent !important;
}
.icon-desc:hover .icon {
	-webkit-transform: scale(1.2) rotate(360deg) skewY(0deg) skewX(0deg);
	transform: scale(1.2) rotate(360deg) skewY(0deg) skewX(0deg);
}
/*-- Image and text --*/
.bg-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg-right {
	width:50%;
	height:100%;
	position:absolute;
	top:0;
	left:50%;
	background-position: right top !important;
}
.bg-left {
	width:50%;
	height:100%;
	position:absolute;
	top:0;
	right:50%;
	background-position: left top !important;
}
.image-text.about h2 {
	margin-bottom: 30px;
}
.image-text.about h2 span {
	margin-bottom: 20px;
	font-size: 22px;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}
.image-text.about p {
	font-size: 16px;
	line-height: 26px;
}
.col-wrap {
	position: relative;
}
.col-wrap .col-md-6:first-child { 
	padding-left: 0;
}
.col-wrap .col-md-6:last-child { 
	padding-right: 0;
}
.fullwidth .container {
	width:100%!important;
	padding-left:0!important;
	padding-right:0!important;
}
.fullwidth .row {
	margin:0!important;
}
.fullwidth [class*="col-"] {
	padding-left:0!important;
	padding-right:0!important;
}
.fullwidth [class*="col-"]+[class*="col-"] {
	margin:0!important;
}
.display-table {
	display: table;
}
.vertical-center {
	display: table-cell;
    vertical-align: middle;
}
.ie8 .vertical-center {
	display: block;
	padding-top: 20%;
}
/*-- Content --*/
.page-header {
	margin: 0px;
	padding: 30px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
}
.page-header .breadcrumb {
	background: transparent;
	font-size: 16px;
	margin-left: 0px;
	padding-left: 0px;
}
.content {
	padding: 40px 0px;
}
.content .embed-responsive {
	margin-bottom: 20px;
}
.posts p {
	margin-bottom: 20px;
}
.posts img, .post img {
	display: block;
	padding: 8px !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	clear: both;
	border-width: 1px;
	border-style: solid;
}
.posts img + p, .post img + p {
	margin-top: 20px;
}
.posts p img, .post p img {
	float: left;
	width: 35%;
	margin: 5px 3% 10px 0px !important;
	clear: none;
}
.posts p img.float-right, .post p img.float-right img {
	float: right;
	margin: 5px 0 10px 3% !important;
}
.posts .thumbnail img {
	display: block;
	padding: 0px !important;
	border: 0px none transparent;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin: 0px;
}
.post-date {
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
}
.date-tags {
	margin-bottom: 10px;
}
.date-tags span {
	font-size: 13px;
	margin-bottom: 10px;
	margin-right: 4px;
}
.date-tags span + span {
	padding-left: 7px;
	border-left: 1px solid #d3d3d3;
	white-space: nowrap;
}
.pager li a {
	border: 0px none transparent;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.posts .excerpt h3:after {
	content: "";
	display: block;
	width: 0px;
	height: 2px;
	-webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
	position: relative;
	bottom: -5px;
}
.posts .excerpt:hover h3:after {
	width: 100%;
}
.excerpt h3 {
	margin-top:10px;
}
.excerpt .info, .gallery-litebox .info, .big-image .info {
	margin: -18px 0 0 -18px !important;
	position: absolute;
	top: 50%;
	left: 50%;
}
.info .fa-youtube-play {
	font-size: 20px;
}
.excerpt .btn {
	padding-top:6px!important;
}
.excerpt p {
	margin-bottom:10px!important;
}
.excerpt p.text-right {
	text-align: right!important;
}
.captchaimg img {
	margin: 0;
	padding: 0;
	border: none;
}
.captcha {
	width: 220px;
}
.footer .question label {
	display: none;
}
.footer .question .form-control {
	line-height: 46px;
	height: 46px;
  	padding: 10px 16px;
  	font-size: 18px;
  	border-radius: 5px;
}
.footer .question textarea.form-control {
	line-height: 20px;
	height: 94px;
}
#user_gmap {
	width: 100%;
	height: 400px;
}
.contact-infos {
	margin-top: 30px;
}
.contact-infos p {
	position: relative;
}
.contact-infos p span {
	display: block;
	margin-left: 60px;
	margin-bottom: 5px;
}
.contact-infos p i {
	width: 45px;
	text-align: center;
	margin-right: 5px;
	height: 45px;
	line-height: 45px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #fff;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 18px;
}
.contact-infos p i[class*="phone"],.contact-infos p i[class*="map"] {
	font-size: 24px;
}
.contact-infos .rss {
	display: none;
}
.contact-infos .social-bg i {
	width: 35px;
	line-height: 35px;
	height: 35px;
	margin-right: 5px;
	margin-bottom: 5px;
}
/*-- Price table --*/
.panel.price,
.panel.price > .panel-heading {
	border-radius:0px;
	-moz-transition: all .3s ease;
	-o-transition:  all .3s ease;
	-webkit-transition:  all .3s ease;
	transition:  all .3s ease;
}
.price .list-group-item{
	border-bottom:1px solid rgba(250,250,250, .5);
}
.panel.price .list-group-item:last-child {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.panel.price .list-group-item:first-child {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}
.price .panel-footer {
	border-bottom:0px;
}
/*-- panel white --*/
.price.panel-white > .panel-heading {
	border-bottom: 1px solid #ccc;
}
.price.panel-white > .panel-body {
	padding-top: 20px;
	padding-bottom: 20px;
}
.price.panel-white > .panel-body .lead {
	font-size: 28px;
	margin-bottom: 0px;
}
.price.panel-white .list-group-item {
	font-weight:600;
}
img.badges {
	position: absolute;
	top: -3px;
	left: 12px;
	-moz-transition: all .3s ease;
	-o-transition:  all .3s ease;
	-webkit-transition:  all .3s ease;
	transition:  all .3s ease;
}
.panel.price:hover {
	margin-top:-10px;
}
.panel.price:hover img.badges {
	margin-top:-10px;
}
/*-- Figure hover --*/
.thumbnail {
	position: relative;
}
.thumbnail a i {
	width: 36px;
	text-align: center;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	background-color: white;
	color: black;
	border-radius:50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	font-size: 16px;
}
.thumbnail .hover {
	overflow: hidden;
}
.thumbnail .hover img {
	-webkit-transition: font-size 0.5s;
     -moz-transition: font-size 0.5s;
     -o-transition: font-size 0.5s;
     transition: font-size 0.5s;
}
.thumbnail .hover .caption {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}
.thumbnail .hover:hover .caption {
	visibility: visible;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.thumbnail .hover:hover a i {
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
}
.thumbnail .hover .caption .bg {
	width: 90%;
	height: 90%;
	top: 5%;
	bottom: 5%;
	left: 5%;
	right: 5%;
	position: absolute;
}
.csstransitions .thumbnail .hover .caption h3 {
	margin-top: 33%;
	font-size: 18px;
}
.csstransitions .thumbnail .hover .caption h3, 
.csstransitions .thumbnail .hover .caption p {
	-webkit-transition: font-size 0.5s;
     -moz-transition: font-size 0.5s;
     -o-transition: font-size 0.5s;
     transition: font-size 0.5s;
	font-size: 0px;
}
.csstransitions .thumbnail .hover:hover img {
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
} 
.csstransitions .thumbnail .hover:hover .caption h3 {
	font-size: 18px;
} 
.csstransitions .thumbnail .hover:hover .caption p {
	font-size: 14px;
}
.thumbnail .hover .caption a,.thumbnail .hover .caption i {
	-webkit-transition: all .2s !important;
     -moz-transition: all .2s !important;
     -o-transition: all .2s !important;
     transition: all .2s !important;
}
/*-- Hover effects --*/
.view {
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   background-color: #fff;
}
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view-tenth img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.view-tenth .mask {
   background-color: rgba(0, 0, 0, 0.3);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth h3.figcaption {
   background: transparent;
   margin: 12% 20px 5% 20px !important;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   color: #333;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth figcaption p {
   color: #333;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   margin-bottom: 0px !important;
}
.view-tenth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   margin: 5% 5px 0;
   display: inline-block;
}
.view-tenth:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-tenth:hover h3,.view-tenth:hover p,.view-tenth:hover a.info {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

/*-- Accordion --*/
.accordion .panel-heading {
	padding: 0px;
	border: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background: transparent;
}
.accordion .panel-body {
	border: none !important;
}
.accordion .panel-body p {
	margin-bottom: 10px;
}
.accordion .panel-body *:last-child {
	margin-bottom: 0px;
}
.accordion .panel {
	border: none;
}
.accordion .panel-collapse {
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
}
.accordion .panel-title {
	position: relative;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
	padding: 10px 30px 10px 20px;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border: 1px solid transparet;
	cursor: pointer;
	overflow: hidden;
}
.accordion .panel-title.collapsed {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.accordion .panel-title:after {
	font-family: 'FontAwesome';
	content: "\f068"; 
	float: right;
	position: absolute;
	right: 15px;
	top: 11px;
}			
.accordion .panel-title.collapsed:after {
	content: "\f067";
}

/*-- Progressbar --*/
.progress {
	height: 30px;
}
.progress-bar {
	line-height: 30px;
	border-radius: 0px 5px 5px 0px;
}
.title-progress {
	margin-top: 0px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 15px;
}
.progress .tooltip {
	z-index:11;
}
/*-- Counter Timer --*/
.counter {
	display: block;
	margin: 40px auto 20px;
	font-size: 40px;
}
/*-- Progress Circle --*/
.progress-circle {
    margin: 6px 6px 20px;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 1.2;
}
.progress-circle canvas {
    vertical-align: top;

}
.progress-circle strong {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height:100%;
    bottom:0;
    right:0;
    text-align: center;
    line-height: 150px;
    font-size: 40px;
    display: block;
}

.progress-circle span {
    display: block;
    margin-top: 12px;
    font-size: 16px;
    font-weight: bold;
}
.progress-circle span.nocanvas {
	display: none !important;
    width: 150px;
    height:150px;
    bottom:0;
    right:0;
    text-align: center;
    line-height: 150px;
    font-size: 40px;
    display: block;
	margin: 30px auto 40px !important;
	background-color: #313131;
	opacity:0.5;
}
.no-canvas .progress-circle span.nocanvas {
	display: block !important;
}
.no-canvas .progress-circle strong {
	display: none !important;
}

/*-- Gallery --*/
.gallery-footer {
	overflow: hidden;
	margin-left: -2px;
	margin-right: -2px;
}

/*-- Quicksand --*/
.nav-filter a {
	margin-bottom: 5px;
}

/*-- oEmbed  --*/
.embeddedContent {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.embeddedContent .embed-responsive-item,
.embeddedContent iframe,
.embeddedContent embed,
.embeddedContent object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.oembed-provider-Soundcloud {
	padding-bottom: 26.25%;
}
.oembed-provider-vimeo, .oembed-provider-youtube {
	padding-bottom: 56.25%;
}

/*-- Video background --*/
.video-viewport { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	overflow: hidden; 
	z-index: 1; 
}
.video-viewport video { 
	display: block; 
	width: 100%; 
	max-width: none !important;
}
.fullsize-video-bg, .video-bg { 
	height: 400px; 
	overflow: hidden;
	position: relative;
}
.fullsize-video-bg:before { 
	content: ""; 
	background: rgba(0,0,0,.65); 
	position: absolute; top: 0; 
	left: 0; width: 100%; 
	height: 100%; 
	z-index: 2; 
}
.fullsize-video-bg:after { 
	content: ""; 
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACJJREFUeNpiZGBg8AVihv///28G0UwMaIARKIMigKECIMAASJsHAYcd2RAAAAAASUVORK5CYII=); 
	background-size: 2px 2px; 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	z-index: 2; 
}
.inner { 
	display: table; 
	width: 100%; 
	max-width: 600px; 
	height: 100%; 
	margin: 0 auto; 
	padding: 0; 
	position: relative; 
	z-index: 3; 
	text-shadow: 0 1px 5px rgba(0,0,0,.5); 
}
.inner > div { 
	display: table-cell; 
	vertical-align: middle; 
	padding: 0 2em;
}
/*-- YouTube --*/
.video-bg:after {
	background: rgba(0,0,0,.65);
	content: "";  
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	z-index: 0; 
}
.video-console {
	position: absolute;
	width: 100%;
	bottom: 30px;
	text-align: center;
	z-index: 10;
}
.video-console button {
	margin-bottom:5px;
}
.no-video .fullsize-video-bg, .no-video .video-bg {
	background: #323232;
}
.no-video .video-console {
	display: none;
}
[class*="after-color-"]:after {
	content: "";  
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	z-index:0; 
	opacity: .8;
}
[class*="after-color-"] div {
	z-index: 1;
}
.testimonials .item {
	font-size: 16px;
	line-height: 26px;
}
#reviews .author {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0px;
}
.author span {
	font-size: 14px;
	font-weight: normal;
}
.feedback-wrapper {
	position: relative;
}
#submit-form {
	position: absolute;
	bottom: 150px;
}
.feedback-wrapper .anchor {
	margin-bottom: 20px;
}
.feedback-wrapper .item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #d3d3d3;
}
.form-horizontal [class*="col-"] {
	float: none;
}
.form-horizontal label {
	text-align: left !important;
	margin-bottom: 5px !important;
}
.form-horizontal select {
	width: 100px;
}
.form-horizontal .col-sm-offset-3 {
	margin-left: 0;
}
h3.feed {
	margin: 30px 0;
}
.feedback-wrapper .author {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0px;
}
#review .form-horizontal [class*="col-"] {
	float: left !important;
}
#review .form-horizontal label {
	text-align: right !important;
	margin-bottom: 0px !important;
}
#review .form-horizontal .col-sm-offset-3 {
	margin-left: 25%;
}
#review .feed, #review #submit-form {
	display: none;
}
div.error {
	margin: 5px 0 0px !important;
}
div.error div {
	margin: 0px !important;
}
/*-- Tabs --*/
.nav-tabs {
	border: none;
}
.nav-tabs li{
	margin-right: 5px;
	margin-bottom: 5px;
}
.tab-content {
	border: 1px solid #D2D7D3;
	padding: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.tab-content.no-border {
	border: none;
	padding: 0;
}
.nav-tabs.side-nav {
	padding-top: 10px !important;
	text-align: left!important;
}
.nav-stacked li {
	margin-bottom: 5px;
}
.nav-stacked li * {
	text-align: right;
}
.tab-pane {
	overflow: hidden;
}
.tab-pane p {
	margin: 0px 0 10px 0!important;
}
.tab-pane *:last-child {
	margin-bottom: 0px !important;
}

/*-- Sidebar --*/
.sidebar .widget {
	margin-top:20px;
}
.sidebar .widget + .widget {
	margin-top:30px;
	border-top: 1px solid #dcdcdc;
	padding-top:20px;
}
.sidebar .widget h3 {
	margin: 0px 0px 20px;
}
.sidebar .widget h3:after {
	content: "";
	display: block;
	width: 0px;
	height: 2px;
	-webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
	position: relative;
	bottom: -5px;
}
.sidebar .widget:hover h3:after {
	width: 100%;
}
.sidebar .widget *:last-child {
	margin-bottom: 0px;
}
.sidebar .widget * + h3 {
	margin-top: 30px!important;
}
.sidebar .widget .widget {
	margin-top: 10px!important;
}
.sidebar ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.sidebar li {
	margin-bottom: 10px;
	line-height: 20px;
}
.sidebar .sub-menu li a:before {
	font-family:'FontAwesome';
	content:"\f105";
	font-weight: bold;
	font-size: 18px;
	margin-right: 5px;
}
.sidebar .widget .sub-menu li {
	list-style-type: none;
	margin: 0px;
}
.sidebar .widget .sub-menu li a {
	position: relative;
	display: block;
	padding: 10px 0px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sidebar .widget .sub-menu li a:hover {
	padding-left: 10px;
}
.sidebar .widget .sub-menu li.current > a:hover {
	padding-left: 0px;
}
.sidebar li a:hover {
	text-decoration: none;
}
.sidebar .widget .sub-menu li:first-child a {
	padding-top: 0px;
}
.sidebar .widget .sub-menu li + li a {
	border-top: 1px dotted #d1d1d1;
}
.sidebar .widget .sub-menu li ul {
	margin: 0px 0 0px 15px !important;
	display: none;
}
.sidebar .widget .sub-menu li.open ul {
	display: block;
}
.sidebar .widget .sub-menu li ul li:first-child a {
	padding-top: 10px;
}
.sidebar .widget .sub-menu li ul li:last-child a {
	padding-bottom: 10px;
}
.sidebar .side-tags a {
	margin-right: 5px;
	padding: 6px 10px 8px;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 6px;
	line-height: normal;
	white-space: nowrap;
	display: inline-block;
}
.sidebar .item img {
	margin-bottom: 10px;
}
/*-- Footer --*/
.footer {
	padding: 40px 0px;
}
.footer #example1 li {
	padding-left: 0px;
	list-style-type: none;
	overflow: hidden;
	margin-bottom: 10px;
}
.footer #example1 li p.timePosted{
	float: left;
	font-weight: bold;
	font-size: 13px;
}
.footer #example1 li p.interact{
	float: right;
	font-size: 13px;
}
.footer #example1 li p.interact span {
	margin-right:6px;
}
.footer #example1 li p.interact span i {
	margin-right:4px;
}
.footer .widget h3 {
	margin: 0px 0px 20px;
}
.footer .widget h3:after {
	content: "";
	display: block;
	width: 0px;
	height: 2px;
	-webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
	position: relative;
	bottom: -5px;
}
.footer .widget:hover h3:after {
	width: 100%;
}
.footer .widget *:last-child {
	margin-bottom: 0px;
}
.footer ul {
	padding: 0px;
}
.footer .about ul {
	list-style-type: none;
	margin: 20px 0 0;
}
.footer .about li {
	list-style-type: none;
	margin: 0px 0px 11px;
}
.footer li i {
	margin-right: 5px;
}
.footer h3 i {
	margin-right: 5px;
}
.footer * + h3 {
	margin-top: 35px!important;
}
.no-spam {
	margin-top: 15px;
}
.social-footer a {
	margin-right: 5px;
	margin-top: 5px;
	display: inline-block;
}
.social-footer a i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
}
.footer .google-map iframe {
	border: 8px solid #3a3a3a!important;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.footer .info {
	margin: -18px 0 0 -18px !important;
	position: absolute;
	top: 50%;
	left: 50%;
}
.footer .thumbnail * {
	background: transparent;
}
.last-comments .dsq-widget-item {
	margin-bottom: 14px;
}
.last-comments a.dsq-widget-user, .last-comments .dsq-widget-item {
	font-size: 16px;
	line-height: 22px;
	display: block;
}
.last-comments .dsq-widget-list {
	margin: 0!important;
	padding: 0!important;
}
.last-comments .dsq-widget-comment {
	display: block;
	font-size: 14px;
	line-height: 20px;
}
.last-comments .dsq-widget-meta {
	font-size: 13px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.footer .ex-links li {
	list-style-type: none;
	margin: 0px;
}
.footer .ex-links li a {
	position: relative;
	display: block;
	padding: 8.5px 8px;
	border-bottom: 1px dotted #d1d1d1;
	line-height: 21px;
}
.footer .ex-links li a:hover {
	text-decoration: none;
}
.footer .ex-links li a:before {
	content: '';
	display: block;
	height: 100%;
	width: 0%;
	background-color: rgba(0,0,0,.5);
	top: 0px;
	position: absolute;
	left: 0px;
	-webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.footer .ex-links li a:hover:before {
	width: 100%;
}
.footer #flickr-gallery .thumbnail {
	margin-bottom: 2px;
}
/*-- Copy --*/
.copy {
	padding: 10px 0px;
	line-height: 40px;
}
img-gst {
	width: 30px;
	padding: 6px;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
img-gst:hover {
	-moz-transform: rotate(360deg) scale(1.1);
     -o-transform: rotate(360deg) scale(1.1);
     -webkit-transform: rotate(60deg) scale(1.1);
     transform: rotate(360deg) scale(1.1);
     
}

#gotoTop {
	position:fixed;
	bottom:80px;
	right:20px;
	display: none;
	width: 50px!important;
	height: 50px!important;
	text-align: center;
	z-index: 99;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	line-height: 1;
	font-size:36px;
	border: 5px solid #e2e2e2;
}
.no-js #gotoTop {
	display: block;
}
.sthoverbuttons-pos-right #sthoverbuttonsMain {
	left: -15px !important;
}
/*-- Responsive --*/
@media (min-width: 962px) {

  .posts .col-md-4:nth-child(3n+4),
  .posts .col-md-4.col-sm-6:nth-child(3n+4),
  .posts .col-md-6:nth-child(2n+3),
  .posts .col-md-6.col-sm-6:nth-child(2n+3){
	clear: both;
  }
}  

@media (min-width: 992px) and (max-width: 1199px) {
  #slider .item .h2 {
	font-size: 22px;
  }
  #slider .item p {
	font-size: 16px;
  }
  .navbar-nav > li > a {
	padding-left: 8px;
	padding-right: 8px;
  }
  .last-news h3 {
	font-size:16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-brand {
	font-size: 22px;
  }
  .affix .navbar-brand {
	font-size: 22px;
  }
  .navbar-brand img {
	height: 45px!important;
	top: -15px;
  }
  .affix .navbar-brand img {
	height: 36px!important;
	top: -23px;
  }
  .navbar-brand span {
	display: inline-block;
	line-height: 40px;
  }
  .navbar-brand span span {
	font-size: 12px;
	line-height: 12px !important;
  }
  .navbar-brand span.logo img {
	height: 70px !important;
	top: -8px;
  }
  .affix .navbar-brand span.logo img {
	top: -10px;
  }
  .navbar-nav > li > a {
	padding-left: 5px;
	padding-right: 5px;
  }
  .navbar-nav li a {
	font-size: 13px;
  }
  .navbar-nav > li > a i {
	display: none;
  }
  .navbar-nav > li > a {
	font-weight: normal;
  }
  .quicksand figcaption h3, .col-sm-8 figcaption h3 {
	font-size: 16px;
  }
  .quicksand figcaption p, .col-sm-8 figcaption p {
	font-size: 13px;
  }
    .icon-desc.clearfix {
	padding-top: 65px !important;
  }
  .col-sm-4 .padd-height-20,.col-md-4 .padd-height-20,.col-md-6 .padd-height-20,.col-md-12 .padd-height-20 {
	padding-top: 10px !important;
  }
  .col-sm-4 .padd-height-20, .col-sm-6 .padd-height-20 {
  	 padding-top: 65px !important;
  }
  .col-sm-6 .icon-desc.clearfix .icon,
  .col-sm-4 .icon-desc.clearfix .icon,
  .col-sm-6 .icon-desc.clearfix .image-icon, 
  .col-sm-4 .icon-desc.clearfix .image-icon, 
  .col-sm-6 .icon-desc.clearfix .svg, 
  .col-sm-4 .icon-desc.clearfix .svg {
	float: none !important;
	position: absolute !important;
	top: 0px !important;
  }
  .col-sm-4  .padd-height-20 .text-service, .col-sm-6  .padd-height-20 .text-service {
  	 margin-top: -45px !important;
  }
  .col-sm-4 .icon-desc.clearfix .desc, .col-sm-6 .icon-desc.clearfix .desc {
	margin-left: 0px !important;
  }
   #slider .item .h2 {
	font-size: 18px;
  }
  #slider .item p {
	font-size: 13px;
  }
  .col-sm-6 .big-image {
  	 margin-top: -45px !important;
  }
}
@media (max-width: 991px) {
  .marg-bott-sm-30 {
	margin-bottom: 30px;
  }  
  #slider .item .h2, #slider .item p, #slider .item .bott {
	width: 40%;
	left: 6%;
  }
  #slider .item .h2 {
	top: 25%;	
  }
  #slider .item p {
	top: 40%;
	font-size: 16px;
  }
  #slider .item .bott {
	top: 68%;
  }
  #slider .item .in-right {
	right: 6%;
  }
  #slider .item .text-center {
	width: 70% !important;
	left: 15%!important;
  }
  .posts .col-md-4.col-sm-6:nth-child(2n+3),
  .posts .col-md-6:nth-child(2n+3),
  .posts .col-md-6.col-sm-6:nth-child(2n+3){
	clear: both;
  }
}
@media (min-width: 768px) {
  .navbar-nav > li > a:after {
	content: " ";
	display: block;
	width: 0px;
	height: 0px;
	position: absolute;
	bottom: 0px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	left: 50%;
	z-index: 999;
	border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
  }
  .navbar-nav > li:hover > a:after {
	width: 100%;
	height: 5px;
	left: 0px;
  }
  .dropdown-menu > .dropdown > a > .fa {
	-moz-transform: rotate(270deg);
     -o-transform: rotate(270deg);
     -webkit-transform: rotate(270deg);
     transform: rotate(270deg) !important;
  }
  .dropdown-menu > .dropdown:hover > a > .fa {
	-moz-transform: rotate(90deg);
     -o-transform: rotate(90deg);
     -webkit-transform: rotate(90deg);
     transform: rotate(90deg) !important;
  }
}
@media (max-width: 767px) {
  body {
	font-size: 13px;
  }
  .image-text.about p {
	font-size: 13px;
	line-height: 22px;
  }
  h2 {
	font-size: 22px !important;
  }
  h2 span {
  	font-size: 14px !important;
  }
  h3 {
  	font-size: 18px !important;
  }
  h4 {
  	font-size: 16px !important;
  }
  .collapse-top .text-left, .collapse-top .text-right {
	text-align: center;
	padding-bottom: 10px;
  }
  .btn {
	font-size: 13px;
	line-height: 22px;
  }
  #slider .item .h2, #slider .item p, #slider .item .bott {
	width: 50%;
	left: 4%;
  }
  #slider .item .h2 {
	top: 20%;
	font-size: 16px;
  }
  #slider .item p {
	top: 35%;
	font-size: 13px;
  }
  #slider .item .bott {
	top: 70%;
  }
  #slider .item .in-right {
	right: 4%;
  }
  #slider .item .text-center {
	width: 80% !important;
	left: 10%!important;
  }
  .page-header {
	margin-bottom: -20px;
  }
  .navbar.affix {
    position: relative !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-bottom: -5px;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
  }
  .navbar {
	height: 70px;
	margin-bottom: 0px;
  }
  .navbar-brand {
	font-size: 24px;
	top: -8px;
	position: relative;
  }
  .navbar-brand span span {
	font-size: 12px;
	top: -5px;
	position: relative;
  }
  .navbar-brand img {
	height: 38px !important;
	top: -16px !important;
  }
  .affix .navbar-brand span span {
	display: block!important;
	visibility: visible;
  }
  .affix .navbar-brand img {
	height: 38px!important;
	top: -16px !important;
  }
  .navbar-brand span.logo img {
	height: 60px !important;
	top: -6px !important;
  }
  .navbar-nav > li > a, .affix .navbar-nav > li > a {
	line-height: inherit;
  }
  .navbar-collapse {
	z-index: 989;
	position: relative;
	top:-1px;
  }
  .navbar-collapse ul {
	margin-top: 0px !important;
	padding-top: 0px !important;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
  }
  .navbar-collapse > ul {
	border-bottom-style: solid !important;
	border-bottom-width: 1px !important;
  }
  .navbar-collapse ul li {
    margin-left: -25px;
	padding-left: 25px;
  }
  .dropdown-menu {
	padding: 0px 0;
  } 
  .dropdown-menu a:before {
	content: "\f111";
	font-family: 'FontAwesome';
	font-size: 6px;
	margin-right: 10px;
	position: relative;
	display: inline-block;
	top: -2px;
  } 
  .dropdown-menu .dropdown-menu a:before {
    content: "\f10c";
  }
  .navbar-nav li a {
	padding-bottom: 10px !important;
	padding-top: 10px !important;
	display: block;
	position: relative;
  }
  .navbar-nav li li a {
	padding-bottom: 8px !important;
	padding-top: 8px !important;
  }
  .navbar-nav li + li {
	border-top: 1px solid #e4e4e4;
  }
  .navbar-nav > li > a > .fa {
	position: absolute;
	right: 18px;
	margin-top:3px;
  }
  .navbar-nav li li a .fa {
	right: 18px!important;
  }
  .navbar-nav > .open > a > .fa {
	-moz-transform: rotate(180deg);
     -o-transform: rotate(180deg);
     -webkit-transform: rotate(180deg);
     transform: rotate(180deg);
  }
  .dropdown-menu .open .fa {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .dropdown-menu .open li .fa {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .dropdown-menu .open li.open .fa {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(80deg);
    transform: rotate(180deg);
  }
  .collapse {
	max-height: none !important;
  }	
  .navbar-collapse {
  	margin-top: 20px !important;
  }
  .navbar-collapse.in {
    overflow-y: hidden;
    margin-top: 20px;
  }
  .navbar-toggle {
	top: 10px;
  }
  .navbar-toggle * {
	border: 1px solid #d8d8d8;
  }
  .nav-search-open {
	right: 80px;
	position: absolute;
	top: 18px;
	font-size: 20px;
  }
  .nav-search-content {
  	height: 75px;
  }
  .nav-search-content input {
  	height: 65px;
  	line-height: 65px;
    font-size: 22px;
  }
  .nav-search-close {
	right:80px;
	top:10px;
	font-size:30px;
  }
  .marg-bott-xs-30 {
	margin-bottom: 30px;
  }
  .icon-desc h3 {
	font-size:22px !important;
  }
  .text-right, .text-left {
  	text-align: center !important;
  }
  .nav-tabs {
	text-align: center;
  }
  .nav-tabs li {
	float: none;
	display: inline-block;
  }
  .panel.price:hover {
	margin-top:0px;
  }
  .panel.price:hover img.badges {
	margin-top:0px;
  }
  .footer [class*="col-"] + [class*="col-"] {
	margin-top: 30px;
  }
  .footer .widget [class*="col-"] + [class*="col-"] {
	margin-top: 0px;
  }
  .bg-image {
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
  }
  .bg-right {
	width:100%;
	height:300px;
	position: relative;
	top:0;
	left:0;
  }
  .bg-left {
	width:100%;
	height:300px;
	position:relative;
	top:0;
	right:0;
  }
  [class*="video-bg"]:hover .text-center h2:after {
	width: 320px !important;
	max-width: none;
  }
  #review .form-horizontal [class*="col-"] {
	float: none !important;
  }
  #review .form-horizontal label {
	margin-bottom:5px !important;
	text-align: left !important;
  }
} 
@media (max-width: 599px) {
  #slider .item .h2 {
	top: 30%;
	font-size: 16px;
  }
  #slider .item .bott {
	top: 55%;
  }
  #slider .item p {
	display: none;
  }
  .navbar-brand {
	font-size: 22px;
  }
  .navbar-brand img {
	display: inline;
	height: 40px!important;
	position: relative;
	top: -15px;
  }
  .navbar-brand span.logo img {
	height: 60px !important;
	top: -4px !important;
	display: inline-block;
  }
  .navbar-brand span {
	display: inline-block;
	line-height: 40px;
  }
}
@media (max-width: 479px) {
  .marg-bott-xxs-30 {
	margin-bottom: 30px;
  }
  .post p img, .post p img.float-right {
	float: none !important;
	width: auto !important;
	margin: 0px 0 20px 0px !important;
  }
  #slider .item .h2, #slider .item .bott {
	width: 80%;
	left: 10%;
	text-align: center;
  }
  #slider .item .photo {
	display: none;
  }
  #slider .item .h2 {
	top: 30%;
	font-size: 16px;
  }
  #slider .item .bott {
	top: 55%;
  }
  #slider .btn {
	font-size: 12px;
	padding: 2px 6px;
}
  [class*="col-"] {
	float: none;
	width: 100%;
  }
  .navbar-brand {
	font-size: 20px;
  }
  .navbar-brand img {
	display: none;
  }
  .navbar-brand span.logo img {
	display: inline-block;
	height:50px !important;
	top:2px!important;
  }
  .navbar-brand span {
	line-height: 40px;
  }
  #gotoTop {
	bottom:5px;
	right:5px;
	width: 30px!important;
	height: 30px!important;
	line-height: 1;
	font-size:20px;
  }
  [class*="video-bg"]:hover .text-center h2:after {
	width: 240px !important;
	max-width: none;
  }
}
@media (max-width: 319px) {
  .navbar-brand img {
	display: block;
	margin-top:20px;
  }
  .navbar-brand span {
	display: none;
  }
  .navbar-brand span.logo img {
	display: inline-block;
	margin-top:0px;
	height:40px !important;
	top:4px !important;
  }
  .navbar-brand span.logo {
	display: inline-block;
  }
  .icon-desc.clearfix {
	padding-top: 65px !important;
  }
  .col-sm-4 .padd-height-20,.col-md-4 .padd-height-20,.col-md-6 .padd-height-20,.col-md-12 .padd-height-20 {
	padding-top: 10px !important;
  }
  .col-sm-4 .padd-height-20, .col-sm-6 .padd-height-20 {
  	 padding-top: 65px !important;
  }
  .col-sm-6 .icon-desc.clearfix .icon,
  .col-sm-4 .icon-desc.clearfix .icon,
  .col-sm-6 .icon-desc.clearfix .image-icon, 
  .col-sm-4 .icon-desc.clearfix .image-icon, 
  .col-sm-6 .icon-desc.clearfix .svg, 
  .col-sm-4 .icon-desc.clearfix .svg {
	float: none !important;
	position: absolute !important;
	top: 0px !important;
  }
  .col-sm-4  .padd-height-20 .text-service, .col-sm-6  .padd-height-20 .text-service {
  	 margin-top: -45px !important;
  }
  .col-sm-4 .icon-desc.clearfix .desc, .col-sm-6 .icon-desc.clearfix .desc {
	margin-left: 0px !important;
  }
  .text-service {
  	 margin-top: -45px;
  }
  .big-image {
  	 margin-top: -45px !important;
  }
  .icon-desc.clearfix .desc {
	margin-left: 0px;
  }
  [class*="video-bg"]:hover .text-center h2:after {
	width: 170px !important;
  }
  .btn {
	white-space: normal ;
  }
}
.donate {
	margin-left:15px;
}
.navbar-nav > li.donate > a.btn {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	width:auto !important;
	display:inline-block;
	background: #ffd200 !important;
}
.navbar-nav > li.donate:hover > a,.navbar-nav > li.donate > a:hover,.navbar-nav > li.donate > a:active,.navbar-nav > li.donate > a:focus {
	background-color: #f2c900 !important;
	color: #ffffff;
}
.navbar-nav > li.donate {
	padding: 25px 0 !important;
	margin-left:15px;
}
.affix .navbar-nav > li.donate {
	padding: 15px 0 !important;
}
.navbar-nav > li.donate > a {
	line-height: 20px !important;
}
.navbar-nav > li.donate > a:after {
	background: transparent !important;
}
@media (max-width: 767px) {
	.navbar-nav > li.donate {
		padding: 10px 0 !important;
		padding-left:20px;
	}
}
