#footer {
	width: 100%;
	min-height: 100px;
	margin: 0 auto;
	padding: 110px 0 60px;
	color: #ffffff;
	background: #1f5c99 url("../images/assets/background1.jpg") no-repeat center top;
	position: relative;
	text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;
}
#footer h4 { color: #ffffff; }
.footer-about { clear: both; }
.footer-about img { margin-bottom: 15px; }
.footer-list {
	padding: 0;
	list-style: none;
}
.footer-list li { padding: 8px 2px; }
.footer-list li a { color: #ffffff; }
.footer-list li i {
	margin-right: 8px;
	color: #528fcc;
}
.footer-list li span { color: #ffffff; }
.footer-tooltip {
	position: absolute;
	top: -100px;
	left: 10px;
	z-index: 100;
	font-size: 13px;
	font-weight: 600;
	color: #ffffff;
	padding: 10px 15px;
	background: #528fcc;
	text-shadow: none;
	border-radius: 0;
}
.footer-tooltip .footer-tooltip-arrow {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 10px solid #528fcc;
	border-bottom: 5px solid transparent;
	border-left: 10px solid transparent;
}
@media (max-width: 991px) {
.footer-tooltip { display: none; }
}
/* Copyright */
#copyright {
	width: 100%;
	min-height: 50px;
	padding: 20px 0px;
	color: #ffffff;
	background: #1f5c99;
	text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;
}
#copyright p { margin: 5px auto; }
.copyright-link {
	padding: 0;
	list-style: none;
	margin: 5px 0;
	float: right;
}
.copyright-link li { display: inline-block; }
.copyright-link li + li:before {
	padding: 0 5px;
	color: #ffffff;
	content: "/\00a0";
}
.copyright-link li a { color: #ffffff; }
.copyright-link li a:hover { color: #ffffff; }
@media (max-width: 767px) {
#copyright p { text-align: center; }
.copyright-link {
	float: none;
	text-align: center;
	margin: -10px auto;
}
}

#map {
	width: 100%;
	height: 500px;
	margin: 0 auto;
	padding: 0;
	background: #ffffff;
}
/* Contactform */
.contactform { margin-bottom: 20px; }
/* Sidebar */
.sidebar-info {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
.sidebar-info li {
	padding: 8px 2px;
	font-size: 15px;
}
.sidebar-info li i {
	margin-right: 5px;
	font-weight: 600;
}
.sidebar-info li span { font-weight: 600; }
/* Form */
form.cmxform {
	font-family: inherit;
	font-size: 14px;
	margin: 0 auto;
	margin-top: 30px;
}
.cmxform fieldset label {
	width: 100%;
	display:block;
	line-height: 1.6;
	float: none;
}
.cmxform label span {
	color: #528fcc;
	margin-right: 5px;
}
.cmxform input, .cmxform select, .cmxform textarea {
	width: 100%;
	padding: 5px 10px;
	display: block;
	font-size: 14px;
	background: #ffffff;
	border: 1px solid #dddddd;
	margin-top: 0px;
	margin-bottom: 15px;
	border-radius: 0px;
}
.cmxform textarea { min-height: 150px; }
.cmxform .submit {
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	outline: none;
	cursor: pointer;
	position:relative;
	overflow:hidden;
	font-size: 14px;
	font-weight: bold !important;
	text-transform:uppercase;
	padding: 0 5px;
	margin: 5px 1px;
	line-height: 35px;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	width: 80px;
	margin-top: 30px;
	border-color: #dddddd!important;
	color: #444444!important;
	background-color: #f5f5f5;
	-webkit-box-shadow: 0px 2px 0px 0px #dddddd;
	-moz-box-shadow: 0px 2px 0px 0px #dddddd;
	-o-box-shadow: 0px 2px 0px 0px #dddddd;
	box-shadow: 0px 2px 0px 0px #dddddd;
	border-radius: 3px;
}
.cmxform .answer { width: 80px; }
.cmxform input:focus, .cmxform select:focus, .cmxform textarea:focus {
	border: 1px dotted #aaaaaa;
	background: #ffffff;
}
.cmxform .submit:hover, .cmxform .submit:focus {
	color: #ffffff!important;
	background-color: #666666;
	border-color: #666666!important;
	-webkit-box-shadow: 0px 2px 0px 0px #222222;
	-moz-box-shadow: 0px 2px 0px 0px #222222;
	-o-box-shadow: 0px 2px 0px 0px #222222;
	box-shadow: 0px 2px 0px 0px #222222;
}
form.cmxform label.error {
	width: 100%;
	font-style: italic;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid transparent;
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	font-weight: bold;
	border-radius: 3px;
}
.cmxform input.error, .cmxform select.error, .cmxform textarea.error { border: 1px dotted #a94442; }
div.error { display: none; }
.cmxform span.checkbox, .cmxform .checkbox, .cmxform .radio { display: inline; }
input.checkbox { border: none; }
/* Message */
#message { margin: 20px auto; }
.contact-success {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	font-weight: bold;
	border-radius: 3px;
}
.contact-error {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	font-weight: bold;
	border-radius: 3px;
}
/* ----------------------------------------------------------------------
	8. Revolution Slider
---------------------------------------------------------------------- */
.boxedcontainer {
	max-width: 1170px;
	margin:auto;
	padding:0px 30px;
}
.tp-banner-container {
	width:100%;
	position:relative;
	padding:0;
}
.tp-banner {
	width:100%;
	position:relative;
}
.tp-banner-fullscreen-container {
	width:100%;
	position:relative;
	padding:0;
}
/* white */
.tp-caption.white-big {
	position: absolute;
	color: #ffffff;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	font-size: 70px;
	padding: 5px 15px;
	line-height: 1.6;
	background-color: #000000;
	background-color: rgba(0,0,0,0.7);
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
}
.tp-caption.white-normal {
	position: absolute;
	color: #ffffff;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	font-size: 40px;
	padding: 5px 15px;
	line-height: 1.6;
	background-color: #000000;
	background-color: rgba(0,0,0,0.7);
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
}
.tp-caption.white-small {
	position: absolute;
	color: #ffffff;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	font-size: 20px;
	padding: 5px 15px;
	line-height: 1.6;
	background-color: #000000;
	background-color: rgba(0,0,0,0.7);
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
}
/* black */
.tp-caption.black-big {
	position: absolute;
	color: #222222;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	font-size: 70px;
	padding: 5px 15px;
	line-height: 1.6;
	background-color: #ffffff;
	background-color: rgba(255,255,255,0.7);
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
}
.tp-caption.black-normal {
	position: absolute;
	color: #222222;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	font-size: 40px;
	padding: 5px 15px;
	line-height: 1.6;
	background-color: #ffffff;
	background-color: rgba(255,255,255,0.7);
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
}
.tp-caption.black-small {
	position: absolute;
	color: #222222;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	font-size: 20px;
	padding: 5px 15px;
	line-height: 1.6;
	background-color: #ffffff;
	background-color: rgba(255,255,255,0.7);
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
}
/* theme */
.tp-caption.theme-big {
	position: absolute;
	color: #ffffff;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	font-size: 70px;
	padding: 5px 15px;
	line-height: 1.6;
	background-color: #528fcc;
	background-color: rgba(82,143,204,0.7);
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
}
.tp-caption.theme-normal {
	position: absolute;
	color: #ffffff;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	font-size: 40px;
	padding: 5px 15px;
	line-height: 1.6;
	background-color: #528fcc;
	background-color: rgba(82,143,204,0.7);
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
}
.tp-caption.theme-small {
	position: absolute;
	color: #ffffff;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	font-size: 20px;
	padding: 5px 15px;
	line-height: 1.6;
	background-color: #528fcc;
	background-color: rgba(82,143,204,0.7);
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
}
/* strong */
.tp-caption strong { font-weight: 900 !important; }
/* for chars */
.transparent-bg {
	background-color: transparent !important;
	font-weight: 900 !important;
	text-shadow: 0 0 1px rgba(0,0,0,0.3);
}
/* button */
.tp-caption.caption-button {
	position: absolute;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	font-size: 20px;
	padding: 5px 15px;
	line-height: 30px;
	font-weight: 200;
	color: #ffffff;
	color: rgba(255,255,255,0.9);
	text-shadow: rgba(0,0,0,0.4) 0px 0px 5px;
	font-family: 'Raleway', sans-serif;
}
/* arrow */
.tp-leftarrow.default {
	z-index:100;
	cursor:pointer;
	position:relative;
	background:url("../images/assets/revo-left.png") no-Repeat 0 0;
	width:40px;
	height:80px;
}
.tp-rightarrow.default {
	z-index:100;
	cursor:pointer;
	position:relative;
	background:url("../images/assets/revo-right.png") no-Repeat 0 0;
	width:40px;
	height:80px;
}

/* Title Line */
.titleline {
	position: relative;
	max-width: 200px;
	border-top: 1px solid #528fcc;
	margin: 0 auto 30px 0;
}
.titleline:after {
	position: absolute;
	top: -3px;
	left: 0%;
	right: 70%;
	content:'';
	border-top: 5px solid #528fcc;
}
.titleline-center {
	position: relative;
	max-width: 200px;
	border-top:1px solid #528fcc;
	margin: 0 auto 30px;
}
.titleline-center:after {
	position: absolute;
	top: -3px;
	left: 35%;
	right: 35%;
	content:'';
	border-top: 5px solid #528fcc;
}
.titleline-footer {
	position: relative;
	max-width: 200px;
	border-top:1px solid #528fcc;
	margin: 0 auto 20px 0;
}
.titleline-footer:after {
	position: absolute;
	top: -3px;
	left: 0%;
	right: 70%;
	content:'';
	border-top: 5px solid #528fcc;
}
h4 > .titleline, h5 > .titleline, h6 > .titleline { margin: 0 auto 20px 0; }
h4 > .titleline-center, h5 > .titleline-center, h6 > .titleline-center { margin: 0 auto 20px; }

.social-icons {
	padding: 0;
	list-style: none;
	margin: 5px 0;
}
.social-icons li {
	display: inline-block;
	vertical-align: middle;
}
.social-icons li a {
	display: table;
	text-decoration: none;
}
.social-icons li a i {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	width: 25px;
	height: 25px;
	border: 1px solid #ffffff;
	color: #ffffff;
	text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;
	background: transparent;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.social-icons li a i:hover {
	background: #528fcc;
	border: 1px solid #ffffff;
}
.social-icons .fa-twitter:hover, .social-icons .fa-twitter-square:hover { background: #79dbff; }
.social-icons .fa-facebook:hover, .social-icons .fa-facebook-square:hover { background: #6795ed; }
.social-icons .fa-flickr:hover { background: #f56ab2; }
.social-icons .fa-rss:hover { background: #ffaf44; }
.social-icons .fa-pinterest:hover, .social-icons .fa-pinterest-square:hover { background: #9b191e; }
.social-icons .fa-skype:hover { background: #ffaf44; }
.social-icons .fa-dribbble:hover { background: #f665a6; }
.social-icons .fa-instagram:hover { background: #9c7255; }
.social-icons .fa-vimeo-square:hover { background: #45bcff; }
.social-icons .fa-dropbox:hover { background: #7dbce4; }
.social-icons .fa-linkedin:hover, .social-icons .fa-linkedin-square:hover { background: #017fb1; }
.social-icons .fa-youtube:hover, .social-icons .fa-youtube-play:hover, .social-icons .fa-youtube-square:hover { background: #db3b3a; }
.social-color { float: left; }
.social-color li { margin: 1px 0; }
.social-color li a i {
	color: #555555;
	background: #ffffff;
	border: 1px solid #555555;
}
.social-color li a i:hover {
	background: #528fcc;
	border: 1px solid #555555;
	color: #ffffff;
}