body,html {
	color: #111;
	font-size: 18px;
	font-family: 'Noto Serif', serif;
	font-weight: normal;
    font-style: normal; 
	background-color: #fefefe;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-rendering: optimizelegibility;

	/*font-weight: 400;*/ 
	padding: 0px;
	margin: 0px;
}
.v2-desktop {display: inline-block;}
.v2-mobile {display: none;}
/*Post*/

h1, h2 { margin:0; font-weight: 700; }
h1 {font-size:28px;}
h2, h3  {font-size:22px; padding-top: 10px;}
.v2-data {
	width: 200px;
	font-size: 16px;
	position: absolute;
	top:20px;
	right: 0px;

}
.v2-data li{
	padding: 5px 0;
}
.v2-accent {
	font-style: italic;
	font-size: 22px;
}

mark {
    /*background-color: #00aeff;*/
    background-color: #a8d1ff;    
    color: #000;
    padding: 5px 20px;
    display:block;
    margin-bottom: 10px;
    margin-left:-20px;
    margin-top: 40px;
}
mark:first-child {
    margin-top: 0px;
}
p:first-child { margin-top: 0px;}
p:first-child mark{ margin-top: 0px;}
.v2-full-image {
	/*height: 550px;*/
    overflow: hidden;
    margin: 25px 0;
    float: left;
    width: 100%;
}
.v2-full-image.v2-full-height {
	height: auto;
    overflow: hidden;
    margin: 25px auto;
    float: none;
    width: 60%;
    clear: both;
}
.v2-post-image {
	overflow: hidden;
    width: 100%;
    margin: 0 !important;
    padding-right: 0px !important;
}
.v2-post-image-full {
	width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
    /*top:50%;
	left: 50%;
	transform: translate(-50%, -50%);*/
}
.v2-post-image-next {
	width: 100%;
    height: auto;
    position: relative;
    z-index: 0;

}

.v2-image-copy {
	position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: rgba(255,255,255, 0.7);
    font-size: 12px;
    padding: 5px 10px;
}
.v2-post-image .v2-image-copy  {
	bottom: 30px;
}

.v2-similar-link {
	display: block;
	margin-right: 30px !important;
    padding-right: 0 !important;
	float: left;
	height: 200px;
	position: relative;

}
.v2-similar-link img{
	width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);

}
.slick-prev{
  	background: url(http://ambicia.com/img/v2/arrow-left.png) no-repeat;
    left:-45px;
}
.slick-next{
  	background: url(http://ambicia.com/img/v2/arrow-right.png) no-repeat;
    right:-15px;

}
.slick-arrow{
 	width: 34px;
 	height: 34px;
 	background-color: #fff;
  	border: none;
  	font-size: 0; 
    position: absolute;
    top: 72px;
    display: block;


    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-color: #fff;
    border-radius: 34px;
}

a {
	color: #111;
	text-decoration: none;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
    transition: all 0.5s linear;

}
p a, .v2-data a{
	background-image: linear-gradient(to bottom,#06bafd 0,#06bafd 100%);
	background-position: 0px 96%;
	background-repeat: repeat-x;
	background-size: 1px 2px;
	border-bottom: 0;
	text-decoration: none;
	padding-bottom: 0px;

}
.v2-header-no-bg {
	height: 130px !important;
    min-height: 130px !important;
    background-image: url(http://ambicia.com/img/v2/bg130px.jpg) !important;
}
.v2-header-home a {
	color:#fff;
}

.v2-header-home{
	position: relative;
	height: 540px;
	height: 90vh;
	height: calc(100vh - 94px);
	min-height: 540px;
	max-height: 800px;
	width: 100%;
	background: no-repeat center center fixed; 
	background: top center #fff;
	background-size: cover;
	overflow: hidden;
	margin: 0 auto;	
	width:100%;
}

ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
li {
	float: left;
}



header nav {
	text-align: center;
	width: 480px;
	margin: 0 auto;
	margin-top: 50px;
	position: relative;
	z-index: 1;
}
header nav a{
	font-weight: 400;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
	background-image: linear-gradient(to bottom,transparent 0,transparent 100%);
	background-position: 0px 96%;
	background-repeat: repeat-x;
	background-size: 1px 2px;
	border-bottom: 0;
	text-decoration: none;
	padding-bottom: 6px;
}
header nav a:hover{
	background-image: linear-gradient(to bottom,#fff 0,#fff 100%);
}
header nav li {margin-left:10px;}
header nav li:first-child {margin-left:0px;}
	.v2-accent-header {
		position: absolute;
		top: 10px;
		left: 0;
		width: 100%;
		text-align: center;
	}

	.v2-accent-header a {
		color: #000;
		font-size: 18px;
		font-style: italic;
		background: #dfe5ff;
		border-radius: 5px;
		padding: 0 10px;
	}

.v2-social{
	float: right; 
	margin: 44px 30px 0 0; 	
	position: relative;
	z-index: 1;
}
.v2-social li{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding: 5px 5px 0px 5px;
    background: transparent;
    margin-left: 5px;
    border-radius: 24px;
}
.v2-social li.v2-active{
	 background:  #4E6BA2;
}
.v2-social li:first-child{margin-left: 20px;}
.v2-social li:hover{background: #2A5B9B;}
.v2-fb-share-top {float: left; margin:7px 5px 0 0; color:transparent !important; font-size: 1px;}
.v2-gplus-top {float: left; margin: 10px 10px 0 18px;}
.v2-logo{
	margin: 25px 0 0 35px; 
	float: left; 	
	position: relative;
	z-index: 1; 
}
.v2-logo a img {transition: all .2s ease-in-out;}
.v2-logo a:hover img{
	transform: scale(1.1); 
	-ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.v2-logo-text{
	width: 200px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	margin-top: 130px;
	font-size: 20px;
}

.v2-gradient-top{
	height: 203px;
    background-image: url(http://ambicia.com/img/v2/gradient-top.png);
    background-position: bottom left;
    background-repeat: repeat-x;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 80%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 80%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.fixed-header{
	display: none;
	position: fixed;
	top:0;
    background: #fff;
    height: 50px !important;
    z-index: 9;
    background-image: none !important;
    min-height: auto;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
}
.fixed-header .v2-social {
    margin: 4px 30px 0 0 !important;
}
.fixed-header .v2-logo {
	margin-top:0px;
}
.fixed-header .v2-logo a:hover img{
	transform: none; 
	-ms-transform: none;
    -webkit-transform: none;
}

.fixed-header  .v2-fb-like-top {
	float: left;
    margin-top: 4px;
    margin-right: 20px;
}
.fixed-header  .v2-gplus-top {
	float: left;
	margin: 10px 0 0 15px;
}
.fixed-header  .v2-twitter-top {
	float: left;
	margin: 10px 0 0 1px;
}
.fixed-header  .v2-linkedin-top {
	float: left;
	margin: 10px 0 0 20px;
}
.fixed-header  .v2-pinterest-top {
	float: left;
	margin: 10px 8px 0 17px;
}


/**/
.v2-left {float: left !important;}
.v2-right {float: right !important;}
.v2-center{margin: 0 auto; }
.v2-text-left {text-align: left;}
.v2-text-right {text-align: right;}
.v2-text-center {text-align: center;}
.v2-relative {position: relative; z-index: 1;}
.v2-first {margin-left:90px;}
.v2-1260 {
	width: 1260px;
	margin: 0 auto;
}
.v2-1260 section {padding:25px 0; position: relative;}
.v2-25 {width: 252px;}
.v2-33 {width: 340px;}
.v2-42 {width: 430px;}
.v2-50 {width: 525px;}
.v2-75 {width: 710px;}
.v2-85 {width: 830px;}
.v2-95 {width: 950px;}

.v2-img100 {width: 100%;}
.v2-img100 img {width: 100%;}

.v2-25.v2-right {padding-left:15px; margin-right:90px;}
.v2-25.v2-left {padding-right:15px;}


.v2-33.v2-right {margin-right:90px;}
.v2-33.v2-left {padding-right:30px;}

.v2-50.v2-right {padding-left:15px; margin-right:90px;}
.v2-50.v2-left {padding-right:15px; margin-left:90px;}
.v2-100 {width: 1080px;}


.v2-16x9, .v2-1x1 {
    padding: 0px !important;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.v2-16x9 a, .v2-1x1 a {
	height: 100%;
}
.v2-16x9 .v2-bg-image{
	width: 100%;
	height: auto;
    position: relative;
    z-index: 1;
}
.v2-1x1 .v2-bg-image {
	height: 100%;
	left: 50%;
	position: relative;
    z-index: 1;
}
.v2-25.v2-1x1  .v2-bg-image  {margin-left: -252px; }
.v2-33.v2-1x1  .v2-bg-image  {margin-left: -340px;}
.v2-33.v2-1x1  .v2-bg-image.v2-bg-image-square  {margin-left: -170px;}
.v2-42.v2-1x1  .v2-bg-image  {margin-left: -430px;}
.v2-42.v2-1x1  .v2-bg-image.v2-bg-image-square  {margin-left: -215px;}
.v2-50.v2-1x1  .v2-bg-image  {margin-left:-525px;}
.v2-75.v2-1x1  .v2-bg-image  {margin-left:-710px;}

.v2-25.v2-16x9 .v2-bg-image {
	width: auto;
    height: 100%;
}

.v2-gradient-bottom{
	height: 200px;
    background-image: url(http://ambicia.com/img/v2/gradient-bottom.png);
    background-position: bottom left;
    background-repeat: repeat-x;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.v2-16x9 h3, .v2-1x1 h3{
	color: #fff;
    position: absolute;
    bottom: 0px;
    padding: 20px 30px;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    z-index: 3;
}
.v2-25.v2-1x1 h3{
	font-size: 16px;
	padding: 10px 10px 10px 15px;
}


.v2-16x9.v2-first {margin-right:30px; }
.v2-25.v2-16x9 {width: 430px; height:252px;}
.v2-25.v2-16x9.v2-first {margin-left:0; margin-right: 30px;}
.v2-25.v2-16x9.v2-right {padding-left:0; margin-right: 0px;}
.v2-33.v2-16x9 {width:430px; height: 240px;}
.v2-50.v2-16x9 {width:252px; height: 525px;}
.v2-75.v2-16x9 {width:710px; height: 340px;}

.v2-25.v2-1x1 {height: 252px;}
.v2-25.v2-1x1.v2-left.v2-first {margin-left: 178px; margin-right: 30px;}
.v2-33.v2-1x1 {height: 340px;}
.v2-42.v2-1x1 {height: 430px;}
.v2-42.v2-1x1.v2-left.v2-first {margin-left: 0px; margin-right: 30px;}
.v2-50.v2-1x1 {height: 525px;}
.v2-75.v2-1x1{height: 710px;}

.v2-m-top-1{margin-top:10px;}
.v2-m-top-2{margin-top:20px;}
.v2-m-top-4{margin-top:40px;}
.v2-m-top-9{margin-top:90px;}
.v2-m-top-12{margin-top:120px;}
.v2-m-top-20{margin-top:200px;}
.v2-m-top-23{margin-top:230px;}
.v2-m-top-40{margin-top:400px;}

.v2-m-top-m8{margin-top:-80px;}
.v2-m-top-m10{margin-top:-100px;}
.v2-m-top-m13{margin-top:-130px;}
.v2-m-top-m14{margin-top:-140px;}
.v2-m-top-m18{margin-top:-180px;}
.v2-m-top-m34{margin-top:-340px;}
.v2-m-top-m37{margin-top:-370px;}

.v2-p-bottom-0 {padding-bottom: 0 !important;}




.v2-clear{
	clear:both;
}

.v2-view-more-article{
	cursor: pointer;
	line-height: 70px;
    margin-left: 460px;
}
.v2-view-more-tags{
	cursor: pointer;
	line-height: 70px;
    margin-left: 460px;
}
.v2-view-more-article img, .v2-view-more-tags img{
	vertical-align:top;
}
.v2-view-more-article span, .v2-view-more-tags span{
	font-size: 24px;
    font-weight: 400;
    margin-left: 20px;

}


.v2-quote{
	font-style: italic;
}
.v2-fb-share, .v2-fb-share-s, .v2-fb-share-top {
	cursor: pointer;
}
.v2-fb-share-s {
 background: #e9efff;
}
.v2-quote.v2-fb-share-s {
 background: transparent;
}
.v2-fb-share:after {
    content: url('http://ambicia.com/img/fb-30.png');
    margin-left: 6px;
}
.v2-fb-share-s:after {
    content: url('http://ambicia.com/img/fb-16.png');
    margin-left: 4px;
    margin-right: 10px;
}

.v2-fb-share:hover, .v2-fb-share-s:hover{
	color: #2d4685;
}


.v2-images-navi {height: 500px; position: relative; }
.v2-images-navi figure {
	position: relative; 
	overflow: hidden; 
	float: left; 
	height: 100%;
	margin: 0;
}



.v2-300px {width: 300px;}
.v2-480px {width: 480px;}



.v2-h190px {height: 190px !important;}
.v2-h310px {height: 310px !important;}



.v2-images-navi img {
	height: 100%;
	left: 50%;
	position: relative;
	z-index: 1;
}

.v2-300px img {margin-left: -300px;}
.v2-480px img {margin-left: -480px;}

.v2-h190px img{
	width: 100%; 
	height: auto; 
	left:0; 
	margin-left: 0;
}

.v2-300px.v2-h190px img{
	height: 100%;
	width: auto;
	left: 50%;
	right: 50%;
	margin-left: -190px;
}
.v2-480px.v2-h310px img{
	height: 100%;
	width: auto;
	left: 50%;
	right: 50%;
	margin-left: -310px;

}

.v2-bg-full {
	pointer-events: none;
	display: block;
	position: absolute;
	top: 25px;
	left: 0;
	width: 100%;
	height: calc(100% - 50px);
	z-index: 2;
}
.v2-bg-black-10{
	background: rgba(0,0,0,0.1);
}

.v2-images-navi .v2-bg-full {
	height: 500px;
}


.v2-tags-navi h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	width: 180px;
	position: absolute;
	top: 0px;
	bottom: auto;
	left: 50%;
	margin-top: 0;
	margin-left: -90px;
	padding: 8px 0 10px 0;
	z-index: 3;
}
.v2-bg-pink{background-color:#c53b62;}
.v2-bg-blue{background-color:#3584b1;}
.v2-bg-green{background-color:#419f37;}
.v2-bg-jeans{background-color:#2aaaa5;}
.v2-bg-orange{background-color:#e7843c;}
.v2-bg-violet{background-color:#7b3971;}
.v2-bg-blue-light{background-color:#3185b6;}
.v2-bg-green-light{background-color:#57c987;}
.v2-bg-pink-light{background-color:#c36788;}
.v2-bg-orange-light{background-color:#fca768;}

.v2-footer {
	    padding-top: 40px;
}
.v2-footer-section {
	z-index: 2;
    position: relative;
}
.v2-footer-section h3 {font-size: 18px; font-weight: 400;}
.v2-footer-image {padding: 0 0 15px 0;}
.v2-footer-section ul li{padding: 0 15px 5px 0; margin: 0 -5px;}
.v2-footer-section ul li a{padding: 5px;}
.v2-footer-section ul li a:hover { background: #06bafd;}

.v2-input-button-group{
	margin-top:10px;
	float: left;
}
.v2-input {
	display: table-cell;
    padding: 5px 10px;
    font-size: 12px;
    font-family: 'Noto Serif', serif;
    line-height: 16px;
    color: #000 !important;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.5);
    float: left;
    width: 180px;
    height: 22px;
}
.v2-input:focus {
    color: #55595c;
    background-color: #fff;
    border-color: #66afe9;
    outline: 0;
}
.v2-button-group{
	display: table-cell; 
	float: left; 
	width: 50px;
}
.v2-input-button-send {
	display: inline-block;
    font-weight: 400;
	font-family: 'SibilaRegular', serif;	
    font-size: 18px;
    height: 34px;
    width: 50px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #215189 !important;
    margin: 0;
    margin-left:-1px;
    float: left;
    background-color: #215189;
    color: #fff;
    padding: 0 15px !important;

}
.v2-input-button-send:hover{
	background-color: #3067A7;;
}
.v2-input-button {
	display: inline-block;
    font-weight: 400;
	font-family: 'SibilaRegular', serif;	
    font-size: 18px;
    height: 34px;
    width: 50px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #06bafd;
    margin: 0;
    margin-left:-1px;
    float: left;
    background-color: #06bafd;
    color: #fff;

}



.v2-input-button:hover{
	background-color: #009cd6;
}

.v2-facebook-group{
	float: left;
	border: solid 2px transparent;
	margin-left:-2px;
}
.v2-facebook-group {
	height: 50px;
}
.v2-facebook-group:hover{
	border: solid 2px #142245;
}
.v2-footer-bg {
	height: 500px;
	width: 100%;
	margin: 0 auto;
    z-index: 0;
    overflow: hidden;
    position: absolute;
    margin-top:-30px;
}
.v2-transform-bg {
	-ms-transform: rotate(2deg); 
    -webkit-transform: rotate(2deg); 
    transform: rotate(2deg);
    background-color: #f2f2f2;
    z-index: 0;
    height: 440px;
	width: 120%;
	margin-left:-20px;
	margin-top:40px;
	position: relative;
}
.v2-bottom-navi {font-size: 14px; margin: 50px auto 30px auto;}

.v2-bottom-navi ul li {margin-right: 10px;}
.v2-bottom-navi ul li a{padding: 5px;}
.v2-bottom-navi ul li a:hover { background: #06bafd;}

.v2-tags ul li {
	float: none;
}

.v2-share-button-down {
	border-radius: 100px;
	width: 60px;
	height: 60px;
	line-height: 56px;
	text-align: center;
	font-size: 40px;
	color: #fff;
	background-color: #3b5998;
	position: fixed;
	z-index: 99;
	bottom: 20px;
	right: 20px;

-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.51);
-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.51);
box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.51);
cursor: pointer;
display: none;
}
.v2-share-button-down.new-text {
	width: auto;
	height: auto;
	font-size: 20px;
	padding: 0 15px;
}


.ssmag .v2-transform-bg {
    height: 290px;
}

.v2-ad-header {
	position: relative;
	/*bottom: 0;*/
	text-align: center;
	z-index: 100;
	margin-left: auto;
	margin-right: auto;
	margin-top:-130px;
	left: 0;
	right: 0;
	background: #fff;
	padding: 10px 0;
}
.v2-ad-header.v2-desktop {
	width: 990px;
	border-radius: 10px 10px 0px 0px;
}

.ssmag .v2-logo-text {
    margin-top: 100px;
}
.ssmag .v2-share-button-down {
	display: none !important;
}

.ssmag .v2-data{ 
    width: 300px;
}

.ssmag .v2-data li {
    width: 100%;
    text-align: right;
}

.ssmag .v2-85 {
    width: 710px;
}




	

