﻿/*

Theme Name: Copyquip Simple Theme
Theme URI: http://doublemarvellous.com
Author: Doublemarvellous
Author URI: http://doublemarvellous.com
Description: Copyquip Simple Theme
Version: 1.1.200
License: GNU General Public License
License URI: see license.txt
Tags: Doublemarvellous



_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc.
Twitter Bootstrap
*/

/* Import the necessary TK Bootstrap WP CSS additions */

@import url( includes/css/bootstrap-wp.css );

/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */

* {

	padding: 0;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;

}



a:hover, a:visited, a:link, a:active

{

    text-decoration: none;

}



body {

	word-wrap: break-word;

	background-image: url('../Copyquip_Simple/img/colour_back.jpg');
background-repeat: no-repeat;
background-position: top center;
background-size: cover;
background-attachment: fixed;

}



/* Alignment */

.alignleft {

	display: inline;

	float: left;

	margin-right: 1.5em;

}

.alignright {

	display: inline;

	float: right;

	margin-left: 1.5em;

}

.aligncenter {

	clear: both;

	display: block;

	margin: 0 auto;

}


/* Home grid */

.thirds {
        float: left;
        width: 31.034482758621%;
}


/* Images and wp-captions should always fit and be responsive */

img {

	display: inline-block;

	height: auto;

	max-width: 100%;

}

img[class*="wp-image-"] {

	margin-top: 10px;

	margin-bottom: 10px;

}

.wp-caption {

	border: 1px solid #ccc;

	margin-bottom: 10px;

	max-width: 100%;

	border: 1px solid #ccc;

	border-radius: 4px;

	padding: 0 10px;

}

.wp-caption.aligncenter {

	margin-bottom: 10px;

}

.wp-caption img[class*="wp-image-"] {

	display: block;

}

.wp-caption .wp-caption-text {

	text-align: center;

	margin-top: 10px;

}

/* Pop Up */
.pum-theme-690 .pum-container, .pum-theme-framed-border .pum-container {
    padding: 18px;
    border-radius: 3px !important;
    border: 5px solid #dd3333 !important;
    box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.97 ) inset;
    background-color: #ffffff !important;
    max-width: 40%;
}

.pum-theme-690 a {
    color: #428bca;
    text-decoration: none;
}

/* Sidebar */
.testimonial {
    font-style: italics;
}

/* WP Gallery */

.gallery {

	margin-bottom: 1.5em;

}

.gallery a img {

	border: none;

	height: auto;

	max-width: 90%;

}

.gallery dd {

	margin: 0;

}





/* Make sure embeds and iframes fit their containers */

embed,

iframe,

object {

	max-width: 100%;

}





/* Text meant only for screen readers */

.screen-reader-text {

	clip: rect(1px, 1px, 1px, 1px);

	position: absolute !important;

}

.screen-reader-text:hover,

.screen-reader-text:active,

.screen-reader-text:focus {

	background-color: #f1f1f1;

	border-radius: 3px;

	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);

	clip: auto !important;

	color: #21759b;

	display: block;

	font-size: 14px;

	font-weight: bold;

	height: auto;

	left: 5px;

	line-height: normal;

	padding: 15px 23px 14px;

	text-decoration: none;

	top: 5px;

	width: auto;

	z-index: 100000; /* Above WP toolbar */

}





/* Content */

.main-content-inner {

	padding-bottom: 1.5em;

}

.hentry {

	margin: 0 0 1.5em;

}





/* Clearing */

.clear {

	clear: both;

}





/* Here some needed widget styles

 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */

.widget { margin-bottom: 2em; }

.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }



/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.

 * Note: you can change the whole appearance of the search_form() function in our searchform.php */

.widget_search .search-form input[type="submit"] { display: none; }



/* Make sure select elements fit in widgets */

.widget select {

	max-width: 100%;

}



/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!

 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */

 .comment .children { margin-left: 1.5em; }



/*

 == Quick CSS styling tips ==



 You can start off in a rough direction with some minimal styles.

 See below for some tips. ;)





 == Want to have the whole site wrapped? ==



 Just fill the .container class with some background color to have a the whole site "wrapped".

 This works so easy because every main part is wrapped only once into a container class by bootstrap.

 Try out by decommenting the next line and go from there.



 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }





 == Want to wrap just the content and sidebar in Bootstrap style? ==



 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.

 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!





 == Infinite Scrolling by Jetpack ==

 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..



/* Globally hidden elements when Infinite Scroll is supported and in use.

 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */



/*

.infinite-scroll .page-links,

.infinite-scroll.neverending .site-footer {

	display: none;

}

*/



/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */



/*

.infinity-end.neverending .site-footer {

	display: block;

}

*/



/* Doodle  */





p{

font-family: 'Open Sans';
color: #252525;
font-size: 13px;

}



a{

font-family: 'Open Sans';

color: #252525;

font-size: 14px;

}



h1, h2, h3, h4, h5{

	font-family: 'Oswald';

font-weight: 400;

color: #252525;

}




.oswald{
	font-family: 'Oswald';
}


.Lato{

font-family: 'Open Sans';

font-weight: 400;

color: #252525;

}



.mainpic{

min-height: 400px;

width: 100%;

background: url(http://test.doodlecreative.ie/Fertility/wp-content/uploads/2014/07/baby_man.png);

background-size:   cover;                      /* <------ */

background-repeat: no-repeat;

background-color: #FB9081;

 }



/*

.mainpicstripe{

background:  linear-gradient(

    to right top,

    transparent 33%,

    black 33%,

    black 66%,

    transparent 66%

);

background-size: 3px 3px;

min-height: 300px;

}

*/



 .secondarypic{

min-height: 300px;

width: 100%;

background: #252525;

 }



.Noto{

font-family: 'Noto';

color: #252525;

}



#fert_content{

padding: 10px 10px 30px 10px;

}



#fert_content_left{

	color: #ffffff;

background-image: url('http://test.doodlecreative.ie/Fertility/wp-content/themes/Doodle_Theme/img/flowers_white.png');

background-color: #4fafff;

}

#fert_content_right{

	color: #ffffff;

	background-color: #dd2198;

background-image: url('http://test.doodlecreative.ie/Fertility/wp-content/themes/Doodle_Theme/img/flowers_white.png');

}



.ferttext{

	color: #ffffff;

}



.ferttextfat{

	font-weight: 900;

	color: #ffffff !important;

}

.ferttextthin{

	font-weight: 400;

	margin: -10px 0px 0px 0px;

	color: #ffffff !important;

}





.headerbar{

height: 140px;

background: #fff;

}





.footerheaders{

font-weight: 700;

padding-top: 10px;

font-family: 'Open Sans';

color: #252525;

}

#footblock{

 background: #373534;

padding: 15px 5px 5px 5px;

height: 50px;

text-align: right;

font-weight: 700;

font-family: 'Open Sans';

color: #fff;

}

#footblock2{

padding: 13px 5px 5px 5px;

height: 50px;

text-align: left;

color: #fff;

}

#footblock3{

padding: 8px 5px 5px 5px;

height: 50px;

text-align: left;

color: #fff;

}



.fert_logo{

	float: right;

	margin-top: -20px;

}



.menustyler{

background: #FFF;

	height: 100%;

font-family: 'Open Sans';

}



.menustyler li{

	display: inline;

	float: left;

	margin-top: 1%;



}



.navbar-toggle{

	border-color: #fff !important;

}



.top-right{

	border-radius: 8px;

	background: #0098cf;

	color:#fff;

	margin-top: 20px;

	font-weight: 700;

	padding: 15px;

	margin-left: 15px;

	border: none;

}



.top-right-number{

	font-family: 'Oswald';

	color: #EC3224;

	font-weight: 700;
	line-height: 1;
	font-size: 15px;

}



.top-right-items{

	font-family: 'Oswald';

	color: #ec6324;

	font-weight: 400;
	line-height: 1;
	font-size: 15px;

}

.top-right-search{

	width: 50px;

float: left;

border-radius: 8px;

	background: #0098cf;

	color:#fff;

	margin-top: 20px;

	font-weight: 700;

	padding: 8px;

	margin-left: 15px;

}



.top-right-male{

	border-radius: 8px;

	background: #fff;

	color:#0196ce;

	margin-top: 20px;

	font-weight: 700;

	padding: 10px;

	border: none;

}



.top-right-female{

	border-radius: 8px;

	background: #fff;

	color:#de2199;

	margin-top: 20px;

	font-weight: 700;

	padding: 10px;

	border: none;

}



#topmid{

	padding-top: 30px;

}



#topright{

	padding-top: 20px;

}



.why_check{

  font-size: 34px;

  color: #33bec3;

  padding: 10px 0px 10px 10px;

font-family: 'Open Sans';

font-weight: 800;

}

.why_check_text{

    font-size: 34px;

    color: #fff;

    padding: 0px 0px 0px 10px;

font-family: 'Open Sans';

font-weight: 800;

}



.early_fertility{

   font-size: 20px;

    color: #000;

font-family: 'Open Sans';

font-weight: 800;

max-height: 450px;

overflow: hidden;

}

.why_check_small{

  font-size: 32px;

  color: #33bec3;

font-family: 'Open Sans';

font-weight: 800;

}



.container{

padding: 0px;

}



#container-padding{

padding: 15px 15px 15px 15px;

}



#blackblock{

color: #e5e5e5;

font-family: 'Open Sans', sans-serif;

font-size: 13px;

padding: 10px 10px 10px 10px;

margin-bottom: 20px;

}



.bubble 

{

position: relative;

width: 95%;

height: 115px;

padding: 20px;

background: #fff;

border-color: #ebebeb;

-webkit-border-radius: 7px;

-moz-border-radius: 7px;

border-radius: 7px;

border-width: 4px;

border-style: solid

}



.bubble:after 

{

content: '';

position: absolute;

border-style: solid;

border-width: 14px 15px 0;

border-color: #ebebeb transparent;

display: block;

width: 0;

z-index: 1;

bottom: -14px;

left: 80%;

}



.green_line{

border-bottom-style: solid;

border-bottom-width: 4px;

border-color: #33bec3;

width: 80px;

margin-left: 10px;

padding: 20px 10px 10px 10px;

}



.green_line_space{

border-bottom-style: solid;

border-bottom-width: 5px;

border-color: #33bec3;

width: 80px;

padding: 20px 0px 0px 0px;

margin-bottom: 20px;

}





 .greyline{

min-height: 80px;

width: 100%;

background: #ebebeb;

 }



/*

.greyline:after, .greyline:before {

	margin-top: 0;

	left: 50%;

	border: solid transparent;

	content: " ";

	height: 0;

	width: 0;

	position: absolute;

	pointer-events: none;

}



.greyline:after {

	border-color: rgba(235, 235, 235, 0);

	border-top-color: #ebebeb;

	border-width: 30px;

	margin-left: -30px;

}

.greyline:before {

	border-color: rgba(0, 0, 0, 0);

	border-top-color: ;

	border-width: 36px;

	margin-left: -36px;

}

*/



#splitter{

		background: linear-gradient(to left, #DD2198 50%, #4fafff 50%);

}



#greycontainer{

padding: 20px 10px 20px 10px;

font-family: 'Open Sans';

font-size: 16px;

}

#home_btn {

	font-family: 'Open Sans';

	font-weight: 900;

  -webkit-border-radius: 9;

  -moz-border-radius: 9;

  border-radius: 9px;

  font-family: Arial;

  color: #fff;

  font-size: 20px;

  background: #DD2198;

  padding: 10px 20px 10px 20px;

  text-decoration: none;

  border: none;

  margin-top: 10px;

}



#home_btn:hover {

  background: #3cb0fd;

  text-decoration: none;

}



.sixty{

width: 55%;

float: left;

padding: 10px;

}



@media all and (min-width: 10px) and (max-width: 1100px){

 .sixty{

width: 85%;

float: left;

}

.ferttextfat{

	font-size: 19px;

	font-weight: 900;

	color: #ffffff !important;

}

.ferttextthin{

	font-weight: 300;

		font-size: 19px;

	margin: -10px 0px 0px 0px;

	color: #ffffff !important;

}

#spermholderleft{

	float: left;

padding: 15px;

max-width: auto;

}

#bedholder{

	margin: 0px !important;

	max-width: 250px !important;

}

 #assessment{

 	color: #fff !important; 

 	padding: 5px !important;

 }

.pum-container.pum-responsive.pum-responsive-medium {
    margin-left: -30%;
    width: 40% !important;
}
}

@media all and (min-width: 10px) and (max-width: 991px){
.dropdown-menu li a {
color: #fff !important;
}
}


@media all and (min-width: 10px) and (max-width: 767px){

	 .menustyler{

background: #4fafff;

	height: 100%;

font-family: 'Open Sans';

}

.menustyler li{

	display: inline;

	float: left;

	margin-top: 1%;

	color: #ffff00;



}

}





.forty{

width: 38%;

float: left;

}

.spermholder{

	margin: 40%;

}



#spermholderleft{

	float: left;

padding: 15px;

max-width: auto;

}

.sperm_space{

width: 80px;

padding: 20px 0px 0px 0px;

margin-bottom: 20px;

}

	

#bedholder{

	margin: 60px;

	max-width: 400px;

}

.bedtext_light{

	color: #252525;

	font-family: 'Open Sans'; 

 	font-weight: 300; 

}



.bedtext{

	color: #252525;

	font-family: 'Open Sans'; 

 	font-weight: 400; 

}



.bedtext_bold{

	color: #252525;

	font-family: 'Open Sans'; 

 	font-weight: 700; 

}



.bedtext_extrabold{

	color: #252525;

	font-family: 'Open Sans'; 

 	font-weight: 800; 

}





.bedtextfat{

	font-weight: 900;

	color: #252525 !important;

	letter-spacing: -1px;

	font-size: 40px;

}

.bedtextthin{

	margin-top: 20px;

	font-weight: 400;

	color: #252525 !important;

	font-size: 22px;

letter-spacing: -1px;

}

 #assessment{

 	font-size: 25px; 

 	padding: 25px; 

 	color: #252525; 

 	font-family: 'Open Sans'; 

 	font-weight: 700; 

 	font-style: italic;

 }





.newsexcerpt{

	font-size: 12px; 

 	color: #252525; 

 	font-family: 'Open Sans'; 

 	font-weight: 400; 

}



.newsexcerpt_title{

 	color: #252525; 

 	font-family: 'Open Sans'; 

 	font-weight: 800; 

}

.newsexcerpt_title a{

 	color: #777; 

 	text-decoration: none;

 	font-family: 'Open Sans'; 

 	font-weight: 700; 

}





 /* Mobile menu */

 #mobile-menu {

display: none;

visibility: hidden;

}



.borderline{

	border-left-style: solid;

border-left-width: 1px;

border-left-color: #777;

padding: 15px;

}



.linerwidth{

	  margin-top: 20px;

margin-bottom: 20px;

border-top: 1px solid #777;

width: 60%;

margin-left: 2%;

}



#menu_bar_bottom{

	border-bottom-color: #c9c9c9;

	border-bottom-style: solid;

	border-bottom-width: 4px;

}



 /* Copyquip */



 .top-address{

 	padding: 20px 0px 0px 0px;

 }



  .top-address-text{

 	font-family: 'Oswald';

 	font-size:12px;

 }

.main_banner{

	width: 100%;

	height: 250px;

	overflow: hidden;

}



.no_padding{

	padding: 0px;

}



.white{

	background-color: #fff;

}



.padding_gen{

	padding:20px;

}



.padding_search{

	padding:10px 5px 5px 5px;

}



.red{

	background-color: #EC3224;

}



.white_heading{

	background-color: #fff;

	min-height: 100px;

}



#black_logo{

	background: #ffffff;

	padding-top: 30px;

}



.containpadding{

	padding: 0px 8px 0px 8px;

}



.contentpadding{

	padding:25px;

}

.contentpadding_top{

	padding:25px;

}

.whiteback{
	background: #fff;
}



.black_menu{

	min-height: 50px;

	background-color: #404040;

	color: #fff;

}



.small_menu{

	min-height: 20px;

	background-color: #EC3224;

	color: #fff;

}



.nav > li > a:hover, .nav > li > a {

text-decoration: none;

background-color: #404040;

color: #fff;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;

-webkit-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 

   -moz-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 

     -o-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 

        transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */



-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 

   -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 

     -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 

        transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);

}





.nav > li > a:hover, .nav > li > a:focus {

text-decoration: none;

background-color: #EC3224;

}



.menu-class-small li {

list-style-type: none;

display: inline;

float: left;

background-color: #EC3224;

color: #fff;

text-transform: uppercase;

padding-left: 10px;

font-size: 10px !important;

}



.menu-class-small li > a {

text-decoration: none;

color: #fff;

text-transform: uppercase;

font-size: 10px !important;

}





.menu-class-side li > a:focus {

text-decoration: none;

background-color: #eee;

}



.menu-class-side li {

list-style-type: none;

background-color: #EC3224;

color: #fff;

text-transform: uppercase;

padding: 10px;

font-size: 10px !important;

}



.menu-class-side li > a {

text-decoration: none;

color: #fff;

text-transform: uppercase;

font-size: 10px !important;

}



.menu-class-side li:hover {

background-color: #777;
padding-left: 25px;

-webkit-transition: all 300ms cubic-bezier(0.250, 0.250, 0.860, 0.345); 
   -moz-transition: all 300ms cubic-bezier(0.250, 0.250, 0.860, 0.345); 
     -o-transition: all 300ms cubic-bezier(0.250, 0.250, 0.860, 0.345); 
        transition: all 300ms cubic-bezier(0.250, 0.250, 0.860, 0.345); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.860, 0.345); 
   -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.860, 0.345); 
     -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.860, 0.345); 
        transition-timing-function: cubic-bezier(0.250, 0.250, 0.860, 0.345); /* custom */

}





.menu-class-small li > a:focus {

text-decoration: none;

background-color: #eee;

}



.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {

background-color: #777 !important;

}



/* button */

.bttn {

  background: #EC3224;

  background-image: -webkit-linear-gradient(top, #EC3224, #b31018);

  background-image: -moz-linear-gradient(top, #EC3224, #b31018);

  background-image: -ms-linear-gradient(top, #EC3224, #b31018);

  background-image: -o-linear-gradient(top, #EC3224, #b31018);

  background-image: linear-gradient(to bottom, #EC3224, #b31018);

  -webkit-border-radius: 7;

  -moz-border-radius: 7;

  border-radius: 7px;

  font-family: 'Oswald';

  text-transform: uppercase;

  color: #ffffff;

  font-size: 20px;

  padding: 10px 20px 10px 20px;

  text-decoration: none;

}



.bttn:hover {

  background: #A4AAAC;

  text-decoration: none;

}



.btn {

  background: #EC3224;

  background-image: -webkit-linear-gradient(top, #EC3224, #b31018);

  background-image: -moz-linear-gradient(top, #EC3224, #b31018);

  background-image: -ms-linear-gradient(top, #EC3224, #b31018);

  background-image: -o-linear-gradient(top, #EC3224, #b31018);

  background-image: linear-gradient(to bottom, #EC3224, #b31018);

  -webkit-border-radius: 7;

  -moz-border-radius: 7;

  border-radius: 7px;

  font-family: Arial;

  color: #ffffff;

  font-size: 16px;

  text-transform: uppercase;

  font-family: 'Oswald';

  padding: 5px;

  text-decoration: none;

}



.btn:hover {

  background: #A4AAAC;

  text-decoration: none;

}





/* iimage area */



.banner-callout{

	background-color: transparent;

	font-size: 95px;

	font-family: 'Oswald';
	text-shadow: 1px 2px #151515;
	padding: 20px;

	position: absolute;

	color: #EC3224;
	z-index: 9;

}



.banner-callout-sub{

	background-color: transparent;

	font-size: 55px;

	font-family: 'Oswald';

	padding: 20px;

	position: absolute;

	color: #252525;

	margin-top: 120px;
	z-index: 9;

}



.callout{

	background-color: #fff;

	border-width: 3px 0px 3px 0px;

	border-color: #252525;

	border-style: solid;

	text-align: center;

	font-size: 25px;

	font-family: 'Oswald';

	padding: 20px;

}



.centered{

	text-align: center;

}



.circles{

	width:140px;

	text-align: center;

}



.bannercallout{

		text-align: center;

	font-size: 18px;

	font-family: 'Oswald';

	line-height: 1.0;

}



/* image scale */

.grid_title{
	font-weight:700;
	text-transform: uppercase;
	margin-top: 20px;
	font-size: 16px;
}



.grid_title_home{

	font-weight:700;

	text-transform: uppercase;

	font-family: 'Oswald';

	padding-top: 5px;

}

.grid_title_home_small{

	font-weight:400;

	font-family: 'Oswald';

	font-family:11px;

	color: #777;

}



.grow { transition: all .2s ease-in-out; }

.grow:hover { transform: scale(1.1); }

.purple_box{
	background:#EC268F;
	color: #fff;
	font-size: 28px;
	padding: 25px;
	margin-top: 20px;
	font-family: 'Pacifico';
	text-align: center;
}

.blue_box{
	background:#00AFEF;
		color: #fff;
	font-size: 28px;
	padding: 25px;
	margin-top: 20px;
	font-family: 'Pacifico';
	text-align: center;
}

.purple_box_point{
	background: #FFF212;	
	color: #252525;
	font-size: 28px;
	padding: 25px;
	margin-top: 20px;
	font-family: 'Oswald';
	text-align: left;
}

.splat_back{
	background-image: url('../Copyquip_Simple/img/splish.png');
	min-height: 400px;
	background-repeat: no-repeat;
	background-position: center;
}

.trans_white{
	background:rgba(255,255,255, 0.6);
	padding: 20px;
}

.trans_blue{
	background:rgba(0, 175, 239, 0.3);
	padding: 20px;
	color: #252525;

}

.circle {
    border: 0.2em solid #EC268F;
    border-radius: 100%;
    height: 2em;
    width: 2em;
    text-align: center;
}

.circle p {
    margin-top: -0.10em;
    font-size: 1.5em;
    font-weight: bold;
    font-family: sans-serif;
    color: #EC268F;
}


.grey_grad{
	background:linear-gradient(to bottom, #F2EEE5 , #EDEDED);
}

.menu-class-side{
	padding-left: 0px !important;
padding-right: 0px !important;
}

.color_indicate{
		background-image: url('../Copyquip_Simple/img/indicate_color.png');
		display: block;
		margin-top: 20px;
		background-repeat: no-repeat;
		background-position: center;
}

.bw_indicate{
		background-image: url('../Copyquip_Simple/img/indicate_bw.png');
		display: block;
		margin-top: 20px;
		background-repeat: no-repeat;
		background-position: center;
}

.line_prod{
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}

.red_dotter{
	border-bottom: 1px red dotted;
display: table-cell;
}

.margin_left_ten{
	margin: 0px 0px 0px 15px;
}

.tooltip{
	margin:0px;
}

.red-tooltip + .tooltip > .tooltip-inner {background-color: #f00;}
.red-tooltip + .tooltip > .tooltip-arrow { border-bottom-color:#f00; }


.contact-text{
padding: 15px 5px 5px 5px;
height: 50px;
text-align: right;
font-weight: 700;
font-family: 'Open Sans';
color: #fff;
vertical-align: super;
}

/* paypal area*/
.amountowed {
    background-color: #e5e5e5;
    padding: 10px;
    color: #777;
    font-weight: 600;
    font-size: 20px;
    margin: 3px;
}



.amountdown{
    margin-top: 40px;
}

/* contact area fontawesome */
.wpcf7-form-control-wrap input.wpcf7-text, .wpcf7-form-control-wrap textarea {
    width: 80%;
}

.wpcf7-form-control-wrap:before {
	display: block;
	position: absolute;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
	height: 22px;
	width: 30px;
	color: #A12468;
    left: 0;
    z-index: 1;
    font-family: FontAwesome;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=33);
    opacity: 0.33;
}


.contact_button{
border-radius: 8px;
border-style: none;
background: #363533;
color: #fff;
margin-top: 5px;
font-weight: 700;
padding: 8px;
font-size: 20px;
text-transform: uppercase;
}

/* end fontawesome */

.ui-widget-header {
border: none;
background: #A12468 !important;
color: #fff;
font-weight: bold;
}

.wpcf7-mail-sent-ok {
border: 2px solid #EC3224;
float: left;
color: #C93887;
}

.color-button-lease{
font-size: 30px;
opacity:1;
text-shadow: 0px 1px 1px #4d4d4d;
box-shadow: 0px 1px 1px #4d4d4d;
color: #fff;
border-radius: 5px;
padding: 10px;
text-align: center;
background: -webkit-gradient(linear, left center, right center, from(red), color-stop(14%, orange), color-stop(28%, yellow), color-stop(42%, green), color-stop(56%, blue), color-stop(70%, indigo), to(violet));
background: -o-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet);
background: -ms-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet);
background: -o-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet);
background: -ms-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet);
}

.bw-button-lease{
font-size: 30px;
opacity:1;
text-shadow: 0px 1px 1px #4d4d4d;
box-shadow: 0px 1px 1px #4d4d4d;
color: #777;
border-radius: 5px;
padding: 10px;
text-align: center;
background: #ddd;
}

.contact_title{
  font-weight: 700;
font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.textwidth{
max-width: 300px;
}