/* playfair-display-regular - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/playfair-display-v30-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/playfair-display-v30-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* playfair-display-700 - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/playfair-display-v30-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/playfair-display-v30-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* playfair-display-900 - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 900;
  src: local(''),
       url('../fonts/playfair-display-v30-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/playfair-display-v30-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* playfair-display-italic - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('../fonts/playfair-display-v30-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/playfair-display-v30-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* playfair-display-700italic - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 700;
  src: local(''),
       url('../fonts/playfair-display-v30-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/playfair-display-v30-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* playfair-display-900italic - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 900;
  src: local(''),
       url('../fonts/playfair-display-v30-latin-900italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/playfair-display-v30-latin-900italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local(''),
       url('../fonts/roboto-v30-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* quando-regular - latin */
@font-face {
  font-family: 'Quando';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/quando-v14-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/quando-v14-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


html,body {
	width:100%;
	height:100%;
}
body {
	font-family:Roboto,'Helvetica Neue',Arial,sans-serif;
	font-weight:300;
	font-size:17px;
}
hr {
	max-width:50px;
	border-color:#c31b2a;
	border-width:3px;
}
hr.light {
	border-color:#fff;
}
a {
	color:#c31b2a;
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	transition:all .35s;
}
a:hover,a:focus {
	color:inherit;
	border:0;
	outline:none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Quando', serif;
	margin-bottom:20px;
}
p {
	margin-bottom:20px;
	line-height:1.5;
}
p:last-child {
	margin-bottom:0;
}
::-moz-selection {
	text-shadow:none;
	color:#fff;
	background:#222;
}
::selection {
	text-shadow:none;
	color:#fff;
	background:#222;
}
img::selection {
	color:#fff;
	background:0 0;
}
img::-moz-selection {
	color:#fff;
	background:0 0;
}
body {
	webkit-tap-highlight-color: #222;
}

section {
	padding:0;
}
section .container {
	padding:100px 0;
}
aside {
	padding:50px 0;
}
.no-padding {
	padding:0;
}

.freykla {
	color: #c31b2a;
	font-family: 'Quando', serif;
}

.blau {
	color: #c31b2a;
}

.weiss {
	color: #ffffff;
	font-family: 'Quando', serif;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px;
}

/*================================ NAVBAR ============================ */
.navbar-default {
	border-color:rgba(34,34,34,.05);
	font-family:'Open Sans','Helvetica Neue',Arial,sans-serif;
	background-color:#fff;
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	transition:all .35s;
}
.navbar-default .navbar-header .navbar-brand {
	text-transform:uppercase;
	font-family: 'Quando', serif;
	font-weight:400;
}
.navbar-default .navbar-header .navbar-brand:hover,.navbar-default .navbar-header .navbar-brand:focus {
	color:#c31b2a;
}
.navbar-default .nav>li>a,.navbar-default .nav>li>a:focus {
	text-transform:uppercase;
	font-size:13px;
	font-family: 'Quando', serif;
	font-weight:400;
	color:#222;
	letter-spacing:1px;
}
.navbar-default .nav>li>a:hover,.navbar-default .nav>li>a:focus:hover {
	color:#c31b2a;
}
.navbar-default .nav>li.active>a,.navbar-default .nav>li.active>a:focus {
	color:#c31b2a!important;
	background-color:transparent;
}
.navbar-default .nav>li.active>a:hover,.navbar-default .nav>li.active>a:focus:hover {
	background-color:transparent;
}
.navbar-nav>li>a {
	padding-top: 30px;
	padding-bottom: 30px;	
}

@media(min-width:768px) {
	.navbar-default {
		border-color:rgba(255,255,255,.3);
		background-color:transparent;
		opacity:0;
	}
	.navbar-default .navbar-header .navbar-brand {
		color:rgba(255,255,255,.7);
	}
	.navbar-default .navbar-header .navbar-brand:hover,.navbar-default .navbar-header .navbar-brand:focus {
		color:#fff;
	}
	.navbar-default .nav>li>a,.navbar-default .nav>li>a:focus {
		color:rgba(255,255,255,.7);
			letter-spacing:2px;
	}
	.navbar-default .nav>li>a:hover,.navbar-default .nav>li>a:focus:hover {
		color:#fff;
	}
	.navbar-default.affix {
		border-color:rgba(34,34,34,.05);
		background-color:#fff;
		opacity:1;
	}
	.navbar-default.affix .navbar-header .navbar-brand {
		 font-size:16px;
		 color:#333;
		 letter-spacing:3px;
	}
	.navbar-default.affix .navbar-header .navbar-brand:hover,.navbar-default.affix .navbar-header .navbar-brand:focus {
		color:#c31b2a;
	}
	.navbar-default.affix .nav>li>a,.navbar-default.affix .nav>li>a:focus {
		color:#222;
	}
	.navbar-default.affix .nav>li>a:hover,.navbar-default.affix .nav>li>a:focus:hover {
		color:#222;
	}
}

/*================================ HEADER ============================ */
header {
	position:relative;
	width:100%;
	min-height:auto;
	text-align:center;
	color:#fff;
	background-position:center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
}
header .header-content {
	position:relative;
	width:100%;
	padding:100px 15px;
	text-align:center;
}
header .header-content .header-content-inner h1 {
	margin-top:0;
	margin-bottom:0;
	text-transform:uppercase;
	font-weight:700;
}
header .header-content .header-content-inner hr {
	margin:30px auto;
}
header .header-content .header-content-inner p {
	margin-bottom:50px;
	font-size:16px;
	font-weight:300;
	color:rgba(255,255,255,.7);
}
@media(min-width:768px) {
	header {
		min-height:100%;
	}
	header .header-content {
		position:absolute;
		top:50%;
		padding:0 50px;
		-webkit-transform:translateY(-50%);
		-ms-transform:translateY(-50%);
		transform:translateY(-50%);
	}
	header .header-content .header-content-inner {
		margin-right:auto;
		margin-left:auto;
		max-width:1000px;
	}
	header .header-content .header-content-inner p {
		margin-right:auto;
		margin-left:auto;
		max-width:80%;
		font-size: 23px;
    	font-weight: bold;
    	color: #fff;
	}
}
.section-heading {
	margin-top:0;
	text-transform:uppercase;
	line-height:1.5;
}

/*================================ SERVICES ============================ */
.service-box .icon {
	width:63px;
	height:63px;
	border-radius:50%;
	color:#fff;
	line-height:63px;
	text-align:center;
}
.service-box {
	overflow:hidden;
	border-bottom:double medium #fff;
	background-color:#f9f9f9;
	transition:all .2s ease-in;
}
.service-box:hover {
	border-bottom:double medium #eee;
}
.service-box .learnmore {
	position:absolute;
	border-radius:0;
	color:#fff;
	height:30px;
	width:30px;
	background-color:#444;
	top:0;
	right:-50px;
	line-height:30px;
	text-align:center;
	border-bottom-left-radius:2px;
}
.service-box:hover .learnmore {
	top:0;
	right:0;
}
.service-box {
	padding:30px;
	margin-top:30px;
	position:relative;
}
.service-box p {
	margin-bottom:0;
}

/*================================ PORTFOLIO ============================ */
.portfolio-box {
	display:block;
	position:relative;
	margin:0 auto;
	max-width:650px;
}
.portfolio-box .portfolio-box-caption {
	display:block;
	position:absolute;
	bottom:0;
	width:100%;
	height:100%;
	text-align:center;
	color:#fff;
	opacity:0;
	background:rgba(0,0,0,.8);
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	transition:all .35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
	position:absolute;
	top:50%;
	width:100%;
	text-align:center;
	transform:translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	padding:0 15px;
	font-family: 'Quando', serif;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
	text-transform:uppercase;
	font-size:14px;
	font-weight:600;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	font-size:18px;
}
.portfolio-box:hover .portfolio-box-caption {
	opacity:1;
}
@media(min-width:768px) {
	.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
		font-size:16px;
			letter-spacing:1px;
	}
	.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
		font-size:20px;
			font-style:italic;
	}
	.modal-content {
		-webkit-box-shadow:none;
		box-shadow:none;
		border:0;
		border-top:5px solid #c31b2a;
		border-radius:0;
		padding:20px;
		font-size:15px;
	}
}

/*================================ BUTTONS ============================ */
.btn-default {
	border-color:#fff;
	color:#222;
	background-color:#fff;
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	transition:all .35s;
}
.btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default {
	border-color:#ededed;
	color:#222;
	background-color:#f2f2f2;
}
.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default {
	background-image:none;
}
.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active {
	border-color:#fff;
	background-color:#fff;
}
.btn-default .badge {
	color:#fff;
	background-color:#222;
}
.btn-primary {
	border-color:#c31b2a;
	color:#fff;
	background-color:#c31b2a;
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	transition:all .35s;
	padding: 6px 13px;
}
.modal-body .btn-primary {font-size:12px;}
.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {
	border-color:#444;
	color:#fff;
	background-color:#444;
}
.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {
	background-image:none;
}
.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active {
	border-color:#c31b2a;
	background-color:#c31b2a;
}
.btn-primary .badge {
	color:#c31b2a;
	background-color:#fff;
}
.btn {
	border:0;
	border-radius:300px;
	text-transform:uppercase;
	font-family: 'Quando', serif;
	font-weight:700;
	letter-spacing:2px;
}
.btn-xl {
	padding:15px 30px;
	font-size:12px;
}
.btn:focus, .btn:active {border:0  !Important;outline:none !Important;}

/*================================ VIDEO ============================ */
.video-containeryt {
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
	background:transparent;
}
.video-containeryt iframe,.video-containersh iframe {
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}
.videowrap,.videowrapsh {
	position:relative;
	overflow:hidden;
	width:100.1%;
}
.videowrap .player .controls {
	display:none !Important;
}
.videowrap .videocontent,.videowrapsh .videocontent {
	height:50%;
	margin:auto;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	font-weight:900;
	color:#fff;
	text-align:center;
}
.textblock {
	padding:80px 0;
}
section {
	overflow:hidden;
}
.fullblocks .content {
	color:#fff;
	padding:30px 60px;
}
.fullblocks .content h2 {
	font-size:35px;
	font-style:italic;
	font-family:'Quando', serif;
}
.darkeffect {	
	color:#fff;
	max-width:100%;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size: cover;
	background-repeat:no-repeat;
}
/*================================ PANEL ============================ */
.panel-group .panel {
	margin-top:30px;
	border-radius:0;
}
.panel {
	box-shadow:none;
	-webkit-box-shadow:none;
	border:0;
}
.panel-default>.panel-heading {
	background-color:#f9f9f9;
}
.panel-title {
	font-family:Roboto;
	font-size:17px;
	line-height: 1.5;
}
.panel-heading {
	padding:15px 15px;
	border-radius:0;
}
.panel-group .panel+.panel {
	margin-top:10px;
}
	.bg-dark .panel-title>a {
	color:rgba(255,255,255,0.7);
}
 .panel-title>a:hover,.panel-title>a:active,.panel-title>a:focus {
	text-decoration:none;
	color:inherit;
}
.bg-dark .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:rgba(255,255,255,0.1);
	background-color:rgba(0,0,0,0.8);
	font-size:15px;
	color: rgba(255,255,255,0.3);
}
/*================================ PARALLAX ============================ */
.parallax {
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
	overflow:hidden;
	z-index:1;
	color:#fff;
}
.parallax .container {
	position:relative;
	z-index:4;
}
/*================================ CAROUSEL  ============================ */
.carousel-control.left,.carousel-control.right {
	background-image:none;
}
.carousel-control {
	color:#333;
	opacity:1;
	text-shadow:none;
}
.carousel-control:hover {
	color:#CCC;
}
.carousel-indicators li {
	border-color:#333;
	margin:0 2px;
	height:15px;
	width:15px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	margin:0 2px;
		-moz-transition:all .2s;
	-o-transition:all .2s;
	-webkit-transition:all .2s;
	transition:all .2s;
}
.carousel-indicators .active {
	height:15px;
	width:15px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	margin:0 2px;
	background-color:#333;
	border:1px solid #333;
}
.carousel.slide {
	-moz-transition:all .2s;
	-o-transition:all .2s;
	-webkit-transition:all .2s;
	transition:all .2s;
}
.carousel-inner blockquote {
	border:none;
	text-align:center;
	padding:0px 10% 30px;
	font-family:Playfair Display;
}
.carousel-inner blockquote small {
	font-size:14px;
	text-transform:uppercase;
	font-weight:400;
	letter-spacing:2px;
}
.carousel-inner blockquote p {
	font-size:36px;
}
.carousel-control .glyphicon {
	left:50%;
	margin-top:-10px;
	margin-left:-10px;
	font-size:20px;
}
.carousel-indicators {
	bottom:-20px;
}
.carousel-control {
	background:transparent;
	position:absolute;
	top:60%;
	margin-top:0px;
		border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
		height:40px;
	width:40px;
}
#Carousel img {
	margin-bottom:30px;
	border-radius:50%;
	max-height:120px;
}
/*================================ CONTACT ============================ */
#contactarea {
	text-align:center;
}
#contactarea .maintitle p.lead {
	margin-bottom:40px;
}
#contactarea form {
	max-width:800px;
	margin:0px auto;
	margin-top:50px;
}
#contactarea .input-lg,#contactarea .btn-lg {
	padding:20px 25px;
	height:65px;
}
#contact label {
	text-transform:uppercase;
	font-weight:300;
	 font-size:13px;
	 letter-spacing:1px;
}
#contact input,#contact select,#contact textarea {
	font-family:inherit;
	font-size:inherit;
	line-height:inherit;
	width:100%;
	border:0px;
	color:#333;
	background-color:#fff;
	border-radius:5px;
}
#contact input,#contact select {
		height:40px;
	margin-bottom:0px;
}
#contact input#submit {
	width:auto;
	margin-top:20px;
	border:0;
	padding:0px 20px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:3px;
	font-size:14px;
}
#contact textarea {
	height:180px;
}
.required {
	color:#fff;
}
#success,#error {
	display:none
}
#success span,#error span {
	display:block;
	position:absolute;
	top:0;
	width:100%
}
#success span p,#error span p {
	margin-top:6em
}
#success span p {
	color:#9bd32d;
}
#error span p {
	color:#c0392b;
}
.error.contactalert {
	text-transform:none;
	font-style:italic;
	display:inline-block;
}
.contactalert {
		margin-top:20px;
	border:1px solid;
	display:inline-block;
	padding:20px;
}
section.footer .social {
	margin-top:20px;
}
.social .fa {
	margin-left:10px;
	margin-right:10px;
}
section.footer {
	position:relative;
}
section.footer .container {
	padding:30px 0 30px;
	font-size:15px;
}
.footername {
		font-family: 'Quando', serif;
	font-style:italic;
	font-size:25px;
	font-weight:700;
	margin-bottom: 5px;
	display: inline-block;
}
/*================================ MISC ============================ */
.call-to-action h2 {
	margin:0 auto 20px;
}
.text-primary {
	color:#c31b2a;
}
.no-gutter>[class*=col-] {
	padding-right:0;
	padding-left:0;
}
.bg-primary {
	background-color:#c31b2a;
}
.bg-dark {
	color:#fff;
	background-color:#222;
}
.bg-dark a {
	color:#fff;
}
.text-faded {
	color:rgba(255,255,255,.9);
}
.rainb {
	height:4px;
}
.bgteal {
	background-color:#c31b2a;
	color:#fff;
}
.bggreen {
	background-color:#c0ca02;
	color:#fff;
}
.bgmagenta {
	background-color:#c31b2a;
	color:#fff;
}
.bgblue {
	background-color:#009fe3;
	color:#fff;
}
.bggray {
	background-color:#f9f9f9;
}
.textteal {
	color:#02cfa9;
}
.textgreen {
	color:#c0ca02;
}
.textmagenta {
	color:#c31b2a;
}
.stats {
	padding:50px 50px;
	font-family:Playfair Display;
	font-style:italic;
	font-size: 25px;
}

/*================================ RESPONSIVE ============================ */
@media(max-width:767px) {
	body , .carousel-inner blockquote p{font-size:15px;}
	.portfolio-box img {
	width:100%;
	}
	section .container {  
	padding:40px 15px;
	}
	.row {
	margin-right: 0;
	margin-left: 0;
	}
	.video-containeryt {
	 padding-bottom: 120%;
	}
    header .header-content {margin-top:30px;}
   .fullblocks .col-lg-6 {}
   .fullblocks .content{padding:20px 0;}
   .wow {
	visibility: visible !important;
	-webkit-animation: none !important;
     -moz-animation: none !important;
       -o-animation: none !important;
      -ms-animation: none !important;
          animation: none !important;
	}
}
@media(max-width:400px) {
	header .header-content .header-content-inner p {display:none;}
}


/*================================ LOADER ============================ */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #222;
        z-index: 1000;
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }
    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded styles */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
    }
    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
    }
    .loaded #loader {
        opacity: 0;

        -webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
                transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */

    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */
    
        -webkit-transition: all 0.3s 1s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
                transition: all 0.3s 1s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
    }