/* ==== Google font ==== */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700,900);
@import url(http://fonts.googleapis.com/css?family=Ek+Mukta:400,600,700);
/* ---------------------------------------------------------------------------- */
/* ------------------------------------Html-Body------------------------------- */
/* ---------------------------------------------------------------------------- */
body {
	font-family: 'Ek Mukta', sans-serif;
	color: #666;/*background:url(../images/bg2.jpg) ;*/
	font-size: 15px;
	line-height: 1.6em;
	font-weight: 400;
}
html, body {
	width: 100%;
	padding: 0;
	margin: 0;
}

::-moz-selection {
background:#000;
color:#fff;
text-shadow:none
}
::selection {
	background: #000;
	color: #fff;
	text-shadow: none
}
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
html {
	 -webkit-text-size-adjust: none;
}
.video embed, .video object, .video iframe {
	 width: 100%;
	  height: auto;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
/*h1 {font-size: 38px;}
h2 {font-size: 36px;}
h3 {font-size: 32px;}
h4 {font-size: 28px;}
h5 {font-size: 24px;}
h6 {font-size: 20px;}*/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	color: #111;
}
/*p {margin: 0 0 20px;}*/

a {
	color: #0B0C0C;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a:hover, a:focus {
	text-decoration: none;
	color: #00AFF5;
}
.center {
	text-align: center;
	margin: 0 auto;
}
.f-right {
	float: right;
}
.f-left {
	float: left;
}
.t-right {
	text-align: right;
}
.t-left {
	text-align: left;
}
.post {
}
.post:after, .post:before, article:after, article:before, section:after, section:before {
	clear: both;
	content: '\0020';
	display: block;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clear {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix:after, .clearfix:before {
	clear: both;
	content: '\0020';
	display: block;
	visibility: hidden;
	width: 0;
	height: 0;
}
.copy-right a {
	color: #00AFF5;
}
.copy-right p {
	color: #fff;
}
.copy-right a:hover {
	color: #7DC314;
}
/* --Line-- */
hr.line {
	border-color: #ddd;
	width: 100%;
	padding: 0;
	margin: 0;
}
.copyrights {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
/* --Page-- */
body.index-page {
}
body.sub-page {
	padding-top: 30px;
	background-color: #F9F9F9;
}
body.sub-page .logo {
	margin: 110px 0 80px;
	background: url(../images/bg.jpg) fixed;
	padding: 30px 0 50px;
}
/* ---------------------------------------------------------------------------- */
/* -------------------------------------Top------------------------------------ */
/* ---------------------------------------------------------------------------- */
#top {
	background: #0979a6;
	padding: 10px 0 0;
	color: #fff;
	border-bottom: 1px solid #ddd;
}
#top a {
	color: #fff;
}
#top a:hover {
	color: #69BF03
}
.link a {
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px
}
.link li:after {
	content: '/';
	margin: 0 0 0 12px;
	display: inline-block;
	font-weight: bold;
}
#top ul.top-link {
}
.link {
	text-align: right
}
.link li:last-child:after {
	content: '';
	margin-right: 0px;
	margin-left: 0;
	display: none
}
.link li ul {
	display: none
}
/* ---------------------------------------------------------------------------- */
/* ------------------------------------Menu------------------------------------ */
/* ---------------------------------------------------------------------------- */
#menu {
	background-color: #fff;
	border-radius: 0;
}
#menu a.navbar-brand:hover {
	color: #fff;
}
#menu .navbar-brand {
	margin: 0;
	background-color: #FFF;
	height: auto;
	text-transform: uppercase;
}
#menu .logo {
}
#menu .navbar-collapse {
	padding: 0;
}
#menu .dropdown-menu {
	background-color: #fff;
	border: none;
}
#menu ul.nav .dropdown-menu li a {
	color: #000;
	font-weight: bold;
	border-radius: 5px !important;
}
#menu ul.nav .dropdown-menu li a:hover {
	color: #fff;
	background-color: #000;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 260px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #000;
	font-size: 14px;
	margin: 0 5px;
}
#menu li.dropdown:hover>a, #menu li.dropdown:focus>a, #menu li.dropdown:active>a {
	background: #fff;
	color: #000;
}
#menu ul.nav li a {
	font-weight: bold;
	color: #000;
	border-radius: 5px;
	padding: 14px 19px;
}
#menu ul.nav li.dropdown a {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
#menu .nav > li > a:hover, #menu .nav > li > a:focus {
	background-color: #000;
	color: #FFF;
}
#menu .top-social {
	background-color: #505052;
	padding: 5px;
	font-size: 20px;
	text-align: center;
}
#menu ul.top-social {
	margin: 0;
}
#menu ul.top-social li {
	height: 38px;
	width: 38px;
}
#menu ul.top-social a i {
	color: #fff;
	line-height: 1.9;
	height: 38px;
	width: 38px;
	border-radius: 50%;
	background-color: #252628;
}
#menu ul.top-social a i:hover {
	background-color: #fff;
	color: #000;
}
#menu .btn-navbar {
	color: #000;
	padding: 5px 15px;
	float: right;
	border: 3px solid #000;
}

 @media (max-width: 768px) {
}
#menu {
	background-color: #fff;
	border-radius: 0;
}
}
 @media (min-width: 768px) {
#menu.navbar {
	padding: 0;
	height: auto;
	margin-top: 20px;
}
#menu .dropdown:hover .dropdown-menu {
	display: block;
}
.navbar-header {
	width: 40%;
}
.navbar-collapse {
	width: 60%;
	float: left;
}
.navbar-nav {
	width: 100%;
}
#menu ul.nav li a {
	padding: 10px 19px;
}
.navbar-brand img {
	width: 100% !important;
}
.container {
	width: 100%;
}
.messagediv {
	text-align: left;
}
.messagediv h4 {
	text-align: center;
}
.content ul li {
	width: auto !important;
}
footer {
	padding: 0 0 !important;
}
}
@media(max-width:767px) {
#menu .navbar-brand {
	display: block;
	color: #fff;
	width: 80%
}
#menu div.dropdown-inner > ul.list-unstyled {
	display: block;
}
#menu .dropdown-inner a {
	width: 100%;
	color: #fff;
}
#menu div.dropdown-menu {
	margin-left: 0 !important;
	padding-bottom: 10px;
	background-color: rgba(0, 0, 0, 0.1);
}
}
@media (min-width: 1024px) {
.navbar-header {
	width: 30%;
}
.navbar-collapse {
	width: 70%;
	float: left;
	margin-top: 15px;
}
}
/* ---------------------------------------------------------------------------- */
/* -----------------------------------Header----------------------------------- */
/* ---------------------------------------------------------------------------- */
header {
}
/* Carousel Header Styles */
.header-text {
	position: absolute;
	top: 33%;
	left: 1.8%;
	right: auto;
	width: 96.66666666666666%;
	color: #fff;
}
.header-text h2 {
	font-size: 40px;
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
	background-color: #DA251D;
	display: inline-block;
	color: #fff;
}
.header-text h3 {
	color: #fff;
}
/* ---------------------------------------------------------------------------- */
/* -------------------------------------Content-------------------------------- */
/* ---------------------------------------------------------------------------- */
#page-content {
}
#page-content.single-page, #page-content.archive-page {
	margin-top: 20px;
}
.archive-page {
}
.archive-page .box .zoom-container {
	max-width: 250px;
	display: inline-block;
	float: left;
	margin-right: 5px;
}
.featured {
	background-color: #fff;
	padding: 10px 20px;
	border: 1px solid #ddd;
}
.featured h4 img {
	float: left;
}
.featured h4 {
	border-bottom: 1px #10b71e dashed;
	padding-bottom: 10px;
}
.featured row {
	padding: 0px 10px;
}
.feat-pad {
}
/* ---MainContent--- */

.box {
	background-color: #fff;
}
.box:last-child {
	padding: 20px 0px 5px;
}
.box:after, .box:before {
	clear: both;
	content: '\0020';
	display: block;
	visibility: hidden;
	width: 0;
	height: 0;
}
.box .info {
	margin: 5px 0 10px 0;
}
.box .info a {
	color: #000;
	border-bottom: 1px solid #000;
	box-shadow: inset 0 -1px 0 #000;
	transition: all ease 150ms;
}
.box .info a:hover {
	color: #FFFFFF;
	text-shadow: none;
	border-bottom: 1px solid #000;
	box-shadow: inset 0 -1.3em 0 #000;
	text-decoration: none;
}
.box h2 {
	font-size: 30px;
	margin: 0;
}
.box .box-header.header-photo {
	background: url(../images/title-picture.png) repeat-x center center;
	margin-bottom: 20px;
}
.box .box-header.header-natural {
	background: url(../images/title.png) repeat-x center center;
	margin-bottom: 10px;
}
.box .box-header.header-vimeo {
	background: url(../images/title.png) repeat-x center center;
	margin-bottom: 20px;
}
.box .box-header h2 {
	font-size: 18px;
	padding: 0px 8px;
	background-color: #fff;
	display: inline-block;
	margin-left: 15px;
	color: #333;
}
.box .box-content {
	font-size: 16px;
	padding: 0px 20px;
}
.box .box-content b {
	color: #4d6ebc;
}
.box .box-content row {
	margin-left: 0px;
}
.box .box-content a {
	font-weight: bold;
	color: #408a5e;
	text-decoration: underline;
	font-size: 0.9em;
}
.box .box-content a:hover {
	color: #555;
}
.box .box-content h3 {
	font-size: 18px;
	margin: 10px 0 5px;
}
.box .box-content span {
	font-size: 15px;
}
.box .box-content span i {
	font-size: 14px;
	margin-right: 2px;
}
.box .box-content p {
	margin-top: 10px;
}
.box-iso {
	margin-top: 15px;
	padding-bottom: 25px;
	text-align: center;
}
.col-mid4 {
	width: 33%;
	float: left;
	text-align: center;
	padding: 0 0;
}
. wid-tags {
}
.list-unstyled li {
	float: left;
	padding: 0px 10px;
}
/* ---Vid-Effect--- */
.wrap-vid {
}
.vid-item {
	position: relative;
}
.vid-name {
	margin: 0;
}
.vid-name a {
	font-size: 19px;
	color: #333;
}
.vid-name a:hover {
	color: #FD0005;
}
.vid-tags {
	margin: 15px 0;
	border: 1px solid #ddd;
	padding: 30px;
}
.vid-tags a {
	background: #FD0005;
	padding: 5px 10px;
	color: #fff;
}
.vid-tags a:hover {
	background: #000;
}
.info {
	margin: 0;
	font-size: 14px;
}
.info i {
	margin-right: 8px;
}
.info span {
	margin-right: 10px;
}
.info h5, .info a {
	font-size: 13px;
	line-height: 1;
	margin: 0 0 5px;
}
.info a {
	color: #006EA0;
}
.info a:hover {
	text-decoration: underline;
}
.rating {
	font-size: 14px;
	line-height: 1.2;
}
header {
	box-shadow: 2px 2px 15px #d9d9d9;
}
ul.pagination {
	margin: 42px auto 25px;
}
ul.pagination li a {
	color: #444;
}
.content ul li {
	float: left;
    width: 33%;
    padding: 5px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}
.content ul li img {
	width: 90%;
	text-align: center;
}
.content ul {
	list-style: none;
}
/* ---Sidebar--- */
.owl-wrapper {
	text-align: center;
}
#sidebar {
	border-top: 1px #e2e2e2 solid;
}
#page-content {
	background: #fff;
}
.start_butt {
	text-align: center;
}
.content {
	width: 100%;
	height: auto;
}
.visible-on .col-md-4 {
	float: left;
	text-align: center;
	width: 33%;
}
.visible-pu .col-md-4 {
	float: left;
	text-align: center;
	width: 33%;
	padding-bottom: 20px;
}
.visible-md6 {
	width: 48%;
	float: left;
	text-align: center;
	margin-left: 1.5%;
	display: inline;
}
.carousel {
	width: 98%;
	margin: auto;
}
.navbar-brand img {
	width: 80%;
}
.header-top .col-md-4 {
	width: 35%;
	float: left;
	padding-right: 0px;
}
.header-top .col-md-8 {
	width: 62%;
	float: right;
	padding: 0 0;
}
.tab-td5 td {
	width: 18% !important;
	padding: 2px 2px !important;
}
@media (min-width: 1100px) {
.widget.wid-comment .wrapper {
	max-width: 175px;
}
.visible-on .col-md-2 {
	float: left;
	padding: 10px 0px 20px;
	width: 33%;
	text-align: center;
}
.visible-on .col-md-4 {
}
}
@media (max-width: 990px) {
.visible-on .col-md-2 {
	float: left;
	padding: 10px;
	width: 48%;
}
.visible-on .col-md-3 {
	width: 23%;
	float: left;
	padding: 0 0;
	margin-left: 1%;
}
.visible-on .col-md-3 em {
	font-style: inherit;
	line-height: 15px;
	text-align: center;
}
.visible-p b {
	width: 100%;
	float: left;
}
.list-inline>li {
	float: left;
}
.visible-pu2 .col-md-6 {
	width: 48%;
	float: left;
	padding: 0 0;
	margin: 0 0;
	margin-left: 1.5%;
	text-align: center;
}
.visible-pu2 .col-md-6 p {
	margin: 0 0;
	padding: 0 0;
}
.visible-pu2 .col-md-6 input {
	width: 50%;
	background: #e82828;
	border: 1px #ae0707 solid;
	margin-top: 3%;
	color: #fff;
	margin-bottom: 10px;
}
.style1 {
	background: #eaf9ff;
}
.visible-pu5 .col-md-2 {
	width: 20%;
	float: left;
}
.visible-pu5 .col-md-10 {
	width: 75%;
	float: left;
}
.row-p {
	margin-bottom: 10px;
	border-bottom: 1px #e2e2e2 dashed;
}
.row-p p {
	padding: 0 0;
	margin: 0 0;
}
.row-p p em {
	font-style: initial;
	color: #1da0d4;
	width: 100%;
	float: left;
}
.content-1 ul li {
	width: auto;
}
#menu .navbar-collapse {
	border-top: 1px #e2e2e2 solid;
}
.navbar-nav {
	margin: 0 0;
}
.visible-txt img {
	float: left;
}
.visible-txt span {
	float: left;
	width: 100%;
}
.visible-txt span a {
	text-decoration: underline;
	color: #666;
}
.visible-txt b {
	line-height: 10px;
	float: left;
	color: #d2161b;
}
#one {
	float: left;
}
}
.visible-p {
	padding-left: 2%;
}
.visible-p a {
	color: #428bca;
}
.visible-tx p {
	padding: 0 0;
	margin: 0 0;
}
.visible-pu2 .col-md-4 {
	width: 32%;
	float: left;
	text-align: center;
}
.table-bordered td {
	width: 32%;
	text-align: center;
}
.table-bordered td img {
	width: 80%;
}
.tab-td4 td {
	width: 23%;
	text-align: center;
}
.tab-td4 td img {
	width: 96%;
}
.visible-p h5 {
	margin: 1% 0px;
	color: #db1a1f;
}
.row h5 {
	margin-top: 0px;
}
.row-img1 img {
	width: 100px;
	height: 100px;
}
.row-img1 .col-md-3 {
	border: 1px #e2e2e2 solid;
}
.visb-1 .col-md-4, {
border:1px #e2e2e2 solid;
}
.img-bor .col-md-6 {
	border: 1px #e2e2e2 solid;
	min-height: 106px;
}
.visible-pu2 b {
	width: 100%;
	float: left;
}
.row-img1 .col-md-3 b {
	font-weight: 300;
}
.row-img2 img {
	width: 100px;
	height: 100px;
}
.row-img2 .col-md-3, .row-img1 .col-md-4, .row-img2 .col-md-4 {
	border: 1px #e2e2e2 solid;
}
.row-img2 .col-md-3 b {
	font-weight: 300;
}
.row-img2 .col-md-4 b {
	font-weight: 300;
}
.tab-2 {
	width: 100%;
	margin-bottom: 5%;
}
.tab-2 th {
	background: #d7f4ff;
	text-align: center;
	border: 1px #a9e7ff solid;
}
.tab-2 td {
	text-align: center;
	border: 1px #a9e7ff solid;
	font-size: 0.8em;
}
}
 @media (max-width: 470px) {
.b-top {
	height: 48px;
	display: inline-block;
	line-height: 48px;
}
.row-img2 .col-md-3 b {
	font-size: 0.6em;
	line-height: 18px;
	height: 60px;
	display: block;
}
.row-img2 .col-md-3 b i {
	color: #cf161b;
	font-style: initial;
}
}
/* ---------------------------------------------------------------------------- */
/* -------------------------------------Footer--------------------------------- */
/* ---------------------------------------------------------------------------- */
footer {
	background-color: #0979a6;
	margin-top: 20px;
	color: #fff;
	padding: 0px 0 10px;
}
footer .wrap-footer {
	border-bottom: 1px solid #444;
	padding-bottom: 20px;
}
footer .copy-right {
	text-align: center;
	padding-top: 10px;
	font-size: 0.8em;
}
footer .footer-heading h4 {
	color: #fff;
	font-size: 1em;
}
footer .content {
}
footer .col-footer {
}
footer .footer-1 {
}
footer .footer-1 img {
	max-width: 140px;
	margin-bottom: 10px;
}
footer .footer-1 p {
	border-bottom: 1px solid #444;
	margin-bottom: 10px;
	padding-bottom: 7px;
}
footer .footer-1 input[type="text"] {
	border: 2px solid #E7E7E7;
	outline: medium none;
	color: #999999;
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 1.2;
	margin: 10px 0;
	padding: 5px 10px 0;
	width: 100%;
	background-color: transparent;
	border: 2px solid #444444;
}
footer .footer-2 {
}
footer .footer-2 a {
	color: #f4f4f4;
	border: 1px solid #d3d3d3;
	padding: 1px 2px;
	line-height: 2.2;
	font-size: 0.6em;
	float: left;
	text-transform: capitalize;
}
footer .footer-2 a:hover {
	color: #7DC314;
}
footer .footer-3 {
}
footer .footer-3 ul {
	padding: 0;
}
footer .footer-3 ul li {
	list-style: none;
	margin-bottom: 15px;
	border-bottom: 1px solid #444;
	padding-bottom: 10px;
}
footer .footer-3 ul li:last-child {
	border-bottom: none;
}
footer .footer-3 ul li a {
	color: #999;
}
footer .footer-3 ul li a:hover {
	color: #666;
}
/* ---------------------------------------------------------------------------- */
/* -------------------------------------Contact-------------------------------- */
/* ---------------------------------------------------------------------------- */
.contact h2 {
	font-size: 34px;
	font-weight: 500;
	letter-spacing: 3px;
	padding-top: 20px;
	text-align: center;
}
#contact_form {
	padding: 25px;
}
#ff label {
	cursor: pointer;
	margin: px 0;
	display: block;
	font-weight: bold;
}
#ff input {
	display: block;
	width: 100%;
	color: #000;
	padding: 10px;
	margin: 5px 0 25px 0;
}
#ff textarea {
	display: block;
	width: 100%;
	height: 200px;
	background-color: #fff;
	color: #000;
	padding: 10px;
	margin: 5px 0 25px 0;
}
#ff .sendButton {
	border: none;
	cursor: pointer;
	background-color: #FD0005;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	;
	width: 100px;
	color: #ffffff;
}
#ff .sendButton:hover {
	background-color: #000;
}
.message {
	text-align: center;
}
.message .wrap {
	padding: 50px;
	background: #ffffff;
	border: 1px solid #333333;
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.message .text {
	font-size: 35px;
	margin-bottom: 30px;
}
/* ---------------------------------------------------------------------------- */
/* -----------------------------------Owl-Theme-------------------------------- */
/* ---------------------------------------------------------------------------- */
.owl-theme .owl-controls .owl-page span {
	background-color: #999;
	border: 1px solid #666;
}
.owl-theme .owl-controls .owl-page span:hover {
	background-color: #666;
}
#owl-demo-2 .item {
	margin: 1px;
}
#owl-demo-2 .item img {
	margin: 1px;
}
/* ---------------------------------------------------------------------------- */
/* ----------------------------------Button------------------------------------ */
/* ---------------------------------------------------------------------------- */
.btn-facebook, .btn-twitter, .btn-pinterest, .btn-google, .btn-mail {
	color: #fff;
}
.btn-facebook:hover, .btn-twitter:hover, .btn-pinterest:hover, .btn-google:hover, .btn-mail:hover {
	background-color: #000;
	color: #fff;
}
.btn-facebook {
	background-color: #3B5998;
}
.btn-twitter {
	background-color: #00ACED;
}
.btn-pinterest {
	background-color: #CA212A;
}
.btn-google {
	background-color: #EB4026;
}
.btn-mail {
	background-color: #666666;
}
.btn-2 {
	padding: 3px 8px;
}
.btn-3 {
	background-color: #444444;
	color: #FADA1A;
	font-weight: bold;
}
.btn-3:hover {
	background-color: #fff;
	color: #000;
}
/* ---------------------------------------------------------------------------- */
/* --------------------------------Zoom-Effect--------------------------------- */
/* ---------------------------------------------------------------------------- */
.zoom-container {
	position: relative;
	overflow: hidden;
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.zoom-container a {
	display: block;
	position: absolute;
	top: -100%;
	opacity: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	color: inherit;
}
.zoom-container:hover a {
	opacity: 1;
	top: 0;
	z-index: 500;
}
.zoom-container:hover a i {
	top: 50%;
	position: absolute;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}
.zoom-container img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
	-moz-transition: all .5s ease; /* Firefox */
	-ms-transition: all .5s ease; /* IE 9 */
	-o-transition: all .5s ease; /* Opera */
	transition: all .5s ease;
}
.zoom-container .zoom-caption i.icon-play {
	font-size: 22px;
	background-color: rgba(17, 17, 17, 0.8);
	max-width: 60px;
	margin: 0 auto;
	padding: 8px 5px;
	border-radius: 8px;
}
.zoom-container .zoom-caption i.icon-play:hover {
	background-color: rgba(210, 0, 0, 0.9);
}
.zoom-container .zoom-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
	-moz-transition: all .5s ease; /* Firefox */
	-ms-transition: all .5s ease; /* IE 9 */
	-o-transition: all .5s ease; /* Opera */
	transition: all .5s ease;
	color: #fff;
}
.zoom-container .zoom-caption span {
	position: absolute;
	top: 0;
	padding: 0px 7px;
	font-weight: bold;
	font-size: 13px;
}
.zoom-container .zoom-caption span.youtube {
	background-color: #FD0005;
}
.zoom-container .zoom-caption span.vimeo {
	background-color: #17B3E8;
}
.zoom-container .zoom-caption p {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	background: rgba(0, 0, 0, .5);
	margin: 0;
	padding: 10px;
}
.zoom-container:hover img {
	-webkit-transform: scale(1.25) rotate(5deg); /* Safari and Chrome */
	-moz-transform: scale(1.25) rotate(5deg); /* Firefox */
	-ms-transform: scale(1.25) rotate(5deg); /* IE 9 */
	-o-transform: scale(1.25) rotate(5deg); /* Opera */
	transform: scale(1.25) rotate(5deg);
}
.zoom-container:hover .zoom-caption {
	background: rgba(0, 0, 0, .5);
}
.visible-on {
	width: 100%;
	margin: auto;
}
.visible-p p {
	padding: 0 0;
	margin: 0 0;
}
/*返回顶部*/
.go-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	border-radius: 2px;
	background: #d1d1d1;
	display: none;
	cursor: pointer;
}
.go-top i {
	transform: rotate(45deg);
	float: left;
	width: 20px;
	height: 20px;
	border-left: 2px #fff solid;
	border-top: 2px #fff solid;
	margin-left: 5px;
	margin-top: 10px;
	-ms-transform: rotate(45deg); /* Internet Explorer */
	-moz-transform: rotate45deg); /* Firefox */
	-webkit-transform: rotate(45deg); /* Safari 和 Chrome */
	-o-transform: rotate(45deg); /* Opera */
}
.go-top:hover {
	background: #6CF;
}
.go-back {
	cursor: pointer;
	padding-left: 5px;
}
.go-back a {
	color: #698a5e;
	font-size: 1.2em;
}
