/* Theme Name:Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License:Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description:Main CSS file of the template */

/* Typography
----------------------------------------------------------------------------- */
body {
    /*font-family: Volkhov, "Times New Roman", sans-serif;*/
    font-family: Segoe UI, "Times New Roman", sans-serif;
   -webkit-font-smoothing: antialiased;
    /*background: url("/img/3.jpg");
    background-size: cover;
    background-repeat: no-repeat;*/
}
.site-name {
	/*font-family: 'Raleway', sans-serif;*/
}
html,
body {
	/*height: 100%;*/
}
body {
	font-size: 15px;
	line-height: 1.50;
	color: #fff;
	position: relative;
	/*background-color:#1c1c1c;rgba(64, 64, 64, 0.95);*/
	/*background-color:rgba(40, 40, 40, 1);*/
	background-color:#1c1c1c;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #FFF;
}
h1 {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 20px;
}
h2 {
	font-size: 28px;
	margin-bottom: 15px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
	font-weight: 700;
}
h5 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
h6 {
	font-weight: 700;
}
h1 span,
h2 span,
h3 span,
h4 span {
	color: #339BEB;
}
.text-colored {
	color: #55acee;
}
a {
	color: #555555;
}
a:hover {
	color: #339BEB;
}
a:focus,
a:active {
	outline: none;
}
.large {
	font-size: 18px;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
.list-unstyled li {
	padding: 5px 0 0 1.6em;
	text-indent: -1.3em;
}
.list-horizontal {
	padding: 15px 0;
}
.list-horizontal-item img {
	display: block;
	margin: 0 auto;
}
.list-icons {
	padding: 0;
	margin: 20px 0;
	list-style: none;
	font-size: 18px;
}
.list-icons li {
	padding: 0 0 15px 0;
}
blockquote {
	border-left: none;
	padding-left: 0;
	padding-right: 0;
}
.title {
	/*margin-top: 0;*/
}

/* Layout
----------------------------------------------------------------------------- */
.header {
	color: #ffffff;
	/*background-color: rgba(0, 0, 0, 0.10);*/
	/*background-color: rgba(64, 64, 64, 0.95);*/
	/*padding: 10px 0;*/
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.banner {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
	color: #fff;
}
.banner-image {
	vertical-align: middle;
	min-height: 100%;
	width: 100%;
}
.banner:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.55);
	content: "";
}
.banner-caption {
	position: absolute;
	top: 40%;
	width: 100%;
	z-index: 2;
}
.subfooter {
	background-color: #8B8386;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	padding: 40px 0;
}
.section {
	/*background-color: #ffffff;*/
	background-color:transparent;
	margin-top:80px;
	/*padding: 80px 0;*/
}
.sectionheight{
	height:800px !important;
}
/* Backgrounds
----------------------------------------------------------------------------- */
.default-bg-gray {
	background-image:url('/img/3.jpg');
	/*background-color: rgba(64, 64, 64, 0.95);*/
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}
.default-bg {
	/*background-color: #222222;*/
	background-color: rgba(64, 64, 64, 0.95);
	/*color: #ffffff;*/
}
.default-bg.blue {
	background-color: #55acee;
}
.translucent-bg {
	color: #ffffff;
}
.default-bg h1,
.default-bg h2,
.default-bg h3,
.default-bg h4,
.default-bg h5,
.default-bg h6,
.translucent-bg h1,
.translucent-bg h2,
.translucent-bg h3,
.translucent-bg h4,
.translucent-bg h5,
.translucent-bg h6 {
	color: #ffffff;
}
.default-bg blockquote footer,
.translucent-bg blockquote footer {
	color: #cccccc;
}
.default-bg a,
.translucent-bg a {
	color: #ffffff;
	text-decoration: underline;
}
.default-bg a:hover,
.translucent-bg a:hover {
	text-decoration: none;
}
.translucent-bg {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: 50% 0;
	background-repeat: no-repeat;
	z-index: 1;
	position: relative;
}
.translucent-bg .translucent-bg {
	margin-top: 80px;
	z-index: 3;
}
.translucent-bg:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}
.translucent-bg.blue:after {
	background-color: rgba(85, 172, 238, 0.7);
}
.translucent-bg .container {
	z-index: 3;
	position: relative;
}
.bg-image-1 {
	background: url("../img/3.jpg") 50% 0px no-repeat;
	z-index: 99999;
}
.bg-image-2 {
	background: url("../img/1.jpg") 50% 0px no-repeat;
}

/* Misc
----------------------------------------------------------------------------- */
.object-non-visible {
	opacity: 0;
	filter: alpha(opacity=0);
}
.object-visible,
.touch .object-non-visible {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

/* Targeting only Firefox for smoothest animations */
@-moz-document url-prefix() {
	.object-visible,
	.touch .object-non-visible {
		-webkit-transition: opacity 0.6s ease-in-out;
		-moz-transition: opacity 0.6s ease-in-out;
		-o-transition: opacity 0.6s ease-in-out;
		-ms-transition: opacity 0.6s ease-in-out;
		transition: opacity 0.6s ease-in-out;
	}
}
.space {
	padding: 20px 0;
}
.pr-10 {
	padding-right: 10px;
}
.pl-10 {
	padding-left: 10px;
}
.pb-clear {
	padding-bottom: 0;
}
.spacer { margin:0; padding:0; height:800px; }

/* Sections
----------------------------------------------------------------------------- */
.banner-caption h1,
.banner-caption h2,
.banner-caption h3,
.banner-caption h4,
.banner-caption h5,
.banner-caption h6 {
	color: #ffffff;
}
.banner-caption h1 {
	font-size: 60px;
}
.subfooter p {
	margin-bottom: 0;
}

/* Template Components
----------------------------------------------------------------------------- */
/* Buttons
---------------------------------- 
.btn {
	padding: 8px 15px;
	font-size: 14px;
	line-height: 1.42857143;
	min-width: 160px;
	text-align: center;
	border-radius: 0;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn-default {
	color: #55acee;
	border: 1px solid #cccccc;
}
.btn-default:hover {
	color: #ffffff;
	background-color: #339BEB;
	border-color: #339BEB;
}

/* Collapse 
---------------------------------- */
.panel-group .panel {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
}
.panel-default > .panel-heading {
	padding: 0;
	outline: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	width: 100%;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: 1px solid #f0f0f0;
	border-top: none;
	background-color: #fafafa
}
.panel-heading a {
	font-weight: 400;
	padding: 12px 35px 12px 15px;
	display: inline-block;
	width: 100%;
	background-color: #55acee;
	color: #ffffff;
	position: relative;
	text-decoration: none;
}
.panel-heading a.collapsed {
	color: #ffffff;
	background-color: #333333;
}
.panel-heading a:after {
	font-family: "FontAwesome";
	content: "\f147";
	position: absolute;
	right: 15px;
	font-size: 14px;
	font-weight: 300;
	top: 50%;
	line-height: 1;
	margin-top: -7px;
}
.panel-heading a.collapsed:after {
	content: "\f196";
}
.panel-heading a:hover {
	text-decoration: none;
	background-color: #55acee;
	color: #ffffff;
}
.panel-title a i {
	padding-right: 10px;
	font-size: 20px;
}

/* Pills
---------------------------------- */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover {
	background-color: #55acee;
	border-color: #55acee;
	color: #ffffff;
}
.nav-pills > li > a {
	border-radius: 0;
	padding: 8px 20px;
	border: 1px solid #cacaca;
	color: #666666;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
}

/* Forms
---------------------------------- */
.form-control {
	height: 45px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.form-control-feedback {
	color: #cccccc;
}
.has-feedback label.sr-only ~ .form-control-feedback {
	top: 15px;
}
textarea {
	resize: vertical;
}

/* Modals
---------------------------------- */
.modal-content {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.modal-header {
	background-color: #55acee;
	color: #ffffff;
}
.modal-header h4 {
	color: #ffffff;
}
.modal-header .close {
	font-weight: 300;
	color: #FFFFFF;
	text-shadow: none;
	filter: alpha(opacity=100);
	opacity: 1;
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
	.modal-lg {
		width: 1140px;
	}
}

/* Media
---------------------------------- */
.media .fa {
	font-size: 24px;
	width: 40px;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	text-align: center;
}

/* Navigations
----------------------------------------------------------------------------- */
.header .navbar {
	margin-bottom: 0;
}
.main-navigation .navbar-default {
    /*background-color:rgba(40, 40, 40, 1);*/
	background-color: #1c1c1c;
	border: none;
}
.main-navigation .navbar-default .navbar-nav > li > a {
	color: #fff;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 300;
}
.main-navigation .navbar-default .navbar-nav > li.active > a {
	background-color: transparent;
	color: #FFF;
}
.main-navigation .navbar-default .navbar-nav > li > a:hover,
.main-navigation .navbar-default .navbar-nav > li.active > a:hover {
	background-color:#FFF;
	color: #8B8386;
}
@media (min-width:768px) {
	.main-navigation .navbar-default .navbar-nav > li > a {
		padding-top: 30px;
		padding-bottom: 30px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.main-navigation .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
	.navbar-nav {
		float: left !important;
	}
}
@media (max-width:767px) {
	.header.navbar-fixed-top {
		position: fixed;
		top:0;
		background-color:#1c1c1c;
	}
 .dropdown .dropdown-menu {
    -webkit-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
    -moz-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
    -ms-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
    -o-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
    transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
  }
}

/* Fixed Header
----------------------------------------------------------------------------- */
.fixed-header-on .header {
	/*background-color: rgba(0, 0, 0, 0.95);*/
	/*padding: 5px 0;*/
}
.fixed-header-on .site-name {
	font-size: 24px;
}
.fixed-header-on .logo {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	margin-top: 0;
	margin-bottom: 0;
}
@media (min-width:768px) {
	.fixed-header-on .navbar-default .navbar-nav > li > a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media (max-width:991px) {
	.fixed-header-on .logo,
	.fixed-header-on .site-name,
	.fixed-header-on .site-slogan {
		display: none;
	}
}

/* Blocks/Widgets
----------------------------------------------------------------------------- */
/* Logo, Site Name, Site Slogan
---------------------------------- */

.logo{
	float: left;
}
.site-name-and-slogan {
		float: left;
}
@media (max-width:767px) {
	.site-name-and-slogan {
		margin-top:-85px;
	}
	.specialbox{
		margin-top: 60px;
	}
	
.logo {
	margin: 5px 5px 5px -12px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	height: auto;
	}
}

@media (min-width:768px) {
	.site-name-and-slogan {
		margin-top:-45px;
	}
	
.logo {
	margin: 5px 5px 5px -50px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	height: auto;
	/*width: 150px;*/
	}
}
.site-name {
	font-size: 36px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.site-name a {
	color: #ffffff;
}
.site-name a:hover {
	text-decoration: none;
}
.site-slogan {
	font-size: 12px;
}

/* Testimonials
---------------------------------- */
.testimonial .media-left {
	width: 100%;
	font-size:14px;
}

/* Social Links
---------------------------------- */
.social-links {
	padding: 0;
	list-style: none;
	margin: 15px 0;
}
.social-links li {
	margin: 10px 25px 10px 0;
	display: inline-block;
	font-size: 24px;
}
.social-links li a {
	color: #FFF;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.social-links li.twitter a:hover {
	color: #55acee;
}
.social-links li.skype a:hover {
	color: #00aff0;
}
.social-links li.linkedin a:hover {
	color: #0976b4;
}
.social-links li.googleplus a:hover {
	color: #dd4b39;
}
.social-links li.youtube a:hover {
	color: #b31217;
}
.social-links li.flickr a:hover {
	color: #ff0084;
}
.social-links li.facebook a:hover {
	color: #3b5998;
}
.social-links li.pinterest a:hover {
	color: #cb2027;
}

/* Isotope Items
---------------------------------- */
.filters {
	margin: 0 0 30px 0;
}
.filters .nav-pills > li {
	margin-right: 2px;
	margin-bottom: 2px;
}
.filters .nav-pills > li + li {
	margin-left: 0px;
}
.text-center.filters .nav-pills > li {
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
	display: inline-block;
	float: none;
}
.isotope-container {
	overflow: hidden;
}
.isotope-item {
	margin-bottom: 20px;
}
.isotope-item .btn-default {
	color: #999999;
}
.isotope-item .btn-default:hover {
	color: #ffffff;
}
@media (max-width:480px) {
	.filters .nav-pills > li {
		width: 100%;
		display: block;
	}
}

/* Images Overlay
----------------------------------------------------------------------------- */
.overlay-container {
	position: relative;
	display: block;
	overflow: hidden;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: -1px;
	left: 0;
	right: -1px;
	background-color: rgba(85, 172, 238, 0.9);
	cursor: pointer;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
.overlay:hover {
	text-decoration: none;
}
.overlay span {
	position: absolute;
	display: block;
	bottom: 10px;
	text-align: center;
	width: 100%;
	color: #ffffff;
	font-size: 13px;
	font-weight: 300;
}
.overlay i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 18px;
	line-height: 1x;
	color: #ffffff;
	margin-top: -8px;
	margin-left: -8px;
	text-align: center;
}
.overlay-container:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1);
}

/*
 * Component: Box
 * --------------
 */
.box {
  position: relative;
  border-radius: 3px;
  /*background: #ffffff;*/
  /*border-top: 3px solid #d2d6de;*/
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.specialbox {
  position: relative;
  /*border-radius: 3px;*/
  /*background-color:#1c1c1c;rgba(64, 64, 64, 0.95);*/
  /*background-color:rgba(40, 40, 40, 1);*/
  background-color:#1c1c1c;
  color:#fff;
  /*background: #ffffff;*/
  /*width: 100%;*/
}
.box.box-primary {
  border-top-color: #3c8dbc;
}
.box.box-info {
  border-top-color: #00c0ef;
}
.box.box-danger {
  border-top-color: #dd4b39;
}
.box.box-warning {
  border-top-color: #f39c12;
}
.box.box-success {
  border-top-color: #00a65a;
}
.box.box-default {
  border-top-color: #d2d6de;
}
.box.box-gray{
 background-color:#ffffff;
}
.box.box-black{
 /*background-color:rgba(40, 40, 40, 1);*/
 background-color:#1c1c1c;
 color:#fff;
}
.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display: none;
}
.box .nav-stacked > li {
  border-bottom: 1px solid #f4f4f4;
  margin: 0;
}
.box .nav-stacked > li:last-of-type {
  border-bottom: none;
}
.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}
.box .border-right {
  border-right: 1px solid #f4f4f4;
}
.box .border-left {
  border-left: 1px solid #f4f4f4;
}
.box.box-solid {
  border-top: 0;
}
.box.box-solid > .box-header .btn.btn-default {
  background: transparent;
}
.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.box.box-solid.box-default {
  border: 1px solid #d2d6de;
}
.box.box-solid.box-default > .box-header {
  color: #444444;
  background: #d2d6de;
  background-color: #d2d6de;
}
.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
  color: #444444;
}
.box.box-solid.box-primary {
  border: 1px solid #3c8dbc;
}
.box.box-solid.box-primary > .box-header {
  color: #ffffff;
  background: #3c8dbc;
  background-color: #3c8dbc;
}
.box.box-solid.box-primary > .box-header a,
.box.box-solid.box-primary > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-info {
  border: 1px solid #00c0ef;
}
.box.box-solid.box-info > .box-header {
  color: #ffffff;
  background: #00c0ef;
  background-color: #00c0ef;
}
.box.box-solid.box-info > .box-header a,
.box.box-solid.box-info > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-danger {
  border: 1px solid #dd4b39;
}
.box.box-solid.box-danger > .box-header {
  color: #ffffff;
  background: #dd4b39;
  background-color: #dd4b39;
}
.box.box-solid.box-danger > .box-header a,
.box.box-solid.box-danger > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-warning {
  border: 1px solid #f39c12;
}
.box.box-solid.box-warning > .box-header {
  color: #ffffff;
  background: #f39c12;
  background-color: #f39c12;
}
.box.box-solid.box-warning > .box-header a,
.box.box-solid.box-warning > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-success {
  border: 1px solid #00a65a;
}
.box.box-solid.box-success > .box-header {
  color: #ffffff;
  background: #00a65a;
  background-color: #00a65a;
}
.box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn {
  color: #ffffff;
}
.box.box-solid > .box-header > .box-tools .btn {
  border: 0;
  box-shadow: none;
}
.box.box-solid[class*='bg'] > .box-header {
  color: #fff;
}
.box .box-group > .box {
  margin-bottom: 5px;
}
.box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em;
}
.box > .overlay,
.overlay-wrapper > .overlay,
.box > .loading-img,
.overlay-wrapper > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box .overlay,
.overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}
.box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}
.box .overlay.dark,
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}
.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table;
}
.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both;
}
.box-header {
  /*color: #444;*/
  display: block;
  padding: 10px 10px 0 10px;
  position: relative;
}
.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}
.collapsed-box .box-header.with-border {
  border-bottom: none;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
  margin-right: 5px;
}
.box-header > .box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}
.box-header > .box-tools [data-toggle="tooltip"] {
  position: relative;
}
.box-header > .box-tools.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}
.box-header > .box-tools .dropdown-menu > li > a {
  color: #444!important;
}
.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3;
}
.open .btn-box-tool,
.btn-box-tool:hover {
  color: #606c84;
}
.btn-box-tool.btn:active {
  box-shadow: none;
}
.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 0 10px 10px 10px;
}
.no-header .box-body {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.box-body > .table {
  margin-bottom: 0;
}
.box-body .fc {
  margin-top: 5px;
}
.box-body .full-width-chart {
  margin: -19px;
}
.box-body.no-padding .full-width-chart {
  margin: -9px;
}
.box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}
.box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}
.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #ffffff;
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
 

.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #000;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#fd680e;
 }

 
 /*
.dropdown-menu > li > a, .dropdown-menu > .active > a {
  text-decoration: none;
  background-color:#000;
  color:#fff;
  font-size:14px;
	border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
    padding: 15px;
    letter-spacing: 2px;
	
   /* color: #999;  */
  
  
}  
 
.colorlink a{
	color:#fff !important;
}
.colorlink a:hover{
	color:#f00 !important;
	font-weight:bold;
}

@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
	top:60px;
  }
  #navbar {
    text-align: center;
  }
  
.dropdown-menu > li > a {
  border-bottom: #fff;/*1px solid rgba(0, 0, 0, 0.15) !important;*/
  padding: 11px 15px;
  letter-spacing: 2px;
  color: #999;
  font-size:14px;
  font-weight:bold;
}
/*
	 .dropdown-submenu > a:after {
	  border-color: transparent transparent transparent #000;
	  border-style: solid;
	  border-width: 5px 0 5px 5px;
	  content: " ";
	  display: block;
	  float: right;  
	  height: 0;     
	  margin-right: -10px;
	  margin-top: 5px;
	  width: 0;
	} 
*/
	.specialbox{
		margin: 80px 0 0 -5px;
		width:450px;
		height:300px;
	}
	.paddingtop120{
		padding-top:120px;
	}
	.paddingtop60{
		padding-top:60px;
	}
	.paddingtop80{
		padding-top:80px;
	}
	.padding30{
		padding:30px 0 30px 0;
	}
	.padding40{
		padding:40px 40px 0 0;
	}
	.padding50{
		padding:50px 0 50px 0;
	}
	.padding60{
		padding:60px 30px 0 0;
	}
	.padding80{
		padding:80px 30px 0 0;
	}
	.padding120{
		padding:120px 0 120px 0;
	}
	.round {
	  position:absolute;
	  width:800px;
	  height:800px;
	  top: 40%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  background-image:url('/img/3.jpg');
	  background-repeat:no-repeat;
	  background-size:cover;
	  /*background-position:center;*/
	  opacity: 0.7;
	  filter: alpha(opacity=40); /* For IE8 and earlier */
		display:block;
		border-radius: 50%;
		/*overflow: hidden;*/
		padding-bottom:30px;
	}
	
	/* Vertical margin, padding */
	.pt10{
		padding-top:-60px !important;
	}
	
	.p-0 {
	  padding: 0 !important;
	}

	.pt-0 {
	  padding-top: 0 !important;
	}

	.pt-10 {
	  padding-top: 10px !important;
	}

	.pt-20 {
	  padding-top: 20px !important;
	}

	.pt-30 {
	  padding-top: 30px !important;
	}

	.pt-40 {
	  padding-top: 40px !important;
	}

	.pt-50 {
	  padding-top: 50px !important;
	}
	.pt-60 {
	  padding-top: 60px !important;
	}
	.pt-70 {
	  padding-top: 70px !important;
	}
	.pt-80 {
	  padding-top: 80px !important;
	}
	.pt-120 {
	  padding-top: 120px !important;
	}

	.pt-140 {
	  padding-top: 140px !important;
	}

	.pb-0 {
	  padding-bottom: 0 !important;
	}

	.pb-10 {
	  padding-bottom: 10px !important;
	}

	.pb-20 {
	  padding-bottom: 20px !important;
	}

	.pb-30 {
	  padding-bottom: 30px !important;
	}

	.pb-40 {
	  padding-bottom: 40px !important;
	}

	.pb-50 {
	  padding-bottom: 50px !important;
	}

	.pb-140 {
	  padding-bottom: 140px !important;
	}

	.m-0 {
	  margin: 0 !important;
	}

	.mt-0 {
	  margin-top: 0 !important;
	}

	.mt-10 {
	  margin-top: 10px !important;
	}

	.mt-20 {
	  margin-top: 20px !important;
	}

	.mt-30 {
	  margin-top: 30px !important;
	}

	.mt-40 {
	  margin-top: 40px !important;
	}

	.mt-50 {
	  margin-top: 50px !important;
	}

	.mt-60 {
	  margin-top: 60px !important;
	}

	.mt-70 {
	  margin-top: 70px !important;
	}

	.mt-80 {
	  margin-top: 80px !important;
	}
	.mt-90 {
	  margin-top: 90px !important;
	}
	.mt-100 {
	  margin-top: 100px !important;
	}
	.mt-110 {
	  margin-top: 110px !important;
	}
	.mt-120 {
	  margin-top: 120px !important;
	}
	.mt-130 {
	  margin-top: 130px !important;
	}
	.mt-140 {
	  margin-top: 140px !important;
	}
	.mt-150 {
	  margin-top: 150px !important;
	}
	.mt-160 {
	  margin-top: 160px !important;
	}
	.mt-170 {
	  margin-top: 170px !important;
	}
	.mt-180 {
	  margin-top: 180px !important;
	}
	.mt-190 {
	  margin-top: 190px !important;
	}
	.mt-200 {
	  margin-top: 200px !important;
	}

	
	.ml-5 {
		left:5px !important;
	}
	.ml-10 {
		left:10px !important;
	}
	.ml-15 {
		left:15px !important;
	}
	
	.mr-5 {
		right:5px !important;
	}

	.mr-10 {
		right:10px !important;
	}

	.mr-15 {
		right:15px !important;
	}

	
	.mb-0 {
	  margin-bottom: 0 !important;
	}

	.mb-10 {
	  margin-bottom: 10px !important;
	}

	.mb-20 {
	  margin-bottom: 20px !important;
	}

	.mb-30 {
	  margin-bottom: 30px !important;
	}

	.mb-40 {
	  margin-bottom: 40px !important;
	}

	.mb-50 {
	  margin-bottom: 50px !important;
	}

	.mb-60 {
	  margin-bottom: 60px !important;
	}

	.mb-70 {
	  margin-bottom: 70px !important;
	}

	.mb-80 {
	  margin-bottom: 80px !important;
	}
	
	.ml-20{
		margin-left:-20px !important;
	}
	.mr-20{
		margin-right:-20px !important;
	}
	.pl-20{
		padding-left:20px !important;
	}
	.pl-30{
		padding-left:30px !important;
	}
	.pl-40{
		padding-left:40px !important;
	}
	.pl-50{
		padding-left:50px !important;
	}
	.pl-60{
		padding-left:60px !important;
	}
	.pl-70{
		padding-left:70px !important;
	}
	.pl-80{
		padding-left:80px !important;
	}
	.pl-90{
		padding-left:90px !important;
	}
	.pl-100{
		padding-left:100px !important;
	}
	.pl-110{
		padding-left:110px !important;
	}
	.pl-120{
		padding-left:120px !important;
	}
	.pl-130{
		padding-left:140px !important;
	}
	.pl-140{
		padding-left:140px !important;
	}
	.pl-150{
		padding-left:150px !important;
	}
	.pl-160{
		padding-left:160px !important;
	}
	.pl-170{
		padding-left:170px !important;
	}
	.pl-180{
		padding-left:180px !important;
	}
	.pl-190{
		padding-left:190px !important;
	}
	.pl-200{
		padding-left:200px !important;
	}
	.pl-210{
		padding-left:210px !important;
	}
	.pl-220{
		padding-left:220px !important;
	}
	.pr-20{
		padding-right:20px !important;
	}
	.pr-30{
		padding-right:30px !important;
	}
	.pr-40{
		padding-right:40px !important;
	}
	.pr-50{
		padding-right:50px !important;
	}
	.pr-60{
		padding-right:60px !important;
	}
	.pr-70{
		padding-right:70px !important;
	}
	.pr-80{
		padding-right:80px !important;
	}
	.pr-90{
		padding-right:90px !important;
	}
	.pr-100{
		padding-right:100px !important;
	}
	.pr-110{
		padding-right:110px !important;
	}
	.pr-120{
		padding-right:120px !important;
	}
	.pr-130{
		padding-right:140px !important;
	}
	.pr-140{
		padding-right:140px !important;
	}
	.pr-150{
		padding-right:150px !important;
	}
	.pr-160{
		padding-right:160px !important;
	}
	.pr-170{
		padding-right:170px !important;
	}
	.pr-180{
		padding-right:180px !important;
	}
	.pr-190{
		padding-right:190px !important;
	}
	.pr-200{
		padding-right:200px !important;
	}
	.pr-210{
		padding-right:210px !important;
	}
	.pr-220{
		padding-right:220px !important;
	}
	.lh{
		line-height:3.5 !important;
	}
}

@media (max-width:767px) {


	.round-responsive {
	  position:relative;
	  width:325px;
	  height:325px;
	  top: 5%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  background-image:url('/img/3.jpg');
	  background-repeat:no-repeat;
	  background-size:cover;
	  background-position:center;
	  opacity: 0.7;
	  filter: alpha(opacity=40); 
		display:block;
		border-radius: 50%;
		margin:40% 0 -50% 0;
	}

}
.panel-grey {
  border-color: #8B8386;
}
.panel-grey > .panel-heading {
  color: #000;
  background-color: #8B8386;
  border-color: #8B8386;
  font-weight:bold;
  /*text-shadow: 0 1px 0 #fff;*/
}

.panel-grey > .panel-heading a{
font-weight: 400;
    padding: 12px 35px 12px 15px;
    display: inline-block;
    width: 100%;
    /*background-color: #55acee;*/
    color: #000;
    position: relative;
    text-decoration: none;
}

.panel-grey > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #8B8386;
  background-color:#8B8386;
  color:#ffffff;
}
.panel-grey > .panel-heading .badge {
  color: #ADADAD;
  background-color: #000;
}
.panel-grey > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #8B8386;
}
.panel-grey > .panel-heading a {
  background-color: #555555;
}
.panel-grey > .panel-heading a:after {
	font-family: "FontAwesome";
	content: "\f147";
	position: absolute;
	right: 15px;
	font-size: 14px;
	font-weight: 300;
	top: 50%;
	line-height: 1;
	margin-top: -7px;
}
.panel-grey > .panel-heading a.collapsed:after {
	content: "\f196";
}
.panel-grey > .panel-heading a:hover {
	text-decoration: none;
	color: #ffffff;
    text-shadow: 0 1px 0 #000;
	/*color: #ffffff;*/
}
.grid-item-height2 { height: 202.5px; }
.grid-item-height5 { height: 405px; }
.grid-item-height7 { height: 607.5px; }
.grid-item-height8 { height: 1200px; }
.tile {border:2.5px solid white; }
.blue-background {background-color:blue;}
.orange-background {background-color:orange;}
.gray-background{background-color:#1c1c1c;}
.btn-right{text-align:right !important;}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

#fountainTextG{
  position:fixed;
	top:50%;
	left:40%;
	z-index:10000000;
	filter: alpha(opacity=40); /* For IE8 and earlier */
}
/* Mobile */
@media only screen and (max-width: 767px) {
	.fountainTextG{
		font-size:30px;
	}
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 979px) {
	.fountainTextG{
		font-size:35px;
	}
}

/* Computer */
@media only screen and (min-width: 980px) {
	.fountainTextG{
		font-size:65px;
	}
}
.fountainTextG{
	color:#F00;
	font-family:Arial;
	text-decoration:none;
	font-weight:bold;
	font-style:normal;
	float:left;
	animation-name:bounce_fountainTextG;
		-o-animation-name:bounce_fountainTextG;
		-ms-animation-name:bounce_fountainTextG;
		-webkit-animation-name:bounce_fountainTextG;
		-moz-animation-name:bounce_fountainTextG;
	animation-duration:1.82s;
		-o-animation-duration:1.82s;
		-ms-animation-duration:1.82s;
		-webkit-animation-duration:1.82s;
		-moz-animation-duration:1.82s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	transform:scale(.5);
		-o-transform:scale(.5);
		-ms-transform:scale(.5);
		-webkit-transform:scale(.5);
		-moz-transform:scale(.5);
}#fountainTextG_1{
	animation-delay:0.65s;
		-o-animation-delay:0.65s;
		-ms-animation-delay:0.65s;
		-webkit-animation-delay:0.65s;
		-moz-animation-delay:0.65s;
}
#fountainTextG_2{
	animation-delay:0.78s;
		-o-animation-delay:0.78s;
		-ms-animation-delay:0.78s;
		-webkit-animation-delay:0.78s;
		-moz-animation-delay:0.78s;
}
#fountainTextG_3{
	animation-delay:0.91s;
		-o-animation-delay:0.91s;
		-ms-animation-delay:0.91s;
		-webkit-animation-delay:0.91s;
		-moz-animation-delay:0.91s;
}
#fountainTextG_4{
	animation-delay:1.04s;
		-o-animation-delay:1.04s;
		-ms-animation-delay:1.04s;
		-webkit-animation-delay:1.04s;
		-moz-animation-delay:1.04s;
}
#fountainTextG_5{
	animation-delay:1.17s;
		-o-animation-delay:1.17s;
		-ms-animation-delay:1.17s;
		-webkit-animation-delay:1.17s;
		-moz-animation-delay:1.17s;
}
#fountainTextG_6{
	animation-delay:1.3s;
		-o-animation-delay:1.3s;
		-ms-animation-delay:1.3s;
		-webkit-animation-delay:1.3s;
		-moz-animation-delay:1.3s;
}
#fountainTextG_7{
	animation-delay:1.43s;
		-o-animation-delay:1.43s;
		-ms-animation-delay:1.43s;
		-webkit-animation-delay:1.43s;
		-moz-animation-delay:1.43s;
}
#fountainTextG_8{
	animation-delay:1.56s;
		-o-animation-delay:1.56s;
		-ms-animation-delay:1.56s;
		-webkit-animation-delay:1.56s;
		-moz-animation-delay:1.56s;
}
#fountainTextG_9{
	animation-delay:1.69s;
		-o-animation-delay:1.69s;
		-ms-animation-delay:1.69s;
		-webkit-animation-delay:1.69s;
		-moz-animation-delay:1.69s;
}
#fountainTextG_10{
	animation-delay:1.82s;
		-o-animation-delay:1.82s;
		-ms-animation-delay:1.82s;
		-webkit-animation-delay:1.82s;
		-moz-animation-delay:1.82s;
}


@keyframes bounce_fountainTextG{
	0%{
		transform:scale(1);
		color:#000000;
	}

	100%{
		transform:scale(.5);
		color:#FFFFFF;
	}
}

@-o-keyframes bounce_fountainTextG{
	0%{
		-o-transform:scale(1);
		color:#000000;
	}

	100%{
		-o-transform:scale(.5);
		color:#FFFFFF;
	}
}

@-ms-keyframes bounce_fountainTextG{
	0%{
		-ms-transform:scale(1);
		color:#000000;
	}

	100%{
		-ms-transform:scale(.5);
		color:#48A5FF;
	}
}

@-webkit-keyframes bounce_fountainTextG{
	0%{
		-webkit-transform:scale(1);
		color:#000000;
	}

	100%{
		-webkit-transform:scale(.5);
		color:#48A5FF;
	}
}


@-moz-keyframes bounce_fountainTextG{
	0%{
		-moz-transform:scale(1);
		color:#000000;
	}

	100%{
		-moz-transform:scale(.5);
		color:#48A5FF;
	}
}
.displaynone{
	display:none;
}

.font-serif {
    font-family: Volkhov, "Times New Roman", sans-serif;
    font-style: italic;
}
@media only screen and (max-width: 767px) {
	.image-box{
		text-align:center !important;
	}
	
.footer {
		border-top: 2px solid #cccccc;
	}
}

@media only screen and (min-width: 768px) {
	.image-box{
		/*float:right !important;*/
	}
	
	.footer {
		/*border-top: 2px solid #cccccc;*/
		margin-top: 50%;
		/*background-color:#fe0000;*/
		padding:30px 0 0 0;
	}
}
.btn.btn-flat {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
}
.border-between > [class*='col-']:before {
   /*background-color:rgba(40, 40, 40, 1);*/
   background: #1c1c1c;
   bottom:0;
   content: " ";
   left: -10px;
   position: absolute;
   width: 20px;
   top: 0;
   height:800px;
}

.border-between > [class*='col-']:first-child:before {
   display: none;
}

.border-right {
    border-right: 10px solid #ddd;
}
.borders {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin: -1px;
}
.border-left {
    border-left: 1px solid #ddd;
}

.footercontent {
	margin:0;
	padding:0;
}
.misiontext{
    /*background-color:rgba(40, 40, 40, 1);*/
	background-color:#1c1c1c;
	padding-bottom:20px;
}