@font-face {
 font-family: 'Open Sans';
 src: url("fonts/Light/OpenSans-Light.eot?v=1.1.0");
 src: url("fonts/Light/OpenSans-Light.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("fonts/Light/OpenSans-Light.woff2?v=1.1.0") format("woff2"), url("fonts/Light/OpenSans-Light.woff?v=1.1.0") format("woff"), url("fonts/Light/OpenSans-Light.ttf?v=1.1.0") format("truetype"), url("fonts/Light/OpenSans-Light.svg?v=1.1.0#Light") format("svg");
 font-weight: 300;
 font-style: normal;
}
@font-face {
 font-family: 'Open Sans';
 src: url("fonts/Regular/OpenSans-Regular.eot?v=1.1.0");
 src: url("fonts/Regular/OpenSans-Regular.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("fonts/Regular/OpenSans-Regular.woff2?v=1.1.0") format("woff2"), url("fonts/Regular/OpenSans-Regular.woff?v=1.1.0") format("woff"), url("fonts/Regular/OpenSans-Regular.ttf?v=1.1.0") format("truetype"), url("fonts/Regular/OpenSans-Regular.svg?v=1.1.0#Regular") format("svg");
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'Open Sans';
 src: url("fonts/Italic/OpenSans-Italic.eot?v=1.1.0");
 src: url("fonts/Italic/OpenSans-Italic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("fonts/Italic/OpenSans-Italic.woff2?v=1.1.0") format("woff2"), url("fonts/Italic/OpenSans-Italic.woff?v=1.1.0") format("woff"), url("fonts/Italic/OpenSans-Italic.ttf?v=1.1.0") format("truetype"), url("fonts/Italic/OpenSans-Italic.svg?v=1.1.0#Italic") format("svg");
 font-weight: normal;
 font-style: italic;
}
@font-face {
 font-family: 'Open Sans';
 src: url("fonts/Semibold/OpenSans-Semibold.eot?v=1.1.0");
 src: url("fonts/Semibold/OpenSans-Semibold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("fonts/Semibold/OpenSans-Semibold.woff2?v=1.1.0") format("woff2"), url("fonts/Semibold/OpenSans-Semibold.woff?v=1.1.0") format("woff"), url("fonts/Semibold/OpenSans-Semibold.ttf?v=1.1.0") format("truetype"), url("fonts/Semibold/OpenSans-Semibold.svg?v=1.1.0#Semibold") format("svg");
 font-weight: 600;
 font-style: normal;
}
@font-face {
 font-family: 'Open Sans';
 src: url("fonts/Bold/OpenSans-Bold.eot?v=1.1.0");
 src: url("fonts/Bold/OpenSans-Bold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("fonts/Bold/OpenSans-Bold.woff2?v=1.1.0") format("woff2"), url("fonts/Bold/OpenSans-Bold.woff?v=1.1.0") format("woff"), url("fonts/Bold/OpenSans-Bold.ttf?v=1.1.0") format("truetype"), url("fonts/Bold/OpenSans-Bold.svg?v=1.1.0#Bold") format("svg");
 font-weight: bold;
 font-style: normal;
}
/********************//******************** GENERAL ********************/
* {
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0;
	padding: 0;
	-webkit-user-drag: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-overflow-scrolling: touch;
	/*-webkit-transform: translateZ(0);*/
    -webkit-touch-callout: none;
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
	margin:0;
	padding:0;
}
*:focus {
	outline:none;
}
body, html {
	font-size:12px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	background: rgba(255, 255, 255, 1);
	color:#000;
	/*overflow:hidden;*/
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	min-height:100%;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
}
a:link {
	text-decoration: none;
	color: inherit;
}
a:visited {
	color: inherit;
}
a:hover {
	color: inherit;
}
.italic {
	font-style:italic;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clr {
	clear: both;
}
.display_none {
	display:none;
}
.wrapper {
	margin-left:60px;
	margin-right:60px;
}
/********************//******************** MASK ********************/
.maskLoader {
	background-color:#C71E62;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100000;
	top:0;
	bottom:0;
	left:0;
	right:0;
	overflow:none;
}
#loader {
	background: url(../images/logo-1.png) center center no-repeat;
	height: 120px;
	width: 220px;
	left: 50%;
	top: 50%;
	position: absolute;
	margin-top: -60px;
	margin-left: -110px;
	background-position: center bottom;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/********************//******************** HEADER ********************/
#holder {
	min-height: 100%;
	position:relative;
}
#header {
	display:block;
	position:fixed;
	z-index:99999;
	width:100%;
	height:120px;
	-webkit-animation: start 0.2s linear;
	-moz-animation:    start 0.2s linear;
	-o-animation:      start 0.2s linear;
	animation:         start 0.2s linear;
	background-color:#C71E62;
}
/*.header_left {
	float:left;
	width:60px;
	height:100%;
	background-color: #C71E62;
}*/
.header_right {
	position:absolute;
	left:280px;
	right:0;
	height:100%;
	z-index:999999999;
}
.lang {
	position:absolute;
	top:20px;
	right:60px;
	font-size:11px;
	color:#FFF;
	z-index:99999999999999999;
	font-weight:600;
}
.lang a:link {
	text-decoration:none;
	color:#FFF;
 transition: color .5s ease-in-out;
 -moz-transition: color .5s ease-in-out;
 -webkit-transition: color .5s ease-in-out;
 -o-transition: color .5s ease-in-out;
}
.lang a:visited {
	text-decoration:none;
	color:#FFF;
}
.lang a:hover {
	text-decoration:none;
	color:#DF95A8;
}
.activeLang {
	color:#DF95A8;
}
.activeMenu {
	color:#4F102A;
}
.marginLang {
	margin-right:5px;
}
.marginLang2 {
	margin-left:5px;
}
.logo {
	position:absolute;
	float:left;
	width:220px;
	height:120px;
	margin-top:0px;
	margin-left:49px;
	z-index:999999999999;/*background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	background-position:center center;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover*/
}
.menu_nav1 {
	position:relative;
	float:left;
	margin-left:40px;
	margin-top:85px;
	z-index:999999999;
}
.menu_nav1 ul {
	font-size:12px;
	text-transform:uppercase;
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
.menu_nav1 li {
	display:inline;
	float:left;
	height:20px;
	line-height:20px;
	padding-left:0px;
	padding-right:30px;
	font-weight:600;
}
.menu_nav2 {
	position:relative;
	float:right;
	margin-right:60px;
	margin-top:85px;
	z-index:999999999;
}
.menu_nav2 ul {
	font-size:12px;
	text-transform:uppercase;
	list-style:none;
	float:right;
	margin:0;
	padding:0;
}
.menu_nav2 li {
	display:inline;
	float:left;
	height:20px;
	line-height:20px;
	padding-left:30px;
	padding-right:0px;
	font-weight:600;
}
.menu_nav1 li a:link, .menu_nav2 li a:link {
	text-decoration:none;
	color:#FFF;
 transition: color .5s ease-in-out;
 -moz-transition: color .5s ease-in-out;
 -webkit-transition: color .5s ease-in-out;
 -o-transition: color .5s ease-in-out;
}
.menu_nav1 li a:visited, .menu_nav2 li a:visited {
	text-decoration:none;
	color:#FFF;
}
.menu_nav1 li a:hover, .menu_nav2 li a:hover {
	text-decoration:none;
	color:#DF95A8;
}
.active {
	color:#DF95A8;
}
.activeSubMenu {
	color:#DF95A8;
}
.menuResponsive {
	z-index:99999;
	position:absolute;
	left:0;
	right:0;
	top:0;
	margin-top:40px;
	display:none;
}
/********************//******************** MAIN ********************/
#main {
	padding-top:120px;
	padding-bottom: 60px;
	-webkit-animation: start 0.6s linear;
	-moz-animation:    start 0.6s linear;
	-o-animation:      start 0.6s linear;
	animation:         start 0.6s linear;
}
.wrapperMain {
	margin-top:60px;
	margin-bottom:60px;
	margin-left:60px;
	margin-right:60px;
}
.wrapperMainAlt {
	margin-top:40px;
	margin-bottom:40px;
	margin-left:60px;
	margin-right:60px;
}
/********************//******************** BANNER ********************/
.bannerBox {
	position:relative;
	background-color:#CACBCC;
	margin-top:0px;
	height:240px;
	width:100%;
}
/********************//******************** CATEGORY BY ********************/
#categoryby {
	width:100%;
	display:none;
	background:rgba(202, 203, 204, 0.2);
}
.categoryBox {
	/*margin-top:40px;
	margin-bottom:40px;*/
	padding-top:40px;
	padding-bottom:40px;
	max-width:400px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.categoryBox h3 {
	font-size: 22px;
	line-height: 24px;
	margin-bottom:10px;
	font-weight:600;
}
.cat_menu {
	clear:both;
	position:relative;
}
.cat_menu ul {
	font-size:12px;
	text-transform:uppercase;
	list-style:none;
	clear:both;
	margin:0;
	padding:0;
}
.cat_menu li {
	clear:both;
	line-height:20px;
	padding-left:0px;
	padding-right:0px;
}
.cat_menu li a:link {
	text-decoration:none;
	color:#000;
 transition: color .5s ease-in-out;
 -moz-transition: color .5s ease-in-out;
 -webkit-transition: color .5s ease-in-out;
 -o-transition: color .5s ease-in-out;
}
.cat_menu li a:visited {
	text-decoration:none;
	color:#000;
}
.cat_menu li a:hover {
	text-decoration:none;
	color:#CACBCC;
}
.catActive {
	color:#CACBCC;
}
.activeCat {
	color:#CACBCC;
}
/********************//******************** SEARCH BY ********************/
#searchby {
	width:100%;
	display:none;
	background:rgba(202, 203, 204, 0.2);
}
.searchBox {
	/*margin-top:40px;
	margin-bottom:40px;*/
	padding-top:40px;
	padding-bottom:40px;
	max-width:400px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.searchBox h3 {
	font-size: 22px;
	line-height: 24px;
	margin-bottom:10px;
	font-weight:600;
}
.inputSearch {
	clear:both;
	height:38px;
	font-size:18px;
	line-height:22px;
	background:rgba(202, 203, 204, 0.0);
	border:0px;
	position:relative;
	width:100%;
	max-width:380px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:0px;
	text-align:center;
	color:#000;
	border-bottom:1px solid #CACBCC;
 transition: border .5s ease-in-out;
 -moz-transition: border .5s ease-in-out;
 -webkit-transition: border .5s ease-in-out;
 -o-transition: border .5s ease-in-out;
}
.inputSearch:focus {
	border-bottom:1px solid #000;
}
#submitSearch {
	clear:both;
	border:0px;
	margin-top:10px;
	height:34px;
	font-size:12px;
	line-height:14px;
	text-align:center;
	text-transform:uppercase;
	cursor:pointer;
	opacity:1;
	background:rgba(202, 203, 204, 0.0);
	color:#000;
 transition: color .5s ease-in-out;
 -moz-transition: color .5s ease-in-out;
 -webkit-transition: color .5s ease-in-out;
 -o-transition: color .5s ease-in-out;
}
#submitSearch:hover {
	color:#CACBCC;
}
/********************//******************** GRID THUMBS ********************/
.free-wall {
	margin: auto;
}
.sepAuthor {
	margin-top:60px;
}
.cell {
	background-position:center center;
	background-repeat:no-repeat;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	background-color: #CACBCC;
	width:200px;
	height:200px;
}
.cellAuthor {
	background-position:center center;
	background-repeat:no-repeat;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	background-color: #CACBCC;
	width:260px;
	height:260px;
}
/********************//******************** FOOTER ********************/
#footer {
	background: rgba(202, 203, 204, 0.2);
	bottom: 0;
	height: 60px;
	left: 0;
	position: absolute;
	right: 0;
}
.footerMain {
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	height:60px;
	background: rgba(255, 255, 255, 1);
	z-index:999;
	display:none;
}
.footer_logos {
	text-align:center;
	height:60px;
}
.footer_logos img {
	margin-top:11px;
	margin-left:15px;
	margin-right:15px;
	height:38px;
}
.footer_logos a:link img {
	opacity:1.0;
 transition: opacity .5s ease-in-out;
 -moz-transition: opacity .5s ease-in-out;
 -webkit-transition: opacity .5s ease-in-out;
 -o-transition: opacity .5s ease-in-out;
}
.footer_logos a:visited img {
	opacity:1.0;
}
.footer_logos a:hover img {
	opacity:0.6;
}
.backTop {
	clear:both;
	position:fixed;
	bottom:65px;
	right:20px;
	float:right;
	display:inline;
	text-align:right;
	font-size:10px;
	height:20px;
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 2s; /* Firefox < 16 */
	-ms-animation: fadein 2s; /* Internet Explorer */
	-o-animation: fadein 2s; /* Opera < 12.1 */
	animation: fadein 2s;
	display:none;
}
.scrollToTop:link {
	opacity:1;
 transition: opacity .5s ease-in-out;
 -moz-transition: opacity .5s ease-in-out;
 -webkit-transition: opacity .5s ease-in-out;
 -o-transition: opacity .5s ease-in-out;
}
.scrollToTop:visited {
	opacity:1;
}
.scrollToTop:hover {
	opacity:0.7;
}
/********************//******************** POPUP ********************/
#fade {
	width:100%;
	min-height: 100%;
	position:relative;
	z-index:999999999;
}
.well {
	/*display:none;*/
	background-color:#C71E62;
	background: rgba(199, 30, 98, 0.9);
}
#headerWell {
	height: 120px;
	width: 100%;
}
.logoWell {
	position:relative;
	float:left;
	width:220px;
	height:120px;
	margin-top:0px;
	margin-left:49px;
	z-index:999999999;
	background-image:url(../images/logo-1.png);
	background-repeat:no-repeat;
	background-position:center center;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.closeWell {
	position:relative;
	float:right;
	width:60px;
	height:60px;
	margin-top:30px;
	margin-right:40px;
}
#mainWell {
	padding-bottom: 60px;
}
.wellContent {
	max-width:420px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.about_well, .contacts_well {
	position:relative;
	margin-top:-20px;
	color:#FFF;
	text-align:center;
}
.about_well h3 {
	font-size: 22px;
	line-height: 24px;
	margin-bottom:30px;
	font-weight:bold;
	text-transform:uppercase;
}
.contacts_well h3 {
	font-size: 22px;
	line-height: 24px;
	margin-bottom:20px;
	font-weight:bold;
	text-transform:uppercase;
}
.about_well p {
	font-size:12px;
	line-height:15px;
	list-style:none;
	clear:both;
	margin:0;
	padding-top:0px;
	padding-bottom:15px;
}
.contacts h4 {
	font-size:14px;
	line-height: 16px;
	padding-top:15px;
	padding-bottom:5px;
	text-transform:uppercase;
	font-weight:600;
}
.contacts_well p {
	font-size:12px;
	line-height:16px;
	list-style:none;
	clear:both;
	margin:0;
	padding-bottom:10px;
}
#footerWell {
	bottom: 0;
	height: 60px;
	left: 0;
	position: absolute;
	right: 0;
}
.about_well p a:link {
	text-decoration:none;
	color:#FFF;
 transition: color .5s ease-in-out;
 -moz-transition: color .5s ease-in-out;
 -webkit-transition: color .5s ease-in-out;
 -o-transition: color .5s ease-in-out;
}
.about_well p a:visited {
	text-decoration:none;
	color:#FFF;
}
.about_well p a:hover {
	text-decoration:none;
	color:#CACBCC;
}
.contacts p a:link {
	text-decoration:none;
	color:#FFF;
 transition: color .5s ease-in-out;
 -moz-transition: color .5s ease-in-out;
 -webkit-transition: color .5s ease-in-out;
 -o-transition: color .5s ease-in-out;
}
.contacts p a:visited {
	text-decoration:none;
	color:#FFF;
}
.contacts p a:hover {
	text-decoration:none;
	color:#CACBCC;
}
/********************//******************** AUTHORS ********************/
.authorBox {
	float:left;
	width:56%;
}
.authorProfile {
	float:left;
}
.authorContent {
	margin-left: 220px;
}
.authorPic {
	width:200px;
	height:260px;
	margin-right:20px;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color:#CACBCC;
}
.authorLink {
	margin-top:10px;
	margin-bottom:0px;
	clear:both;
}
.authorLink a:link {
	opacity:1;
 transition: opacity .5s ease-in-out;
 -moz-transition: opacity .5s ease-in-out;
 -webkit-transition: opacity .5s ease-in-out;
 -o-transition: opacity .5s ease-in-out;
}
.authorLink a:visited {
	opacity:1;
}
.authorLink a:hover {
	opacity:0.7;
}
.closeLink {
	position:absolute;
	right:0px;
	top:0px;
	z-index:9999;
	display:none;
}
.closeLink a:link {
	opacity:1;
 transition: opacity .5s ease-in-out;
 -moz-transition: opacity .5s ease-in-out;
 -webkit-transition: opacity .5s ease-in-out;
 -o-transition: opacity .5s ease-in-out;
}
.closeLink a:visited {
	opacity:1;
}
.closeLink a:hover {
	opacity:0.7;
}
.authorTitle {
	font-size: 18px;
	line-height: 20px;
	margin-bottom:10px;
	font-weight:bold;
	text-transform:uppercase;
	color:rgba(197, 0, 94, 1);
}
.authorDesc {
	line-height:16px;
	text-align:left;
	font-size:12px;
	margin-right:40px;
	margin-top:5px;
}
.authorDesc p a:link {
	color:#39F;
 transition: color .5s ease-in-out;
 -moz-transition: color .5s ease-in-out;
 -webkit-transition: color .5s ease-in-out;
 -o-transition: color .5s ease-in-out;
}
.authorDesc p a:visited {
	color:#39F;
}
.authorDesc p a:hover {
	color:#CACBCC;
}
.readMore {
	font-weight:bold;
}
.readMore a:link {
	color:#39F;
 transition: color .5s ease-in-out;
 -moz-transition: color .5s ease-in-out;
 -webkit-transition: color .5s ease-in-out;
 -o-transition: color .5s ease-in-out;
}
.readMore a:visited {
	color:#39F;
}
.readMore a:hover {
	color:#CACBCC;
}
.authorGallery {
	float:left;
	width:44%;
	max-width:500px;
}
.thumbs {
	float:left;
	width:23%;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:10px;
	height:120px;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color:#FFF;
}
.newsPlayer {
	clear:both;
	position:relative;
	display:inline-block;
	margin-top:40px;
	width:96%;
}
/********************//******************** ILLUSTRATIONS ********************/
.ill_Left {
	clear:both;
	float:left;
	width:44%;
	max-width:500px;
}
.ill_Left img {
	width:100%;
	max-width:500px;
}
.ill_right {
	width:56%;
	float:left;
}
.gridBoxAlt {
	margin-left:60px;
}
/*.ill_title {
	font-size:12px;
	line-height:16px;
	margin-top:10px;
	font-weight:600;
}*/
.ill_title {
	margin-top:-4px;
	/*background:rgba(255, 255, 255, 0.7);*/
	background-color:#FAFAFA;
	font-size:12px;
	color:#000;
	min-height:40px;
	line-height:16px;
	padding-top:12px;
	padding-left:10px;
	width: 100%;
}
.ill_desc {
	font-size:11px;
	line-height:16px;
}
.cats {
	clear:both;
	margin-bottom:10px;
}
.cats_cat:link {
	color:#000;
 transition: color .5s ease-in-out;
 -moz-transition: color .5s ease-in-out;
 -webkit-transition: color .5s ease-in-out;
 -o-transition: color .5s ease-in-out;
}
.cats_cat:visited {
	color:#000;
}
.cats_cat:hover {
	color:#C71E62;
}
.cats_author:link {
	color:#C71E62;
 transition: color .5s ease-in-out;
 -moz-transition: color .5s ease-in-out;
 -webkit-transition: color .5s ease-in-out;
 -o-transition: color .5s ease-in-out;
}
.cats_author:visited {
	color:#C71E62;
}
.cats_author:hover {
	color:#000;
}
@media all and (max-width: 1020px) {
.thumbs {
 float:left;
 width:31.33%;
 margin-left:1%;
 margin-right:1%;
}
}
@media all and (max-width: 860px) {
.menu_nav1 {
 margin-left:0px;
}
.menu_nav1 li {
 padding-left:20px;
 padding-right:0px;
}
.menu_nav2 li {
 padding-left:20px;
}
.thumbs {
 float:left;
 width:48%;
 margin-left:1%;
 margin-right:1%;
}
.authorBox {
 float:left;
 width:100%;
 margin-bottom:40px;
}
 .authorGallery {
 clear:both;
 float:left;
 width:100%;
 max-width:100%;
}
.newsPlayer {
 width:100%;
}
.thumbs {
 float:left;
 width:23%;
 margin-left:1%;
 margin-right:1%;
}
}
 @media all and (max-width: 760px) {
.menuResponsive {
margin-top:48px;
display:block;
z-index: 999;
position:absolute;
}
.header_right {
 display:none;
 z-index:9999;
}
 .ill_Left {
 clear:both;
 float:left;
 width:100%;
 max-width:100%;
 margin-bottom:40px;
}
.ill_Left img {
 width:100%;
 max-width:100%;
}
.ill_right {
 clear:both;
 width:100%;
 float:left;
}
.gridBoxAlt {
 margin-left:0px;
}
.authorDesc {
 margin-right:0px;
}
}
 @media all and (max-width: 560px) {
.authorContent {
 clear:both;
 padding-top:40px;
 margin-left: 0px;
}
}
@media all and (max-width: 480px) {
.lang {
 right:40px;
}
.logo {
 margin-left:29px;
}
.menuResponsive {
margin-top:48px;
z-index: 999;
position:absolute;
}
.wrapperMain {
 margin-left:40px;
 margin-right:40px;
}
.wrapperMainAlt {
 margin-left:40px;
 margin-right:40px;
}
.authorDesc {
 margin-right:0px;
}
.backTop {
 right:10px;
}
.logoWell {
 margin-left:29px;
}
.closeWell {
 margin-right:20px;
}
.authorBox {
 float:left;
 width:100%;
 margin-bottom:40px;
}
.authorGallery {
 clear:both;
 float:left;
 width:100%;
 max-width:100%;
}
 .thumbs {
 float:left;
 width:31.33%;
 margin-left:1%;
 margin-right:1%;
}
.authorProfile {
 float:left;
 width:100%;
}
.authorPic {
 width:100%;
 height:460px;
 margin-right:20px;
}
}
