﻿/*--
	Author: W3Layouts
	Author URL: http://w3layouts.com
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
--*/



/*-- Reset-Code --*/

body {
	padding: 0;
	margin: 0;
	background: #FFF;
	font-family: 'Open Sans', sans-serif;
}


body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}

body a:hover {
	text-decoration: none;
}

body a:focus, a:hover {
	text-decoration: none;
}

input[type=button], input[type=submit] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-align: center;
}

p {
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
}

label {
	margin: 0;
}

img {
	width: 100%;
}

a:focus, a:hover {
	text-decoration: none;
	outline: none;
}

/*-- //Reset-Code --*/





/*-- Index-Page-Styling --*/
/*-- Navbar --*/

.navbar-default .navbar-brand {
	font-family: 'Bree Serif', serif;
	font-size: 50px;
	color: #FFF;
	padding: 12px 15px;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #028FCC;
}


/*-- Navbar-Link-Effect --*/

.navbar-default {
	background-color: transparent;
	border-color: transparent;
	border: none;
	margin-bottom: 0;
	text-align: center;
	width: 100%;
	padding: 10px 0;
	position: absolute;
	z-index: 99999;
	border-radius: 0;
}

.hover-effect ul {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	padding-top: 8px;
	margin: 0 auto;
}

.hover-effect li {
	overflow: hidden;
	position: relative;
	display: -webkit-inline-box;
}

.hover-effect li:before, .hover-effect li:after {
	display: block;
}

.hover-effect li:before {
	bottom: 0%;
}

.hover-effect li:after {
	bottom: 50%;
}

.navbar-default .navbar-nav>li>a {
	color: #EEE;
	padding: 7px 20px;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight: 700;
}

.hover-effect a {
	backface-visibility: hidden;
	display: block;
	position: relative;
	text-align: center;
	text-decoration: none;
	line-height: normal;
}

.hover-effect a:before {
	bottom: 25%;
}

.hover-effect a:after {
	bottom: 75%;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #000;
}

.hover-effect li:before, .hover-effect li:after, .hover-effect a:before, .hover-effect a:after {
	background-color: #FFF;
	position: absolute;
	height: 25%;
	left: 0%;
	right: 100%;
	content: '';
	z-index: -1;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.hover-effect li:before {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.hover-effect li:after {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.hover-effect a:before {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.hover-effect a:after {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.hover-effect li:hover:before, .hover-effect li.current:before, .hover-effect li:hover:after, .hover-effect li.current:after, .hover-effect li:hover a:before, .hover-effect li.current a:before, .hover-effect li:hover a:after, .hover-effect li.current a:after {
	left: 0;
	right: 0;
	opacity: 1;
}

.hover-effect li:hover:before, .hover-effect li.current:before {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.hover-effect li:hover:after, .hover-effect li.current:after {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.hover-effect li:hover a:before, .hover-effect li.current a:before {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.hover-effect li:hover a:after, .hover-effect li.current a:after {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

/*-- //Navbar-Link-Effect --*/

/*-- //Navbar --*/



/*-- Banner-Slider(Landing Page) --*/

.slider {
	position: relative;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

a.callbacks_nav {
	display: none;
}

ul.callbacks_tabs {
	display: none;
}

.slider .caption {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	padding: 300px 0;
	text-align: center;
}

.slider .caption-none {
	background-color: none;
}

.slider .caption h3 {
	font-size: 60px;
	color: #FFF;
	font-weight: 700;
	letter-spacing: -2px;
}

.slider .caption h3 span {
	color: #028fcc;
}

.slider .caption p {
	font-size: 20px;
	margin-top: 50px;
	color: #FFF;
	font-weight: 100;
}

.slider .caption h3.color span {
	color: #F44336;
}

/*-- //Banner-Slider --*/



/*-- Headings --*/
/*
services = wohnungen
gallery = galerie
plans = preise
contact = kontakt
faq = impressum

ul.social-icons weg 
view weg
team
about weg
testamonial weg
map weg
*/

.services, .gallery, .plans, .faq, .contact {
	padding: 100px 0;
}

.services h2, .gallery h3, .plans h3, .faq h3, .contact h3 {
	margin-bottom: 50px;
	text-align: center;
	font-family: inherit;
	font-size: 40px;
}

.services h2, .plans h3,  .contact h3 {
	color: #FFF;
	
		
}
 .gallery h3, .plans h3 .services h3{
	margin-bottom: 50px;
	text-align: center;
	font-family: inherit;
	font-size: 50px;
}

/*-- //Headings --*/




/*-- About --*/

.about p, .faq p, .team p {
	font-size: 16px;
	font-weight: 600;
	line-height: 35px;
	text-align: center;
	padding: 0 20px;
	color: #777;
}

.about-p, .faq p, .team p {
	margin-bottom: 30px;
}

.panel-group {
	margin-bottom: 0;
}

.scrollbar {
	height: 100px;
	background: #fff;
	overflow-y: scroll;
}

#style-2::-webkit-scrollbar-track {
	background-color: #f0f0f0;
}

#style-2::-webkit-scrollbar {
	width: 5px;
	background-color: #f5f5f5;
}

#style-2::-webkit-scrollbar-thumb {
	background-color: #028FCC;
}

.collapsed span {
	display: inline-block;
	z-index: 99999;
	float: right;
}

.pa_italic i, .collapsed span {
	font-size: 0.6em;
	color: #212121;
}

.collapsed i {
	display: none;
}

.collapsed span {
	display: inline-block;
}
.pa_italic label {
	font-size: .7em;
	color: #212121;
	padding-left: 3.5em;
	cursor: pointer;
}

.pa_italic span.glyphicon {
	float: right;
}

.panel_text {
	color: #999;
	line-height: 25px;
}

.panel-default>.panel-heading {
	color: #FFF;
	background-color: #028FCC;
}

/*-- //About --*/


/*-- Wohnungen --*/

.services {
	background: url('images/services2.JPG') no-repeat scroll center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	/*-- 
	background-color: rgba(0, 0, 0, 0.25); 
	background: url('images/services1.png') no-repeat scroll center ;
	background-size: auto;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
		--*/
	filter: brightness(0.75);
}

.services-icon img {
	width: 70px;
}

.services-info {
	background-color: rgba(0,0,0,0.75);
	text-align: center;
	margin: 25px 25px 25px 25px;
	min-height: 500px;
	padding: 5px;
	padding-left: 10px;
}

.services-info h4 {
	font-size: 35px;
	font-weight: bold;	
	margin: 40px 0 20px;
	color: #028FCC;
	vertical-align:middle;
	text-align:center;
	text-shadow: 2px 2px #000000;
	
	/*color: #999;/*	
	/*background-color: white;*/
}

.services-info p {
	line-height: 30px;
	text-align: left;
	/*color: #999;*/
	/*color: #028FCC;*/
	color: #FFF;
	/*font-size: 18px;*/
	font-weight: bold;	
	text-shadow: 2px 2px #000000;
	/*background-color: white;*/


}

/*-- //Services --*/



/*-- Galerie --*/

.gallery {
	/*background: url("../images/gallery.jpg"); 
		-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;

	
	*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

}

.gallery-items {
	width: 95%;
	margin: 0 auto;
}

.gallery-item {
	width: 12.5%;
	float: left;
	padding: 5px;
}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	height: auto;
	background: #3085a3;
	text-align: center;
}

.grid figure img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 7em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before, .grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption, .grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure.effect-apollo {
	background: #3498db;
}

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

/*-- //Galerie --*/



/*-- Preise --*/

.plans {
	background: url('images/plans1.jpg') no-repeat fixed center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	min-height: 600px;

	margin: 0 auto;
	text-align: center;
}


.plans-info {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}

.plans-grid {
	padding: 0 5px;
	margin: 0 auto;
	text-align: center;
}

figure {
	position: relative;
	overflow: hidden;
	background: #3085a3;
	color: #fff;
	margin: 0 auto; /* Zentriert das Element horizontal */
	text-align: center;
}

/*float:left;*/

figure img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 0.8;
}

figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure figcaption::before, figure figcaption::after {
	pointer-events: none;
}

figure figcaption, figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
text-shadow: 2px 2px #000000;

}

figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
	color: #fff;
text-shadow: 2px 2px #000000;

}

figure h4 {
	word-spacing: -0.15em;
	font-size: 35px;
	font-weight: 300;
	text-shadow: 2px 2px #000000;
}
figure h4 span {
	margin-right: 5px;
	font-weight: 600;
	text-shadow: 2px 2px #000000;

}

figure h4, figure ul {
	margin: 0;
}

figure h4, figure ul {
	margin: 0;
	font-weight: 400;
}


figure p {
	/*font-size: 80px;*/
	font-size: 30px;
	color: #fff;
	text-shadow: 2px 2px #000000;

}

small, .small {
	font-size: 20px;
}

/*-- //Preise --*/




/*-- Impressum --*/

.faq .panel-group {
	margin-bottom: 0;
	
}

.faq .scrollbar {
	height: 400px;
	background: #fff;
	overflow-y: scroll;
}

.faq #style-2::-webkit-scrollbar-track {
	background-color:#f0f0f0;
}

.faq #style-2::-webkit-scrollbar {
	width:5px;
	background-color: #f5f5f5;
}

.faq #style-2::-webkit-scrollbar-thumb {
	background-color:#009688;
}

.faq .collapsed span {
	display: inline-block;
	z-index: 99999;
	float: right;
}

.faq .pa_italic i, .collapsed span {
	font-size: 16px;
	color: #FFF;
}

.faq .collapsed i {
	display: none;
}

.faq .collapsed span {
	display: inline-block;
}
.faq .pa_italic label {
	font-size:.7em;
	color:#212121;
	padding-left: 3.5em;
	cursor: pointer;
}

.faq .pa_italic span.glyphicon {
	float: right;
}

.faq .panel_text {
	color: #999;
	line-height: 25px;
}

.faq-grid-1 .panel-default>.panel-heading {
	background-color: #F44336;
	width: 100%;
}

.faq-grid-2 .panel-default>.panel-heading {
	background-color: #009688;
	width: 100%;
}

.faq-grid-3 .panel-default>.panel-heading {
	background-color: #607D8B;
	width: 100%;
}

/*-- //Impressum --*/

/*-- Kontakt --*/

.contact {
	/*-- background: url('images/contact.jpg') no-repeat fixed center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	
	--*/

	background-color: black;
	background-size: cover;
}

.contact-info {
	text-align: center;
	color: #EEE; 
	
	
}

.contact-info img {
	width: 100px;
}

.contact h4 {
	font-size: 28px;
	margin: 40px 0;
}

.contact p {
	line-height: 40px;
}

.comms {
	width: 70%;
	margin: 30px auto 0;
}

.email, .phone {
	width: 50%;
	float: left;
}

.comms p {
	line-height: 0;
	font-size: 16px;
}

.comms p .glyphicon {
	margin-right: 8px;
	color: #009688;
}

.comms a {
	color: #EEE;
}

.comms a:hover {
	color: #009688;
}

/*-- //Kontakt --*/


/*-- Footer --*/

.footer{
	padding: 50px 0;
	background: #333333;
	color: #777;
	font-size: 13px;
}

/*-- //Footer-Links --*/

.footer-nav {
	text-align: center;
}

.footer-nav ul li {
	display: inline-block;
	padding: 0 25px;
	border-right: solid 1px #939090;
	border-right-style: dashed;
}

.footer-nav ul li a {
	color: #D6D6D6;
}
.footer-nav ul li a:hover{
	color: #12FFB9;
}

/*-- //Footer-Links --*/



/*-- Footer-Email --*/

.mail {
	text-align: center;
}

.mail input[type=text] {
	padding: 5px;
	border: none;
	outline: none;
	color: #333;
	width: 40%;
}

.mail input[type=submit] {
	padding: 5px 13px;
	border: none;
	outline: none;
	color: #333;
}

.mail input[type=submit]:hover {
	color: #FFF;
	background-color: #009688;
}

.footer-nav ul li:nth-child(5) {
	border-right: none;
}

/*-- //Footer-Email --*/



/*-- Footer-Social-Icons --*/

.footer .social {
	text-align: center;
	margin-top: 40px;
}

.footer ul.social-icons li {
	display: inline-block;
}

.footer ul.social-icons li a {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url('images/img-sprite.png') no-repeat 0px 0px;
}
.footer ul.social-icons li a.facebook {
	background-position: 0px 0px;
}

.footer ul.social-icons li a.facebook:hover {
	background-position: 0px -50px;
}

.footer ul.social-icons li a.twitter {
	background-position: -50px 0px;
}

.footer ul.social-icons li a.twitter:hover {
	background-position: -50px -50px;
}

.footer ul.social-icons li a.googleplus {
	background-position: -100px 0px;
}

.footer ul.social-icons li a.googleplus:hover {
	background-position: -100px -50px;
}

.footer ul.social-icons li a.instagram {
	background-position: -150px 0px;
}

.footer ul.social-icons li a.instagram:hover {
	background-position: -150px -50px;
}

/*-- //Footer-Social-Icons --*/



/*-- Copyright --*/

.copyright {
	text-align: center;
	padding-top: 20px;
	margin-top: 40px;
}

.copyright p {
	color: #C2C2C2;
}

.copyright p a {
	margin-left: 2px;
	color: #C2C2C2;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}

.copyright p a:hover{
	color: #12FFB9;
}

/*-- //Copyright --*/

/*-- //Footer --*/



/*-- Go-To-Top-Button --*/
#toTop {
	border-style: none;
	border-color: inherit;
	border-width: medium;
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 15px;
	overflow: hidden;
	width: 40px;
	height: 40px;
	text-indent: 100%;
	background: url('images/to-top.png') no-repeat 0px 0px;
}
/*-- //Go-To-Top-Button --*/



/*-- //Index-Page-Styling --*/










/*-- Responsive-Code --*/


@media screen and (max-width:1366px) {
	
	figure p {
		font-size: 70px;
	}
}

@media screen and (max-width:1280px) {
	.plans {
		min-height: 550px;
	}
}

@media screen and (max-width:1024px) {
	.navbar-collapse {
		padding: 0;
	}
	.slider .caption {
		padding: 250px 0;
	}
	.slider .caption p {
		margin-top: 20px;
	}
	   .services, .gallery, .plans, .faq, .contact {
		padding: 50px 0;
	}
	    .services h2, .gallery h3, .plans h3, .faq h3, .contact h3 {
		margin-bottom: 30px;
	}
	  .faq p {
		font-size: 15px;
		line-height: 30px;
		padding: 0;
	}
	.plans {
		min-height: 420px;
	}
	.plans-info {
		width: 95%;
	}
	
	figure p {
		font-size: 50px;
	}
	
	.view .social {
		margin: 30px auto 0;
	}
	.footer .container {
		width: 100%;
		padding: 0;
	}
	.footer-nav {
		width: 60%;
		float: left;
	}
	.mail {
		width: 40%;
		float: left;
	}
	.footer .social {
		width: 40%;
		float: left;
	}
	.copyright {
		width: 60%;
		float: left;
	}
}

@media screen and (max-width:991px) {
	  .faq p {
		font-size: 14px;
	}
	.about-grid {
		width: 50%;
		float: left;
	}
	.panel-title {
		font-size: 15px;
	}
	.service {
		width: 50%;
		float: left;
	}
	.service-1, .service-2 {
		margin-bottom: 40px;
	}
	.plans {
		min-height: 375px;
	}
	.view .social {
		margin: 10px auto 0;
	}
}

@media screen and (max-width:966px) {
	.services-info h4 {
		margin: 30px 0 20px;
	}
	
	figure h4 {
		font-size: 30px;
	}
	figure p {
		font-size: 45px;
	}
}

@media screen and (max-width:900px) {
	.slider .caption {
		padding: 220px 0;
	}
	.slider .caption h3 {
		font-size: 55px;
	}
	.faq-grid {
		padding: 5px;
	}
	figure h4 {
		font-size: 22px;
		line-height: 29px;
	}
	figure p {
		font-size: 21px;
		line-height: 48px;
	}
}

@media screen and (max-width:853px) {
	.navbar-default .navbar-brand {
		font-size: 40px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 14px;
	}
	.slider .caption {
		padding: 200px 0;
	}
	.slider .caption h3 {
		font-size: 50px;
	}
	.gallery-item {
		width: 33.3%;
		float: left;
	}
	
	figure p {
		font-size: 40px;
	}
	
	.view {
		width: 50%;
		float: left;
	}
	.view .social {
		margin: 45px auto 0;
	}
	.footer-nav {
		width: 65%;
	}
	.mail {
		width: 35%;
	}
	.mail input[type=text] {
		width: 60%;
	}
	.footer .social {
		width: 45%;
	}
	.copyright {
		width: 55%;
	}
}

@media screen and (max-width:800px) {
	.navbar-default .navbar-nav>li>a {
		padding: 7px 15px;
	}
	.slider .caption p {
		font-size: 18px;
	}
	.plans {
		min-height: 700px;
	}
	.plans-info {
		width: 85%;
	}
	.plans-grid {
		width: 50%;
		float: left;
	}
	.plans-grid-3 {
		width: 65%;
		margin: 30px 0 0 15%;
	}
	
	.plans-grid-3 figure h4 {
		font-size: 40px;
	}
	
	.plans-grid-3 figure p {
		font-size: 50px;
	}
	.footer-nav ul li {
		padding: 0 23px;
	}
}

@media screen and (max-width:768px) {
	.slider .caption {
		padding: 175px 0;
	}
	  .faq p {
		padding: 0 10px;
	}
		
	.plans {
		min-height: 675px;
	}
	.footer-nav ul li {
		padding: 0 22px;
	}
}

@media screen and (max-width:736px) {
	button.navbar-toggle.collapsed span {
		float: none;
	}
	.navbar-default .navbar-toggle:focus {
		background-color: transparent;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: 1px solid #e7e7e7;
		border-right: none;
		border-left: none;
		margin-top: 8px;
	}
	.hover-effect ul {
		padding-top: 5px;
	}
	.slider .caption {
		padding: 150px 0;
	}
	p {
		font-size: 13px;
	}
	  .faq p {
		font-size: 13px;
	}
	.about-grid {
		padding: 2px;
	}
	.scrollbar {
		font-size: 13px;
	}
	.services-icon img {
		width: 50px;
	}
	.services-info h4 {
		margin: 20px 0 10px;
	}
	.services-info p {
		line-height: 25px;
	}
	.plans {
		min-height: 650px;
	}
	
	.faq-grids {
		width: 90%;
		margin: 0 auto;
	}
	.faq-grid {
		margin-bottom: 30px;
	}
	.faq-grid-3 {
		margin-bottom: 0;
	}
	.faq .scrollbar {
		font-size: 13px;
	}
	.contact-info img {
		width: 60px;
	}
	.contact h4 {
		font-size: 25px;
		margin: 25px 0 15px;
	}
	.contact p {
		line-height: 30px;
		font-size: 13px;
	}
	.comms p {
		font-size: 15px;
	}
	.map iframe {
		height: 250px;
	}
	.footer-nav {
		width: 63%;
	}
	.footer-nav ul li {
		padding: 0 20px;
	}
	.mail {
		width: 37%;
	}
}

@media screen and (max-width:667px) {
	.slider .caption h3 {
		font-size: 40px;
	}
	.slider .caption p {
		font-size: 15px;
	}
	.plans-info {
		width: 95%;
	}
	.view .social {
		margin: 30px auto 0;
	}
	.footer-nav {
		width: 61%;
	}
	.footer-nav ul li {
		padding: 0 15px;
	}
	.mail {
		width: 39%;
	}
	.footer .social {
		width: 35%;
	}
	.footer ul.social-icons li a {
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url('images/img-sprite.png') no-repeat 0px 0px;
		background-size: 200px;
	}
	.footer ul.social-icons li a.facebook:hover {
		background-position: 0px -33px;
	}
	.footer ul.social-icons li a.twitter {
		background-position: -35px 0px;
	}
	.footer ul.social-icons li a.twitter:hover {
		background-position: -35px -33px;
	}
	.footer ul.social-icons li a.googleplus {
		background-position: -69px 0px;
	}
	.footer ul.social-icons li a.googleplus:hover {
		background-position: -69px -33px;
	}
	.footer ul.social-icons li a.instagram {
		background-position: -102px 0px;
	}
	.footer ul.social-icons li a.instagram:hover {
		background-position: -102px -33px;
	}
	.footer ul.social-icons li a.youtube {
		background-position: -135px 0px;
	}
	.footer ul.social-icons li a.youtube:hover {
		background-position: -135px -33px;
	}
	.copyright {
		width: 65%;
		margin-top: 27px;
	}
}

@media screen and (max-width:640px) {
	ul.nav.navbar-nav {
		text-align: -webkit-center;
		background-color: #000;
	}
	.hover-effect li {
		display: -webkit-box;
		margin: 10px 0;
		padding: 7px 20px;
		width: 30%;
	}
	.nav>li>a {
		padding: 10px 15px;
		display: table-row;
	}
	  .faq p {
		padding: 0;
	}
	.plans-grid-3 figure h4 {
		font-size: 30px;
	}
	.plans-grid-3 figure p {
		font-size: 31px;
		line-height: 56px;
	}
	.gallery-item {
		width: 50%;
		float: left;
	}
	figure p {
		font-size: 33px;
		line-height: 40px;
	}
	.comms {
		width: 80%;
		margin: 20px auto 0;
	}
	.footer {
		padding: 30px 0;
	}
	.footer-nav {
		width: 100%;
		margin-bottom: 30px;
	}
	.mail {
		width: 100%;
	}
	.mail input[type=text] {
		width: 40%;
	}
	.footer .social {
		width: 100%;
		margin-top: 25px;
	}
	.copyright {
		width: 100%;
		margin-top: 0;
	}
}

@media screen and (max-width:603px) {
	ul.social-icons li a {
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url('images/img-sprite.png') no-repeat 0px 0px;
		background-size: 200px;
	}
	ul.social-icons li a.facebook:hover {
		background-position: 0px -33px;
	}
	ul.social-icons li a.twitter {
		background-position: -35px 0px;
	}
	ul.social-icons li a.twitter:hover {
		background-position: -35px -33px;
	}
	ul.social-icons li a.googleplus {
		background-position: -69px 0px;
	}
	ul.social-icons li a.googleplus:hover {
		background-position: -69px -33px;
	}
	ul.social-icons li a.instagram {
		background-position: -102px 0px;
	}
	ul.social-icons li a.instagram:hover {
		background-position: -102px -33px;
	}
	ul.social-icons li a.youtube {
		background-position: -135px 0px;
	}
	ul.social-icons li a.youtube:hover {
		background-position: -135px -33px;
	}
}

@media screen and (max-width:568px) {
	.slider .caption {
		padding: 115px 0;
	}
	.about-grid {
		width: 100%;
		margin-bottom: 30px;
	}
	.gallery-item {
		width: 50%;
	}
	.plans {
		min-height: 990px;
	}
	.plans-grid, .plans-grid-3 {
		width: 75%;
		float: left;
		margin-bottom: 30px;
		margin-left: 12%;
	}
	.plans-grid-3 {
		margin: 0 0 0 12%;
	}
	
	figure h4 {
		font-size: 40px;
	}
	
	figure p {
		font-size: 50px;
	}
	.comms {
		width: 90%;
	}
}

@media screen and (max-width:533px) {
	.slider .caption h3 {
		font-size: 35px;
	}
	.plans {
		min-height: 950px;
	}
	
	.view .social {
		margin: 20px auto 0;
	}
}

@media screen and (max-width:480px) {
	  .faq p {
		line-height: 25px;
	}
	.plans {
		min-height: 910px;
	}
	.plans-grid, .plans-grid-3 {
		width: 80%;
		margin-left: 10%;
	}
	.plans-grid-3 {
		margin: 0 0 0 10%;
	}
	figure h4 {
		font-size: 35px;
	}
	
	figure p {
		font-size: 50px;
	}
	
	
	.view .social {
		margin: 10px auto 0;
	}
	.comms {
		width: 100%;
	}
	.comms p {
		font-size: 14px;
	}
}

@media screen and (max-width:414px) {
	.slider .caption h3 {
		font-size: 30px;
	}
	   .services, .gallery, .plans, .faq, .contact {
		padding: 30px 0;
	}
		.services h2, .services h3, .services h4, .gallery h3, .plans h3, .faq h3, .contact h3 {
			font-size: 35px;
			margin-bottom: 20px;
		}
	.service {
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	.service-4 {
		margin: 0;
	}
	.services-info h4 {
		margin: 10px 0;
		text-align: center;
	}
	.services-info p {
		line-height: 25px;
		text-align: center;
	}
	.plans {
		min-height: 890px;
	}
	.plans-grid, .plans-grid-3 {
		width: 95%;
		margin-left: 2%;
	}
	.plans-grid-3 {
		margin: 0 0 0 2%;
	}
	.view {
		width: 100%;
		margin-bottom: 20px;
	}
	.view .social {
		margin: 55px auto 0;
	}
	.email, .phone {
		width: 100%;
	}
	.email {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:384px) {
	.slider .caption {
		padding: 90px 0;
	}
	.slider .caption h3 {
		font-size: 30px;
		line-height: 40px;
		padding: 0 20px;
	}
	.gallery-item {
		width: 100%;
	}
	figure p {
		font-size: 45px;
	}
	.plans-grid-3 figure h4 {
		font-size: 35px;
	}
	.plans {
		min-height: 870px;
	}
	figure h4, .plans-grid-3 figure h4 {
		font-size: 33px;
	}
	.plans {
		min-height: 840px;
	}
	.view .social {
		margin: 45px auto 0;
	}
	.contact h4 {
		font-size: 20px;
		margin: 25px 0 15px;
	}
	.footer-nav {
		padding: 0;
	}
	.footer-nav ul li {
		padding: 0 13px;
		font-size: 12px;
	}
	.copyright p {
		line-height: 25px;
	}
}

@media screen and (max-width:320px) {
	.slider .caption {
		padding: 70px 0;
	}
	.slider .caption h3 {
		font-size: 25px;
		line-height: 35px;
	}
	.slider .caption p {
		font-size: 13px;
	}
	.navbar-default {
		padding: 5px 0;
	}
	.gallery-item {
		width: 100%;
	}
	figure h4 {
		font-size: 23px;
		line-height: 30px;
	}
	
	figure p {
		font-size: 35px;
	}
	
	.plans-grid-3 figure h4 {
		font-size: 25px;
	}
	.plans-grid-3 figure p {
		font-size: 30px;
		line-height: 40px;
	}
	.plans {
		min-height: 710px;
	}
	.faq-grids {
		width: 100%;
		margin-bottom: 0 auto;
	}
	.faq-grid {
		margin-bottom: 30px;
		padding: 0;
		width: 100%;
	}
	.view .social {
		margin: 28px auto 0;
	}
	.email {
		margin-bottom: 5px;
	}
	.footer-nav ul li {
		padding: 0 10px;
		font-size: 11px;
	}
}



/*-- //Responsive-Code --*/