/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/* Fonts */
@import url(//fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);

html,
button,
input,
select,
textarea {
    color: #000;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

html,body{
	width: 100%;
	height: 100%;
	margin: 0%;
	padding: 0%;
	overflow-x: hidden;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

body {
	margin:0px;
	text-align:center;
	font-family: 'opensans';
	background-color:#39445A;
	background:white url(../images/bgBoardSketch.png) repeat-x center center fixed;
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	padding:0px 0px 0px 0px;
	font-size:16px;
	color:#000;
	-webkit-overflow-scrolling: touch;
	}

.top-strip
{
	background-color: #FFF;
    width: 100%;
}

.container{
	margin: 0 auto;
	width:960px;
	text-align:left;
}

.top-strip-container
{
	padding: 1rem;
}

.container2{
	margin: 0 auto;
	text-align:left;
	max-width:960px;
}

#content{
	margin: 0 auto;
	width:960px;
	text-align:left;
}

.web-content
{
	display:block
}

#header-container{
	width:100%;
	height:130px;
	background-color:#EBEBEB;	
}

#header{
	margin: 0 auto;
	width:960px;
	text-align:left;
}



#seal
{
	display: inline; 
	padding: 0px; 
	margin: 0px; 
	border: 0px; 
	position: fixed; 
	bottom: 0px; 
	top: auto; 
	right: auto; 
	left: 0px; 
	z-index: 10001; 
	background-color: transparent; 
	height: auto; 
	width: auto;	
}

#pricing-best-value
{
	background-image:url(../images/bgBestValue.png);
	background-repeat:no-repeat;
	width:960px;
	height:408px;
}

.bg-light-blue {
  background-color: #ADD8E6; /* Replace with desired shade of light blue */
}


#pricing-most-popular
{
	background-image:url(../images/bgMostPopular.png);
	background-repeat:no-repeat;
	width:960px;
	height:408px;
}


#pricing-single
{
	background-image:url(../images/bgSingle.png);
	background-repeat:no-repeat;
	width:960px;
	height:359px;
}

#footer {
		margin:0 1rem 1rem 1rem;
		padding:0px;
		color:#FFF;
		text-align:center;
	}

#footer a
{
	text-decoration:underline;
	color:#DDDDDD;
}

#textbox2
{
	background-image:url(../images/bgTextbox2.png);
	background-repeat:no-repeat;
	width:269px;
	height:29px;
	padding:4px 0px 0px 8px;
}

.shadowtop
{
	padding:20px 0px 0px 20px;
	background-image:url(../images/bgShadowTop.png);
	background-repeat:no-repeat;
	width:920px;	
}

.textbox
{
	border:0px none transparent;
}

.bg-bottle-one
{
	background-image:url(../images/bgBottleOne.jpg);
	background-repeat:no-repeat;
	width:265px;
	height:631px;
}

.bg-bottle-one3
{
	background-image:url(../images/bgBottleOne2.png);
	background-repeat:no-repeat;
	width:264px;
	height:683px;
}

.bg-bottle-three
{
	background-image:url(../images/bgBottleThree.jpg);
	background-repeat:no-repeat;
	width:265px;
	height:631px;
}

.bg-bottle-three3
{
	background-image:url(../images/bgBottleThree2.png);
	background-repeat:no-repeat;
	width:265px;
	height:683px;
}

.bg-bottle-six
{
	background-image:url(../images/bgBottleSix.jpg);
	background-repeat:no-repeat;
	width:280px;
	height:633px;
}

.bg-bottle-six3
{
	background-image:url(../images/bgBottleSix2.png);
	background-repeat:no-repeat;
	width:280px;
	height:685px;
}

img {border:none}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input.middle:focus {
    outline-width: 0;
}

#cyan_body
{
	background-color:#D2F0FB;
	padding:20px 30px 10px 30px;
	width:558px;
}

.shadow {
	margin: .5rem;
	padding:1rem;
  border:3px solid #E5E8ED;
	border-radius: 10px;
}

.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #0B3556;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 5px;
  width: 80%;
  transition: all 0.5s;
  cursor: pointer;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\203A\203A';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.bg_brdrFillTesti{
	background-image:url(../images/brdrFillTesti.png);
	background-repeat:repeat-y;
	font-family:"Times New Roman", Times, serif;
	width:534px;
	display:block;
	text-align:left
}

.txt_testimonee {
	font-family:Arial, Helvetica, sans-serif;
    font-size: 1em;
	margin: -1.3rem 0 0 15rem;
	position: relative;

}

.txt_TestiHeader{
	font-size:2em; 
	color:#1B5D9E;
	text-align: left;
}

.bg_brdrBotTesti{
	background-image:url(../images/brdrBotTesti.png);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	width:444px;
	height:53px;
	display:block;
	padding:65px 0px 0px 150px;
}

.bg_brdrBotTesti2{
	background-image:url(../images/brdrBotTesti2.png);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	width:444px;
	height:12px;
	padding:65px 0px 0px 150px;
}

.bg-wood-packages2
{
	background-image:url(../images/bgWoodPackages2.jpg);
	background-repeat:no-repeat;
	width:820px;
	text-align:center;
	padding:40px;
	height:773px;
}

.speech9
{
	width:689px;
	position: relative;
    padding: 30px;
    border: 2px solid #1B2E41;
    color: #333;
    background: transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	text-align:center;
	line-height:30px;
}




@font-face {
    font-family: 'LatoRegular';
    src: url('../content/fonts/Lato-Regular.ttf') format('truetype'); 
    font-style: italic;
    text-rendering: optimizeLegibility;
}

.lato-regular{
    font-family: 'LatoRegular';
}

@font-face {
    font-family: 'LatoLight';
    src: url('../content/fonts/Lato-Light.ttf') format('truetype'); 
    font-style: italic;
    text-rendering: optimizeLegibility;
}

.lato-light{
    font-family: 'LatoLight';
}

@font-face {
    font-family: 'LatoItalic';
    src: url('../content/fonts/Lato-Italic.ttf') format('truetype'); 
    font-style: italic;
    text-rendering: optimizeLegibility;
}

.lato-italic{
    font-family: 'LatoItalic';
}

@font-face {
    font-family: 'LatoBoldItalic';
    src: url('../content/fonts/Lato-BoldItalic.ttf') format('truetype'); 
    font-style: italic;
    text-rendering: optimizeLegibility;
}

.lato-bold-italic{
    font-family: 'LatoBoldItalic';
}

@font-face {
    font-family: 'LatoBlackItalic';
    src: url('../content/fonts/Lato-BlackItalic.ttf') format('truetype'); 
    font-style: italic;
    text-rendering: optimizeLegibility;
}

.lato-black-italic{
    font-family: 'LatoBlackItalic';
}

@font-face {
    font-family: 'LatoBlack';
    src: url('../content/fonts/Lato-Black.ttf') format('truetype'); 
    text-rendering: optimizeLegibility;
}

.lato-black{
    font-family: 'LatoBlack';
}

.lblue-black
{
	font-family: 'LatoBlack';
	color:#0685C5;
}

@font-face{font-family:'Ruly';src:url('../content/fonts/RulyRG.ttf');font-weight:normal;font-style:normal}
@font-face{font-family:'Ruly_IE';src:url('../content/fonts/RulyRG.eot');font-weight:normal;font-style:normal}
.ruly { font-family: Ruly,Ruly_IE; }

@font-face{font-family:'Helvetica_heavy';src:url('../content/fonts/HelveticaNeueLTCom-Hv.ttf');}
@font-face{font-family:'Helvetica_heavy_IE';src:url('../content/fonts/HelveticaNeueLTCom-Hv.eot');}
.helvetica_heavy { font-family: Helvetica_heavy,Helvetica_heavy_IE; }

@font-face{font-family:'Roboto_bold';src:url('../content/fonts/robotocondensed-bold.ttf');}
@font-face{font-family:'Roboto_bold_IE';src:url('../content/fonts/robotocondensed-bold.eot');}
.roboto_bold { font-family: Roboto_bold,Roboto_bold_IE; }

@font-face{font-family:'Helvetica_It';src:url('../content/fonts/helveticaneueltcom-lt.ttf');}
@font-face{font-family:'Helvetica_It_IE';src:url('../content/fonts/helveticaneueltcom-lt.eot');}
.helvetica_light { font-family: Helvetica_It,Helvetica_It_IE; }

@font-face{font-family:'Helvetica_bold_con';src:url('../content/fonts/helveticaneueltcom-bdcn.ttf');}
@font-face{font-family:'Helvetica_bold_con_IE';src:url('../content/fonts/helveticaneueltcom-bdcn.eot');}
.helvetica_bold_con { font-family: Helvetica_bold_con,Helvetica_bold_con_IE; }

@font-face{font-family:'MyriadPro_regular';src:url('../content/fonts/MyriadPro-Regular.ttf');}
@font-face{font-family:'MyriadPro_regular_IE';src:url('../content/fonts/MyriadPro-Regular.eot');}
.myriadPro_regular { font-family: MyriadPro_regular,MyriadPro_regular_IE; }

@font-face{font-family:'MyriadPro_bold';src:url('../content/fonts/MyriadPro-Bold.ttf');}
@font-face{font-family:'MyriadPro_bold_IE';src:url('../content/fonts/MyriadPro-Bold.eot');}
.myriadPro_bold { font-family: MyriadPro_bold,MyriadPro_bold_IE; }

@font-face{font-family:'Century_regular';src:url('../content/fonts/Century_Regular.ttf');}
@font-face{font-family:'Century_regular_IE';src:url('../content/fonts/Century_Regular.eot');}
.century_regular { font-family: Century_regular,Century_regular_IE; }

@font-face{font-family:'KGYouWontBringMeDownBold';src:url('../content/fonts/KGYouWontBringMeDownBold.ttf');}
@font-face{font-family:'KGYouWontBringMeDownBold_IE';src:url('../content/fonts/KGYouWontBringMeDownBold.eot');}
.kGYouWontBringMeDownBold { font-family: KGYouWontBringMeDownBold,KGYouWontBringMeDownBold_IE; }

@font-face{font-family:'Trebu';src:url('../content/fonts/trebuc_0.ttf');}
@font-face{font-family:'Trebu_IE';src:url('../content/fonts/trebuc_0.eot');}
.trebu { font-family: Trebu,Trebu_IE; }

@font-face{font-family:'OpenSans_Bold';src:url('../content/fonts/OpenSans-Bold.ttf');}
@font-face{font-family:'OpenSans_Bold_IE';src:url('../content/fonts/OpenSans-Bold.eot');}
.opensans_bold { font-family: OpenSans_Bold,OpenSans_Bold_IE; }

@font-face{font-family:'OpenSans';src:url('../content/fonts/OpenSans-Regular.ttf');}
@font-face{font-family:'OpenSans_IE';src:url('../content/fonts/OpenSans-Regular.eot');}
.opensans { font-family: OpenSans,OpenSans_IE; }

@font-face{font-family:'Lucida_Bright';src:url('../content/fonts/Lucida_Bright.ttf');}
@font-face{font-family:'Lucida_Bright_IE';src:url('../content/fonts/Lucida_Bright.eot');}
.lucidabright { font-family: Lucida_Bright,Lucida_Bright_IE; }

.fmTahoma {font-family:Tahoma, Geneva, sans-serif}
.fmTimes {font-family:"Times New Roman", Times, serif}

.fs3	{font-size: 3em}
.fs2	{font-size: 2em}
.fs1p8	{font-size: 1.8em}
.fs1p5	{font-size: 1.5em}
.fs1p2	{font-size: 1.2em}
.fs1	{font-size: 1em}
.fsp9em	{font-size: .9em}
.fsp8em	{font-size: .8em}
.fsp7em	{font-size: .7em}

.fs66 {font-size:66px}
.fs61 {font-size:61px}
.fs54 {font-size:54px}
.fs50 {font-size:50px}
.fs45 {font-size:45px}
.fs40 {font-size:40px}

.fs37 {font-size:37px}
.fs35 {font-size:35px}
.fs34 {font-size:34px}
.fs32 {font-size:32px}
.fs30 {font-size:30px}
.fs28 {font-size:28px}
.fs26 {font-size:26px}
.fs25 {font-size:25px}
.fs24 {font-size:24px}
.fs23 {font-size:23px}
.fs22 {font-size:22px}
.fs21 {font-size:21px}
.fs19 {font-size:19px}
.fs18 {font-size:18px}
.fs17 {font-size:17px}
.fs16 {font-size:16px}
.fs15 {font-size:15px}
.fs14 {font-size:14px}
.fs13 {font-size:13px}
.fs0  {font-size:0px}

.ls0  {letter-spacing:0px}

.lh72 {line-height:72px}
.lh34 {line-height:34px}
.lh30 {line-height:30px}
.lh40 {line-height:40px}
.lh45 {line-height:45px}
.lh61 {line-height:61px}
.lh25 {line-height:25px}
.lh22 {line-height:22px}
.lh19 {line-height:19px}
.lh18 {line-height:18px}
.lh16 {line-height:16px}
.lh0 {line-height:0px}

.coloryellow	{color:#FFFF00}
.colorpblue	{color:#338CC4}
.colorlblue	{color:#00A3D8}
.colorwhite	{color:#FFF}
.colorred	{color:red}
.colorred2  {color:#D80000}
.colorblack	{color:#000}
.colorred2 {color:#CC0000}
.colorgreen {color:#51AA00;}
.colorblack {color:#000}
.colorbrick	{color:#EC6633}
.colorgray	{color:#545454}
.colorgray2	{color:#BBB}
.colordblue5	{color:#1A2D40}
.coloryellow2	{color:#FFCA00}

.bgwhite	{background-color:#FFF}
.bgblack	{background-color:#000}
.bgbeige	{background-color:#FFF9CD}
.bggray		{background-color:#F3F3F3}
.bgdgray	{background-color:#DDDDDD}
.bgdblue	{background-color:#1B242D}
.bglgray	{background-color:#CCCCCC}
.bgcyan		{background-color:#D2F0FB}

.brdrred	{border:solid #D90000 1px}
.brdrblue	{border:solid #1B242D 2px}

.fwnormal {font-weight:normal}
.fwbold {font-weight:bold}
.fw900	{font-weight:900}
.fw800	{font-weight:800}
.fw700	{font-weight:700}
.fw600	{font-weight:600}
.fw500	{font-weight:500}
.fw400	{font-weight:400}
.fw300	{font-weight:300}
.fw200	{font-weight:200}
.fw100	{font-weight:100}
		
/*Misc*/
.pabsolute	{position:absolute}

.fleft	{float:left}
.fright	{float:right}
.clear  {clear:both}

.taligncenter {text-align:center}
.talignleft {text-align:left}
.talignright {text-align:right}

.pall20	{padding:20px}
.pall30	{padding:30px}

.ptop110	{padding-top:110px}
.ptop90	{padding-top:90px}
.ptop80	{padding-top:80px}
.ptop60	{padding-top:60px}
.ptop50	{padding-top:50px}
.ptop43	{padding-top:43px}
.ptop40	{padding-top:40px}
.ptop37	{padding-top:37px}
.ptop35	{padding-top:35px}
.ptop30	{padding-top:30px}
.ptop20	{padding-top:20px}
.ptop25	{padding-top:25px}
.ptop23	{padding-top:23px}
.ptop15	{padding-top:15px}
.ptop12	{padding-top:12px}
.ptop10	{padding-top:10px}
.ptop8	{padding-top:8px}
.ptop5	{padding-top:5px}
.ptop1	{padding-top:1px}

.pright80 	{padding-right:80px}
.pright60 	{padding-right:60px}
.pright50 	{padding-right:50px}
.pright40 	{padding-right:40px}
.pright32 	{padding-right:32px}
.pright30 	{padding-right:30px}
.pright25 	{padding-right:25px}
.pright20 	{padding-right:20px}
.pright15 	{padding-right:15px}
.pright10 	{padding-right:10px}
.pright4 	{padding-right:4px}
.pright2 	{padding-right:2px}

.pleft310 {padding-left:310px}
.pleft175 {padding-left:175px}
.pleft100 {padding-left:100px}
.pleft80 {padding-left:80px}
.pleft61 {padding-left:61px}
.pleft60 {padding-left:60px}
.pleft50 {padding-left:50px}
.pleft43 {padding-left:43px}
.pleft40 {padding-left:40px}
.pleft32 {padding-left:32px}
.pleft30 {padding-left:30px}
.pleft25 {padding-left:25px}
.pleft22 {padding-left:22px}
.pleft20 {padding-left:20px}
.pleft19 {padding-left:19px}
.pleft15 {padding-left:15px}
.pleft13 {padding-left:13px}
.pleft10 {padding-left:10px}
.pleft5 {padding-left:5px}
.pleft3 {padding-left:3px}
.pleft2 {padding-left:2px}
.pleft1 {padding-left:1px}

.pbot30	{padding-bottom:30px}
.pbot20	{padding-bottom:20px}
.pbot17	{padding-bottom:17px}
.pbot15	{padding-bottom:15px}
.pbot12	{padding-bottom:12px}
.pbot10	{padding-bottom:10px}
.pbot8	{padding-bottom:8px}
.pbot5	{padding-bottom:5px}
.pbot4	{padding-bottom:4px}

.mtop50	{margin-top:50px}
.mtop40	{margin-top:40px}
.mtop30	{margin-top:30px}
.mtop20	{margin-top:20px}
.mtop25	{margin-top:25px}
.mtop15	{margin-top:15px}
.mtop10	{margin-top:10px}
.mtop5	{margin-top:5px}
.mtop2	{margin-top:2px}

.-mtop13 {margin-top:-13px}

.mleft30{margin-left:30px}
.mleft100{margin-left:100px}
.mleft55{margin-left:55px}
.mleft45{margin-left:45px}
.mleft7{margin-left:7px}

.width960	{width:960px}
.width956	{width:956px}
.width940	{width:940px}
.width920	{width:920px}
.width916	{width:916px}
.width843	{width:843px}
.width760	{width:760px}
.width720	{width:720px}
.width690	{width:690px}
.width660	{width:660px}
.width640	{width:640px}
.width630	{width:630px}
.width620	{width:620px}
.width600	{width:600px}
.width595	{width:595px}
.width583	{width:583px}
.width570	{width:570px}
.width558	{width:558px}
.width545	{width:545px}
.width540	{width:540px}
.width523	{width:523px}
.width520	{width:520px}
.width500	{width:500px}
.width483	{width:483px}
.width474	{width:474px}
.width459	{width:459px}
.width443	{width:443px}
.width430	{width:430px}
.width420	{width:420px}
.width410	{width:410px}
.width403	{width:400px}
.width400	{width:400px}
.width390	{width:350px}
.width380	{width:380px}
.width370	{width:370px}
.width368	{width:368px}
.width316	{width:316px}
.width310	{width:310px}
.width300	{width:300px}
.width297	{width:297px}
.width295	{width:295px}
.width288	{width:288px}
.width278	{width:278px}
.width273	{width:273px}
.width265	{width:265px}
.width260	{width:260px}
.width253	{width:253px}
.width252	{width:252px}
.width250	{width:250px}
.width240	{width:240px}
.width230	{width:230px}
.width243	{width:243px}
.width222	{width:222px}
.width215	{width:215px}
.width210	{width:210px}
.width200	{width:200px}
.width140	{width:140px}

.height551  {height:551px}
.height518	{height:518px}
.height190	{height:190px}
.height150	{height:150px}
.height125	{height:125px}
.height120	{height:120px}
.height113	{height:113px}
.height104	{height:104px}
.height40	{height:40px}
.height30	{height:30px}
.height20	{height:20px}
.height12	{height:12px}
.height2	{height:2px}
.height1	{height:1px}

.colorwhite	{color:#FFF}

.callnow {font-size:13px}
.valign-top{vertical-align:top}
.disnone	{display:none}

.auto-center{margin:0px auto}

img{
	max-width: 100%;
  	height: auto;
}

.mtop5rem	{margin-top: 5rem}
.mtop4rem	{margin-top: 4rem}
.mtop3rem	{margin-top: 3rem}
.mtop1rem	{margin-top: 1rem}
.mtopp5rem	{margin-top: .5rem}
.mtopp2rem	{margin-top: .2rem}
.mtop2rem	{margin-top: 2rem}

.mleft5rem	{margin-left: 5rem}
.mleft2rem	{margin-left: 2rem}
.mleft1rem	{margin-left: 1rem}
.mleftp5rem	{margin-left: .5rem}

.mright2rem	{margin-right: 2rem}
.mright1rem	{margin-right: 1rem}
.mrightp5rem	{margin-right: .5rem}

.mall3rem	{padding: 3rem 3rem 3rem 3rem}
.mall2rem	{padding: 2rem 2rem 2rem 2rem}
.mall1rem	{padding: 1rem 1rem 1rem 1rem}
.mallp5rem	{padding: .5rem .5rem .5rem .5rem}

.border_fill_white
{
	border-radius: 10px;
	background: #FFF;
	width: auto;
	padding: 1rem;
	margin: 0rem 1rem 1rem 1rem;
}

.border_fill_white2
{
	border-radius: 10px;
	background: #FFF;
	width: auto;
	padding: 3rem;
	margin: 0rem 0rem 0rem 0rem;
}


.blue-strip
{
	background-color:#1B242D;
	width:100%;
	color:#FFF;
	text-transform:uppercase;
	border-radius: 10px 10px 0px 0px;
	border-bottom: 1px solid #888;
	border-top: 1px solid #888;
}

.blue-strip-bottom
{
	background-color:#FFF;
	width:100%;
	border-radius: 0px 0px 10px 10px;
}

.speech-bubble {
	background: #FBFBFB;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 5px ;
  border-radius: 10px;
}

.speech-bubble:after {
	content: "";
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px ;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  bottom: -10px;
  left: 13rem;
  border-width: 10px;
  border-style: solid;
  border-color: transparent #FBFBFB #FBFBFB transparent;
}

.wrapper_testimonials2 { 
  overflow:hidden;
	width: 100%;
}

.wrapper_testimonials2 div {
}
.one_testimonials2 {
	width:100%;
	height: auto
}
.two_testimonials2 { 
	overflow:hidden;
	text-align: left
}

.wrapper_testimonials { 
  overflow:hidden;
	width: 100%;
}

.wrapper_testimonials div {
   min-height: 200px;
}
.one_testimonials {
	float:left; 
	width:200px;
}
.two_testimonials { 
	overflow:hidden;
	padding-left:1rem;
	min-height:170px;
	text-align: left
}

.wrapper_today
{
	padding:1.5rem 1rem 0rem 1.5rem;
}

.wrapper_today div {
   min-height: 160px;
}
.one_today {
	float:left; 
	width:50%;
	padding-right: 1rem;
	
}
.two_today { 
	overflow:hidden;
	min-height:170px;
	text-align: left;
}


 
.testimonial-content-container	
{
	width: 70%;
	margin: 0 auto;
	text-align: left;
}

.bubble {
    background-color: #FBFBFB;
    background-image: -webkit-linear-gradient(top, hsla(0,0%,100%,.5), hsla(0,0%,100%,0));
    background-image:    -moz-linear-gradient(top, hsla(0,0%,100%,.5), hsla(0,0%,100%,0));
    background-image:     -ms-linear-gradient(top, hsla(0,0%,100%,.5), hsla(0,0%,100%,0));
    background-image:      -o-linear-gradient(top, hsla(0,0%,100%,.5), hsla(0,0%,100%,0));
    background-image:         linear-gradient(top, hsla(0,0%,100%,.5), hsla(0,0%,100%,0));
    border-radius: 10px;
    box-shadow: inset 0 1px 1px hsla(0,0%,100%,3),
                3px 3px 0 hsla(0,20%,0%,.1);
    color: #333;
    display: inline-block;
    font: 1em sans-serif;
    padding: 2rem;
    position: relative;
    text-shadow: 0 1px 1px hsla(0,20%,100%,3);
	border: solid 1px #E0E0E0;
}
.bubble:after, .bubble:before {
    border-bottom: 25px solid transparent;
    border-right: 25px solid #FBFBFB; 
    bottom: -25px;
    content: '';
    position: absolute;
    left: 12rem;
}
.bubble:before {
    border-right: 25px solid hsla(0,20%,0%,.1);
    bottom: -28px;
    left: 11.8rem;
}

.bg-bottle-one-res
{
	background-image:url(../images/bgBottleOne.jpg);
	background-repeat:no-repeat;
	width:265px;
	height:631px;
}

.bg-bottle-three-res
{
	background-image:url(../images/bgBottleThree.jpg);
	background-repeat:no-repeat;
	width:265px;
	height:631px;
}

.bg-bottle-six-res
{
	background-image:url(../images/bgBottleSix.jpg);
	background-repeat:no-repeat;
	width:280px;
	height:633px;
}

a:focus {
outline: none;
}

.wrapper_article div {
   min-height: auto;
}
.one_article {
	float:left; 
	width:50%;
	
}
.two_article { 
	overflow:hidden;
	min-height:170px;
	text-align: left;
}

.choose
{
	border: 2px solid #1B2E41;
    color: #333;
	font-family: 'LatoBlack';
	font-size: 2.5em;
	width: 70%;
	padding:2rem;
	margin-top: 2rem;
	border-radius: 10px;
}

.testimonial-video-ds
{
	width:200px; 
	height:354px;
}

.testimonial-video-ds2
{
	width:100%; 
	min-height: 340px;
}

#video
{
	margin: 1rem 0 0;
}

.middle-container
{
	border:solid #1B242D 2px;
	background-color:#FFF;
	margin-top: 0rem;
	border-radius: 10px;
}

.testimonial-header
{
	color:#1A2D40;
	font-family: Helvetica_bold_con,Helvetica_bold_con_IE;
	font-size:2em;
}

.testimonial-sub-header
{
	text-align: left;
}

.package-container
{
	margin: 1rem;
}

.non-video-testimonial
{
	margin:0;
}

.presentation-container
{
	margin:1rem;
}

.important-message
{
	margin: 0 auto;
	text-align: center;
	font-size: 1em;
	padding: .5rem 0 1rem 0;
	font-family:'opensans';
}

.image-today
{
	width: 119px;
}

.wrapper_philosophy
{
}

.wrapper_philosophy div {
   min-height: 160px;
}
.one_philosophy {
	float:left; 
	width:22%;
	padding-right: 1rem;
	
}
.two_philosophy { 
	overflow:hidden;
	min-height:auto;
	text-align: left;
}

.wrapper_research
{
	display:flex;
    flex-wrap:wrap;
    justify-content: center;
}

.wrapper_research div {
   min-height: 160px;
	text-align: left;
}
.one_research {
	float:left; 
	width:72%;
	padding-right: 1rem;
	order: 1;
	
}
.two_research { 
	overflow:hidden;
	min-height:auto;
	text-align: left;
	order: 2;
}

.wrapper_article_content div {
}
.one_article_content {
	float:left; 
	width:40%;
	padding-right: 1rem;
	order: 1;
	
}
.two_article_content { 
	overflow:hidden;
	min-height:auto;
	text-align: left;
	order: 2;
}

.wrapper_reports div {
   min-height: auto;
}
.one_reports {
	float:left; 
	width:50%;
	
}
.two_reports { 
	overflow:hidden;
	min-height:170px;
	text-align: left;
}

.wrapper_reports_content div {
}
.one_reports_content {
	float:left; 
	width:40%;
	padding-right: 1rem;
	order: 1;
	
}
.two_reports_content { 
	overflow:hidden;
	min-height:auto;
	text-align: left;
	order: 2;
}

.logo	{float: left;}
.number	{float: right;}

.video-container-res
{
	width: 100%;
	height: auto;
	background-color: #000;
	margin: 0 auto;
}

.disclaimer
{
	text-align: center;
	font-size: 1em;
	padding: 1rem 3rem 0 3rem;
	color:#BBB;
}

.todays-presentation
{
	margin: 1rem;
	font-weight: bold;
	font-size: 1.2em;
}

.title-red
{
	font-size: 1.5em;
}

.result_container
{
	display:inline-block;
}

.wrapper_result div {
}

.one_result {
	float:left; 
	width:30%;
	padding-right: 1.5rem;
	padding-left: 1rem;
	text-align: left;
}

.two_result { 
	overflow:hidden;
	height:auto;
	text-align: left;
	padding-right: 1rem
}

.wrapper_doctor div {
}

.one_doctor {
	float:none; 
	width:100%;
	text-align: left;
}

.two_doctor { 
	overflow:hidden;
	height:auto;
	text-align: center;
}

.title-ofcourse-sub
{
	font-size:2em;
	color:#061835;
	padding: 0 1rem;
}

.testimonial_container
{
	text-align:left;
	padding:1rem;
}

.testimonial_container
{
	text-align:left;
	padding:2rem;
}

.result_container
{
	display:inline-block;
}

.wrapper_result div {
}

.one_result {
	float:left; 
	width:30%;
	padding-right: 1.5rem;
	text-align: left;
}

.two_result { 
	overflow:hidden;
	height:auto;
	text-align: left;
}

.wrapper_doctor div {
}

.one_doctor {
	float:none; 
	width:100%;
	text-align: left;
}

.two_doctor { 
	overflow:hidden;
	height:auto;
	text-align: center;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
#myBtn	{cursor: pointer; 
	text-decoration: underline}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 1rem;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 2em;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (min-device-width : 320px) 
and (max-device-width : 812px) {
	
	.web-content
	{
		display:none
	}
	
	/* Modal Content */
	#myBtn	{cursor: pointer}

	.modal-content {
	  background-color: #fefefe;
	  margin: auto;
	  padding: 1rem;
	  border: 1px solid #888;
	  width: 80%;
	}

	/* The Close Button */
	.close {
	  color: #aaaaaa;
	  float: right;
	  font-size: 2em;
	  font-weight: bold;
	}

	.close:hover,
	.close:focus {
	  color: #000;
	  text-decoration: none;
	  cursor: pointer;
	}
	
	.testimonial_container
	{
		text-align:left;
		padding:1rem;
	}
	
	.wrapper_doctor div {
	}

	.one_doctor {
		float:none; 
		width:100%;
		text-align: center;
	}

	.two_doctor { 
		overflow:hidden;
		height:auto;
		text-align: center;
	}
		
	.wrapper_result div {
	}

	.one_result {
		float:none; 
		width:100%;
		padding-right: 0rem;
		text-align: left;
		padding-bottom: 1rem;
		padding-left: 0rem;
	}

	.two_result { 
		overflow:hidden;
		height:auto;
		text-align: left;
	}
	
	#content{
	margin: 0 auto;
	width:100%;
	height: auto;
	text-align:left;
	}
	
	.title-red
	{
		font-size: 1.3em;
	}
	
	.logo	{width: 30%}
	.number	{width: 50%; font-size: .8em; text-align: right}
	
	.wrapper_article div {
	   height: auto;
	}
	
	.todays-presentation
	{
		margin: 1rem;
		font-weight: bold;
		font-size: 1em;
	}
	
	.disclaimer
	{
		text-align: center;
		font-size: .8em;
		padding: .5rem 1rem 1rem 1rem;
		color:#BBB;
	}
	
	.wrapper_article div {
	   min-height: auto;
	}
	.one_article {
		float:left; 
		width:100%;
		padding-right: 1rem;

	}
	.two_article { 
		overflow:hidden;
		min-height:auto;
		text-align: left;
		width:100%;
	}
	
	.txt_testimonee {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 1em;
		margin: -1.3rem 0 0 2rem;
		position: relative;

	}
	
	.bubble {
		background-color: #FBFBFB;
		background-image: -webkit-linear-gradient(top, hsla(0,0%,100%,.5), hsla(0,0%,100%,0));
		background-image:    -moz-linear-gradient(top, hsla(0,0%,100%,.5), hsla(0,0%,100%,0));
		background-image:     -ms-linear-gradient(top, hsla(0,0%,100%,.5), hsla(0,0%,100%,0));
		background-image:      -o-linear-gradient(top, hsla(0,0%,100%,.5), hsla(0,0%,100%,0));
		background-image:         linear-gradient(top, hsla(0,0%,100%,.5), hsla(0,0%,100%,0));
		border-radius: 10px;
		box-shadow: inset 0 1px 1px hsla(0,0%,100%,3),
					3px 3px 0 hsla(0,20%,0%,.1);
		color: #333;
		display: inline-block;
		font: 1em sans-serif;
		padding: 1rem;
		position: relative;
		text-shadow: 0 1px 1px hsla(0,20%,100%,3);
		border: solid 1px #E0E0E0;
	}
	.bubble:after, .bubble:before {
		border-bottom: 0px solid transparent;
		border-right: 0px solid #FBFBFB; 
		bottom: -25px;
		content: '';
		position: absolute;
		left: 12rem;
	}
	.bubble:before {
		border-right: 0px solid hsla(0,20%,0%,.1);
		bottom: -28px;
		left: 11.8rem;
	}
	
	.iframe-container {
		position: relative;
		overflow: hidden;
		padding-top: 56.25%;
	}
	
	.iframe-container iframe {
	  	position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 0;
	}
	
	.testimonial-video-ds
	{
		width:100%; 
		height:auto;
	}
	
	.testimonial-video-ds2
	{
		width:100%; 
		min-height: 250px;
	}

	
	.testimonial-content-container	
	{
		width: 100%;
		margin: 0 auto;
		text-align: left;
	}
	
	.one_testimonials {
		float:none; 
		width:100%;
	}
	
	.two_testimonials {
		float:none; 
		padding-left:0rem;
		width:100%;
		padding:0;
		padding-top: 1rem;
	}
	
	.border_fill_white
	{
		border-radius: 0px;
		background: #FFF;
		width: auto;
		padding: .5rem;
		margin: 0;
	}
	
	.border_fill_white2
	{
		border-radius: 0px;
		background: #FFF;
		width: auto;
		padding: 2rem;
		margin: 0;
	}
	
	#video
	{
		margin: 0 0;
	}
	
	.choose
	{
		border: 0px solid #1B2E41;
		color: #333;
		font-family: 'LatoBlack';
		font-size: 1.3em;
		width: 100%;
		padding:0rem;
		margin-top: 0rem;
	}
	
	.middle-container
	{
		border:none#1B242D 2px;
		background-color:#FFF;
		margin-top: 1rem;
	}
	
	.testimonial-header
	{
		color:#1A2D40;
		font-family: 'LatoBlack';
		font-size:1.3em;
		text-align: left;
	}
	
	.testimonial-sub-header
	{
		text-align: left;
	}

	.package-container
	{
		margin: 0rem;
	}
	
	.non-video-testimonial
	{
		margin:0 0 2em 0;
	}
	
	.presentation-container
	{
		margin:0rem;
	}
	
	.blue-strip
	{
		background-color:#1B242D;
		width:100%;
		border-radius: 0;
		color: #FFF;
		font-family: 'LatoBlack';
		font-size: 1.5em;
		text-align: center;
		text-transform:capitalize;
	}

	.blue-strip-bottom
	{
		background-color:#FFF;
		width:100%;
		border-radius: 0;
	}
	
	.wrapper_today
	{
		padding:1.5rem 1rem 0rem 1.5rem;
	}

	.wrapper_today div {
	   min-height: auto;
		padding-bottom: .5rem;
	}
	
	.one_today {
		float:left; 
		width:100%;
		padding-right: 1rem;

	}
	.two_today { 
		overflow:hidden;
		width: 100%;
		min-height:170px;
		text-align: left;
	}
	
	.image-today
	{
		width: 80px;
	}
	
	.today-border
	{
		border-bottom: 1px solid #888;
	}
	
	.container{
		margin: 0 auto;
		width:100%;
		text-align:left;
	}
	
	.important-message
	{
		margin: 0 auto;
		text-align: center;
		font-size: .8em;
		padding: .5rem 0 1rem 0;
		font-family:'opensans';
	}
	
	.wrapper_philosophy
	{
		justify-content: center;
		text-align: center;
	}

	.wrapper_philosophy div {
	   min-height: 160px;
	}
	.one_philosophy {
		float:none; 
		width:100%;
		padding-right: 1rem;

	}
	.two_philosophy { 
		margin-top: 1rem;
		overflow:hidden;
		min-height:auto;
		text-align: left;
	}

	.wrapper_research
	{
		justify-content: center;
		text-align: center;
	}

	.wrapper_research div {
	   min-height: 160px;
		text-align: left
	}
	.one_research {
		float:none; 
		width:100%;
		padding-right: 1rem;
		order:2;
		margin-top: 1rem;
		text-align: left;

	}
	.two_research { 
		overflow:hidden;
		min-height:auto;
		order:1;
	}
	
	.ready
	{
		text-align: left;
	}
	
	.wrapper_article_content div {
	}
	.one_article_content {
		float:left; 
		width:40%;
		padding-right: 1rem;
		order: 1;

	}
	.two_article_content { 
		overflow:hidden;
		min-height:auto;
		text-align: left;
		order: 2;
		margin-top: 1rem;
	}
	
	.wrapper_reports
	{
		height: 100%;
	}
	
	.wrapper_reports div {
	   min-height: auto;
	}
	.one_reports {
		float:left; 
		width:100%;

	}
	.two_reports { 
		overflow:hidden;
		min-height:170px;
		text-align: left;
		width: 100%;
	}
	
	.wrapper_reports_content div {
	}
	.one_reports_content {
		float:left; 
		width:40%;
		padding-right: 1rem;
		order: 1;

	}
	.two_reports_content { 
		overflow:hidden;
		min-height:auto;
		text-align: left;
		order: 2;
		margin-top: 1rem;
	}
	
	.top-strip-container
	{
		padding: 1rem;
		border-bottom: 1px solid #888;
	}
	
	.txt_TestiHeader{
		font-size:1.3em; 
		color:#1B5D9E;
		text-align: left;
	}
	
	#footer {
		margin:1rem;
		padding:0px;
		color:#FFF;
		text-align:center;
	}
	
	.shadow {
		margin: .5rem 0;
		padding:1rem;
	  border:3px solid #E5E8ED;
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) 
	
	
	
	{
	.wrapper_philosophy
	{
	}

	.wrapper_philosophy div {
	   min-height: 160px;
	}
	.one_philosophy {
		float:left; 
		width:22%;
		padding-right: 1rem;

	}
	.two_philosophy { 
		overflow:hidden;
		min-height:auto;
		text-align: left;
	}


	
	

	
	.txt_testimonee {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 1em;
		margin: -1.3rem 0 0 15rem;
		position: relative;

	}
	
	.result_container
	{
		display:inline-block;
	}
	
	.txt_TestiHeader{
		font-size:1.8em; 
		color:#1B5D9E;
		text-align: left;
	}

	.wrapper_result div {
	}

	.one_result {
		float:left; 
		width:30%;
		padding-right: 1.5rem;
		text-align: left;
	}

	.two_result { 
		overflow:hidden;
		height:auto;
		text-align: left;
	}

	.wrapper_doctor div {
	}

	.one_doctor {
		float:none; 
		width:100%;
		text-align: left;
	}

	.two_doctor { 
		overflow:hidden;
		height:auto;
		text-align: center;
	}
	
	.wrapper_testimonials2 { 
	  overflow:hidden;
		width: 100%;
		float: right;
	}

	.wrapper_testimonials2 div {
	   min-height: 200px;
	}
	.one_testimonials2 {
		width:100%;
		height: auto
	}
	.two_testimonials2 { 
		overflow:hidden;
		text-align: left
	}

	.wrapper_testimonials { 
	  overflow:hidden;
		width: 100%;
	}

	.wrapper_testimonials div {
	   min-height: 200px;
	}
	.one_testimonials {
		float:left; 
		width:200px;
	}
	.two_testimonials { 
		overflow:hidden;
		padding-left:1rem;
		padding-top: 0rem;
		min-height:170px;
		text-align: left;
		width: 240px;
		float: right;
		
	}

	.wrapper_today
	{
		padding:1.5rem 1rem 0rem 1.5rem;
	}

	.wrapper_today div {
	   min-height: 160px;
	}
	.one_today {
		float:left; 
		width:350px;
		padding-right: 1rem;

	}
	.two_today { 
		overflow:hidden;
		width: 350px;
		min-height:170px;
		text-align: left;
	}



	.testimonial-content-container	
	{
		width: 70%;
		margin: 0 auto;
		text-align: left;
	}

	.bubble {
		background-color: #FBFBFB;
		background-image: -webkit-linear-gradient(top, hsla(0,0%,100%,.5), hsla(0,0%,100%,0));
		background-image:    -moz-linear-gradient(top, hsla(0,0%,100%,.5), hsla(0,0%,100%,0));
		background-image:     -ms-linear-gradient(top, hsla(0,0%,100%,.5), hsla(0,0%,100%,0));
		background-image:      -o-linear-gradient(top, hsla(0,0%,100%,.5), hsla(0,0%,100%,0));
		background-image:         linear-gradient(top, hsla(0,0%,100%,.5), hsla(0,0%,100%,0));
		border-radius: 10px;
		box-shadow: inset 0 1px 1px hsla(0,0%,100%,3),
					3px 3px 0 hsla(0,20%,0%,.1);
		color: #333;
		display: inline-block;
		font: 1em sans-serif;
		padding: 2rem;
		position: relative;
		text-shadow: 0 1px 1px hsla(0,20%,100%,3);
		border: solid 1px #E0E0E0;
	}
	.bubble:after, .bubble:before {
		border-bottom: 25px solid transparent;
		border-right: 25px solid #FBFBFB; 
		bottom: -25px;
		content: '';
		position: absolute;
		left: 12rem;
	}
	.bubble:before {
		border-right: 25px solid hsla(0,20%,0%,.1);
		bottom: -28px;
		left: 11.8rem;
	}

	.bg-bottle-one-res
	{
		background-image:url(../images/bgBottleOne.jpg);
		background-repeat:no-repeat;
		width:265px;
		height:631px;
	}

	.bg-bottle-three-res
	{
		background-image:url(../images/bgBottleThree.jpg);
		background-repeat:no-repeat;
		width:265px;
		height:631px;
	}

	.bg-bottle-six-res
	{
		background-image:url(../images/bgBottleSix.jpg);
		background-repeat:no-repeat;
		width:280px;
		height:633px;
	}
		
	.wrapper_research
	{
		display:flex;
		flex-wrap:wrap;
		justify-content: center;
	}

	.wrapper_research div {
	   min-height: 160px;
		text-align: left;
	}
	.one_research {
		float:left; 
		width:72%;
		padding-right: 1rem;
		order: 1;

	}
	.two_research { 
		overflow:hidden;
		min-height:auto;
		text-align: left;
		order: 2;
		width:22%;
	}

	.wrapper_article_content div {
	}
		
	.wrapper_article div {
   min-height: auto;
	}
	.one_article {
		float:left; 
		width:45%;

	}
	.two_article { 
		overflow:hidden;
		min-height:170px;
		text-align: left;
		width: 45%;
		float: right;
	}
		
	.wrapper_reports div {
	   min-height: auto;
	}
	.one_reports {
		float:left; 
		width:48.5%;

	}
	.two_reports { 
		overflow:hidden;
		min-height:170px;
		text-align: left;
		padding-left: 1rem;
		width:48.5%;
	}

	.wrapper_reports_content div {
	}
	.one_reports_content {
		float:left; 
		width:40%;
		padding-right: 1rem;
		order: 1;

	}
	.two_reports_content { 
		overflow:hidden;
		min-height:auto;
		text-align: left;
		order: 2;
	}
		
	.ipad_height
		{
			height: 95px;
		}
		
	.british
	{
		height:198px;
	}

	
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
	
	
	
	.wrapper_philosophy
	{
	}

	.wrapper_philosophy div {
	   min-height: 160px;
	}
	.one_philosophy {
		float:left; 
		width:22%;
		padding-right: 1rem;

	}
	.two_philosophy { 
		overflow:hidden;
		min-height:auto;
		text-align: left;
	}


	
	

	
	.txt_testimonee {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 1em;
		margin: -1.3rem 0 0 15rem;
		position: relative;

	}
	
	.result_container
	{
		display:inline-block;
	}
	
	.txt_TestiHeader{
		font-size:1.8em; 
		color:#1B5D9E;
		text-align: left;
	}

	.wrapper_result div {
	}

	.one_result {
		float:left; 
		width:30%;
		padding-right: 1.5rem;
		text-align: left;
	}

	.two_result { 
		overflow:hidden;
		height:auto;
		text-align: left;
	}

	.wrapper_doctor div {
	}

	.one_doctor {
		float:none; 
		width:100%;
		text-align: left;
	}

	.two_doctor { 
		overflow:hidden;
		height:auto;
		text-align: center;
	}
	
	.wrapper_testimonials2 { 
	  overflow:hidden;
		width: 100%;
		float: right;
	}

	.wrapper_testimonials2 div {
	   min-height: 200px;
	}
	.one_testimonials2 {
		width:100%;
		height: auto
	}
	.two_testimonials2 { 
		overflow:hidden;
		text-align: left
	}

	.wrapper_testimonials { 
	  overflow:hidden;
		width: 100%;
	}

	.wrapper_testimonials div {
	   min-height: 200px;
	}
	.one_testimonials {
		float:left; 
		width:200px;
	}
	.two_testimonials { 
		overflow:hidden;
		padding-left:1rem;
		padding-top: 0rem;
		min-height:170px;
		text-align: left;
		width: 60%;
		float: right;
		
	}

	.wrapper_today
	{
		padding:1.5rem 1rem 0rem 1.5rem;
	}

	.wrapper_today div {
	   min-height: 160px;
	}
	.one_today {
		float:left; 
		width:48%;
		padding-right: 1rem;

	}
	.two_today { 
		overflow:hidden;
		width: 48%;
		min-height:170px;
		text-align: left;
	}



	.testimonial-content-container	
	{
		width: 70%;
		margin: 0 auto;
		text-align: left;
	}

	.bubble {
		background-color: #FBFBFB;
		background-image: -webkit-linear-gradient(top, hsla(0,0%,100%,.5), hsla(0,0%,100%,0));
		background-image:    -moz-linear-gradient(top, hsla(0,0%,100%,.5), hsla(0,0%,100%,0));
		background-image:     -ms-linear-gradient(top, hsla(0,0%,100%,.5), hsla(0,0%,100%,0));
		background-image:      -o-linear-gradient(top, hsla(0,0%,100%,.5), hsla(0,0%,100%,0));
		background-image:         linear-gradient(top, hsla(0,0%,100%,.5), hsla(0,0%,100%,0));
		border-radius: 10px;
		box-shadow: inset 0 1px 1px hsla(0,0%,100%,3),
					3px 3px 0 hsla(0,20%,0%,.1);
		color: #333;
		display: inline-block;
		font: 1em sans-serif;
		padding: 2rem;
		position: relative;
		text-shadow: 0 1px 1px hsla(0,20%,100%,3);
		border: solid 1px #E0E0E0;
	}
	.bubble:after, .bubble:before {
		border-bottom: 25px solid transparent;
		border-right: 25px solid #FBFBFB; 
		bottom: -25px;
		content: '';
		position: absolute;
		left: 12rem;
	}
	.bubble:before {
		border-right: 25px solid hsla(0,20%,0%,.1);
		bottom: -28px;
		left: 11.8rem;
	}

	.bg-bottle-one-res
	{
		background-image:url(../images/bgBottleOne.jpg);
		background-repeat:no-repeat;
		width:265px;
		height:631px;
	}

	.bg-bottle-three-res
	{
		background-image:url(../images/bgBottleThree.jpg);
		background-repeat:no-repeat;
		width:265px;
		height:631px;
	}

	.bg-bottle-six-res
	{
		background-image:url(../images/bgBottleSix.jpg);
		background-repeat:no-repeat;
		width:280px;
		height:633px;
	}
		
	.wrapper_research
	{
		display:flex;
		flex-wrap:wrap;
		justify-content: center;
	}

	.wrapper_research div {
	   min-height: 160px;
		text-align: left;
	}
	.one_research {
		float:left; 
		width:72%;
		padding-right: 1rem;
		order: 1;

	}
	.two_research { 
		overflow:hidden;
		min-height:auto;
		text-align: left;
		order: 2;
		width:22%;
	}

	.wrapper_article_content div {
	}
		
	.wrapper_article div {
   min-height: auto;
	}
	.one_article {
		float:left; 
		width:45%;

	}
	.two_article { 
		overflow:hidden;
		min-height:170px;
		text-align: left;
		width: 45%;
		float: right;
	}
		
	.wrapper_reports div {
	   min-height: auto;
	}
	.one_reports {
		float:left; 
		width:48.5%;

	}
	.two_reports { 
		overflow:hidden;
		min-height:170px;
		text-align: left;
		padding-left: 1rem;
		width:48.5%;
	}

	.wrapper_reports_content div {
	}
	.one_reports_content {
		float:left; 
		width:40%;
		padding-right: 1rem;
		order: 1;

	}
	.two_reports_content { 
		overflow:hidden;
		min-height:auto;
		text-align: left;
		order: 2;
	}
		
	.ipad_height
	{
		height: 44px;
	}
}