@font-face {
    font-family: 'Web Serveroff';
    src: url('../fonts/Web_Serveroff-Italic-webfont.eot');
    src: url('../fonts/Web_Serveroff-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Web_Serveroff-Italic-webfont.woff') format('woff'),
         url('../fonts/Web_Serveroff-Italic-webfont.ttf') format('truetype'),
         url('../fonts/cWeb_Serveroff-Italic-webfont.svg#serveroffitalic') format('svg');
    font-weight: 800;
    font-style: normal;

}

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

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

/* html5doctor.com Reset v1.6.1 - http://cssreset.com */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

body {
	background-color: #e8e8e8;
	font-family: 'Roboto';
	font-weight: 400;
	margin: 0;
	min-width:1020px;
  height: 100%;
}

#pricelist .container {
  padding-bottom: 0 !important;
}

#fb-bg {
	width: calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	padding: 8px 0;
	border: 0px solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: white;
	float:left;
	margin: 5px 10px 0 10px;
}

#poster {
	width: 100%;
	height: 700px;
	position: relative;
	background-color: #fff;
}

#posterTops {
	height: 200px;
	overflow: hidden;
}

#posterTops div {
	float: left;
	height: 200px;
}

#posterMids {
	overflow: hidden;
}

#posterMids div {
	float: left;
	height: 300px;
	background-repeat: repeat-y;
	width: 50%;
}

#posterBottoms {
	height: 200px;
	overflow: hidden;
}

#posterBottoms div {
	float: left;
	height: 200px;
}

.posterCorners {
	width: 200px;
}

#leftTop {
	background-image: url(../imgs/leftTopCorner.png);
}

#midTop {
	background-image: url(../imgs/topBottomGradient.png);
	width: calc(100% - 400px);
	width: -webkit-calc(100% - 400px);
}

#rightTop {
	background-image: url(../imgs/rightTopCorner.png);
}

#leftMid {
	background-image: url(../imgs/leftRightGradient.png);
}

#rightMid {
	background-image: url(../imgs/rightLeftGradient.png);
	background-position: right;
}

#leftBottom {
	background-image: url(../imgs/leftBottomCorner.png);
}

#midBottom {
	background-image: url(../imgs/bottomTopGradient.png);
	width: calc(100% - 400px);
	width: -webkit-calc(100% - 400px);
}

#rightBottom {
	background-image: url(../imgs/rightBottomCorner.png);
}

#shadows {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

#noise {
	height: 700px;
	background-image: url(../imgs/2girls.png);
	background-position: center 0;
	background-repeat: no-repeat;
}

#picture {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
	height: 700px;
	background-image: url(../imgs/posterBG.png);
}

#textWrapper {
	display: inline-block;
}

#textRoot {
	text-align: center;
}

h1 {
	text-align: center;
	font-family: 'Web Serveroff';
	font-weight: 800;
	text-transform: uppercase;
	margin: 0;
	display: inline-block;
	font-size: 84px;
	color: #b41605;
	padding-top: 425px;
}

h2 {
	font-family: 'Roboto';
	font-weight: 400;
	font-style: italic;
	text-transform: uppercase;
	margin: 0 0 0 3px;
	display: inline-block;
	float: left;
	color: #4c4c4c;
	font-size: 20px;
}

#nameOfCompany span {
	font-weight: 200 !important;
}

#buttons {
	margin: 0 auto;
	width: 500px;
	padding-top: 60px;
}

#buttons a {
	width: 230px;
	height: 60px;
	display: block;
	border: 0px solid;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	margin: 0 10px;
	line-height: 60px;
	text-align: center;
	float: left;
}

#button1 {
	background-color: #d25e5d;
	transition-property: background;
	transition-duration: 0.25s;
	transition-timing-function: linear;
}

#button2 {
	background-color: #3a84ca;
	transition-property: background;
	transition-duration: 0.25s;
	transition-timing-function: linear;
}

#button1:hover {
	background-color: #e48180;
}

#button2:hover {
	background-color: #469ff4;
}

.divider {
	height: 4px;
}

#divider1 {
	background-color: #d4d4d4;
}

h3 {
	font-family: 'Web Serveroff';
	font-size: 48px;
	text-align: center;
	text-transform: uppercase;
	color: #9059a3;
	font-weight: lighter;
	margin: 0;
	padding: 30px 0 25px 0;
	text-transform: uppercase;
}

.container {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 60px;
}

.columnLayout {
	width: 100%;
	overflow: hidden;
}

.columnLayout > div {
	float: left;
	width: 300px;
}

.theChosenOne {
	margin: 0 50px;
}

h4 {
	font-size: 30px;
	color: #a56f6c;
	text-align: center;
	font-family: 'Web Serveroff';
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0 10px 0;
}

.doWeText {
	text-align: justify;
	font-size: 14px;
	color: #6d7886;
	margin: 0;
	padding: 0;
	line-height: 18px;
}

#divider2 {
	background-color: #d4d4d4;
}

#reviews {
	background-color: #fff;
}


#reviews div p {
	font-family: 'Web Serveroff';
	text-align: center;
	color: #acacac;
	font-size: 24px;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 20px 0;
	text-transform: uppercase;
}

#theLastParagraph {
	padding: 0 !important;
}

#reviews>div {
	padding-bottom: 40px !important;
}

.divider3 {
	background-color: #a6afb5;
}

.raymond {
	background-image: url(../imgs/raymondBG.png);
	background-repeat: repeat-x;
}

.raymond>div {
	text-align: center;
}

.bubble {
	margin: -25px 0 0 0;
	display: inline-block;
}

.arrow {
	height: 7px;
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.textSpace {
	line-height: 52px;
	display: block;
	height: 50px;
	font-family: 'Web Serveroff';
	text-transform: uppercase;
	margin: 0;
	padding: 0 25px;
	font-size: 24px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.raymondBubble>div {
	background-image: url(../imgs/blueArrow.png);
}

.raymondBubble>p {
	background-color: rgba(70,162,222,0.15);
	color: #6c8899;
}

.columnLayoutPhotos {
	width: 1010px;
	height: auto;
	margin: 20px 0 0 -5px;
	padding: 0 0 0 5px;
	overflow: hidden;
}

.columnLayoutPhotos div {
	width: 280px;
	background-color: #fff;
	-webkit-box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, 0.12);
	box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, 0.12);
	padding: 10px 10px 10px 10px;
	margin-top: 5px;
	margin-bottom: 25px;
}

.someGirl>div {
	text-align: center;
}

.columnLayoutPhotos div img {
	width: 280px;
	height: 280px;
}


.divider4 {
	background-color: #cebbd9;
}

.someGirl {
	background-image: url(../imgs/girlBG.png);
	background-repeat: repeat-x;
}

.girlBubble>div {
	background-image: url(../imgs/redArrow.png);
}

.girlBubble>p {
	background-color: rgba(180,22,5,0.15);
	color: #b9342a;
}

#divider5 {
	background-color: #d4d4d4
}

#divider6 {
	background-color: #d4d4d4
}

#pricelist {
	background-color: #fff;
}

.priceTag {
	float: left;
	display: block;
}

.serviceName {
	width: 178px;
	margin:0 4px 0 0;
	background-color: #3c6483;
	text-align: center;
	border: 0px solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #b4e0fe;
	text-transform: uppercase;
	font-weight: 300;
	padding: 16px 0 1px 0;
	font-size: 20px;
	height: 53px;
}

.price {
	width: 118px;
	margin:0;
	background-color: #7fc0ed;
	text-align: center;
	border: 0px solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fafafb;
	font-weight: 500;
	padding: 22px 0 0 0;
	font-size: 30px;
	height: 48px;
}

.price span {
	font-size: 18px;
}

.priceWrapper {
	overflow: hidden;
}

.priceText {
	font-size: 14px;
	color: #6d7886;
	padding: 27px 0 40px 0;
	margin: 0;
  line-height: 18px;
	text-indent: 40px;
	font-weight: 300;
}

#contact {
	overflow: hidden;
}

#contactInfo {
	width: 300px;
	float: left;
	padding-right: 50px;
}

#contactInfo ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#contactInfo ul li {
	height: 36px;
	padding: 0 0 10px 0;
}

#contactInfo ul li p {
	margin: 0;
	float: left;
	line-height: 36px;
	padding-left: 14px;
	font-size: 14px;
	color: #743e9a;
}

#contactInfo ul li a {
	margin: 0;
	float: left;
	line-height: 36px;
	padding-left: 14px;
	font-size: 14px;
	color: #743e9a;
	display: inline-block;
}

#contactInfo ul li a:hover {
	color: #a471c8;
}

.contactIcon {
	width: 36px;
	height: 36px;
	float: left;
	-webkit-background-size: 100%;
	background-size: 100%;
}

#iAmDifferentToo {
	height: auto !important;
	overflow: hidden;
}

#iAmSpecial a {
	padding-left: 0 !important;
}

#contactIcon1 {
	background-image: url(../imgs/vcard.png);
}

#contactIcon2 {
	background-image: url(../imgs/phoneNumber.png);
}

#contactIcon3 {
	background-image: url(../imgs/mail.png);
}

#contactIcon4 {
	background-image: url(../imgs/adress.png);
}

#iAmDifferent {
	line-height: 24px !important;
	padding-top: 8px;
}

#contactForm {
	font-family: Roboto;
	float: left;
	overflow: hidden;
	width: 650px;
	padding-bottom: 40px;
}

.shortInput {
	font-family: Roboto;
	width: 365px;
	border: 2px solid #d4d4d4;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #fff;
	height: 44px;
	padding: 1px 1px 1px 20px;
	color: #a8afb5;
	font-size: 14px;
}

.shortInput:focus {
	border: 2px solid #c5afd4;
	outline: 0px solid;
	color: #6d7886;
}

.formElement {
	display: block;
	margin-bottom: 20px;
}

#reviews>div {
	background-image: url(../imgs/bgGirl1.png);
	background-position: center right;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

#pricelist>div {
	background-image: url(../imgs/bgGirl2.png);
	background-position: center right;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

#contactTextArea {
	width: -webkit-calc(100% - 48px);
	width: calc(100% - 48px);
	padding: 16px 20px 16px 20px;
	margin: 0 0 20px 0;
	border: 2px solid #d4d4d4;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #fff;
	color: #a8afb5;
	font-size: 14px;
	font-family: Roboto;
}

#contactTextArea:focus {
	border: 2px solid #c5afd4;
	outline: 0px solid;
	color: #6d7886;
}

input[type="button"] {
	width: 180px;
	height: 50px;
	border: 0px solid;
	border-radius: 4px;
	line-height: 46px;
	font-size: 14px;
	color: #fff;
	background-color: #743e9a;
	transition-property: background;
	transition-duration: 0.25s;
	transition-timing-function: linear;
}

input[type="button"]:hover {
	background-color: #a471c8;
}

input[type="button"]:active {
	background-color: #ca9cea;
}

#footer {
	background-color: #d4d4d4;
}

#footer p {
	text-align: center;
	padding: 15px 0 15px 0;
	color: #6d7886;
	font-size: 14px;
}
