@charset "UTF-8";
/* CSS Document */


@font-face {
    font-family: 'san_francisco_displayregular';
    src: url('/fonts/sanfranciscodisplay-regular-webfont.eot');
    src: url('/fonts/sanfranciscodisplay-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/sanfranciscodisplay-regular-webfont.woff') format('woff'),
         url('/fonts/sanfranciscodisplay-regular-webfont.ttf') format('truetype'),
         url('/fonts/sanfranciscodisplay-regular-webfont.svg#san_francisco_displayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'san_francisco_displaysemibold';
    src: url('/fonts/sanfranciscodisplay-semibold-webfont.eot');
    src: url('/fonts/sanfranciscodisplay-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/sanfranciscodisplay-semibold-webfont.woff') format('woff'),
         url('/fonts/sanfranciscodisplay-semibold-webfont.ttf') format('truetype'),
         url('/fonts/sanfranciscodisplay-semibold-webfont.svg#san_francisco_displaysemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'san_francisco_displaythin';
    src: url('/fonts/sanfranciscodisplay-thin-webfont.eot');
    src: url('/fonts/sanfranciscodisplay-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/sanfranciscodisplay-thin-webfont.woff') format('woff'),
         url('/fonts/sanfranciscodisplay-thin-webfont.ttf') format('truetype'),
         url('/fonts/sanfranciscodisplay-thin-webfont.svg#san_francisco_displaythin') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*-----------------------------
RESET
-----------------------------*/
html, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, p,h1, h2, h3, h4, h5,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align:bottom;
	background: transparent;
}
ol, ul {
	list-style: none;
}
html{
	height:100%;	
}

body {
	font-family: 'san_francisco_displayregular', sans-serif;
    font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size:15px; 
	line-height:24px;
	margin:0;
	background-color:#f1efef;
	color:#696969; 
}
img.responsive {
    max-width: 100%;
    height: auto;
}

/*================================================================================================================================================

NAVIGATION

------------------------------------------------------------------------------------------------------------------------------------------------*/

#navwrapper {
    height: 100px;
    position: fixed;
    top: 0;
    transition: all 0.2s linear 0s;
    width: 100%;
    z-index: 1000;
}
#navouter {
    height: auto;
    margin: 13px auto 0;
    max-width: 95%;
    position: relative;
    transition: all 0.2s linear 0s;
    width: 95%;
}

/*============ NAV ============*/
#nav {
    clear: right;
    float: right;
    margin: 10px 0 0;
    text-align: right;
    width: 90%;
	 -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
	   -o-transition: all 0.2s ease 0s;
          transition: all 0.2s ease 0s;
}
#nav li,
#footNav li{
    display: inline-block;
	padding: 0 8px;
}
#nav li a,
#footNav li a {
    color: #fff;
    display: block;
    font-family: "san_francisco_displaysemibold";
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    font-size: 0.786em;
    margin: 0;
    
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
	 -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
	   -o-transition: all 0.2s ease 0s;
          transition: all 0.2s ease 0s;
}
#nav li a{
	font-size:13px;	
	text-transform: lowercase !important;
	border-bottom: 2px solid rgba(255,255,255,0);
}
#nav li:hover a,
#nav li.active a{
  	
	color:#fff;
	/*border-bottom: 2px solid rgba(255,255,255,1);*/
	color: #987caf;
}

/*============ SUBNAV ============*/
#subNav{
	float:right;	
}
#subNav li{
    display: inline-block;
}
#subNav li a {
    color: #fff;
    display: block;
    font-family: "san_francisco_displaysemibold";
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    font-size: 11px;
    margin: 0;
    padding: 0 10px;
    position: relative;
    text-decoration: none;
	text-transform:uppercase;
}

#logo {
    float: left;
    margin: 0;
    max-width: 60px;
    transition: all 0.2s linear 0s;
    width: 100%;
}

#mainMenuMobile {display:none;overflow-y: scroll; overflow-x:hidden; }
#mainMenuMobile li{
	height:auto;
	border-bottom:1px solid #fff;
	padding:10px 0 10px 10px;
}
#mainMenuMobile li .submenu{
	display:none;	
	margin:10px 0;
	 -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
	   -o-transition: all 0.2s linear;
  		  transition: all 0.2s linear;
}
#mainMenuMobile li a.active{
  	color: #ec2f29
}
.submenu > a {
   /* font-size: 12px;*/
   font-size:0.857em;
    margin: 10px 0 10px 20px;
}

#mainMenuMobile li a{
	display:block; 
	color: #262626;
	font-family: 'san_francisco_displayregular', sans-serif;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-decoration:none;
   	font-size:0.857em;
}

#mainMenuMobile li.socials > a {
    margin: 0 20px 0 0;
	display:inline-block;
}


.mobilemenu {
    color: #fff;
    display: none;
    font-size: 0.857em;
    height: 40px;
    line-height: 20px;
    padding: 10px 0 0 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
}
.leftMobileMenu {
	height: 100% !important;
    position: fixed;
    right: -100%;
    top: 0;

    width: 70% !important;
    z-index: 0;
	 -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
	   -o-transition: all 0.2s ease;
  		  transition: all 0.2s ease;
}
.positionMenu{
	right:0;	
}
#mainMenuMobile > ul {
    display: block;
    left: 0;
    padding: 5%;
    position: relative;
    top: 0;
    width: 90%;
	-moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
	   -o-transition: all 0.8s ease;
  		  transition: all 0.8s ease;
}
.icon-bar {
    background-color: #fff;
    border-radius: 0.071em;
    display: block;
    height: 2px;
    line-height: 14px;
    margin-top: 5px;
    vertical-align: text-top;
    width: 30px;
	 -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
	   -o-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s;
}
.rotateLeft {
    margin-top: 13px;
    position: relative;
    transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.rotateRight {
    margin-top: -3px;
    position: relative;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.push-toleft {
	-webkit-transform: translate3d(-70%, 0,  0px) !important;
   		 	transform: translate3d(-70%, 0,  0px) !important;
	-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
	-webkit-transition-duration: .25s;
    		transition-duration: .25s;
	-webkit-transform: translateZ(0px);
			transform: translateZ(0px);
			position:fixed !important;
}
.positionMenu {
    right: 0 !important;
}

/*--------------------------------------------------------------
TINY NAV
==============================================================*/


#navwrapper.tiny {
    background: rgba(43,27,68,0.9) none repeat scroll 0 0;
    border-bottom: 1px solid #703884;
    height: 70px;
}

#navwrapper.tiny #logo{
	max-width:60px;	
	margin-top:-7px;
}

#navwrapper.tiny #nav {
  /*margin-top: 0*/
}


#navwrapper.tiny #nav li a:hover,
#navwrapper.tiny #nav li a.active,
 {
	color: #fff;
}
/*================================================================================================================================================

STRUCTURE

------------------------------------------------------------------------------------------------------------------------------------------------*/
#content {
    background: #f1efef none repeat scroll 0 0;
    position: relative;
    z-index: 10;
	-webkit-overflow-scrolling: touch;
}
#homeContainer {	
	width:100%;
	height:540px;
	position:relative;
	z-index:30;
	background:url(../images/mainTopBG.jpg) top center / cover;	
	overflow:hidden;
}
#artistContainer{
	width:100%;
	height:750px;
	position:relative;
	z-index:30;
	background:url(../images/mainTopBG.jpg) top center / cover;	
	overflow:hidden;
}
#clouds{
	display: none;
	position:absolute;
	bottom:0;
	height:240px;
	width:100%;
	z-index:10;
	background:url(../images/clouds.png) bottom center repeat-x;		
}
#insideContainer {
    background: rgba(0, 0, 0, 0) url("../images/mainTopBG.jpg") repeat scroll center top / cover ;
    /*height: 410px;*/
	height: 460px;
    overflow: hidden;
    padding: 120px 0 0;
	padding: 80px 0 0;
    position: relative;
    width: 100%;
    z-index: 10;
	background-image: none;
	background: #360062;
	background: -moz-linear-gradient(left, #360062 0%, #260042 100%);
	background: -webkit-linear-gradient(left, #360062 0%,#260042 100%);
	background: linear-gradient(to right, #360062 0%,#260042 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#360062', endColorstr='#260042',GradientType=1 );
}
#insideContainer h1 {
	text-transform: uppercase;
	margin: 40px 0 0;
	font-size: 46px;
}
#mainContent{
	/*background-color: #f1efef;*/
   /* margin-bottom: 390px;*/
   /*margin-bottom:390px;*/
    /*padding-top: 20px;*/
    position: relative;
    z-index: 10;
}
#mainContent .innerContainer {
	padding-top: 50px;
}
#mainContent.home .innerContainer {
	padding-top: 0px;
}
#homeContainer {
	border-bottom: 8px solid #f1efef;
	background-image: none;
	background: #360062;
	background: -moz-linear-gradient(left, #360062 0%, #260042 100%);
	background: -webkit-linear-gradient(left, #360062 0%,#260042 100%);
	background: linear-gradient(to right, #360062 0%,#260042 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#360062', endColorstr='#260042',GradientType=1 );
}
.innerContainer{
	background-color: #f1efef;	
	overflow:auto;
	position:relative;
	z-index:10;
}
.banner-btns {
	padding-top: 20px;
}

.banner-btns .btn {
	display: inline-block;
	color: #fff;
	border: 1px solid #fff;
	padding: 5px 20px;
	margin: 10px 10px 0;
	font-size: 14px;
	transition: all 0.2s linear 0s;
}
.banner-btns .btn:hover {
	color: #360062;
	background-color: #fff;
}
.banner-btns hr {
	height: 1px;
	border: none;
	background-color: #fff;
	width: 95%;
	max-width: 485px;
	margin: 0 auto 10px;
}
.banner-btns h4 {
	font-size: 16px;
	margin: 25px 0 20px;
}
#mainGuy {
    position: absolute;
    right: 180px;
    z-index: 10;
	top:0;
}
#raj {
    position: absolute;
    right: 0;
    z-index: 10;
	top:0;
}
#headerWoman {
    position: absolute;
    right: 70px;
    top: 240px;
}
#headerCouple {
    position: absolute;
    right: 500px;
    top: 230px;
}
#homeIntro {
    color: #fff;
    margin: 100px 0 0;
    position: absolute;
    width: 450px;
    z-index: 20;
	text-align: center;
	width: 100%;
}
#homeIntro span {
    display: block;
    font-family: "san_francisco_displaythin";
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 72px;
    line-height: 0.9;
}
#homeIntro p{
	margin:20px 0;	
}

.homeBanners{
	max-width:540px;	
}

.wideContent{
	width:100%;
	position:relative;
	overflow:auto;	
}
.whiteContent{
	background-color:#fff;	
}
.bokehBG{
	background: #360062;
	background: -moz-linear-gradient(left, #360062 0%, #260042 100%);
	background: -webkit-linear-gradient(left, #360062 0%,#260042 100%);
	background: linear-gradient(to right, #360062 0%,#260042 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#360062', endColorstr='#260042',GradientType=1 );
	/*background-image:url(/images/footerBokeh.jpg);
	background-position:center center;
	background-repeat:repeat-x;
	background-size:cover;	*/
}
.bokehBG .btn {
	display: inline-block;
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 30px;
	margin: 0 20px 10px;
	font-size: 20px;
	transition: all 0.2s linear 0s;
}
.bokehBG .btn:hover {
	background-color: #fff;
	color: #360062;
}
.withClouds{
	/*background-image:url(/images/greyClouds-top.jpg);*/
	background-position:top center;
	background-repeat:repeat-x;
	padding:90px 0 50px 0;
	padding:0px 0 90px 0;
}
.testimonialCharacter{
	max-width:260px;	
}

#footer{
	width:100%;
	overflow:auto;
	background:#282828;
	padding:30px 0 0;	
	position:relative;
	z-index:0;
	bottom:0;
}
#footNav li a {
	text-transform: lowercase;
}
#footer .footer-tel-email {
	color: #fff;
	text-decoration: none;
	margin: -10px 0 15px;
}
#footer .footer-tel-email a {
	color: #fff;
	text-decoration: none;
	margin: 0 0 10px;
}
#newsletterSignup {
	margin-bottom: 30px;
}
#footLegals{
	background:#000;
	padding:20px 0;	
}
#footLegals a{
	color:#fff;
	text-decoration:none;
	font-size:10px;
	margin:0 10px;	
}
#footer a .fa {
	color: #999999;
}
#newsletter {
    border: 0 none;
    border-radius: 3px 0 0 3px;
    padding: 10px;
    width: 250px;
}
#submitNewsletter {
    background: #360062 none repeat scroll 0 0;
    border: 0.5px solid #360062;
    border-radius: 0 3px 3px 0;
    color: #fff;
    font-family: "san_francisco_displayregular",sans-serif;
	font-family: 'Open Sans', sans-serif;
    padding: 9px;
    text-transform: uppercase;
}
.leftTitle {
    border-bottom: 1px solid #d8d7d7;
    overflow: auto;
}
.leftTitle a{
	float:right;	
}

#packageTab,
#styleTab{
	width:100%;
	overflow:hiden;
	text-align:center;	
	border-bottom:1px solid #814290;
}
#packageTab li,
#styleTab li {
    display: inline-block;
    
}
#packageTab li a,
#styleTab li a{
	display: block;
    font-family: "san_francisco_displaysemibold",sans-serif;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    font-size: 16px;
    height: 30px;
    padding: 10px 20px 4px;
    text-decoration: none;
	border-radius:4px 4px 0 0;
	
}
#packageTab li a:hover,
#styleTab li a:hover{
	background: rgb(168,102,160); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(168,102,160,1) 0%, rgba(129,66,144,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(168,102,160,1) 0%,rgba(129,66,144,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(168,102,160,1) 0%,rgba(129,66,144,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a866a0', endColorstr='#814290',GradientType=0 ); /* IE6-9 */
	color:#fff;
}	
#packageTab li.selected a,
#styleTab li.selected a{
	background: rgb(168,102,160); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(168,102,160,1) 0%, rgba(129,66,144,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(168,102,160,1) 0%,rgba(129,66,144,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(168,102,160,1) 0%,rgba(129,66,144,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a866a0', endColorstr='#814290',GradientType=0 ); /* IE6-9 */
	color:#fff;
}

#howitworks li img{
	margin:20px 0 0 42px;	
	width:100%;
	max-width:206px;
}

.addtopackage {
    border: 1px solid #d8d7d7;
    padding: 10px;
    text-align: center;
}

#packages li {
    margin: 0 1.5% 40px;
    width: 30.333%;
}
#packages div {
}
#packages div div {
    /*padding: 0 20px 20px;*/
	border:0 none;
}
#shareSocial a{
	margin:0 10px;
}
.orderContents {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e4e4e4;
    margin: 0 0 20px;
    text-align: center;
}
.orderContents h4 {
    background: #ad6aa2 none repeat scroll 0 0;
    color: #fff;
    padding: 10px;
}
.orderContents .split8 {
    padding: 0 10px 20px;
}
#newsletterFormContainer{
	display:none;	
}
#testimonialLeft{
	float:left;
	width:50%;	
}
#testimonialRight{
	float:right;
	width:50%;	
}
a.showVideo{
	position:relative;
	display:block;	
}
a.showVideo::before {
    /*background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;*/
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}
a.showVideo span{
	position:absolute;
	top:40%;
	width:100%;
	text-align:center;
	color:#fff;
	z-index:5;
}

video {
    height: 100%;
    padding: 0;
    width: 100%;
}
#video {
	border-bottom: 8px solid #fff;
	background-color: #000;
	position: relative;
	overflow: hidden;
	min-height: 550px;
}
#video video {
	float: left;
	opacity: 0.5;
	height: 550px;
	width: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
@media only screen and (min-width : 769px) {
	#video {
		min-height: 0;
	}
	#video video {
		position: relative;
		height: auto;
		width: 100%;
	}
}
#video .video-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	color: #fff;
	text-align: center;
	padding: 0 5%;
	width: 90%;
}
#video .video-text h1 {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 50px;
}
#video .video-text h1 span {
	display: block;
	clear: both;
	font-size: 66px;
	margin-top: 10px;
}
#video .video-text hr {
	height: 1px;
	background-color: #fff;
	width: 100%;
	max-width: 420px;
	margin: 20px auto 30px;
	border: none;
}
.vertical-middle-wrapper, .vertical-middle {
	height: 100%;
	width: 100%;
}

#additionalImages li {
    height: 120px;
}
#additionalImages li div {
    background-size: cover;
    height: 97%;
    padding: 1px;
    width: 98%;
}
#additionalImages a {
    display: block;
    height: 100%;
    width: 100%;
}
#portfolio {
	margin-top: 50px; 
}
#home-categories, #portfolio-categories, #portfolio {
	padding-left: 8px;
	box-sizing: border-box;
	text-align: center;
}
#home-categories li, #portfolio-categories li, #portfolio li {
	padding:0 8px 8px 0;
	box-sizing: border-box;
}
@media only screen and (min-width : 481px) {
	#home-categories li {
		width: 100%;	
	}
}
@media only screen and (min-width : 769px) {
	#home-categories li {
		width: 50%;	
	}
}
@media only screen and (min-width : 1200px) {
	#home-categories li {
		width: 25%;	
	}
}
#home-categories li a, #portfolio-categories li a {
	position: relative;
	float: left;
	width: 100%;
	background-color: #000;
	overflow: hidden;
	color: #fff;
}
#home-categories li a img, #portfolio-categories li a img {
	transition: all 0.2s linear 0s;
	width: 100%;
}
#home-categories li a .title, #portfolio-categories li a .title {
	position: absolute;
	top: 10px;
	left: 0;
	padding: 10px 20px;
	color: #fff;
	background-color: rgba(0,0,0,0.8);
	text-align: left;
	width: 100%;
	max-width: 75%;
	transition: all 0.2s linear 0s;
}
#home-categories li a .title h2, #portfolio-categories li a .title h2 {
	text-transform: uppercase;
}
#home-categories li a .text, #portfolio-categories li a .text {
	position: absolute;
	top: 100%;
	left: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
	transition: all 0.2s linear 0s;
}
#home-categories li a h2, #portfolio-categories li a h2 {
	font-size: 15px;
	margin: 0;
	text-transform: uppercase;
	font-weight: 600;
}
#home-categories li a .text .btn, #portfolio-categories li a .text .btn {
	display: inline-block;
	color: #fff;
	border: 1px solid #fff;
	padding: 2.5px 40px;
	margin: 10px 0 0;
	font-weight: 300;
}
#home-categories li a .text .btn:hover, #portfolio-categories li a .text .btn:hover {
	background-color: rgba(255,255,255,0.5);
}
#home-categories li a:hover img, #portfolio-categories li a:hover img {
	opacity: 0.5;
}
#home-categories li a:hover .text, #portfolio-categories li a:hover .text {
	top: 0;
	opacity: 1;
}
#portfolio-categories li a:hover .title {
	opacity: 0;
	top: -50px;
}
@media only screen and (max-width : 1024px) {
	#home-categories li a img, #portfolio-categories li a img {
		opacity: 0.5;
	}
	#home-categories li a .text, #portfolio-categories li a .text {
		top: 0;
		opacity: 1;
	}
}
.vertical-middle-wrapper {
	display:table;
	vertical-align:middle;
	height: 100%;
	width: 100%;
}
.vertical-middle {
    display:table-cell;
    vertical-align:middle;
	height: 100%;
	width: 100%;
}
#accordion {
	text-align: center;
}
#accordion .accordion-toggle {
	float: left; 
	width: 100%;
	padding: 20px 0;
	margin: 0;
	font-size: 30px;
	text-transform: uppercase;
}
#accordion .accordion-content {
	display: none;
	float: left; 
	width: 100%; 
	position: relative;
}
#accordion .accordion-content hr {
	border: none;
	margin: 0 0 80px;
	height: 2px;
	width: 100%;
	background-color: #969696;
}
#accordion .accordion-content.default {
	display: block;
}
#accordion .accordion-content #packages {
	padding-top: 20px;
	padding-bottom: 80px;
}
#accordion .accordion-content img {
	max-width: 100%;
	height: auto;
	margin-bottom: 40px;
}
#accordion .accordion-content a {
	color: #000000;
}
#accordion .accordion-content ul.split5, #accordion .accordion-content ul.split4 {
	box-sizing: border-box;
	padding: 80px 0 80px 8px;
}
#accordion .accordion-content ul.split5 li, #accordion .accordion-content ul.split4 li {
	padding-right: 8px;
	box-sizing: border-box;
}
#accordion label {
	cursor: pointer;
	font-size: 15px;
	color: #000;
	font-weight: 600;
}
#accordion input[type="radio"] {
	visibility: hidden;
	display: none;
}
#accordion .skip {
	position: absolute;
	bottom:60px;
	left: 50%;
	margin-left: -100px;
	background-color: #fff;
	display: inline-block;
	width: 200px;
	height: 40px;
	border: 1px solid #dbdbdb;
	font-size: 20px;
	font-weight: bold;
	color: #8c8686 !important;
	line-height: 40px;
}
#accordion .button {
	font-size: 40px;
	background-color: #eb5874;
	margin: 40px 0;
	padding: 30px 50px;
	border-radius: 10px;
}
#accordion .container img {
	border: 2px solid #f1efef;
}
#accordion .container input:checked ~ img {
	border: 2px solid #ff2c4b;
}
#faq {
	text-align: left;
	margin-top: 80px;
}
#faq .faq {
	border-bottom: 1px solid #d8d7d7;
	transition: all 0.2s linear 0s;
}
#faq .faq.active, #faq .faq:hover {
	background-color: #fff;
}
#faq .faq .q {
	padding: 30px;
	cursor: pointer;
	
}
#faq h4 {
	line-height: normal;
	color: #360062;
}
#faq .faq .q h4 {
	margin: 0;	
}
#faq .faq .a {
	float: left;
	display: none;	
	padding: 0 30px 30px;
	margin-top: -10px;
}
#faq .faq .a.active {
	display: block;
}
@media only screen and (max-width : 768px) {
	#faq .faq .q {
		padding: 15px;
	}
	#faq .faq .a {
		padding: 0 15px 15px;
	}
}
.packages .relative {
	position: relative;
}
.packages .quick-view {
	position: absolute;
	top: -20px;
	right: 0;
	border: 1px solid #dddddd;
	padding: 0 5px;
	display: inline-block;
	font-size: 12px;
	color: #777272!important;
	font-weight: 600;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}
.packages img {
	margin-bottom: 20px !important;
}
.packages h4 {
	display: inline-block;
}
.packages select {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
}
.tooltip {
	padding: 0 !important;
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted white;
	margin: 15px 2px;
	vertical-align: top;
	cursor: pointer;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: white;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 150%;
	font-size: 10px;
	line-height: 14px;
	color: #000;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent white transparent transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
/*=====================================================================================================================

FORMS

=====================================================================================================================*/
.formLeft{
    float: left;
    position: relative;
    width: 66%;
}
.formRight {
    float: right;
    position: relative;
    width: 29%;
	margin:0 0 40px 0;
}
.smallInput {
    display: block !important;
    width: 200px !important;
}
.formWrap div {
    position: relative;
}
label {
    display: inline-block;
    font-family: "san_francisco_displayregular",sans-serif;
	font-family: 'Open Sans', sans-serif;
    font-size: 13px;
 
}
.formWrap textarea, .formWrap input[type="text"], .formWrap input[type="password"] {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    color: #9a9a9a;
    display: inline-block;
    font-family: "san_francisco_displayregular",sans-serif;
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    height: 35px;
    line-height: 20px;
    margin: 0 0 5px;
    padding: 5px 1.5%;
    text-align: left;
    vertical-align: middle;
    width: 95%;
}
.largeForm input[type="text"] {
    height: 40px;
}
.largeForm label {
    color: #081d55;
}
textarea {
    height: 80px !important;
    resize: none;
}
.requiredField {
    border: 1px solid red !important;
    transition: all 0.2s linear 0s;
}
.shortInput {
    display: block !important;
    width: 30% !important;
}
form i {
    color: red;
    position: absolute;
    right: 0;
    top: 30px;
}
#businessTypeContainer {
    display: none;
}
label.dropdown select {
    -moz-appearance: none;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #aaa;
    border-radius: 0;
    color: #444;
    cursor: pointer;
    display: block;
    outline: medium none;
    padding: 10px 42px 10px 10px;
}
label.dropdown select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #444;
}
label.dropdown::before {
    background: #f8f8f8 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 33px;
    pointer-events: none;
    position: absolute;
    right: 5px;
    top: 3px;
    width: 30px;
}
label.dropdown {
    position: relative;
}
label.dropdown::after {
    border-bottom: 1px solid #aaa;
    color: #444;
    content: ">";
    font: 16px Consolas,monospace;
    padding: 0 0 5px;
    pointer-events: none;
    position: absolute;
    right: 2px;
    text-indent: 14px;
    top: -3px;
    transform: rotate(90deg);
    width: 35px;
}
@media screen {
	label.dropdown::after {
		right: 0;
		text-indent: 15px;
		width: 38px;
	}
}
@media screen and (min--moz-device-pixel-ratio: 0) {
	label.dropdown select {
		padding-right: 40px;
	}
	label.dropdown::before {
		right: 6px;
	}
	label.dropdown::after {
		right: 1px;
		text-indent: 14px;
		top: 5px;
		width: 36px;
	}
}

select {
    display: block;
    padding: 10px;
}

input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
}

label.switchLabel{
	left:50%;
	margin-left:-45px;	
}
label.switchLabel::after {
    background: #fff none repeat scroll 0 0;
    border-radius: 90px;
    content: "";
    height: 40px;
    left: 5px;
    position: absolute;
    top: 5px;
    transition: all 0.3s ease 0s;
    width: 40px;
}
label.switchLabel {
    background: #d8d7d7 none repeat scroll 0 0;
    border-radius: 100px;
    cursor: pointer;
    display: block;
    height: 50px;
    position: relative;
    text-indent: -9999px;
    width: 90px;
}

input:checked + label.switchLabel {
	background: #bada55;
}

input:checked + label.switchLabel:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}
input {
    -webkit-appearance: none;
}
.smallInput {
    display: block;
    width: 200px;
}

.evidence {
    background: #e4e4e4 none repeat scroll 0 0;
    height: auto;
    margin: 0 0 1px;
    overflow: auto;
    padding: 10px;
	width:95%;
}
.remove_artwork {
    position: absolute;
    right: 10px;
    top: -15px;
}
#stickyFinish {
    background: #eb5875 none repeat scroll 0 0;
    padding: 10px 0;
    position: fixed;
    top: -71px;
    width: 100%;
    z-index: 100;
	 -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
	   -o-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s;
}
.stickyFinishDown{
	top:71px !important;	
}
#stickyFinish .leftTitle {
    border-bottom: 0 none;
}	
#stickyFinish h3 {
    float: left;
    margin: 0;
    width: 50%;
}
.dateWarning{
	display:none;	
}
.remodal .formLeft {
	width: 100%;
}
.remodal .formLeft h4 {
	line-height: normal;
}
.remodal .spB_double {
	margin-bottom: 50px;
}
/*=====================================================================================================================

GENERALS

=====================================================================================================================*/
.max1260{
	width:95%;
	max-width:1260px;
	margin:auto;
	position:relative;
	z-index:1;

}
.max900{
	width:95%;
	max-width:900px;
	margin:auto;	
	position:relative;	
	overflow:hidden;
}
.pageTitle {
    max-width: none;
    position: fixed;
    width: 100%;
}
.centerThis{
	text-align:center;	
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}
.wow {
   visibility: hidden;
}

.button{
	border:0 none;
	border-radius:3px;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-family: 'san_francisco_displaysemibold', sans-serif;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size:14px;
    padding: 15px 20px;
	width:auto;
    line-height: 20px;
    vertical-align: middle;
	top:0;
	position:relative;	
	 -webkit-appearance: none;
	 -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
	   -o-transition: all 0.1s linear;
  		  transition: all 0.1s linear;
}
.whiteBtn{
	background:#fff;
	color:#ad6aa2;	
}
.purpleBtn{
	background:#360062;
	color:#fff;		
}
.darkPurpleBtn{
	background:#36205b;
	color:#fff;		
}
.smallBtn{
	padding:10px;
	font-size:12px;	
}
.clearAll{
	margin:0 10px 0 0;	
}

.whiteText{
	color:#fff;	
}
.blackText{
	color:#000;	
}
.purpleText{
	color:#460087;	
}
.darkGreyText{
	color:#4e4e4e;	
}
.darkPurpleText{
	color:#36205b;	
}

.spT_half{
	margin-top:20px;	
}
.spB_half{
	margin-bottom:20px;	
}
.spTB_half{
	margin-top:20px;	
	margin-bottom:20px;	
}
.spT_single{
	margin-top:40px;	
}
.spB_single{
	margin-bottom:40px;	
}
.spTB_single{
	margin-top:40px;	
	margin-bottom:40px;	
}
.spT_double{
	margin-top:80px;	
}
.spB_double{
	margin-bottom:80px;	
}
.spTB_double{
	margin-top:80px;	
	margin-bottom:80px;	
}

.img100{
	width:100%;	
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-danger {
    background-color: #ffbfbf;
    border-color: #ebccd1;
    color: #b50a0a;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert {
    border-radius: 4px;
    border-width: 1px;
    padding: 15px;
}
.clickInner{
	cursor:pointer;	
}

.normalList{
	margin:0 0 20px 0;	
}
.normalList li{
	padding:0 0 0 10px;
	margin:0 0 0 15px;
	list-style:disc;	
}
/*=====================================================================================================================

TEXTS

=====================================================================================================================*/
h1, h2, h3, h4, h5{
	line-height:1;	
}
h1{
	font-family: 'san_francisco_displaysemibold', sans-serif;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size:72px;	
	margin:0 0 20px 0;
}

h2{
	font-family: 'san_francisco_displaythin', sans-serif;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size:55px;	
	margin:0 0 20px 0;
}
h3{
	font-family: 'san_francisco_displaythin', sans-serif;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size:36px;	
	margin:0 0 20px 0;	
}
h4{
	font-family: 'san_francisco_displaysemibold';
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size:18px;
	margin:0 0 20px 0;
}
.font-thin{
	/*font-family: 'san_francisco_displaythin', sans-serif !important;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.font-regular{
	/*font-family: 'san_francisco_displayregular', sans-serif !important;	*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.font-bold{
	/*font-family: 'san_francisco_displaysemibold', sans-serif !important;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
p+p{
	margin:0 0 10px 0;	
}

a{
	text-decoration:none;
	color:#ad6aa2;	
}
/*================================================================================================================================================

COLUMN LISTS

------------------------------------------------------------------------------------------------------------------------------------------------*/
.split1, 
.split2, 
.split3, 
.split4, 
.split5,  
.split6,
.split7,
.split8,
.split9,
.split10,
.tightGrid1,
.tightGrid2,
.tightGrid3,
.tightGrid4,
.tightGrid5,
.tightGrid6{
	width:auto;
	overflow:hidden;
}
.split1 li, 
.split2 li, 
.split3 li, 
.split4 li,
.split5 li,
.split6 li,
.split7 li,
.split8 li,
.split9 li,
.split10 li{
	/*display:inline-block;
	margin:0 0 0 -4px;*/
	float:left;
	vertical-align:top;	
}
.split1 li:first-child, 
.split2 li:first-child, 
.split3 li:first-child, 
.split4 li:first-child,
.split5 li:first-child,
.split6 li:first-child{
	/*margin:0 !important;*/
}

.split1 li{
	width:95%;
	max-width:1180px;
	text-align:center;	
}
.split2 li{
	width:50%;	
}
.split3 li{
	width:33.333%;	
}
.split4 li{
	width:25%;	
}
.split5 li{
	width:20%;	
}
.split6 li{
	width:16.6667%;	
}
.split7 li{
	width:14.285%;	
}
.split8 li{
	width:12.5%;	
}
.split9 li{
	width:11.111%;	
}
.split10 li{
	width:10%;	
}
.wrap{
	padding:0 10px;	
}
#additionalImages li div {
    padding: 1px;
}

.ui-datepicker{
	z-index:20 !important;	
}


.flex-direction-nav{
	display:none;	
}
.flex-direction-nav li {
    height: 100%;
    position: absolute;
    top: -20px;
    width: 40px;
}
.flex-direction-nav li:first-child {
    left: 0;
}
.flex-direction-nav li:last-child {
    right: 0;
}
.flex-direction-nav li a {
    display: block;
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    transition: background-color 0.2s ease 0s;
    white-space: nowrap;
    width: 100%;
}
.flex-direction-nav li a::before, .flex-direction-nav li a::after {
    background-color: #ad6aa2;
    content: "";
    height: 13px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 2px;
}
.flex-direction-nav li a::before {
    transform: translateY(-35px) rotate(45deg);
}
.flex-direction-nav li a::after {
    transform: translateY(-27px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::before {
    transform: translateY(-35px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::after {
    transform: translateY(-27px) rotate(45deg);
}
.flex-control-nav {
    bottom: -40px;
    position: absolute;
    text-align: center;
    width: 92%;
}
.flex-control-nav li {
    display: inline-block;
    margin: 0 6px;
}
.flex-control-paging li a {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-radius: 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    cursor: pointer;
    display: block;
    height: 11px;
    text-indent: -9999px;
    width: 11px;
}
.flex-control-paging li a.flex-active {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
}
.cd-testimonials-wrapper {

}
.cd-testimonials-wrapper {

    margin: 1em auto 2em;
   
    position: relative;
    width: 100%;
    z-index: 1;
}

.ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev{
	opacity:1 !important;
	display:block !important;	
}


.remodal-close {
    background: #eb5875 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 35px;
    margin: 0;
    outline: 0 none;
    overflow: visible;
    padding: 0;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
    transition: color 0.2s ease 0s;
    width: 35px;
	left:auto;
	z-index:100;
}