@import url('https://fonts.googleapis.com/css?family=Questrial'); /*--- Nav Font --*/
@import url('https://fonts.googleapis.com/css?family=Hind'); /*--- Body Font --*/
@import url('https://fonts.googleapis.com/css?family=Nobile'); /*--- Heading Font --*/
* {
	margin: 0;
	border: 0;
	padding: 0;
}
body {
	background-color: #FFFFFF;
	font-family: 'Hind', sans-serif;
	font-size: 18px;
	position: relative; /*--Position & overflow styles added to remove space to right of screen--*/
	-ms-overflow-x: hidden;
	overflow-x: hidden;
}
h1 {
	font-family: 'Nobile', sans-serif;
	text-align: center;
	font-size: 175%;
	color: #053769;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 3% 0 3% 0;
}
h2, h3, h4 {
	font-family: 'Nobile', sans-serif;
	text-align: center;
	color: #053769;
	text-transform: uppercase;
	letter-spacing: 1%;
}
p {
	padding: 2%;
	color: #053769;
	text-align: justify;
}
a {
	color: #053769;
	text-decoration: none;
}
img {
	text-align: center;
	max-width: 100%;
	height: auto;
}
#banner-wrapper {
	max-width: 100%;
	margin: 0 auto;
}

/*--- Start Navigation Style --*/
.nav-outer {
	width: 100%;
	height: 67px;
	background: #053769;
	position: fixed !important;
	z-index: 100000000;
}
.nav-wrap {
	max-width: 1120px;
	margin: 0 auto;
}
nav {
	margin-top: 0; /*--- Margin Above Navigation --*/
	background: #053769; /*--- Nav background Color --*/
	font-family: 'Questrial', sans-serif;/*--- Nav Font Family --*/
}
.nav ul {
	/*width: 100%;*/
	overflow:hidden;
	list-style:none;
}
.nav-button:hover {
	cursor:pointer;
}
.navigation {
	clear: both;
	width: 100%;
	position: relative;
}
.nav a {
	color: #053769; /*--- Nav Link Color when mobile--*/
	text-transform: uppercase;
	text-decoration:none;
}

body .nav .nav-menu li a {
	display:inline-block;
	margin-top: 10px; /*--- CHANGE MARGIN ABOVE LIST ITEMS WHEN CHANGING LOGO SIZE --*/
	padding:15px 10px;
	color: #FFF; /*--- Nav Link Color Full Width --*/
	font-size: 20px; /*--- Nav Text Font Size Full Width --*/
}
.nav.yoga .nav-menu li.active a {
	color: #fac896; /*--- Nav Active Link Color --*/
	text-decoration: underline; /*--- Nav Active Link Underline --*/
}
.nav.yoga .nav-menu li a:hover {
	color: #fac896; /*--- Nav Hover Link Color --*/
	text-decoration: underline; /*--- Nav Hover Link Underline --*/
}
.nav.yoga .nav-toggled {
	min-height:36px;
	border-radius:6px;
	margin-top: -7px; /*---  --*/
}
.nav.yoga .nav-toggled-controls {
	display:block;
	height:40px; /*--- Height of Mobile Nav before drop down effect --*/
	text-align:left;
	position:relative;
}
.nav.yoga .nav-toggled-title {
	position:relative;
	top:9px;
	left:15px;
	font-size:16px;
}
.nav.yoga .nav-button {
	display:block;
	position:absolute;
	right:15px;
	top:8px;
}
.nav.yoga .nav-button span {
	display:block;
	margin-top:4px;
	height:2px;
	background: #fac896; /*--- Nav Mobile Button For Drop Menu Color --*/
	width:24px;
}
.nav-toggled-controls{
	border-bottom: 0px solid #FFF; /*--- Border Under Mobile Nav Toggle --*/
}
.nav.yoga .nav-toggled ul li a {
	display:block;
	width:100%;
	background-color: #fac896; /*--- Mobile Nav Drop Down Background Color --*/
	text-align:left;
	padding:10px 0px 10px 15px;
	border-bottom:1px solid #FFF; /*--- Border Under Mobile Nav List Items --*/
	text-align: center;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nav.yoga .nav-toggled ul li ul a {
	font-size: 15px;
	text-transform: none;
}
.nav.yoga .nav-toggled ul li.active a {
	background-color: #B0C2E5; /*--- Nav Mobile Active List Item Background Color --*/
	color: #053769; /*--- Nav Mobile Active List Item Font Color --*/
}
.nav.yoga .nav-toggled ul li a:hover {
	background: #F5F5F5; /*--- Nav Mobile Hover List Item Background Color --*/
	color: #B0C2E5; /*--- Nav Mobile Hover List Item Font Color--*/
}
.nav.yoga .nav-toggled ul li {
	position: relative;
}
.toggle-sm:after {
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 18px;
	line-height: 25px;
}
.toggle-sm:after {
	content: '+';
	cursor: pointer;
}
.toggle-sm.open:after {
	content: '-';
	cursor: pointer;
}
.nav .nav-menu {
	text-align: center;
	overflow: visible;
	min-height: 56px;
	padding-left: 0;
	margin: 0;
}
@media (min-width: 823px) {
	.nav {
		float: right;
	}
	.logo {
	float: left;
	}
}
@media screen and (max-width: 822px) {
	body .nav .nav-menu li a {
		margin-top: 4px; /*--- CHANGE MARGIN ABOVE LIST ITEMS WHEN CHANGING LOGO SIZE --*/
	}
	.logo img {
		max-width: 135px !important;  /*--- CHANGE LOGO SIZE/WIDTH-HEIGHT --*/
		margin-bottom: 3px;
	}
	.nav-outer {
		height: 21px;
	}
	.nav.yoga .nav-toggled-controls {
		top: -40px;
		margin-bottom: -36px;
	}
	.nav-clear {
		padding-top: 37px;
		margin-bottom: -15px;
	}
}
.logo img {
	max-width: 160px;  /*--- CHANGE LOGO SIZE/WIDTH-HEIGHT --*/
	height: auto;
	margin-top: 7px;
	margin-left: 30px;
	margin-bottom: 5px;
}
.navigation:after {
	content: "";
  	display: table;
  	clear: both;
}
.nav .nav-menu li {
	display:inline-block;
	padding:0px;
	margin:0px !important;
	position: relative;
}
.nav-button:hover {
	cursor:pointer;
}
.nav .nav-toggled ul {
	display:none;
	margin:0px ;
	padding:0px ;
	position: relative;
}
.nav .nav-menu > li > ul {
	position: absolute;
	z-index: 10000000000;
	top: 50px;
	text-align: left;
	background: #B0C2E5; /*--- Nav Full Width Drop Down Background Color --*/
	width: 100%;
	padding-left: 0;
	display: none;	  
}
.nav.yoga .nav-menu > li > ul a {
	padding: 11px 10px;
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
}
.nav .nav-menu > li > ul  li {
	position: relative;
	width: 100%;
	text-align: center;
}
.nav .nav-menu > li > ul > li  ul {
	position: absolute;
	right: -100%;
	top: 0;
	width: 100%;
	padding-left: 0;
	background: #B0C2E5; /*--- Nav Full Width Drop Down Background Color --*/
}
.nav .nav-menu > li > ul > li  ul a {
	white-space: nowrap;
}
.nav ul {
	overflow: visible;
}
.has-children {
	position: relative;
}
.has-children:after {
	content: '+';
	color: #FFF; /*--- Nav Drop Down Plus Sign Color Full Width --*/
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	cursor: pointer;
}
.has-children:hover:after {
	content: '-';
	color: #FFF; /*--- Nav Drop Down Minus Sign Color Full Width --*/
	cursor: pointer;
}
body .nav .nav-menu li a {
	padding: 15px 30px;
}
.clicker {
	width: 45px;
	height: 45px;
	position: absolute;
	right: 0;
	z-index: 30000;
}
.nav-clear {
	clear: both;
	padding-top: 67px;
}
/*--- End Navigation Style --*/



/*--- START Einfügen --*/

.container {
	background-color: #FFFFFF;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.row {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline-block
}
.row.blockDisplay {
	display: block;
}
.column_half {
	width: 50%;
	float: left;
	margin-top: 0px;
}
.columns {
	width: 25%;
	float: left;
	font-family: "Source Sans Pro";
	color: #A5A5A5;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.row .columns p {
	padding-left: 10%;
	padding-right: 10%;
}
.container .columns h4 {
	text-align: center;
	color: #01B2D1;
}
.primary_header {
	width: 100%;
	background-color: #52bad5;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: left;
	border-bottom: 2px solid #2C9AB7;
}
.secondary_header {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #B3B3B3;
	clear: left;
}
.container .secondary_header ul {
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	width: 100%;
}
.secondary_header ul li {
	list-style: none;
	float: left;
	margin-right: auto;
	margin-top: 0px;
	font-family: "Source Sans Pro";
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-left: auto;
	text-align: center;
	width: 16%;
	transition: all 0.3s linear;
}
.secondary_header ul li:hover {
	color: #717070;
	cursor: pointer;
}
.left_article {
	background-color: #FFFFFF;
	width: 60%;
	float: left;
	font-family: "Source Sans Pro";
	color: #343434;
	padding-bottom: 15px;
}
.noDisplay {
	display: none;
}
.container .left_article h3 {
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 5%;
	color: #717070;
	font-weight: bold;
	text-transform: uppercase;
}
.container .left_article p {
	padding-left: 5%;
	padding-right: 5%;
	text-align: justify;
	line-height: 24px;
	margin-top: 30px;
	margin-bottom: 15px;
	color: #B3B3B3;
}
.right_article {
	width: 40%;
	float: left;
	background-color: #F6F6F6;
}
.container .right_article ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.right_article ul li {
	font-family: "Source Sans Pro";
	list-style: none;
	text-align: center;
	background-color: #B3B3B3;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 0px;
	transition: all 0.3s linear;
	border-left: 5px solid #717070;
}
.right_article ul li:hover {
	background-color: #717070;
	cursor: pointer;
}

.placeholder {
	/* [disabled]max-width: 400px;
*/
	/* [disabled]max-height: 200px;
*/
	width: 100%;
	padding-top: 30px;
	/* [disabled]padding-left: 19px;
*/
	padding-bottom: 30px;
	height: 100%;
}
.left_half {
	background-color: #52BAD5;
}
.container .column_half.left_half h2 {
	color: #FFFFFF;
	font-family: "Source Sans Pro";
	text-align: center;
}
.right_half {
	background-color: #01B2D1;
	color: #FFFFFF;
	font-family: "Source Sans Pro";
	text-align: center;
	font-weight: bold;
}
.column_title {
	padding-top: 25px;
	padding-bottom: 25px;
}
.copyright {
	text-align: center;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-family: "Source Sans Pro";
}

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

@media (max-width: 320px) {
.secondary_header ul li {
	float: none;
	margin-top: 28px;
	margin-left: 0px;
	width: 100%;
}
.container .secondary_header ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.secondary_header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 40px;
}
.left_article {
	width: 100%;
	height: auto;
}
.right_article {
	width: 100%;
	height: auto;
}
.placeholder {
	width: 100%;
	margin-top: 22PX;
	margin-right: 0px;
	margin-bottom: 22PX;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	max-width: 400px;
	max-height: 200px;
	height: auto;
}
.columns {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0PX;
	padding-right: 0PX;
	padding-bottom: 0PX;
	padding-left: 0PX;
}
.columns p {
	padding-left: 10px;
	padding-right: 10px;
}
.column_half.left_half {
	width: 100%;
}
.column_half.right_half {
	width: 100%;
}
.copyright {
	padding-top: 25px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.container .left_article h3 {
	margin-top: 30px;
}
.social .social_icon img {
	width: 80%;
}
.container .secondary_header {
}
}

@media (min-width: 321px) and (max-width: 768px) {
.secondary_header ul li {
	float: none;
	margin-top: 28px;
	margin-left: 0px;
	width: 100%;
}
.container .secondary_header ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.secondary_header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 40px;
}
.left_article {
	width: 100%;
	height: auto;
}
.right_article {
	width: 100%;
	height: auto;
	padding-bottom: 25px;
}
.placeholder {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.columns {
	width: 100%;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.columns p {
	padding-left: 14px;
	padding-right: 14px;
}
.column_half.left_half {
	width: 100%;
}
.column_half.right_half {
	width: 100%;
}
}

@media (min-width: 769px) and (max-width: 1000px) {
.secondary_header {
	overflow: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.secondary_header ul li {
	margin-top: 10px;
	margin-right: 7%;
	margin-bottom: 10px;
	margin-left: 7%;
}
.left_article {
	height: auto;
}
.right_article {
	height: auto;
	padding-bottom: 27px;
}
.placeholder {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.columns {
	width: 50%;
	float: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.container .columns p {
	padding-left: 25px;
	padding-right: 25px;
}
}

@media (min-width: 1001px) {
}
.thumbnail {
	width: 100px;
	border-radius: 200px;
	height: 100px;
	margin-left: auto;
}
.thumbnail_align {
	text-align: center;
}
.social {
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	background-color: #414141;
	clear: both;
	overflow: auto;
}
.social_icon {
	width: 25%;
	text-align: center;
	float: left;
	transition: all 0.3s linear;
	line-height: 0px;
	padding-top: 7px;
}
.container .social .social_icon:hover {
	cursor: pointer;
	opacity: 0.5;
}
#menu {
}

/*--- ENDE Einfügen --*/


/*--- Start Page Layout Style Seitenlayout --*/
.one-half {
	width: 46%;
	float: left;
	margin: 2% 0 3% 4%;
	text-align: center;
}
.one-half i {
	color: #053769;
	font-size: 385%;
	text-align: center;
}
.one-half p {
	font-size: 17px;
}
.one-third {
	width: 28%;
	float: left;
	margin: 2% 0 3% 4%;
	text-align: center;
}
.one-third i {
	color: #F1F1F1;
	font-size: 350%;
	text-align: center;
	margin: 5%;
}

.one-fourth {
	width: 21%;
	float: left;
	margin: 2% 0 4% 3.2%;
	text-align: justify;
}
.clearfix {
	clear: both;
}
.left-col {
	width: 60%;
	float: left;
	margin: 4% 0 4% 4%;
}
.sidebar {
	width: 26%;
	float: left;
	margin: 4% 4%;
}
.sidebar img {
	opacity: 1.0;
}
.one-third img {
	padding: 2% 0 6% 0;
}
.two-third img {
	padding: 1% 0 3% 0;
}
/*--- Start 2 Column Icon/Welcome Section --*/
.welcome-column {
	border-left: 3px solid #053769;
    margin: 1% 5% 6% 5%;
    padding-left: 3%;
    position: relative;
    width: 36%;
	float: left;
}
.welcome-text h3 {
	font-size: 18px;
	margin-bottom: 2%;
	font-weight: 600;
}
.welcome-text h6{
	color: #666666;
	font-size: 11px;
	margin-bottom: 5px;
}
.welcome-icon {
	background: #053769;
	border-radius: 5px;
	color: #ffffff;
	display: inline-block;
	height: 40px;
	left: -5%;
	line-height: 40px;
	margin-top: -22px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 40px;
}
/*--- End 2 Column Icon/Welcome Section --*/
/*--- Start Social Icons --*/
.social ul {
	margin: 0 auto;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/*-- Start updated style to span social buttons 100% --*/
.social li {
	display: block;
	margin: 0;
	padding: 0;
	margin: 0;
	width: 25%;
	float: left;
}
.social i {
	color: #FFF;
	font-size: 175%;
	opacity: .3;
	margin: 0;
	text-align: center;
	width: 100%;
	padding: 4%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.social li a {
	display: block;
}
/*-- End updated style to span social buttons 100% --*/

/*--- Start Contact Form Style --*/
.ctn-contact {
	width: 100%;
	float: left;
	clear: both;
}
.ctn-contact p{ 
	line-height: 24px;
}
.ctn-contact {
	margin-left: 10px;
	margin-right: 10px;
}
.ctn-contact p {
	margin-bottom: 20px;
}
.ctn-contact form {
	width: 75%;
	float: left;
}
.ctn-contact label {
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 8px;
}
.ctn-contact textarea{
	height: 200px;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #EFA831;
	box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
	color: #888;
	display: block;
	font: 16pc;
	margin: 0;
	outline: medium none;
	padding: 10px 11px;
	margin-bottom: 20px;
	width: 100%;
}
#submit {
	float: right;
	background: #053769;
	height: 40px;
	margin: 30px 0 0;
	width: 138px;
	border: none;
	color: #FFF;
	cursor: pointer;
}
#submit:hover {
	background: #053769;
}
.ctn-sidebar {
	width: 200px;
	float: left;
	margin-left: 50px;
	margin-top: 20px;
}
.ctn-sidebar h6 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 10px;
}
.ctn-sidebar strong {
	display: block;
	font-weight: 600;
}
.ctn-headline {
	margin-top: 20px;
}
#contact-area {
	width: 95%;
	margin-top: 1%;
	font-size: 14px;
}
#contact-area input, #contact-area textarea {
	float: left;
	padding: 5px;
	width: 100%;
	font-size: 18px;
	margin: 0 2% 0 2%;
	border: 1px solid #D3D3D3;
}
#contact-area textarea {
	height: 90px;
}
#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #053769;
}
.subbutton {
	float: right;
	width: 25%;
	background: #B0C2E5;
	font-size: 20px;
	border-radius: 4px;
	color: #053769;
	margin: 3% 1%;
	padding: 2% 6% 2% 6%;
}
.subbutton:hover {
	background: #053769;
	color: #FFF;
	cursor: pointer;
}
label {
	float: left;
	text-align: left;
	margin-right: 5px;
	width: 100px;
	padding: 2%;
	font-size: 1.4em;
}
/*--- End Contact Form Style --*/

/*--- Start Footer Style --*/
footer {
	background: #053769;
	opacity: 0.9;
	width: 100%;
	margin-top: 5%;
	padding: 1% 0;
	overflow: auto;
	color: #053769;
}
footer p {
	color: #ffffff;
}
/*--- End Footer Style --*/
/*--- START SCROLL BUTTON STYLE --*/
.cd-top {
  display: inline-block;
  height: 35px;
  width: 35px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #053769 url(img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #A8A8A8;
  opacity: 1;
}
/*--- END SCROLL BUTTON STYLE --*/
/*--------------------MEDIA!!!---------------*/
@media only screen and (min-width: 1024px) {
  .cd-top {
    	height: 60px;
    	width: 60px;
    	right: 30px;
    	bottom: 30px;
  }
}
/*-- Start updated style to span social buttons 100% --*/
@media screen and (max-width: 1100px) {
	.social li {
		width: 100%;
		float: none;
	}
}
/*-- End Updated style to span social buttons 100% --*/
@media screen and (max-width: 768px) {
	#banner-wrapper {
		position: relative; /*--Position & overflow styles added to remove space to right of screen--*/
		-ms-overflow-x: hidden;
		overflow-x: hidden;
	}
	.nav-menu { /*-- Updated nav style for smooth mobile transition --*/
		display: none;
	}
	.slider  .bx-wrapper .bx-controls {
		display: none;
	}
	.welcome-column {
    	margin: 0;
   		padding: 0;
    	width: 100%;
	}
	.welcome-icon {
		display: none;
	}
	.parallax-inner {
		display: none;
	}
	.parallax-inner2 {
		display: none;
	}
	.one-third {
		float: left;
		width: 100%;
		margin: 4% 4%;
	}
	.one-third i {
		color: #FFF;
		font-size: 355%;
	}
	.one-fourth {
		width: 100%;
		float: left;
		margin: 0;
	}
	h1 {
		font-size: 125%;
		letter-spacing: 2px;
	}
	.left-col {
		width: 100%;
		margin: 0 0 3% 0;
	}
	.sidebar {
		width: 100%;
		margin: 0;
	}
	img {
		width: 100%;
	}
	.sidebar img {
		opacity: 0.9;
	}
	#contact-area {
		width: 90%;
		margin: 2%;
	}
	.subbutton {
		width: 45%;
	}
	footer {
		margin-top: 5%;
	}
	 .cd-top {
	 	width: 40px;
	 	height: 40px;
    	right: 15px;
    	bottom: 10px;
  }
}