@import url(https://fonts.googleapis.com/css?family=Questrial);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);

/*========================================================
                    Main layout styles
=========================================================*/
body {
	background: #ffffff;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #484848;
	padding-top: 60px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	background: none;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
p {
	margin-bottom: 20px;
	line-height: 20px;
}
p span {
	color: #412a58;
}
hr { margin-top:15px; margin-bottom:15px; }
.navbar-logo, .navbar-logo:hover {color: #ffffff;}
h1.navbar-brand_ {
	margin: 0 0 44px 0;
	padding: 0;
	float: none;
	height: auto;
	position: relative;
	display: inline-block;
	z-index: 10;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ a img {
	width: 100%;
}
h2 {
	font: 36px/1em 'Questrial';
	margin: 0 0 12px 0;
	color: #412a58;
	padding-top: 21px;
	position: relative;
	text-align: center;
}

h2.indent {
	margin: 0 0 15px 0;
	padding-top:15px;
}
h3 {
	font: 20px/1em 'Questrial';
	color: #412a58;
	letter-spacing: 1px;
	margin: 0 0 19px 0;
}
h4 {
	font: 26px/1em 'Questrial';
	color: #e46b86;
	letter-spacing: 1px;
	margin: 0 0 14px 0;
}
.extra-wrap {
	overflow: hidden;
}
.content {
	padding: 0;
	background: #ffffff;
}
.content.indent {
	padding: 15px 0 0 0;
	background: #ffffff;
}
.center {
	text-align: center;
}
.main {
	position: relative;
	background: #412a58 url(../images/mFaUWM6T55F0.png) center bottom no-repeat;
}
.main.indent {
	background: #412a58 url(../images/BBnnUKJDHgrt.png) center bottom no-repeat;
}

/*========================================================
                    header
=========================================================*/
header {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 11;
	background: #e36480;
}
.logo_box {
	text-align: center;
	padding: 54px 0 0 0;
}
.logo_box time {
	font: 18px 'Questrial';
	color: #e36480;
	text-shadow: 1px 1px 1px #53346c;
	letter-spacing: 2px;
	margin-bottom: 25px;
	display: block;
}
.logo_box.indent {
	padding: 54px 0 27px 0;
}
.follow_icon {
	padding: 20px 0 0 22px;
	margin: 0;
	list-style: none;
	float: left;
	overflow: hidden;
}
.follow_icon li {
	float: left;
	margin-left: 14px;
}
.follow_icon li:first-child {
	margin-left: 0;
}
.follow_icon li a {
	display: inline-block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_icon li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/* menu
========================================================*/

.navbar-logo{
	padding: 15px;
	color: #fff;
}
.navbar-mainbg{
	background-color: #563d7c;
	padding: 0px;
}
#navbarSupportedContent{
	overflow: hidden;
	position: relative;
}
#navbarSupportedContent ul{
	padding: 0px;
	margin: 0px;
}
#navbarSupportedContent ul li a i{
	margin-right: 10px;
}
#navbarSupportedContent li {
	list-style-type: none;
	float: left;
}
#navbarSupportedContent ul li a{
	color: rgba(255,255,255,0.5);
    text-decoration: none;
    font-size: 15px;
    display: block;
    padding: 20px 20px;
    transition-duration:0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
    text-align: center;
}
#navbarSupportedContent>ul>li.active>a{
	color: #563d7c;
	background-color: transparent;
	transition: all 0.7s;
}
#navbarSupportedContent a:not(:only-child):after {
	content: "\f105";
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 14px;
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	font-weight: 900;
	transition: 0.5s;
}
#navbarSupportedContent .active>a:not(:only-child):after {
	transform: rotate(90deg);
}
.hori-selector{
	display:inline-block;
	position:absolute;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	margin-top: 10px;
}
.hori-selector .right,
.hori-selector .left{
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #fff;
	bottom: 10px;
}
.hori-selector .right{
	right: -25px;
}
.hori-selector .left{
	left: -25px;
}
.hori-selector .right:before,
.hori-selector .left:before{
	content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #563d7c;
}
.hori-selector .right:before{
	bottom: 0;
    right: -25px;
}
.hori-selector .left:before{
	bottom: 0;
    left: -25px;
}


@media(min-width: 769px){
	.navbar-expand-custom {
	    -ms-flex-flow: row nowrap;
	    flex-flow: row nowrap;
	    -ms-flex-pack: start;
	    justify-content: flex-start;
	}
	.navbar-expand-custom .navbar-nav {
	    -ms-flex-direction: row;
	    flex-direction: row;
	}
	.navbar-expand-custom .navbar-toggler {
	    display: none;
	}
	.navbar-expand-custom .navbar-collapse {
	    display: -ms-flexbox!important;
	    display: flex!important;
	    -ms-flex-preferred-size: auto;
	    flex-basis: auto;
	}
}
@media (max-width: 768px){
	#navbarSupportedContent ul li a{
		padding: 12px 30px;
		text-align: left;
	}
	.hori-selector{
		margin-top: 0px;
		margin-left: 10px;
		border-radius: 0;
		border-top-left-radius: 25px;
		border-bottom-left-radius: 25px;
	}
	.hori-selector .left,
	.hori-selector .right{
		right: 10px;
	}
	.hori-selector .left{
		top: -25px;
		left: auto;
	}
	.hori-selector .right{
		bottom: -25px;
	}
	.hori-selector .left:before{
		left: -25px;
		top: -25px;
	}
	.hori-selector .right:before{
		bottom: -25px;
		left: -25px;
	}
}





/*========================================================
                    -Content-
=========================================================*/
.totop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
  display: none;
  background: #a05b7e;
  color: #fff;
  border-radius: 25px;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  font-size: 18px;
}

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	overflow: hidden;
	border: none;
	z-index: 20;
	width: 27px;
	height: 27px;
	color: #e36480;
	text-indent: -999px;
}
#toTop:hover {
	outline: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.who-box {
	padding: 0;
	overflow: hidden;
}
.who-box .col-lg-4 {
	margin-bottom: 25px;
}
.thumb-box1 {
	overflow: hidden;
	text-align: center;
	padding: 15px 0 0 0;
}
.thumb-box1 strong {
	font: 26px 'Questrial';
	color: #412a58;
	display: block;
	margin-bottom: 20px;
}
.thumb-box1 .col-lg-5 {
	text-align: left;
	margin-bottom: 8px;
}
.thumb-box2 {
	padding: 65px 0 0 0;
	overflow: hidden;
	text-align: center;
}
.thumb-box2 strong {
	font: 36px/1em 'Questrial';
	margin: 0 0 27px 0;
	display: block;
	color: #412a58;
	padding-top: 15px;
	position: relative;
}
.thumb-box2 strong:after {
	position: absolute;
	left: 50%;
	top: 0;
	width: 46px;
	height: 2px;
	margin-left: -23px;
	background: #412a58;
	content: '';
	z-index: 1;
}
.thumb-box3 .box {
	background: #e36480;
	padding: 15px 15px 15px 70px;
	border-radius: 111px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.thumb-box3 .box strong {
	font: 36px/40px 'Questrial';
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
	color: #ffffff;
}
.thumb-box3 .box p {
	font: 18px/22px 'Questrial';
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 8px 0 0 0;
}
.thumb-box3 .box:after {
	position: absolute;
	right: -337px;
	top: -375px;
	width: 750px;
	height: 750px;
	background: #412a58;
	content: '';
	z-index: -1;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.thumb-box3.indent {
	padding-bottom: 40px;
}
.thumb-box3-1 .box {
	background: #e36480;
	padding: 15px 54px 16px 70px;
	border-radius: 111px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	color: #ffffff;
}
.thumb-box3-1 .box strong {
	font: 36px/40px 'Questrial';
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
	color: #ffffff;
}
.thumb-box3-1 .box p {
	font: 18px/22px 'Questrial';
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 8px 0 0 0;
}
.thumb-box3-1 .box:after {
	position: absolute;
	right: -200px;
	top: -375px;
	width: 750px;
	height: 750px;
	background: #412a58;
	content: '';
	z-index: -1;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.thumb-box3-1 .col-lg-2 {
	padding-top: 16px;
}
.thumb-box4 {
	overflow: hidden;
	padding: 15px 0 0 0;
}
.thumb-box4 strong {
	color: #412a58;
	font: 18px 'Questrial';
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 0px;
	display: block;
}
.born_today {font-size: 18px; }
.youtube-follow-text { font-size: 16px; margin-bottom: 15px; }
.width100 {
    float: left;
    width: 100%
}
.daily_box {
    text-decoration: none
}

.daily_box h5 {
    font-size: 18px;
    color: #412a58;
    margin: 0;
    text-align: center
}

.daily_box p {
    font-size: 13px;
    color: #999999;
    margin: 0;
    text-align: center
}

.box_4 {
    width: 18%;
    float: left;
    margin: 10px 9% 10px 0
}

.box_4_c {
    width: 17%;
    margin: 10px 8% 10px 0
}

.col4.box_4 {
    margin: 10px 0 10px 0
}

.daily_box img {
    margin: 0 auto;
    display: block
}

.aligncenter {
    margin: 10px auto 20px;
    display: block;
    max-width: 100%
}

.span_sign {
    background: url(../images/wCzpNixN4fPM.jpg) no-repeat top left;
    margin: 0;
    padding: 0;
    width: 95px;
    height: 100px;
    vertical-align: middle;
    margin: 0px auto 5px auto
}

.span_aquarius {
    background-position: 0 0
}

.span_aries {
    background-position: -95px 0
}

.span_cancer {
    background-position: -190px 0
}

.span_capricorn {
    background-position: -285px 0
}

.span_gemini {
    background-position: 0px -100px
}

.span_leo {
    background-position: -95px -100px
}

.span_libra {
    background-position: -190px -100px
}

.span_pisces {
    background-position: -285px -100px
}

.span_sagittarius {
    background-position: 0px -200px
}

.span_scorpio {
    background-position: -95px -200px
}

.span_taurus {
    background-position: -190px -200px
}

.span_virgo {
    background-position: -285px -200px
}

.chi_right,.chi_left {
    width: 49%;
    text-align: center
}

.chi_right {
    padding-top: 10px
}

.span_chi_sign {
    background: url(../images/UwQrytqLYxQY.jpg) no-repeat top left;
    margin: 0;
    padding: 0;
    width: 95px;
    height: 100px;
    vertical-align: middle;
    margin: 0px auto 5px auto
}

.span_rat {
    background-position: 0 0
}

.span_tiger {
    background-position: -95px 0
}

.span_snake {
    background-position: -190px 0
}

.span_pig {
    background-position: -285px 0
}

.span_dragon {
    background-position: 0px -100px
}

.span_horse {
    background-position: -95px -100px
}

.span_monkey {
    background-position: -190px -100px
}

.span_ox {
    background-position: -285px -100px
}

.span_dog {
    background-position: 0px -200px
}

.span_rooster {
    background-position: -95px -200px
}

.span_rabbit {
    background-position: -190px -200px
}

.span_goat {
    background-position: -285px -200px
}

.span_sheep {
    background-position: -285px -200px
}

.planet-container {
    display: flex;
    flex-wrap: wrap;
    align-items: space-between;
    justify-content: center;
    margin: 0 auto;
    max-width: 1000px
}

.dhplanet {
    background-color: #eee;
    border-radius: 20px;
    box-shadow: 0 3px 15px rgba(100,100,100,0.5);
    margin: 10px;
    padding: 20px;
    text-align: center;
}

.dhplanet .img-container {
    background-color: rgba(255,255,255);
    border-radius: 50%;
    width: 120px;
    height: 120px;
    text-align: center;
    margin: 0px auto;
}

.dhplanet .img-container img {
    max-width: 90%;
    opacity: 1;
    padding-top: 10px;
}

.com_view_details {
      display: block;
      color: #ffffff;
      position: relative;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      text-align: center;
      padding: 10px;
      transition: 250ms;
      border-radius: 0px 0px 12px 12px;
      text-decoration: none;
  }

#planet_container .dhplanet .img-container img {
	padding-top: 0px;
}

#sign_results .dhplanet .img-container img {
    max-width: 100%;
    opacity: 1;
    padding-top: 10px;
}

.ulaspect {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style-type: none;
    padding: 0px;
    width: 500px;
    margin: 0px auto;
    text-align: left;
}

#sign_results {
    margin: 10px auto
}

.dhplanet .planetinfo {
    margin-top: 20px;
    font-size: 0.9em
}

.dhplanet .planetname {
    color: #ffffff;
    border-radius: 10px;
    font-size: 20px;
    padding: 5px 10px
}
.planetbg_results {
    background-color: #412a58;
}

.dhplanet .planetsign {
    margin: 15px 0 7px;
    letter-spacing: 1px
}

.zodiac_box {
	overflow: hidden;
	background: #412a58;
	text-align: center;
}
.zodiac_box .box {
	width: 292px;
	min-height: 291px;
	margin: 0 -4px -5px 0;
	padding: 70px 0 0 0;
	display: inline-block;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.zodiac_box .box:before {
	position: absolute;
	right: -20%;
	top: -100%;
	width: 100%;
	height: 200%;
	content: '';
	z-index: -1;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.zodiac_box .box > div {
	background: inherit;
	padding: 45px 35px 0 35px;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateY(0) translateX(0) scale(0.25);
	transform: translateY(0) translateX(0) scale(0.25);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.zodiac_box .box > div p {
	color: #a17dbc;
}
.zodiac_box .box:hover > div {
	-webkit-transform: translateY(0) translateX(0) scale(1);
	transform: translateY(0) translateX(0) scale(1);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 1;
	filter: alpha(opacity=100);
}
.zodiac_box .box.box1 {
	background: #51376a;
}
.zodiac_box .box.box1:before {
	background: #553c6e;
}
.zodiac_box .box.box2 {
	background: #533a6c;
}
.zodiac_box .box.box2:before {
	background: #5c3d76;
}
.zodiac_box .box.box3 {
	background: #644080;
}
.zodiac_box .box.box3:before {
	background: #6e4587;
}
.zodiac_box .box.box4 {
	background: #78498d;
}
.zodiac_box .box.box4:before {
	background: #7b4d8e;
}
.zodiac_box .box.box5 {
	background: #864683;
}
.zodiac_box .box.box5:before {
	background: #894a86;
}
.zodiac_box .box.box5 > div p {
	color: #cd9ccb;
}
.zodiac_box .box.box6 {
	background: #923971;
}
.zodiac_box .box.box6:before {
	background: #973c74;
}
.zodiac_box .box.box6 > div p {
	color: #cd9ccb;
}
.zodiac_box .box.box7 {
	background: #9b3e77;
}
.zodiac_box .box.box7:before {
	background: #a54480;
}
.zodiac_box .box.box7 > div p {
	color: #cd9ccb;
}
.zodiac_box .box.box8 {
	background: #af4988;
}
.zodiac_box .box.box8:before {
	background: #bb5092;
}
.zodiac_box .box.box8 > div p {
	color: #cd9ccb;
}
.zodiac_box .box.box9 {
	background: #a74b72;
}
.zodiac_box .box.box9:before {
	background: #b3547c;
}
.zodiac_box .box.box9 > div p {
	color: #eba7c4;
}
.zodiac_box .box.box10 {
	background: #cb496b;
}
.zodiac_box .box.box10:before {
	background: #ce5071;
}
.zodiac_box .box.box10 > div p {
	color: #eba7c4;
}
.zodiac_box .box.box11 {
	background: #d05776;
}
.zodiac_box .box.box11:before {
	background: #da5e7b;
}
.zodiac_box .box.box11 > div p {
	color: #eba7c4;
}
.zodiac_box .box.box12 {
	background: #e36480;
}
.zodiac_box .box.box12:before {
	background: #e46b86;
}
.zodiac_box .box.box12 > div p {
	color: #eba7c4;
}
.zodiac_box .box strong {
	font: 18px 'Questrial';
	color: #ffffff;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
}
.zodiac_box .box figure {
	height: 111px;
	line-height: 111px;
	margin-bottom: 5px;
}
.thumb-box5 {
	overflow: hidden;
	padding: 0;
}
.thumb-box6 {
	overflow: hidden;
	padding: 0;
}
.thumb-box7 {
	overflow: hidden;
	padding: 0 0 15px 0;
}
.thumb-box8 {
	overflow: hidden;
	padding: 15px 0 10px 0;
}
.thumb-box9 {
	overflow: hidden;
	padding: 0 0 22px 0;
}
.thumb-box10 {
	overflow: hidden;
	padding: 0 0 37px 0;
}
/* thumbs
========================================================*/
.thumb-pad1 {
	margin: 0 0 48px 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad1 .caption {
	padding: 0;
	overflow: hidden;
	color: #cbcbcb;
}
.thumb-pad1 figure {
	padding: 0;
	margin: 0 0 26px 0;
}
.thumb-pad1 figure img {
	width: 100%;
}
.thumb-pad2 {
	margin: 0 0 28px 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption a {
	font: 30px/1em 'Questrial';
	color: #e46b86;
	letter-spacing: 1px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad2 .thumbnail .caption a:hover {
	color: #4f3368;
}
.thumb-pad2 .thumbnail .caption strong {
	font: 20px/1em 'Questrial';
	color: #4f3368;
}
.thumb-pad2 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad2-1 {
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	background: #20acb8;
	text-align: center;
}
.thumb-pad2-1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad2-1 .thumbnail .caption {
	padding: 0 45px;
}
.thumb-pad2-1 .thumbnail .caption .title {
	font: 300 30px/1em 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
}
.thumb-pad2-1 .thumbnail .caption p {
	color: #ffffff;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 10px;
}
.thumb-pad2-1 .thumbnail .caption a {
	display: inline-block;
}
.thumb-pad2-1 .thumbnail .caption a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.thumb-pad2-1 figure {
	margin: 0 0 31px 0;
}
.thumb-pad2-1 figure img {
	width: 100%;
}
.thumb-pad3 {
	margin: 0 0 40px 0;
}
.thumb-pad3.indent .thumbnail .badge {
	line-height: 68px;
	padding: 0;
}
.thumb-pad3 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .badge {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	background: #04bf9d;
	text-align: center;
	font: 300 30px/1em 'Open Sans';
	color: #ffffff;
	padding-top: 11px;
	margin-right: 28px;
	float: left;
}
.thumb-pad3 .thumbnail .badge span {
	display: block;
	color: #82dfce;
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	margin-top: -2px;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption strong {
	display: block;
	color: #ffffff;
	text-transform: uppercase;
	font: 20px/1em 'Open Sans';
	letter-spacing: -1px;
	margin-bottom: 5px;
}
.thumb-pad3 .thumbnail .caption span {
	display: block;
	color: #04bf9d;
	text-transform: uppercase;
	font: 15px/1em 'Open Sans';
	letter-spacing: -1px;
	margin-bottom: 16px;
}
.thumb-pad3 .thumbnail .caption p {
	color: #7b7a7a;
}
.thumb-pad3 .thumbnail figure {
	margin: 0 0 23px 0;
}
.thumb-pad3 .thumbnail figure img {
	width: 100%;
}
.thumb-pad4 {
	margin: 0;
	overflow: hidden;
	text-align: center;
}
.thumb-pad4.indent {
	padding-bottom: 29px;
}
.thumb-pad4 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
}
.thumb-pad4 figure {
	margin: 0 0 27px 0;
}
.thumb-pad4 figure img {
/*	width: 100%; */
}
.thumb-pad5 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad5 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad5 .thumbnail .caption strong {
	display: block;
	color: #464646;
	text-transform: uppercase;
	font: 20px/1em 'Open Sans';
	letter-spacing: -1px;
	margin-bottom: 5px;
}
.thumb-pad5 .thumbnail .caption span {
	display: block;
	color: #04bf9d;
	text-transform: uppercase;
	font: 15px/1em 'Open Sans';
	letter-spacing: -1px;
	margin-bottom: 16px;
}
.thumb-pad5 .thumbnail figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad5 .thumbnail figure img {
	border-radius: 100%;
}
.thumb-pad6 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad6 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad6 .thumbnail .caption strong {
	display: block;
	color: #464646;
	text-transform: uppercase;
	font: 300 20px/25px 'Open Sans';
	letter-spacing: -1px;
	margin-bottom: 17px;
}
.thumb-pad6 .thumbnail figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad6 .thumbnail figure img {
	border-radius: 100%;
}
.thumb-pad7 {
	margin: 0 0 30px 0;
}
.thumb-pad7 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	overflow: hidden;
}
.thumb-pad7 figure {
	margin: 0 0 27px 0;
}
.thumb-pad7 figure img {
	width: 100%;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad7 .thumbnail .caption h3 {
	margin: 0 0 9px 0;
}
.thumb-pad8 {
	margin: 0;
	padding: 0 0 87px 0;
	border-bottom: 1px solid #eeefef;
}
.thumb-pad8 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0;
}
.thumb-pad8 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad8 figure img {
	width: 100%;
}
.thumb-pad9 {
	margin: 0 0 30px 0;
	overflow: hidden;
}
.thumb-pad9 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad9 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad9 .thumbnail .caption h3 {
	color: #ffffff;
	margin-bottom: 0;
	line-height: 25px;
}
.thumb-pad9 .thumbnail .caption h4 {
	color: #04bf9d;
}
.thumb-pad9 .thumbnail .caption p {
	color: #7b7a7a;
}
.thumb-pad9 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad9 figure img {
	border-radius: 100%;
}
.thumb-pad11 {
	margin: 0 0 40px 0;
	overflow: hidden;
}
.thumb-pad11 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad11 .thumbnail .caption {
	padding: 0;
}
.thumb-pad11 .thumbnail .caption h3 {
	color: #04bf9d;
	font-weight: 300;
	margin-bottom: 0;
}
.thumb-pad11 figure {
	margin: 0 0 33px 0;
}
.thumb-pad11 figure img {
	width: 100%;
}
/* btn
========================================================*/
.btn-default.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	display: inline-block;
	margin: 0 7px;
	padding: 14px 27px;
	font: 18px 'Questrial';
	background: #412a58;
	letter-spacing: 2px;
	border-radius: 50px;
	outline: none;
	color: #ffffff;
	overflow: hidden;
	float: none;
	z-index: 1;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn1:after {
	position: absolute;
	right: -50px;
	top: -50px;
	width: 100px;
	height: 100px;
	background: #533a6c;
	content: '';
	z-index: -1;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: #dbdbdb;
	text-decoration: none;
}
.btn-default.btn1:hover:after {
	background: #e5e5e5;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn2 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	display: inline-block;
	margin: 0 7px;
	padding: 14px 27px;
	font: 18px 'Questrial';
	background: #e36480;
	letter-spacing: 2px;
	border-radius: 50px;
	outline: none;
	color: #ffffff;
	overflow: hidden;
	float: none;
	z-index: 1;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn2:after {
	position: absolute;
	right: -50px;
	top: -50px;
	width: 100px;
	height: 100px;
	background: #e77a92;
	content: '';
	z-index: -1;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #dbdbdb;
	text-decoration: none;
}
.btn-default.btn2:hover:after {
	background: #e5e5e5;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	margin: 18px 0 0 0;
	padding: 0;
	font: 18px 'Questrial';
	background: none;
	border: none;
	color: #412a58;
	letter-spacing: 2px;
	border-radius: 0;
	float: none;
	position: relative;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3:after {
	position: absolute;
	left: 50%;
	top: -18px;
	width: 20px;
	height: 2px;
	margin-left: -10px;
	background: #412a58;
	content: '';
	z-index: 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3:hover {
	color: #cbcbcb;
	background: none;
	text-decoration: none;
}
.btn-default.btn3:hover:after {
	background: #cbcbcb;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn4 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	display: inline-block;
	margin: 0;
	padding: 14px 42px;
	border:0px;
	font: 18px 'Questrial';
	background: #e36480;
	letter-spacing: 2px;
	border-radius: 50px;
	outline: none;
	color: #ffffff;
	overflow: hidden;
	float: none;
	z-index: 1;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn4:hover {
	color: #ffffff;
	background: #a83b58;
	text-decoration: none;
}
.btn-default.btn5 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	margin: 18px 0 0 0;
	padding: 0;
	font: 18px 'Questrial';
	background: none;
	border: none;
	color: #ffffff;
	letter-spacing: 2px;
	border-radius: 0;
	float: none;
	position: relative;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn5:after {
	position: absolute;
	left: 50%;
	top: -18px;
	width: 20px;
	height: 2px;
	margin-left: -10px;
	background: #ffffff;
	content: '';
	z-index: 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn5:hover {
	color: #ffffff;
	background: none;
	text-decoration: none;
	text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
}
.btn-default.btn5:hover:after {
	width: 0;
	margin-left: 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
/* list
========================================================*/
.list1 {
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
}
.list1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 15px 31px;
	display: inline-block;
	position: relative;
}
.list1 li:after {
	position: absolute;
	left: -22px;
	top: 0;
	color: #e36480;
	font: 18px 'Questrial';
	content: '/';
	z-index: 1;
}
.list1 li:first-child {
	margin: 0 0 15px 0;
}
.list1 li:first-child:after {
	display: none;
}
.list1 li a {
	font: 18px 'Questrial';
	color: #e36480;
	text-transform: uppercase;
	letter-spacing: 3px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li a:hover {
	color: #412a58;
}
.list2 {
	margin: 0 0 8px 0;
	padding: 0;
	list-style: none;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 8px 0;
	padding-left: 12px;
	position: relative;
}
.list2 li:after {
	position: absolute;
	left: 0;
	top: 50%;
	width: 4px;
	height: 1px;
	background: #e36480;
	content: '';
	z-index: 1;
}
.list2 li a {
	font: 14px 'Roboto';
	color: #e36480;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list2 li a:hover {
	color: #412a58;
}
.list2-1 {
	margin: 0;
	padding: 0 0 8px 0;
	list-style: none;
}
.list2-1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
	background: url(../img/list_arrow.png) 0 5px no-repeat;
}
.list2-1 li a {
	font: 300 15px 'Open Sans';
	color: #464646;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list2-1 li a:hover {
	color: #04bf9d;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 18px 0;
}
.list3 li figure {
	margin-bottom: 7px;
}
.list3 li a {
	font: 18px/24px 'Open Sans';
	color: #585858;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list3 li a:hover {
	color: #cb3138;
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.list4 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 17px;
	overflow: hidden;
}
.list4 li time {
	font: 36px 'Questrial';
	color: #e46b86;
	margin-bottom: 6px;
	display: block;
}
.list4 li p {
	margin-bottom: 0;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 27px 0;
}
.list5 li figure {
	margin-bottom: 10px;
}
.list5 li a {
	font: 20px/1em 'Questrial';
	color: #e46b86;
	letter-spacing: 1px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list5 li a:hover {
	color: #412a58;
}
.list6 {
	margin: 0 0 18px 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 14px 0;
	padding: 0 0 13px 0;
	border-bottom: 1px solid #c7c7c7;
}
.list6 li .title {
	font: 18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #cbcbcb;
	margin-bottom: 17px;
	padding-left: 30px;
	background: url(../img/list_arrow.png) left 9px no-repeat;
}
.list6 li p {
	margin-bottom: 0;
}
.list6 li:last-child {
	border-bottom: none;
}
.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list7 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 10px;
}
.list7 li .badge {
	margin: 4px 30px 0 0;
	padding: 0;
	border-radius: 100%;
	background: #e36480;
	text-align: center;
	border: none;
	font: 30px/82px 'Questrial';
	color: #ffffff;
	width: 82px;
	height: 82px;
	float: left;
}
.list7 li p {
	margin: 12px 0 0 0;
	color: #bbbaba;
}
.list8 {
	margin: 0 0 65px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list8 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 20px 0;
}
.list8 li p {
	margin-bottom: 0;
}
.errorBox {
	overflow: hidden;
	padding: 0 0 40px 0;
	text-align: center;
}
.errorBox .title {
	font: 286px/1em 'Questrial';
	color: #e36480;
	letter-spacing: 10px;
	text-transform: uppercase;
	margin-bottom: -18px;
}
.errorBox .description {
	font: 36px/1em 'Roboto';
	color: #412a58;
	letter-spacing: 2px;
	text-transform: none;
	margin-bottom: 36px;
}
.errorBox p {
	font-size: 20px;
	line-height: 36px;
}
/*-----subscribeForm-----*/
#newsletter {
	position: relative;
	overflow: hidden;
	display: block;
	border-radius: 48px;
	margin-top: 15px;
}
#newsletter a {
	display: inline-block;
	position: absolute;
	font: 18px 'Questrial';
	color: #ffffff;
	padding: 0 20px;
	height: 100%;
	line-height: 48px;
	border-radius: 0;
	top: 0;
	right: 0;
	background: #e36480;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter a:hover {
	color: #ffffff;
	background: #724887;
}
#newsletter input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	outline: none;
	background: #ffffff;
	border: none;
	font: 18px/18px 'Questrial';
	color: #412a58;
	letter-spacing: 2px;
	padding: 14px 125px 14px 22px;
	border-radius: 48px;
	height: 48px;
	resize: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter input:focus {
	outline: none;
	border: none;
}
#newsletter .error {
	position: absolute;
	bottom: 0;
	left: 21px;
	text-align: right;
	display: block;
	overflow: hidden;
	height: 0px;
	font-size: 10px;
	color: #e36480;
	text-transform: none;
	font-weight: normal;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter label {
	position: relative;
	margin: 0;
	float: none;
	border: none;
	display: block;
}
#newsletter label.invalid .error {
	height: 19px;
}
#newsletter .success {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	text-align: center;
	border: none;
	font: 18px/18px 'Questrial';
	color: #412a58;
	letter-spacing: 2px;
	background: #ffffff;
	height: 48px;
	width: 100%;
	border-radius: 48px;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* search
========================================================*/
#search-404 {
	padding: 0;
	margin: 8px 0 0 0;
}
#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 25px 0;
	width: 100%;
	outline: none;
	border: 1px solid #d7d7d7;
	background: none;
	font: 16px/18px 'Questrial';
	height: 48px;
	line-height: 18px;
	color: #cbcbcb;
	border-radius: 25px;
	padding: 15px;
	resize: none;
	float: left;
}
#search {
	padding: 0;
	margin: 0 0 40px 0;
	position: relative;
	border-radius: 48px;
	-webkit-box-shadow: 1px 1px 0 0 #714886;
	box-shadow: 1px 1px 0 0 #714886;
	overflow: hidden;
}
#search a {
	display: inline-block;
	position: absolute;
	font: 18px 'Questrial';
	color: #ffffff;
	padding: 0 30px;
	height: 100%;
	line-height: 48px;
	letter-spacing: 2px;
	top: 0;
	right: 0;
	background: #e36480;
	border-radius: 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#search a:hover {
	color: #ffffff;
	background: #724887;
}
#search input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	outline: none;
	background: #412a58;
	border: none;
	-webkit-box-shadow: inset 1px 1px 0 0 #322044;
	box-shadow: inset 1px 1px 0 0 #322044;
	font: 14px/18px 'Questrial';
	color: #876d9f;
	padding: 15px 125px 15px 22px;
	border-radius: 48px;
	height: 48px;
	resize: none;
}
/* map
========================================================*/
.content_map {
	position: relative;
	height: 385px;
	margin-bottom: 65px;
}
.google-map-api {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#map-canvas img {
	max-width: none !important;
}
.gm-wrapper div:first-child div + div + div + div {
	background-color: transparent !important;
	background-color: #000 !important;
	background-color: rgba(0, 0, 0, 0.7) !important;
}
.gm-wrapper * {
	box-shadow: 0 0 0 #000 !important;
	background-color: transparent !important;
}
.gm-wrapper * p {
	color: #ffffff;
	font-size: 14px;
}
.gm-style-iw {
	text-align: center;
	width: 330px !important;
	height: 127px !important;
	right: 0;
	position: absolute;
	left: 0 !important;
	top: 0 !important;
	color: #ffffff;
	padding: 38px 0 0 20px;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	overflow: visible !important;
}
.gm-style-iw:after {
	content: '';
	width: 0;
	height: 0;
	top: 100%;
	margin-top: 17px;
	left: 50%;
	margin-left: 5px;
	border-style: solid;
	border-width: 25px 15px 0 15px;
	border-color: #000000;
	border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
	position: absolute;
}
.gm-style-iw span {
	font-weight: bold;
	display: block;
	font-size: 18px;
	color: #ffffff;
}
.info {
	margin-bottom: 50px;
}
.info h3 {
	font-size: 30px;
	margin-bottom: 8px;
}
.info p {
	margin-bottom: 26px;
}
.mail {
	color: #e36480;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.mail:hover {
	color: #412a58;
	text-decoration: none;
}


/*========================================================
                    footer
=========================================================*/
footer {
	padding: 20px 0 10px 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	background-color: #563d7c;
}
footer p {
	font: 18px 'Questrial';
	color: #ffffff;
	margin: -7px 0 0 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}
footer p a {
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #ffffff;
}
footer em {
	font-style: normal;
}
footer span {
	padding: 0 4px;
	color: #ffffff;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1200px) {
    .container{
        max-width: 990px;
    }
}
@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 990px;
    }
}
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*===========================================================================================================================*/
@media (min-width: 992px)  {

 .thumb-box3 {
 text-align: center;
}
 .thumb-box3 .box:after {
 right: -65%;
}
 .thumb-box3-1 {
 text-align: center;
}
 .thumb-box3-1 .box {
 background: #412a58;
}
 .thumb-box3-1 .box:after {
 display: none;
}
 .errorBox .title {
 font-size: 230px;
}
.container, .container-lg, .container-md, .container-sm {
    max-width: 990px;
}

}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {


 .follow_icon {
 text-align: center;
 margin: 20px 0;
 display: block;
 float: none;
}
 .follow_icon li {
 display: inline-block;
 float: none;
}
 .thumb-box3 {
 text-align: center;
}
 .thumb-box3 .box:after {
 right: -65%;
}
 .thumb-box3-1 {
 text-align: center;
}
 .thumb-box3-1 .box {
 background: #412a58;
}
 .thumb-box3-1 .box:after {
 display: none;
}
 .errorBox .title {
 font-size: 136px;
}

.container, .container-md, .container-sm {
		max-width: 740px;
	}
}
/*===========================================================================================================================*/
@media (max-width: 767px) {

 header {
 position: relative;
 text-align: center;
}
 h1.navbar-brand_ {
 float: none;
 padding: 0 15px;
}
 nav.horo_navbar {
 border: none;
 margin: 0;
}

.box_4_c {
    width:30%;
    margin: 10px 3% 10px 0
}

 .select-menu {
 display: block !important;
 padding: 4px 4px 4px 0;
 margin: 15px 0 0 0;
 width: 100%;
 border: 1px solid #4b3065;
 background: #4b3065;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 nav.horo_navbar {
 display: block;
 float: none;
}
 nav.horo_navbar .nav {
 display: none;
}
 .follow_icon {
 text-align: center;
 margin: 0 0 20px 0;
 display: block;
 float: none;
}
 .follow_icon li {
 display: inline-block;
 float: none;
}
 .thumb-box3 {
 text-align: center;
}
 .thumb-box3 .box {
 background: #412a58;
 border-radius: 0;
}
 .thumb-box3 .box:after {
 display: none;
}
 .thumb-box3-1 {
 text-align: center;
}
 .thumb-box3-1 .box {
 background: #412a58;
 border-radius: 0;
 padding: 15px 30px;
}
 .thumb-box3-1 .box:after {
 display: none;
}
 .thumb-box4 {
 text-align: center;
}
 #newsletter input {
 font-size: 12px;
 padding: 15px 15px 15px 22px;
}
 .who-box .col-lg-4 {
 margin-bottom: 50px;
}
 .thumb-box6 .col-lg-4 {
 margin-bottom: 50px;
}

 .list2 li:after {
 display: none;
}
 .errorBox .title {
 font-size: 75px;
}
 .btn-default.btn1 {
 margin: 0 0 2px 0;
}
 .btn-default.btn1:after {
 display: none;
}
 .btn-default.btn2 {
 margin: 0 0 2px 0;
}
 .btn-default.btn2:after {
 display: none;
}
 .content_map {
 height: 300px;
}

    .box_4 {
        width: 30%;
        margin: 10px 5% 10px 0
    }

    .col4.box_4 {
        margin: 10px 5% 10px 0
    }

    .col3.box_4 {
        margin: 10px 0 10px 0
    }

    .daily_box p {
        font-size: 12px
    }

    .daily_box h5 {
        font-size: 18px
    }
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
 .thumb-pad4 figure {
 margin: 0 0 30px 0;
 float: none;
}
 .thumb-pad4 .thumbnail .caption {
 padding: 0;
 text-align: center;
}
}
/*===========================================================================================================================*/
@media (max-width: 560px) {
 .thumb-box3 .box {
 padding: 15px 10px 16px 10px;
}
 .thumb-box3-1 .box {
 padding: 15px 10px 16px 10px;
}
 #newsletter {
 overflow: visible;
}
 #newsletter a {
 position: relative;
 margin-top: 10px;
 border-radius: 48px;
}
 footer img {
 width: 100%;
}
 footer figure {
 margin-bottom: 10px;
}
}
/*===========================================================================================================================*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .list1 li:after {
 display: none;
}
 .list1 li a {
 font-size: 12px;
}
 .thumb-pad2 figure {
 margin: 0 0 30px 0;
 float: none;
}
 .thumb-box3-1 .box strong {
 font-size: 26px;
 line-height: 30px;
}
 footer img {
 width: 100%;
}
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-pad2 figure {
 margin: 0 0 30px 0;
 float: none;
}
 .thumb-pad2 figure img {
 width: 100%;
}
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/


.css-disclaimer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    line-height: 20px;
    text-transform: none;
    font-size: 12px;
}

.css-disclaimer:before {
    margin: 0 0.625rem 0 0;
}

.css-disclaimer:before, .css-disclaimer:after {
    background-color: #E5E5E5;
    color: inherit;
    content: "";
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 0.0625rem;
    position: relative;
    top: 1rem;
}



.box-other-signs {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    position: relative;
}


.box-other-li {
    padding: 20px;
    color: #ffffff;
    background: #e36480;
    text-shadow: 0 1px 0 #cc2949;
    margin: 5px;
    cursor: pointer;
    transition: .2s;
    flex: 1 0 auto;
    text-align: center;
    list-style: none;
    border-radius: 10px;
}

.box-other-li:hover, .box-other-li:active {
	background: #a83b58;
}

.box-other-li .box-other-h3 {
	color: #ffffff;
    font-size: 16px;
    margin: 0;
}

.and-container {
    background: none;
    color: #000000;
    font-size: 60px;
}

div.box_x {width:18%;float:left;margin:10px 9% 10px 0;} 
div.box_4,div.box_5 {width:24.7889%;float:left;padding:10px 0 10px 0;}
div.box_5 { width: 33%; }
div.box_4 img,div.box_5 img  {height:96px;}
div.col4.box_x {margin:10px 0 10px 0;}
div.col4.box_4 {padding:10px 0 10px 0; border-right: none}

.img-container {
        background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0px auto;
}


.box-more {
    background: #f5f5f5;
    padding: 40px 0;
    margin-top: 0;
    position: relative;
}

.box-more.box-more-arrow {
    padding: 60px 0 45px;
}

.box-more.box-more-arrow:before {
    content: "";
    width: 0;
    height: 0;
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 45px 100px 0;
    transform: rotate(0deg);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.box-more h3 {
    margin: 0 0 25px;
    color: #e36480;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.box-more h3.header {
	color:#412a58;
}

.box-more h3 span {
    color: #e36480;
}

.box-more .box-more-group {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}


.box-more .box-more-group .box-more-link {
    padding: 10px 0;
    border-bottom: 1px solid #bbb;
    flex: 0 0 50%;
    margin: 0 20px;
    text-align: left;
    position: relative;
}

.box-more .box-more-group .box-more-link:after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0;
    height: 2px;
    background: #e36480;
    transition: .4s;
    z-index: 2;
    display: block;
}

.box-more .box-more-group .box-more-link:hover:after {
    width: 100%;
}

.box-more .box-more-group .box-more-link:hover h4 span {
    opacity: .6;
}

.box-more .box-more-group .box-more-link h3 {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    text-transform: none;
    vertical-align: middle;
}
.box-more .box-more-group .box-more-link h3>span {
    font-size: 22px;
    font-weight: 700;
    transition: .4s;
    color: #e36480;
    vertical-align: middle;
}



@media(min-width: 768px) {
    .box-more h3 {
        font-size:25px;
    }

    .box-more .box-more-group {
        max-height:200px;
    }

    .box-more .box-more-group .box-more-link h3 {
        font-size:18px;
    }

    .box-more .box-more-group .box-more-link h3>span {
        font-size:34px;
    }    


}


.horos_ic {
    margin-right: 10px;
    margin-bottom: 20px;
}

#for_day {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
    float: left;
}

#for_day li {
    width: 100%;
    float: left;
    border-bottom: 1px dotted #c4c4c4;
    padding: 8px 0;
}

#for_day li:first-child {
    border-top: 1px dotted #c4c4c4;
}

#for_day label {
    float: left;
    margin: 0 1%;
    width: 17%;
    font-size: 14px;
    color: #666666;
    font-weight: 700;
    text-align: left;
}

.line_space {
    width: 74%;
    float: left;
}

.line_horo {
    float: left;
    border-radius: 2px;
    height: 20px;
}

#for_day span.right {
    float: right;
    color: #e05379;
    font-weight: 700;
    width: 6%;
    text-align: right;
}

#wellness_day {
    background: #fcca00;
}

#intellect_day {
    background: #5bd999;
}

#love_day {
    background: #e05379;
}

#emotions_day {
    background: #fba2ba;
}

#intuition_day {
    background: #7658f8;
}

#creativity_day {
    background: #00c0e4;
}

#work_day {
    background: #34495e;
}

#money_day {
    background: #d667e5;
}

#energy_day {
    background: #ffb347;
}

#lucky_colour {
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
	margin-top:10px;
}

.pink_but {
    color: #ffffff;
    background: #e36480;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #cc2949;
    line-height: 37px;
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    margin: 10px 0px 10px 5%;
    cursor: pointer;
    border-radius: 10px;
    text-decoration: none;
    width: 25%;
}

.pink_but:hover,.pink_but.active {
    background: #a83b58;
    color:#ffffff;
}

.pink_but img {
    vertical-align: middle;
    margin-top: -1px;
}

.num_list {
    color: rgba(224,83,121,0.6);
    font-size: 24px;
    font-weight: 800;
    margin-right: 10px;
    display: inline-block;
    vertical-align: sub;
}


.power_number {
    width: 75px;
    line-height: 75px;
    font-size: 32px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #412a58;
    color: #412a58;
    margin: 10px auto;
    display: inline-block;
}
#ajax-loader {
    display: none;
}
.margin-bottom-15 {
	margin-bottom: 15px;
}
.margin-top-15 {
	margin-top: 15px;
}
.display-inline-block {
	display: inline-block;
}
.text-left { text-align: left; font-size: 20px; padding: 0px 8px; }

.app-list {
    width: 950px;
    margin: 0 auto
}

.app {
    padding: 10px 20px;
    width: 100%;
    max-width: 470px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center
}

.app .app-banner {
    width: 100%;
    height: 280px;
    background-color: #111;
    border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px;
    margin: 10px 0px;
    background-size: cover;
    background-position: center center;
    position: relative
}

.app-store-btns {
    text-align: center;
    height: 100px;
    display: inline-block;
    line-height: 30px;
    font-family: 'Kimberley','HelveticaNeue-Light','Helvetica','Arial',sans-serif;
    width: 100%
}

.app-store-btns span {
    float: left;
    font-size: 20px;
    color:
}

.app-store-btns h2 {
    height: 0px;
    clear: both
}

h2.empty {
    color: #2a1e4c
}

.app-store-btns a {
    position: relative
}

.app-store-btns a {
    width: 42%;
    float: ;
    margin-right: 2%;
    display: inline-block
}

.app-store-btns a img {
    width: 100%
}

.app-store-btns a:last-of-type {
    margin-right: 0
}

.mobile_center {
    text-align: center;
}

.dhplanet .planetinfo {
    margin-top: 20px;
    font-size: 0.9em
}

.dhplanet .planetname {
    color: #ffffff;
    border-radius: 10px;
    font-size: 20px;
    padding: 5px 10px
}

.dhplanet .planetsign {
    margin: 15px 0 7px;
    letter-spacing: 1px
}

.planetbg_sun {
    background-color: #ef9200
}

.planetbg_moon {
    background-color: #5f7a84
}

.planetbg_mercury {
    background-color: #9c5f2f
}

.planetbg_venus {
    background-color: #bd5935
}

.planetbg_mars {
    background-color: #d73c43
}

.planetbg_jupiter {
    background-color: #cc8339
}

.planetbg_saturn {
    background-color: #a77555
}

.planetbg_uranus {
    background-color: #3b89c0
}

.planetbg_neptune {
    background-color: #003885
}

.planetbg_pluto {
    background-color: #8a6661
}

.bg_sun {
    background: url(../images/FOF3mXLCv8sD.png) no-repeat top left
}

.bg_moon {
    background: url(../images/0THKICzcm6SH.png) no-repeat top left
}

.bg_mercury {
    background: url(../images/o8fuAiNbjJMG.png) no-repeat top left
}

.bg_venus {
    background: url(../images/wkb9LHfqbUAN.png) no-repeat top left
}

.bg_mars {
    background: url(../images/y49JAUeMzg2N.png) no-repeat top left
}

.bg_jupiter {
    background: url(../images/UQNr5hCGvRxa.png) no-repeat top left
}

.bg_saturn {
    background: url(../images/JMCQvGVLQnhN.png) no-repeat top left
}

.bg_uranus {
    background: url(../images/daOMnk7MFgDo.png) no-repeat top left
}

.bg_neptune {
    background: url(../images/Qpj5ZWcCxMkD.png) no-repeat top left
}

.bg_pluto {
    background: url(../images/e9C4LRX9TOde.png) no-repeat top left
}

.asp_image,.asp_dec {
    display: inline-block
}

.asp_image {
    padding-top: 5px;
    vertical-align: middle
}

.clear_both {
    clear: both;
}
.text-align-center { text-align: center; }
@media all and (max-width: 1060px) {
    .app {
        max-width:400px
    }

    .app .app-banner {
        height: 230px
    }

    .app h1 {
        font-size: 30px
    }

    .app-store-btns {
        height: 80px
    }
}

@media all and (max-width: 860px) {
    .app {
        max-width:600px
    }

    .app .app-banner {
        height: 300px
    }

    .app h1 {
        font-size: 45px
    }

    .app-store-btns {
        height: 100px
    }

    .app-list {
        width: 100%
    }
}

@media all and (max-width: 660px) {
    .app {
        max-width:100%
    }

    .app .app-banner {
        height: 300px
    }

    .app h1 {
        font-size: 25px
    }

    .app-store-btns {
        height: 80px
    }

    .app-list {
        width: 100%
    }

    .app-press-kit {
        right: -10px;
        top: -10px
    }
    .ulaspect {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        width: 250px;
        margin: 0px auto;
    }    
}

@media all and (max-width: 500px) {
    .app {
        padding:4px 20px
    }

    .app .app-banner {
        height: 220px
    }

    .app-list {
        width: 100%
    }
}

@media(max-width: 576px) {
	.text-date  {text-align: left; padding: 0px 8px;}
}
@media(max-width: 768px) {
    .planet_title,.planetl_title {
        background: #ffffff;
    }

    .planet_title h3,.planetl_title h3 {
        margin: 10px 0 10px;
    }

    #for_day span.right {
        font-size: 11px;
        width: 7%;
    }

    .line_space {
        width: 72%;
    }

    #for_day label {
        width: 18%;
    }

    .pink_but {
        font-size: 12px;
        float: none;
        margin: 10px 1% 10px 1%;
        width: 30%;
    }
    #for_day label {
        font-size:11px;
    }    
}

@media screen and (max-width: 400px)
{
.dhplanet {
    margin: 10px;
    padding: 5px;
}
}

@media screen and (max-width: 599px)
{
.power_number {
    width: 40px;
    line-height: 40px;
    font-size: 20px;
}
}

.dhplanet .pink_but { width: 100%; }