/**
* layout styles
*
* @project foliodrop
* @version 1.0
* @package css
* @author Nico Ender
* @copyright foliodrop.com
*
*/


/* reset tags */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var, 
center, dl, dt, dd, ul, li, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
outline:0px !important;
-webkit-appearance:none;
}

.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;content:""}.clearfix:after{clear:both}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

#portfolioGaleryTitleNew.theme_album_headline {
	padding-top: 10px;
	padding-bottom: 10px;
}

/*
 * vars
 */
/* share */
#sharebox {
  display: none;
  background: #fff;
  padding: 20px;
  position: absolute;
  text-align: center;
  z-index: 3000;
}
#sharebox a {
  text-decoration: none;
  margin: 2px 5px 5px 2px;
}
#sharebtn {
  color: #ccc;
  cursor: pointer;
  float: left;
}
/* foliodrop link */
#link_to_foliodrop {
  color: #ccc;
  font-size: 11px;
  margin-right: 30px;
  text-decoration: none;
}
#link_to_foliodrop:hover {
  color: #888;
}
/*
 *  user theme settings
 */
.top_right {
  float: right;
}
/*
.top_left {
  float:left;
}
*/


.settings.form .default_bg {
  padding: 5px;
}
.top_center {
  text-align: center;
}
#content_wrapper {
  overflow: hidden;
  margin: 20px 0 20px 0;
  min-height: 600px;
}
#aside {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

body.hide_navi_line #aside {
    border: none;
}

#aside li {
  margin: 0;
  padding: 0px;
  padding-left: 0;
  display: inline;
}
#aside li a {
  text-decoration: none;
}
#aside.left li,
#aside.right li {
  float: none;
}
#aside.left li a,
#aside.right li a {
  display: block;
}
#content_wrapper .photolist {
  margin-bottom: 0;
}
.photolist.storylayout {
  float: left;
}

ul.storylayout li,
ul.stackedlayout li {
	margin-right: 10px;	
}

/* menue top_left */
#aside.top_left {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
#aside.top_left li {
  margin-right: 10px;
  float: left;
}
#aside.top_center li {
  margin-right: 10px;
}
#aside.top_left li#manage_pdf_container {
  float: right;
}
/* end menue top_left */
/* menue left */
#aside.left {
  float: left;
  width: 200px;
  border: none;
  text-align: left;
}
#section {
	/* min-height: 400px; */
}
#aside.left li#manage_pdf_container {
  float: left;
}
#section.left {
  margin-left: 220px;
}
#aside.left #treemenu ul li {
  float: none;
}
/* end menue left */
/* menue right */
#aside.right {
  float: right;
  width: 200px;
  border: none;
  text-align: right;
}
#section.right {
  margin-right: 220px;
}
#aside.top_right {
  float: right;
  width: 100%;
  text-align: right;
}
#aside.top_right li {
  float: right;
  margin-left: 10px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #aside.top_right li:first-child {
    margin-right: 40px;
  }
}
#section.top_right {
  margin-right: 220px;
  float: left;
  width: 100%;
}
#aside.right #treemenu ul li {
  float: none;
}
#lightbox-image-details {
  display: none;
}
/* end menue right */
#sitecheck .notice {
  padding: 10px;
  margin: 0 0 30px 0;
  color: #fff;
}
#sitecheck .notice.unsuccess {
  background: #ED1A1A;
}
#sitecheck .notice.success {
  background: #3BBC2D;
}
.pagedetail {
  text-align: left;
  padding-top: 30px;
}
/* error */
body.error {
  background: #474747;
  text-align: center;
  padding: 20%;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-shadow: -1px -1px #333333, 1px 1px #333333;
  letter-spacing: 1px;
}
body.error a {
  /*  background: -moz-linear-gradient(center top , #FFFFFF 0%, #EBEBEB 50%, #DBDBDB 50%, #B5B5B5) repeat scroll 0 0 transparent; */
  background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 50%, #dbdbdb 50%, #b5b5b5);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.5, #ebebeb), color-stop(0.5, #dbdbdb), to(#b5b5b5));
  border: 1px solid #949494;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 2px #ffffff inset;
  color: #050505;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 5px 10px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 #ffffff;
  text-decoration: none;
}
body.error a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #050505;
  background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 50%, #dbdbdb 50%, #8c8c8c);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.5, #ebebeb), color-stop(0.5, #dbdbdb), to(#8c8c8c));
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #949494;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 2px #ffffff;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 2px #ffffff;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2), 0px 1px 0px #ffffff;
}
.userlogo {
  max-height: 250px;
  vertical-align: middle; /* fixed the margin bug */
}

h1 {
	overflow: hidden;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .userlogo.top_right {
    margin-right: 50px;
  }
}
.cake-error {
  display: none;
}
.align_top_center,
.align_center {
  margin: auto;
  margin-top: 20px;
}
.align_top_left,
.align_left {
  float: left;
}
.align_top_right,
.align_right {
  float: right;
}
.aboutimage img {
  max-width: 600px;
}
.aboutimage.image_align_top img {
  max-width: 1600px;
}
.aboutimage.image_align_left {
  float: left;
  margin-right: 20px;
}
.aboutimage.image_align_right {
  float: right;
  margin-left: 20px;
}
.aboutimage.image_align_top {
  margin-bottom: 30px;
  text-align: center;
}
/* protected categories */
#category_login {
  background-color: rgba(255, 255, 255, 0.3);
  background: #fff;
  color: #A8A8A8;
  text-align: left;
  width: 340px;
  height: 230px;
  padding: 40px;
  margin: 0 auto;
  position: relative;
  z-index: 9999999999999;
  margin-bottom: 80px;
  -webkit-box-shadow: 10px 10px 30px 10px #222;
  box-shadow: 10px 10px 30px 10px #222;
  display: none;
  font-family: Terminal Dosis;
}
#category_login label {
  display: none;
}
#overlay.open {
  top: 0;
}
#category_login.response {
  height: 40px;
}
#category_login #UserCategoryLoginForm {
  margin-top: 0;
}
#UserCategoryLoginForm div.submit input,
body#FD_fullsite_black_navi_template form#UserCategoryLoginForm button,
body#FD_fullsite_black_navi_template form#UserCategoryLoginForm div.submit input {
  border-radius: 0;
  float: left;
  font-weight: normal;
  background: #000;
  color: #fff;
  text-align: left;
  padding-left: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 16px;
  font-family: Terminal Dosis;
  font-size: 15px;
  text-transform: uppercase;
}
form#UserCategoryLoginForm label {
  color: #000;
  font-family: Terminal Dosis;
  font-size: 15px;
}
#UserCategoryLoginForm div.input input {
  border-radius: 0;
}
#UserCategoryLoginForm .wrapper .input {
  width: 332px;
  padding-right: 10px;
}
#UserCategoryLoginForm .input.password input {
  background: #fff;
  padding: 10px;
  padding-left: 5px;
  border: 2px solid #8B8B8B;
  width: 316px;
  margin-bottom: 20px;
}
.badge {
  margin-left: -66px;
}
h2.badgetitle {
  position: absolute;
  top: 48px;
  left: 45px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 15px;
  font-family: Terminal Dosis;
}
#sendpwd {
  position: absolute;
  color: #000;
  top: 194px;
  right: 40px;
  font-family: Terminal Dosis;
  font-size: 15px;
  overflow: hidden;
  width: 220px;
}
#sendpwd input#sendpwd_email {
  padding: 9px 2px 9px 2px;
  width: 175px;
  border: 2px solid #8B8B8B;
  color: #A8A8A8;
  float: right;
  margin-right: 4px;
}
#sendpwd .pwdlabel_request {
  margin-right: 5px;
}
#sendpwd input#math_result {
  padding: 2px;
  padding-top: 3px;
  width: 50px;
  border: 2px solid #8B8B8B;
  margin-top: 0;
  float: right;
}
#sendpwd .math_field_wrapper {
  float: right;
  margin-top: 5px;
  margin-right: 3px;
}
#sendpwd .result_wrapper {
  float: right;
}
#sendpwd .go_button {
  float: right;
  background: #000;
  color: #fff;
  padding: 5px;
  height: 13px;
  line-height: 13px;
  cursor: pointer;
  margin-left: 5px;
  margin-top: 1px;
  margin-right: 1px;
}
#sendpwd .go_button:hover {
  background: #333333;
}
.txt_blue {
  color: #02b2ee;
}
.bg_blue {
  background-color: #02b2ee;
}
.txt_uppercase {
  text-transform: uppercase;
}
.txt_center {
  text-align: center;
}
.txt_left {
  text-align: left;
}
.txt_right {
  text-align: right;
}
#errormessage,
#pwd_errormessage {
  color: #990000;
}
#pwd_errormessage {
  margin-left: 5px;
}
#sendpwd #errormessage {
  margin-right: 5px;
}
#sendpwd input#sendpwd_email.error,
#sendpwd input#math_result.error,
form#UserCategoryLoginForm input#UserPwd.error {
  border: 2px solid #ff0000;
}
#sendpwd input#sendpwd_email:focus,
#sendpwd input#math_result:focus,
#UserCategoryLoginForm .input.password input:focus {
  background: #D8D8D8;
}
#inner_frontloader {
  position: absolute;
  top: 0;
  right: 0;
  height: 10px;
  display: none;
}
#category_login .pwdlabel {
  margin-left: 5px;
  color: #A8A8A8;
}
pre.cake-error {
  display: none;
}
#portfolioGaleryClose,
#close_pdftoolbox {
  position: fixed;
  top: -100px;
  right: 0px;
  z-index: 111111111111;
  background: #000;
  color: #fff;
  padding: 5px 30px 5px 5px;
  display: inline-block;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: normal;
  text-decoration: none;
  margin: 0;
  cursor: pointer;
  line-height: 1.3em;
}
#portfolioGaleryInner .theme_album_headline {
/*  margin-bottom: 10px; */
}
.page_body h1 {
  font-size: 36px;
  font-weight: bold;
}
.page_body h2 {
  font-size: 30px;
  font-weight: bold;
}
.page_body h3 {
  font-size: 24px;
  font-weight: bold;
}
.page_body h4 {
  font-size: 18px;
  font-weight: bold;
}
.page_body h5 {
  font-size: 12px;
  font-weight: bold;
}
.page_body h6 {
  font-size: 9px;
  font-weight: bold;
}
#js_thank_you_message,
#contactform_message_send {
  padding: 10em;
  text-align: center;
}

#contactform_message_send h1 {
	line-height: 1.3em;
}	

.b-lazy {
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  max-width: 100%;
  opacity: 0;
}
.b-lazy.b-loaded {
  opacity: 1;
}

.default_animate {
	-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;
}

/*
 * sharer
 */

.photosharer {
	position: absolute; 
	top: -40px; 
	z-index: 30;
	right:15px;
	
	
}

.photowrapper:hover .photosharer {
	top: 10px;
}

#header {
    margin-bottom: 30px;
}

.fb_icon {
	width:26px;
	height:26px;
	background: url(/img/share/black/round/facebook.png) 0 0 no-repeat;
	background-size: 26px 26px;
	cursor:pointer;
	display: inline-block;
}

.tw_icon {
	width:26px;
	height:26px;
	background: url(/img/share/black/round/twitter.png) 0 0 no-repeat;
	background-size: 26px 26px;
	cursor:pointer;
	display: inline-block;
}

.fb_icon.large,
.tw_icon.large { 
	width:36px;
	height:36px;
	background-size: 36px 36px;	
}

/*
 * locked categories
 */

.category-locked-modal.modal {
    margin-top: 10%;
    padding-top: 100px;
}

.category-locked-modal.modal .close {
	position: absolute;
	right: 20px;
	top: 0;
}

.category-locked-modal.modal .messageText {
	color: #58595b;
	text-align: center;
}

.category-locked-modal.modal p.subheadline {
	color: #58595b;
	margin-left: 25px;
	margin-bottom: 5px;
}

.category-locked-modal.modal .form-group {
	margin-bottom: 5px;
}

.category-locked-modal.modal .close:hover {
	background: none;
}

.category-locked-modal.modal .category_locked_headline {
    position: absolute;
    margin-top: -90px !important;
    color: #fff;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    font-weight: 200;
}

.category-locked-modal .modal-body {
	padding-top: 60px;
}

.category-locked-modal.modal .category_locked_headline span {
	display: inline-block;
	margin-bottom: 20px;	
}

.category-locked-modal.modal .category_locked_headline img {
	height: 90px;	
}

.category-locked-modal.modal .modal-dialog .modal-content {
    background-color: rgb(238, 238, 238);
    border-radius: 0;
}

.category-locked-modal.modal .modal-dialog .modal-content .modal-body form .input-wrapper input {
    border: 1px solid rgb(172, 172, 172);
    border-radius: 0;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: 20px;
    font-weight: 200;
    height: 54px;
    line-height: 52px;
    padding: 0 22px ;
    position: relative;
    vertical-align: middle;
    width: 100%;
    z-index: 5;
}

.row.category_locked_form_wrapper {
	padding-top: 30px;
}

.modal-dialog .modal-content .input-wrapper .fd-tooltip {
    background-color: #000;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: 12px;
    height: auto;
    line-height: 52px;
    padding: 0 24px;
    position: absolute;
    right: 0;
    top: 0;
    transition: right 0.3s ease-in-out 0s;
    width: 280px;
}

.modal-dialog .modal-content .input-wrapper input:focus + .fd-tooltip {
  right: -280px;
}

.category-locked-modal.modal .modal-dialog .modal-content button {
  width: 100%;
  display: block;
  border-radius: 1px;
  margin-left: 0;
  line-height: 52px;
  background-color: #2c9ee3;
  background-image: none;
  color: #fff;
  font-size: 18px;
  padding: 0 22px;
  border: none;
  border-color: #2c9ee3 !important;
  outline: none !important;
}
.category-locked-modal.modal .modal-dialog .modal-content button.login-button {
  background-color: #000;
  border-color: #000 !important;
}

.category-locked-modal.modal .modal-dialog .modal-content button.send-pwd-button {
  background-color: #d7d7d7;
  border-color: #cccccc !important;
}

.category-locked-modal.modal form .form-control {
    background-color: rgb(255, 255, 255);
    background-image: none;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: rgb(85, 85, 85);
    display: block;
    font-size: 14px;
    height: 55px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.album__headline {
	text-align: left;
	margin-top: 5px;
}

.overflow_hidden {
	overflow: hiddden;
}

ul.storylayout li.last {
	margin-right: 50px;
}

.closeModalBtn {
	background: rgb(0, 0, 0) none repeat scroll 0 0;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-size: 0.8em;
    font-weight: normal;
    line-height: 1.3em;
    margin: 0;
    padding: 5px 30px 5px 5px;
    position: fixed;
    right: 0;
    text-decoration: none;
    text-transform: uppercase;
    top: -100px;
    z-index: 11111;
}

body.modal-open .closeModalBtn {
	top: 0;
}

@media (max-width: 680px) {
  
	.modal-dialog .modal-content .input-wrapper .fd-tooltip {
		display: none;
	}
	
	
	.userlogo {
		max-height:auto;
		height: auto;
		max-width: 100%;
		vertical-align: middle; /* fixed the margin bug */
  	}
  
	ul.storylayout li,
	ul.stackedlayout li {
		float: none;
		height: auto;
		width: 100%;
		margin-bottom: 20px;
	}
  
	ul.storylayout li img.storylayout_img,
	ul.stackedlayout li img.stackedlayout_img {
		max-width: 100%;
		height: auto;
	}
  
	.aboutimage.image_align_left {
		float: none;
		margin-right: 0px;
	}
	.aboutimage.image_align_right {
		float: none;
		margin-left: 0px;
	}
	.aboutimage.image_align_top {
		margin-bottom: 30px;
		text-align: center;
	}
	
	.aboutimage.image_align_left img,
	.aboutimage.image_align_right img,
	.aboutimage.image_align_top img {
		max-width: 100%;
	}
	
  	/*
  	 * layout stuff
  	 */  
	
	#aside.left,
	#aside.right,
	#aside.top_left,
	#aside.top_right {
		float: none;
	}
	
	#section.left,
	#section.right {
		margin: 0;
	}
	
	#sharewrapper {
		bottom: 0px !important;
	}
	
	/*
	 * fullsite templates
	 */
	body#Fullsite2_template #aside #nav a,
	body#Whitefullsize_template #aside #nav a {
		padding: 3px;
		font-size: 10px;
	}
	body#Fullsite2_template #aside,
	body#Whitefullsize_template #aside {
		top:0;
		margin: 0;
	}
	body#Fullsite2_template #aside.top_left #nav,
	body#Whitefullsize_template #aside.top_left #nav {
		border: none;
	}
	
	body#Fullsite2_template #aside.top_left h1,
	body#Whitefullsize_template #aside.top_left h1 {
		padding: 0;
	}
}

/* category and homepage thumb position */

body.thumb_position_left ul.photo_list li,
body.homepage_thumb_position_left ul.photo_list li {
    float: left;
}

body.thumb_position_right ul.photo_list li,
body.homepage_thumb_position_right ul.photo_list li {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

body.thumb_position_center ul.photo_list li,
body.homepage_thumb_position_center ul.photo_list li {
    display: inline-block;
    /*display: -moz-inline-stack;*/
    vertical-align: top;
}

body.thumb_position_center ul.photo_list,
body.homepage_thumb_position_center ul.photo_list {
    text-align: center;
}

a#agency_modal_close {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 1111;
    background: #000;
    color: #fff;
    padding: 5px 30px 5px 5px;
    display: none;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 0.8em;
    text-decoration: none;
    margin: 0;
    cursor: pointer;
    line-height: 1.3em;
}

body.modal-open a#agency_modal_close {
    display: block;
}

/*
 * editor content
 */

.row.layout-row img {
    max-width: 90%;
    display:inline-block;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px; overflow: hidden;
}

.list .responsive-video {
    margin-bottom: 30px;   
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

@media only screen and (max-width : 768px) {
    .row.layout-row img {
        width: 100%;
    }
}

.row.layout-row {
    margin-bottom: 30px;
    max-width: 100%;
}

/*
 * hide album titles
 */

body.hide_album_title .stackedlayout_wrapper .theme_album_headline,
body.hide_album_title .storylayout_wrapper .theme_album_headline,
body.hide_album_title #dynamic .theme_album_headline,
body.hide_album_title #dynamic .theme_album_body {
    display: none;
}


/*
 * slideshow
 */


.fd-slides{
  position: relative;
  display: block;    
}

.fd-slides.center{
  text-align: center;
}

.fd-slides:focus{
 outline: 0;
}
.fd-slides ul li {
  position: absolute;
  top: 0;
  width: 100%;
}
.fd-slides ul li:first-child{
  position: relative;
}
.fd-slides ul li img{
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  position: relative;
  max-width: 100%;
/*-webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  */
}
.fd-slides .fd-show {
  z-index: 3;
}
.fd-slides .fd-show img{
  opacity: 1;
 /* -webkit-backface-visibility: hidden;
  backface-visibility: hidden;*/
}
.fd-next, .fd-prev{
  color: #fff;
  position: absolute;
  background: #000;
  background: rgba(0,0,0, .6);
  top: 50%;
  z-index: 4;
  font-size: 2em;
  margin-top: -1.2em;
  opacity: .5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
}
.fd-next:hover, .fd-prev:hover{
  cursor: pointer;
  opacity: 1;
}
.fd-next{
  right: 0;
  padding: 10px 5px 15px 10px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.fd-prev{
  left: 0;
  padding: 10px 10px 15px 5px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/*
 * photo and video box 
 */

body.hide_photobox_border #dynamic li .content_holder {
    border: none;
}

/*
 * extra sausage
 */

#page_23824 .large-9 {
    width: 100%;
}

/*
 * loader
 */

#loader {
	position: absolute; 
	top: 50%; 
	left: 0; 
	width: 100%; 
	text-align: center;
	z-index: 9999999;
}

.cssload-container {
	width: 100%;
	height: 88px;
	text-align: center;
}

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(44, 44, 44, 0.2);
  border-right: 1.1em solid rgba(44, 44, 44, 0.2);
  border-bottom: 1.1em solid rgba(44, 44, 44, 0.2);
  border-left: 1.1em solid #b2b0b0;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
