/* -------------------------------------------------------------------------------

    0.  Reset & Clearfix
    1.  Document Setup
    2.  Wrap
    3.  Header
    4.  Content
    5.  Homepage
    6.  About
    7.  Services
    8.  Pricing Tables
    9.  Shortcodes
    10. Blog
    11. Portfolio
    12. Contact
    13. Widgets
    14. Footer
    15. Media Queries
*/
/* ------------------------------------------------------------------------------- */
/*  0.  Reset & Clearfix (http://meyerweb.com/eric/tools/css/reset/)
/* ------------------------------------------------------------------------------- */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,and,address,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,textarea,select{
	background:transparent;
	border:0;
	font-size:15px;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline
}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}del{text-decoration:line-through}hr{background:transparent;border:0;clear:both;color:transparent;height:1px;margin:0;padding:0}mark{background-color:#ffffb3;font-style:italic}input,select{vertical-align:middle}ins{background-color:red;color:white;text-decoration:none}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}

.clear{clear:both;display:block;height:0;overflow:hidden;visibility:hidden;width:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;height:0;line-height:0;visibility:hidden;width:0}* html .clearfix,:first-child+html .clearfix{zoom:1}



    background-image:url(images/highway9.jpg); background-color:#E8E1CE; background-repeat: repeat; background-attachment:fixed;
	margin:0; padding:0;}
/* ------------------------------------------------------------------------------- */
/*  1.  Document Setup
/* ------------------------------------------------------------------------------- */
    
    html { overflow-x: hidden; }
    body {
	background-image:url(../images/highway9.jpg);
	background-color:#E8E1CE;
	background-repeat: repeat;
	background-attachment:fixed;
	margin:0;
	padding:0;
	color: #45463E;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	-webkit-text-size-adjust: 100%;
	font-family: mergeregular;
	font-size: 16px;
	line-height: 1.8;
    }
    a, a > * {
	color: #7F7D54;
	text-decoration: none;

        -webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
           -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
            -ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
             -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
                transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
    }
    a:hover, a > *:hover {

    }

    ::-moz-selection { background: #E9F5D8; color: #8BBE2E; text-shadow: none; }
    ::selection { background: #E9F5D8; color: #8BBE2E; text-shadow: none; }

    h1 { font-size: 30px; }
    h2 { font-size: 36px; }
	h27 { font-size: 47px; 	font-family: dagobertregular; color:#807D54; margin-left:15px; }
    h3 { font-size: 18px; font-weight: 400; text-transform:none; }
    h4 { font-size: 16px; font-weight: 400; }
	h44 { font-size: 16px; font-weight: 400; text-transform:capitalize; }
    h5 { font-size: 14.5px; }
    h6 { font-size: 11px; }
	h7 { font-size: 16px; width:301px; color:#7B7B6F; margin-right:100px; }
	h8 {font-family: 'mergeregular'; font-size:16px; margin-left:15px; width:65%;}
	h9 {
	font-family: dagobertregular;
	color:#807D54;
	font-size:51.5px;
	margin-left:15px;
}
	h15 {
	font-family: dagobertregular;
	color:#807D54;
	font-size:41.5px;
	margin-left:0px;
	font-style: normal;
	font-weight: normal;
}

	h15b {
	font-family: dagobertregular;
	color:#807D54;
	font-size:36px;
	margin-left:0px;
	text-align:center;
}

	h16 {
	font-family: 'Open Sans';
	color:#807D54;
	font-size:19px;
	margin-left:0px;
}

	h17 {
	font-family: 'Open Sans';
	color:#807D54;
	font-size:17px;
	margin-left:0px;
}

	h10 { font-size: 18px; font-weight: 500; font-family: 'Open Sans'; color:#7E7C53; }


    h1, h2, h3, h4, h5, h6 {
	color: #807D54;
	font-family: dagobertregular;
	line-height: 1;
	text-transform: none;
    }
    h1.capitalize {
        text-transform: capitalize;
    }
    dl,hr,h1,h2,h3,h4,h5,h6,pre,table,address,fieldset,blockquote,p {
        margin-bottom: 10px;
    }
    hr.h80 {
        margin: 40px 0;
    }

.style3 {
	font-size: 13px
}
.style4 {color: #7F7C53}

    /*  Forms  --------------------------------*/

    input[type="text"], textarea {
        background: url(../images/bg_dots_grey.png);
        border-radius: 0;
		border:1px solid #D5EACC;
        color: #45463E;
        display: block;
        font: 12px/1.7 'mergeregular';
        font-weight: 500;
        margin-bottom: 20px;
		margin-right:20px;
		float:left;
        padding: 7px 9px;
        text-transform: uppercase;
        width: 180px;
    }
	
	    input[type="text2"], textarea {
        background: url(../images/bg_dots_grey.png);
        border-radius: 0;
		border:1px solid #D5EACC;
        color: #45463E;
        display: block;
        font: 12px/1.7 'mergeregular';
        font-weight: 500;
        margin-bottom: 20px;
		margin-right:20px;
		float:left;
        padding: 7px 9px;
        text-transform: uppercase;
        width: inherit;
    }
	
    textarea {
        resize: none;
        width: 400px;
		margin-right:20px;
		float:left;
    }
	
	textarea:focus { 

border:solid 1px #D5EACC; background:#;

}
	
input:focus { 

border:solid 1px #D5EACC; background:;

}

    input[type="submit"], input[type="reset"], input[type="button"], button, .button {
        -webkit-border-radius: 2px;
           -moz-border-radius: 2px;
                border-radius: 2px;
        background-size: 100% 200%;
        color: #AB727A;
        cursor: pointer;    
        font-family: 'Open Sans';
		text-transform:uppercase;
        font-weight: 600;
        padding: 7px 25px 8px;
        -webkit-transition: background .2s ease-out;
           -moz-transition: background .2s ease-out;
            -ie-transition: background .2s ease-out;
             -o-transition: background .2s ease-out;
                transition: background .2s ease-out;
						margin-right:20px;
		float:left;
				
    }
    input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover, .button:hover {
        background-position: 0 100%;
    }
	
	    input[type="submit2"], input[type="reset"], input[type="button"], button, .button {
        -webkit-border-radius: 2px;
           -moz-border-radius: 2px;
                border-radius: 2px;
        background-size: 100% 200%;
        color: #fff;
        cursor: pointer;    
        font-family: 'Open Sans';
		text-transform:uppercase;
        font-weight: 600;
        padding: 7px 25px 8px;
        -webkit-transition: background .2s ease-out;
           -moz-transition: background .2s ease-out;
            -ie-transition: background .2s ease-out;
             -o-transition: background .2s ease-out;
                transition: background .2s ease-out;
						margin-right:20px;
				
    }
    input[type="submit2"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover, .button:hover {
        background-position: 0 100%;
    }

ul#tabs {
  list-style-type: none;
  margin: 0 0 30px 0;
  padding: 0;
  text-align: center; }
  ul#tabs li {
    display: inline-block;
    background-color: #fff;
    border-bottom: solid 5px #EEF8EF;
    padding: 5px 20px;
    margin-bottom: 4px;
	font-family: mergeregular;
	text-transform:uppercase;
	letter-spacing: 1px;
    color: #807D54;
    cursor: pointer; 
	text-align:center;}
    ul#tabs li:hover {
      background-color: #EEF8EF; }
    ul#tabs li.active {
      background-color: #EEF8EF; }

ul#tab {
  list-style-type: none;
  margin: 0;
  padding: 0; text-align:center; }
  ul#tab li {
    display: none;
    padding: 30px;
    border: solid 5px #EEF8EF; }
    ul#tab li.active {
      display: block; }
    ul#tab li h2 {
      font-weight: 400;
      margin-bottom: 30px;
      padding-bottom: 5px;
      border-bottom: solid 0px #32c896; }


/* ------------------------------------------------------------------------------- */
/*  NADA FORM
/* ------------------------------------------------------------------------------- */


    input[type="text3"], textarea {
        background: url(../images/bg_dots_grey.png);
        border-radius: 0;
		border:1px solid #D5EACC;
        color: #45463E;
        display: block;
        font: 12px/1.7 'mergeregular';
        font-weight: 500;
        margin-bottom: 20px;
		margin-right:20px;
		float:left;
        padding: 7px 9px;
        text-transform: uppercase;
        width: inherit;
    }
    textarea {
	resize: none;
	width: 444px;
	margin-right:20px;
	float:left;
    }
	
	textarea:focus { 

border:solid 1px #F8F23C; background:;

}
	
input:focus { 

border:solid 1px #F8F23C; background:;

}

    input[type="submit3"], input[type="reset3"], input[type="button3"], button, .button {
        -webkit-border-radius: 2px;
           -moz-border-radius: 2px;
                border-radius: 2px;
        background-size: 100% 200%;
        color: #fff;
        cursor: pointer;    
        font-family: 'Open Sans';
		text-transform:uppercase;
        font-weight: 600;
        padding: 7px 25px 8px;
        -webkit-transition: background .2s ease-out;
           -moz-transition: background .2s ease-out;
            -ie-transition: background .2s ease-out;
             -o-transition: background .2s ease-out;
                transition: background .2s ease-out;
						margin-right:20px;
		float:left;
				
    }
    input[type="submit3"]:hover, input[type="reset3"]:hover, input[type="button3"]:hover, button:hover, .button:hover {
        background-position: 0 100%;
    }


/* ------------------------------------------------------------------------------- */
/*  2.  Wrap
/* ------------------------------------------------------------------------------- */

    #body-wrapper {
        background: #fff;
        left: 50%;
        margin-left: -520px;
        position: relative;
        width: 1040px;
    }
    .container {
	position: relative;
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 40px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
    }
	.container2 {
	position: relative;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
    }


    /*  Columns  --------------------------------*/

    .one-fourth, .three-fourth, .one-third, .two-third, .one-half {
        float: left;
        margin-right: 14px !important;
        position: relative;
    }
    .one-fourth.last, .three-fourth.last, .one-third.last, .two-third.last, .one-half.last {
        margin-right: 0 !important;
    }
    .one-fourth      {
	width: 210px;
}

.one-fourth img {max-width: 100%;}
		
.one-fourth:nth-child(1) { margin-left: 40px !important; }
.one-fourth:nth-child(3) { width: 130px; margin-right: 30px !important; }

    .one-fourth2      {
	width: 190px; background-color:#999900;
}
.one-fourth2:nth-child(1) { margin-left: 40px !important; }
.one-fourth2:nth-child(3) { width: 130px; margin-right: 30px !important; }

    .three-fourth    {width: 600px; margin-left:60px; margin-right:0px;}
	
	.three-fourth.first   {width: 600px; margin-right:30px;}

three-fourth.last {width: 640px; margin-left:40px; margin-right:0px;}


    .one-third       {
	width: 280px;
}
    .one-third img {
        display: block;
        width: 70%;
		text-align:center;
		}
		
    .two-third       { width: 620px; }
    .one-half        {
	width: 440px;
}

    .one-halv        {
	width: 440px;
}
    .one-half img {
        display: block;
        width: 100%;
		}
		
    .one-half p {
	margin-top: 6px;
	margin-left: 15px;
	font-family: mergeregular;
	font-size: 14px;
    }
	

	.spont {width: 80%; padding-left:20%; border-style: solid;
    border-left: double #E3E1DB;}
	.griff {width:80%; }
	.griff2 {width:80%; text-align:center; }
	.lemons {width:65%; margin-left:15px;}
	.lemons2 {width:80%; margin-left:15px;}
    




/* ------------------------------------------------------------------------------- */
/*  3.  Header
/* ------------------------------------------------------------------------------- */

    #header {
        background: url(../images/sep_d.png) repeat-x 0 100%;
        height: 140px;
		text-align:center;
    }
    #logo {
        float: none;
        height: 100px;
    }
	
	/*--------------------------
FONTS
---------------------------*/

@font-face {
    font-family: 'accord_sfregular';
    src: url('accord_sf-webfont.eot');
    src: url('accord_sf-webfont.eot?#iefix') format('embedded-opentype'),
         url('accord_sf-webfont.woff') format('woff'),
         url('accord_sf-webfont.ttf') format('truetype'),
         url('accord_sf-webfont.svg#accord_sfregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mergeregular';
    src: url('merge-webfont.eot');
    src: url('merge-webfont.eot?#iefix') format('embedded-opentype'),
         url('merge-webfont.woff') format('woff'),
         url('merge-webfont.ttf') format('truetype'),
         url('merge-webfont.svg#mergeregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'hanseatregular';
    src: url('hanseat-webfont.eot');
    src: url('hanseat-webfont.eot?#iefix') format('embedded-opentype'),
         url('hanseat-webfont.woff') format('woff'),
         url('hanseat-webfont.ttf') format('truetype'),
         url('hanseat-webfont.svg#hanseatregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'GnuolaneRgRegular';
    src: url('gnuolane_rg-webfont.eot');
    src: url('gnuolane_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('gnuolane_rg-webfont.woff') format('woff'),
         url('gnuolane_rg-webfont.ttf') format('truetype'),
         url('gnuolane_rg-webfont.svg#GnuolaneRgRegular') format('svg');
    font-weight: normal;
    font-style: normal;}
	
@font-face {
    font-family: 'bebas_neueregular';
    src: url('bebasneue-webfont.eot');
    src: url('bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('bebasneue-webfont.woff') format('woff'),
         url('bebasneue-webfont.ttf') format('truetype'),
         url('bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'dagobertregular';
    src: url('dagobert-webfont.eot');
    src: url('dagobert-webfont.eot?#iefix') format('embedded-opentype'),
         url('dagobert-webfont.woff') format('woff'),
         url('dagobert-webfont.ttf') format('truetype'),
         url('dagobert-webfont.svg#dagobertregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'candelabook';
    src: url('candelabook-webfont.eot');
    src: url('candelabook-webfont.eot?#iefix') format('embedded-opentype'),
         url('candelabook-webfont.woff') format('woff'),
         url('candelabook-webfont.ttf') format('truetype'),
         url('candelabook-webfont.svg#candelabook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'shantiregular';
    src: url('shanti-regular-webfont.eot');
    src: url('shanti-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('shanti-regular-webfont.woff') format('woff'),
         url('shanti-regular-webfont.ttf') format('truetype'),
         url('shanti-regular-webfont.svg#shantiregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pointersregular';
    src: url('pointers-webfont.eot');
    src: url('pointers-webfont.eot?#iefix') format('embedded-opentype'),
         url('pointers-webfont.woff') format('woff'),
         url('pointers-webfont.ttf') format('truetype'),
         url('pointers-webfont.svg#pointersregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* -- clip start -- */
#clip {
	list-style: none;
	margin: 0;
	width: 543px;
	height: 129px;
	position: absolute;
	left: 565px;
	top: 465px;
	background-image: url(../images/theclip.png);
	visibility: inherit;
	z-index: 11111;
}

#clip span {
  display: none;
  position: absolute;
}
#clip a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
	background-image: url(images/../cliphover.png);
	visibility: inherit;
}
#clip a:hover {
  background-position: inherit;
  background-image: url(../images/newclip2.png);
}
#clip a:hover span {
  display: block;
}

#clip .home {
	width: 190px;
	height: 70px;
	background: url(../images/newclip.png) no-repeat;
	left: 254px;
	top:25px;
}

/* Seperators
=================================================================================*/
.seperator {
	background: url(../images/organicdots.jpg) 0 0 repeat-x;
	height: 13px;
	width: 100%;
	margin-bottom:11px;
}
.seperator.clean {
    background: none;
    margin: 20px 0;
}

.seperator10 {
	background: url(../images/organicdots.jpg) 0 0 repeat-x;
	height: 13px;
	width: 100%;
	margin-top:11px;
}
.seperator10.clean {
    background: none;
    margin: 20px 0;
}

.seperator2 {
	background: url(../images/dotsalon.jpg) 0 0 repeat-x;
	height: 5px;
	width: 100%;
	margin-bottom:20px;
	margin-top:-28px;
}
.seperator2.clean {
    background: none;
    margin: 20px 0;
}

.seperator3 {
	background: url(../images/dotsalon.jpg) 0 0 repeat-x;
	height: 5px;
	width: 100%;
	margin-bottom:20px;
	margin-top:30px;
}
.seperator3.clean {
    background: none;
    margin: 20px 0;
}

.seperator4 {
	background: url(../images/dotsalon.jpg) 0 0 repeat-x;
	height: 4px;
	width: 100%;
	margin-bottom:30px;
	margin-top:20px;
}
.seperator4.clean {
    background: none;
    margin: 20px 0;
}

.seperator5 {
	background: url(../images/organicdots.jpg) 0 0 repeat-x;
	height: 13px;
	width: 100%;
	margin-bottom:20px;
	margin-top:30px;
}
.seperator5.clean {
    background: none;
    margin: 20px 0;
}

.seperator6 {
	background: url(../images/hairhealth.jpg) 0 0 repeat-x;
	height: 15px;
	width: 100%;
	margin-bottom:20px;
	margin-top:-28px;
}
.seperator6.clean {
    background: none;
    margin: 20px 0;
}

.seperator7 {
	background: url(../images/twistie.jpg) 0 0 no-repeat;
	height: 17px;
	width: 187px;
	text-align:center;
	margin-bottom:20px;
	margin-top:-28px;
}
.seperator7.clean {
    background: none;
    margin: 20px 0;
}

.seperator8 {
	background: url(../images/dotsalon.jpg) 0 0 repeat-x;
	height: 5px;
	width: 100%;
	margin-bottom:20px;
	margin-top:15px;
}
.seperator8.clean {
    background: none;
    margin: 20px 0;
}

.seperator9 {
	background: url(../images/dotsalon.jpg) 0 0 repeat-x;
	height: 5px;
	width: 100%;
	margin-bottom:20px;
	margin-top:0px;
}
.seperator9.clean {
    background: none;
    margin: 20px 0;
}

/* -- menu start -- */
#menu {
	list-style: none;
	margin: 0;
	width: 585px;
	height: 34px;
	position: absolute;
	left: 198px;
	top: 88px;
}
#menu span {
  display: none;
  position: absolute;
}
#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}
#menu a:hover {
  background-position: left bottom;
}
#menu a:hover span {
  display: block;
}

#menu .about {
	width: 64px;
	height: 32px;
	background: url(../images/about1.jpg) no-repeat;
	left: -2px;
	top:8px;
}
#menu .about span {
  width: 64px;
  height: 32px;
  background: url(../images/about2.jpg) no-repeat;
  top: 0px;
}
#menu .abouver {
	width: 64px;
	height: 32px;
	background: url(../images/about3.jpg) no-repeat;
	left: -2px;
	top: 8px;
}

#menu .services {
	width: 101px;
	height: 32px;
	background: url(../images/services1.jpg) no-repeat;
	left: 63px;
	top: 8px;
}
#menu .services span {
  width: 101px;
  height: 32px;
  background: url(../images/services2.jpg) no-repeat;
  top: 0px;
}
#menu .serviver {
	width: 101px;
	height: 32px;
	background: url(../images/services3.jpg) no-repeat;
	left: 63px;
	top: 8px;
}

#menu .book {
	width: 117px;
	height: 32px;
	background: url(../images/book1.jpg) no-repeat;
	left: 165px;
	top: 8px;
}
#menu .book span {
  width: 117px;
  height: 32px;
  background: url(../images/book2.jpg) no-repeat;
  top: 0px;
}
#menu .bookver {
	width: 117px;
	height: 32px;
	background: url(../images/book3.jpg) no-repeat;
	left: 165px;
	top: 8px;
}
#menu .products {
	width: 112px;
	height: 32px;
	background: url(../images/products1.jpg) no-repeat;
	left: 283px;
	top: 8px;
}
#menu .products span {
  width: 112px;
  height: 32px;
  background: url(../images/products2.jpg) no-repeat;
  top: 0px;
}
#menu .prover {
	width: 112px;
	height: 32px;
	background: url(../images/products3.jpg) no-repeat;
	left: 283px;
	top: 8px;
}
#menu .contact {
	width: 76px;
	height: 32px;
	background: url(../images/contact1.jpg) no-repeat;
	left: 396px;
	top: 8px;
}
#menu .contact span {
  width: 76px;
  height: 32px;
  background: url(../images/contact2.jpg) no-repeat;
  top: 0px;
}
#menu .conver {
	width: 76px;
	height: 32px;
	background: url(../images/contact3.jpg) no-repeat;
	left: 396px;
	top: 8px;
}
#menu .shop {
	width: 85px;
	height: 32px;
	background: url(../images/shop1.jpg) no-repeat;
	left: 473px;
	top: 8px;
}
#menu .shop span {
  width: 85px;
  height: 32px;
  background: url(../images/shop2.jpg) no-repeat;
  top: 0px;
}
#menu .shopver {
	width: 85px;
	height: 32px;
	background: url(../images/shop3.jpg) no-repeat;
	left: 473px;
	top: 8px;
}
/* -- menu end -- */




    /*  Navigation  --------------------------------*/

    #navigation {
        float: none;
		display:none;
    }
    #navigation li {
        float: left;
        position: relative;
    }
    #navigation a {
	color: #93928C;
	display: block;
	font-family: 'mergeregular', sans-serif;
	font-size: 16px;
	font-weight:500;
	position: relative;
    text-transform:;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 15px;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
    }
    #navigation a:hover, #navigation .hover > a, #navigation .current > a {
        background:#;
        color: #7F7E50;
    }
	#navigation a.envelope {
	font-weight: 700;
	color: #fff;
	border-radius: 13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	-o-border-radius: 13px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
    #navigation a.envelope:hover { }
	#navigation a.dot { font-weight: 700; color: #fff; margin-left:2px; width:9px; border-radius: 13px; -moz-border-radius: 13px; -webkit-border-radius: 13px; -o-border-radius: 13px; padding: 9px 0px 0px 0px }
	#navigation a.helper { font-weight: 700; color: #fff; margin-left:137px; width:9px; border-radius: 13px; -moz-border-radius: 13px; -webkit-border-radius: 13px; -o-border-radius: 13px; padding: 20px 0px 0px 0px }


    /*  Dropdown  --------------------------------*/

    #navigation ul {
        background: #91907E;
        -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .2);
           -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, .2);
                box-shadow: 0 0px 0px rgba(0, 0, 0, .2);
        display: none;
        left: 0;
        margin: 0 0 0 20px;
        padding: 0;
        position: absolute;
        top: 103px;
        width: 180px;
        z-index: 9999;
    }
    #navigation ul li {
        border-bottom: 1px dotted #e3714d;
        float: none;
    }
    #navigation ul li:last-child {
        border-bottom: none;
    }
    #navigation ul li i {
        background: url(../images/menu_i.png) no-repeat 0 0;
        height: 5px;
        position: absolute;
        right: 10px;
        top: 40%;
        width: 3px;
    }
    #navigation ul a {
        color: #66644D;
        display: block;
		font-family: 'mergeregular', sans-serif;
        font-size: 13px;
        font-weight: 400;
        margin: 0;
        padding: 7px 20px;
        text-transform: none;
    }
    #navigation ul a:hover, #navigation ul .hover > a, #navigation ul .current > a, #navigation ul .current > a:hover {
        color: #fff;
    }


    /*  Sub Dropdown  --------------------------------*/

    #navigation ul ul {
        left: 180px;
        margin: 0;
        top: 0;
    }


    /*  Responsive Nav  --------------------------------*/

    .selectnav { display: none; }


    /*  Navigation 2  --------------------------------*/

    #navigation2 {
        float: right;
		display:none;
    }
    #navigation2 li {
        float: left;
        position: relative;
    }
    #navigation2 a {
        color: #91907E;
        display: block;
        font-family: 'mergeregular', sans-serif;
        font-size: 14px;
        margin: 0 0 10px 10px;
        padding: 53px 0 10px;
        position: relative;
        text-transform:;
    }
    #navigation2 a:hover, #navigation .hover > a, #navigation .current > a {
        background:;
        color: #756B4A;
    }


    /*  Dropdown  --------------------------------*/

    #navigation2 ul {
        background: #91907E;
        -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .2);
           -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, .2);
                box-shadow: 0 0px 0px rgba(0, 0, 0, .2);
        display: none;
        left: 0;
        margin: 0 0 0 20px;
        padding: 0;
        position: absolute;
        top: 103px;
        width: 180px;
        z-index: 9999;
    }
    #navigation2 ul li {
        border-bottom: 1px dotted #e3714d;
        float: none;
    }
    #navigation2 ul li:last-child {
        border-bottom: none;
    }
    #navigation2 ul li i {
        background: url(../images/menu_i.png) no-repeat 0 0;
        height: 5px;
        position: absolute;
        right: 10px;
        top: 40%;
        width: 3px;
    }
    #navigation2 ul a {
        color: #66644D;
        display: block;
		font-family: 'mergeregular', sans-serif;
        font-size: 13px;
        font-weight: 400;
        margin: 0;
        padding: 7px 20px;
        text-transform: none;
    }
    #navigation2 ul a:hover, #navigation ul .hover > a, #navigation ul .current > a, #navigation ul .current > a:hover {
        color: #fff;
    }


    /*  Sub Dropdown  --------------------------------*/

    #navigation2 ul ul {
        left: 180px;
        margin: 0;
        top: 0;
    }


/* ------------------------------------------------------------------------------- */
/*  4.  Content
/* ------------------------------------------------------------------------------- */

    #content {

    }
    #main {
        float: left;
        margin: 0 40px 0 0;
        width: 680px;
    }
    #sidebar {
        float: right;
        width: 220px;
    }
    .search {
        margin-bottom: 50px !important;
        margin-top: 10px;
        width: 202px !important;
    }


/* ------------------------------------------------------------------------------- */
/*  4.  Services Photo Hovers
/* ------------------------------------------------------------------------------- */

#haircut
{
  display: block;
  width: 210px;
  height: 210px;
  background: url(../images/haircut.jpg) no-repeat 0 0;

}

#haircut:hover
{ 
  background-position: 0 -210px;
}

#haircut span
{
  position: absolute;
  top: -999em;
}

#styling
{
  display: block;
  width: 210px;
  height: 210px;
  background: url(../images/styling.jpg) no-repeat 0 0;

}

#styling:hover
{ 
  background-position: 0 -210px;
}

#styling span
{
  position: absolute;
  top: -999em;
}

#coloring
{
  display: block;
  width: 210px;
  height: 210px;
  background: url(../images/coloring.jpg) no-repeat 0 0;

}

#coloring:hover
{ 
  background-position: 0 -210px;
}

#coloring span
{
  position: absolute;
  top: -999em;
}

#highlights
{
  display: block;
  width: 210px;
  height: 210px;
  background: url(../images/highlights.jpg) no-repeat 0 0;

}

#highlights:hover
{ 
  background-position: 0 -210px;
}

#highlights span
{
  position: absolute;
  top: -999em;
}

#conditioning
{
  display: block;
  width: 210px;
  height: 210px;
  background: url(../images/conditioning.jpg) no-repeat 0 0;

}

#conditioning:hover
{ 
  background-position: 0 -210px;
}

#conditioning span
{
  position: absolute;
  top: -999em;
}


/* ------------------------------------------------------------------------------- */
/*  4.  Content 2
/* ------------------------------------------------------------------------------- */

    #content {

    }
    #main {
        float: left;
        margin: 0 0px 0 0;
        width: 680px;
    }
    #sidebar {
        float: right;
        width: 220px;
    }
    .search {
        margin-bottom: 50px !important;
        margin-top: 10px;
        width: 202px !important;
    }
	
	
	
    /*  Page Title  --------------------------------*/
    
    .page-title, .page-title-inner, .page-title-alt {
	color: #7D7E52;
	display: inline-block;
	font-size: 26px;
	font-weight: 100;
	letter-spacing: normal;
	line-height: 1.2;
	margin: 0 -30px;
	padding: 0px 30px 45px;
	width: 100%;
    }
    .page-title .accent, .page-title-alt .accent {
        color: #7D7E52;
    }
    .page-title-inner {
	background: url(../images/sep_d.png) repeat-x 0 100%;
	color: #7D7E52;
	margin-bottom: 30px;
	padding-bottom: 0px;
    }
    .page-title-inner .section-title {
	color: #807D54;
	font-family:mergeregular;
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	font-weight:400;
	letter-spacing: 1px;
	text-align:center;
	line-height: 1.5;
	width: 100%;
    }
    .page-title-inner .accent {
        color: #7D7E52;
    }
    .page-title-inner.fixed {
        background: none;
        margin-bottom: 0;
    }
    .page-title-alt {
        font-size: 72px;
        line-height: 1.2;
        margin: 0 -30px;
        padding-bottom: 75px;
        padding-top: 70px;
    }


    /*  Black & White Wrapper  --------------------------------*/

    .bw-wrapper {
        display: block;
        position: relative;
    }
    .bw-wrapper canvas {
        margin-left: auto;
        margin-right: auto;
        right: 0;
        z-index: 9999;
    }





/* ------------------------------------------------------------------------------- */
/*  5.  Homepage
/* ------------------------------------------------------------------------------- */


    /*  Project & Blog Carousel  --------------------------------*/

    #project-wrapper, #blog-wrapper {
	position: relative;
	width: 100% !important;
	margin-top: 60px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
    }
    #blog-wrapper {
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
    }
    .section-title  {
        display: block;
        float: left;
    }
    .section-title h4  {
        margin: 0 0 3px !important;
		
    }
    .section-title p {
        color: #959595;
    }
    .project-carousel > li, .blog-carousel > li {
        float: left;
        list-style: none;
        overflow: hidden;
        position: relative;
    }
    .project-carousel a {
        display: block;
        text-align: left;
    }
    .project-carousel img {
        display: block;
        position: relative;
        width: 100%;
    }
    .blog-carousel h4 {
        margin: 0 0 3px;
        text-transform: capitalize;
    }
    .blog-carousel .date, .blog-carousel .comments {
        color: #959595;
    }
    .blog-carousel .comments:hover {
        color: #d73300;
    }
    .blog-carousel p {
        margin: 10px 0 0;
    }
    .jcarousel-container {
        float: right;
        margin: 0;
        padding: 0;
    }
    .jcarousel-clip {
        overflow: hidden;
    }
    .jcarousel-item {
        margin: 0 40px 0 0;
        width: 180px;
    }


    /*  Carousel Navigation  --------------------------------*/

    .jcarousel-next, .jcarousel-prev {
	cursor: pointer;
	float: left;
	display: block;
	height: 17px;
	margin-right: 5px;
	margin-top: 5px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	width: 17px;
	background-color: #F6F7F1;
	background-image: url(../images/c_icon_next.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
    }
    .jcarousel-prev {
        background: #F6F7F1 url(../images/c_icon_prev.png) no-repeat 45% 50%;
    }
    .jcarousel-next:hover, .jcarousel-next:focus, .jcarousel-next:active {
	background-color: #FAF13C;
	background-image: url(../images/c_icon_next_w.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
    }
    .jcarousel-prev:hover, .jcarousel-prev:focus, .jcarousel-prev:active {
        background: #FAF13C url(../images/c_icon_prev_w.png) no-repeat 45% 50%;
    }
    .jcarousel-next-disabled, .jcarousel-next-disabled:hover, .jcarousel-next-disabled:focus, .jcarousel-next-disabled:active {
        background: #FAF13C url(../images/c_icon_next.png) no-repeat 50% 50%;
        cursor: default;
    }
    .jcarousel-prev-disabled, .jcarousel-prev-disabled:hover, .jcarousel-prev-disabled:focus, .jcarousel-prev-disabled:active {
        background: #F6F7F1 url(../images/c_icon_prev.png) no-repeat 45% 50%;
        cursor: default;
    }


    /*  Project Carousel (Alt. Homepage)  --------------------------------*/

    #project-wrapper-alt {
        position: relative;
        width: 100% !important;
    }
    #project-wrapper-alt .jcarousel-next, #project-wrapper-alt .jcarousel-prev {
        background: #e6e6e6 url(../images/s_icon_next.png) no-repeat 50% 50%;
        cursor: pointer;
        height: 100%;
        left: 940px;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        -webkit-transition: all 0.2s linear;
           -moz-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
             -o-transition: all 0.2s linear;
                transition: all 0.2s linear;
        width: 30px;
    }
    #project-wrapper-alt .jcarousel-prev {
        background: #e6e6e6 url(../images/s_icon_prev.png) no-repeat 45% 50%;
        left: -30px;
    }
    #project-wrapper-alt .jcarousel-next:hover, #project-wrapper-alt .jcarousel-next:focus, #project-wrapper-alt .jcarousel-next:active {
        background: #d73300 url(../images/s_icon_next_w.png) no-repeat 50% 50%;
    }
    #project-wrapper-alt .jcarousel-prev:hover, #project-wrapper-alt .jcarousel-prev:focus, #project-wrapper-alt .jcarousel-prev:active {
        background: #d73300 url(../images/s_icon_prev_w.png) no-repeat 45% 50%;
    }
    #project-wrapper-alt .jcarousel-next-disabled, #project-wrapper-alt .jcarousel-next-disabled:hover, #project-wrapper-alt .jcarousel-next-disabled:focus, #project-wrapper-alt .jcarousel-next-disabled:active {
        background: #f0f0f0 url(../images/s_icon_next.png) no-repeat 50% 50%;
        cursor: auto;
    }
    #project-wrapper-alt .jcarousel-prev-disabled, #project-wrapper-alt .jcarousel-prev-disabled:hover, #project-wrapper-alt .jcarousel-prev-disabled:focus, #project-wrapper-alt .jcarousel-prev-disabled:active {
        background: #f0f0f0 url(../images/s_icon_prev.png) no-repeat 45% 50%;
        cursor: auto;
    }


    /*  Logo List  --------------------------------*/

    .logo-list {
        border-top: 1px dotted #ccc;
        display: inline-block;
        margin: 70px -30px -105px;
        padding: 20px 30px;
        position: relative;
    }
    .logo-list li {
        border-left: 1px dotted #ccc;
        display: block;
        float: left;
        height: 89px;
        overflow: hidden;
        width: 187px;
        position: relative;
    }
    .logo-list li:last-child {
        margin-right: -5px; 
        border-right: 1px dotted #ccc;
        width: 186px;
    }
    .logo-list img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 186px;
    }
    .logo-list .bw-wrapper {
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        opacity: .5;
        -webkit-backface-visibility: hidden;
    }
    .logo-list .bw-wrapper:hover {
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }





    /*  View More  --------------------------------*/
    
    .work-more a {
        color: #c2c2c2;
        border-bottom: 1px dotted #ccc;
        display: block;
        font-size: 30px;
        font-weight: 200;
        margin: 0 -30px;
        padding: 44px 30px;
        text-align: center;
        text-transform: uppercase;
    }
    .work-more a:hover {
        color: #d73300;
    }
    .work-more .arrow {
        background: url(../images/more_arrow_01.png) repeat-x -20px 0;
        display: inline-block;
        height: 22px;
        -webkit-transition: background .2s ease-out;
           -moz-transition: background .2s ease-out;
            -ie-transition: background .2s ease-out;
             -o-transition: background .2s ease-out;
                transition: background .2s ease-out;
        width: 20px;
        vertical-align: baseline;
    }
    .work-more:hover .arrow {
        background: url(../images/more_arrow_01.png) repeat-x 0 0;
    }





/* ------------------------------------------------------------------------------- */
/*  6.  About
/* ------------------------------------------------------------------------------- */

    .about-intro {
	color: #7B7B6F;
	font-size: 14px;
	margin: 0 0 80px;
    }
    .about-intro h4 {
        margin: 0 0 20px;
    }
    .team-member {
	margin-bottom: 30px;




        -webkit-transition: border .2s ease-out;
           -moz-transition: border .2s ease-out;
            -ie-transition: border .2s ease-out;
             -o-transition: border .2s ease-out;
                transition: border .2s ease-out;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D7E8C6;
    }
    .team-member:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F7F03F;
    }
    .member-photo img {
        display: block;
        width: 100%;
    }
	
    .member-info {
        border-left: 1px solid #f0f0f0;
        border-right: 1px solid #f0f0f0;
        display: block;
        padding: 16px 15px 9px;
		text-align:center;
    }
    .member-info h4 {
	color: #7E7C53;
	margin: 0;
    }
    .member-info .position {
	color: #7E7C53;
	display: block;
	margin-bottom: 15px;
    }
    .member-info p {
        border-bottom: 1px dotted #d9d9d9;
        border-top: 1px dotted #d9d9d9;
        margin: 10px 0;
        padding: 20px 0;
    }
    .member-social-links {
        display: inline-block;
    }
    .member-social-links li {
        display: block;
        float: left;
    }
    .member-social-links a {
	color: #779D2F;
	font-size: 11px;
	letter-spacing: 1px;
	margin-right: 10px;
	text-transform: uppercase;
	border-bottom: 1px #B7DEAF solid;
	text-decoration: none;
    }
    .member-social-links a:hover {
	color: #95B194;
	text-decoration: none;
	border-bottom: 0px #B7DEAF solid;
	background-color: #EDF9EF;
    }




    .team-member2 {
	margin-bottom: 30px;




        -webkit-transition: border .2s ease-out;
           -moz-transition: border .2s ease-out;
            -ie-transition: border .2s ease-out;
             -o-transition: border .2s ease-out;
                transition: border .2s ease-out;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D7E8C6;
    }
    .team-member2:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F7F03F;
    }
    .member2-photo img {
        display: block;
        width: 300px;
		float:left;
    }
    .member2-info {
        border-left: 1px solid #f0f0f0;
        border-right: 1px solid #f0f0f0;
        display: block;
        padding: 16px 15px 9px;
		text-align:left;
    }
    .member2-info h4 {
	color: #7E7C53;
	margin: 0;
    }
    .member2-info .position {
	color: #7E7C53;
	display: block;
	margin-bottom: 15px;
    }
    .member2-info p {
        border-bottom: 1px dotted #d9d9d9;
        border-top: 1px dotted #d9d9d9;
        margin: 10px 0;
        padding: 20px 0;
		float:inherit;
    }
    .member2-social-links {
        display: inline-block;
    }
    .member-social-links li {
        display: block;
        float: left;
    }
    .member2-social-links a {
	color: #80A832;
	font-size: 11px;
	letter-spacing: 1px;
	margin-right: 10px;
	text-transform: uppercase;
	border-bottom: 1px #B7DEAF solid;
	text-decoration: none;
    }
    .member2-social-links a:hover {
	color: #95B194;
	text-decoration: none;
	border-bottom: 0px #B7DEAF solid;
	background-color: #EDF9EF;
    }


/* ------------------------------------------------------------------------------- */
/*  7.  Services
/* ------------------------------------------------------------------------------- */

    .services-intro {
	color: #7F7E50;
	font-size: 15px;
	font-family: mergeregular;
	text-align:center;
	margin-top: 0;
	margin-right: 110px;
	margin-bottom: 28px;
	margin-left: 110px;
    }
	
	.services-intro img {
	width:210px;
	height: 210px;
	}
	
	.services-intro4 {
	color: #45463E;
	font-size: 15px;
	font-family: mergeregular;
	text-align:center;
	margin-top: 0;
	margin-right: 110px;
	margin-bottom: 18px;
	margin-left: 110px;
    }
	
	.services-intro4 img {
	width:210px;
	height: 210px;
	}
	
	.services-intro9 {
	color: #45463E;
	font-size: 15px;
	font-family: mergeregular;
	text-align:center;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
    }
	
	.services-intro9 img {
	width:210px;
	height: 210px;
	}
	
	.services-intro40 {
	color: #45463E;
	font-size: 15px;
	font-family: mergeregular;
	text-align:center;
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 18px;
	margin-left: 50px;
    }
	
	.services-intro40 img {
	width:210px;
	height: 210px;
	}
	
	.services-intro2 {
	color: #7F7E50;
	font-size: 15px;
	font-family: mergeregular;
	text-align:left;
	margin-top: 0;
	margin-right: 0px;
	padding-bottom:44px;
	padding-top:20px;
	margin-bottom: 40px;
	margin-left: 0px;
	-webkit-transition: border .2s ease-out;
           -moz-transition: border .2s ease-out;
            -ie-transition: border .2s ease-out;
             -o-transition: border .2s ease-out;
                transition: border .2s ease-out;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D7E8C6;
    }
	
	.services-intro2 img {
	width:210px;
	height: 210px;
	}
	
	.services-intro3 {
	color: #7F7E50;
	font-size: 15px;
	font-family: mergeregular;
	text-align:center;
	margin-top: 0;
	margin-right: 60px;
	margin-bottom: 28px;
	margin-left: 60px;
    }
	
	.services-intro3 img {
	width: auto;
	height: auto;
	}
	
    .service-icon {
        background: #d73300;
        -webkit-border-radius: 50px;
           -moz-border-radius: 50px;
                border-radius: 50px;
        display: inline-block;
        float: left;
        height: 36px;
        margin-top: -9px;
        text-align: center;
        width: 36px;
    }
    .service-description {
        margin-left: 45px;
    }
    .service-description h4 {
        margin: 0;
    }
    .service-description p {
        color: #959595;
        margin: 19px 0 13px;
        padding-right: 10px;
    }
	
	
    .service {
        margin-bottom: 80px;
    }
    .service li {
        border-bottom: 1px dotted #ccc;
        display: block;
        padding: 7px 0;
    }
    .service li:last-child {
        border: none;
    }





/* ------------------------------------------------------------------------------- */
/*  8.  Pricing Tables
/* ------------------------------------------------------------------------------- */


    .pricing-table-extended .column, .pricing-table-simple .column {
        float: left;
        margin: 0;
        padding: 0;
        position: relative;
        text-align: center;
    }
    .pricing-table-extended ul li, .pricing-table-simple ul li {
        display: block;
        margin: 0;
        position: relative
    }
    .pricing-table-extended .footer, .pricing-table-simple .footer {
        padding: 24px 20px;
    }


    /*  Extended Pricing Table  --------------------------------*/

    .pricing-table-extended {
        margin-bottom: 120px;
    }
    .pricing-table-extended .column {
        border-left: 2px solid #fff;
        width: 179px;
    }
    .pricing-table-extended .column:last-child {
        border-left: none;
    }
    .pricing-table-extended .features-list {
        border: none;
        text-align: left;
        width: 218px;
    }
    .pricing-table-extended .level-max {
        background: #fff;
        border: none;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
           -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
                box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
        margin-top: -15px;
        width: 181px;
        z-index: 9999;
    }
    .pricing-table-extended .header {
        background: #636363;
        color: #fff;
        min-height: 132px;
    }
    .pricing-table-extended .features-list .header {
        background: none;
    }
    .pricing-table-extended .level-one .header {
        background: #959595;
    }
    .pricing-table-extended .level-max .header {
        background: #d73300;
        padding: 0 0 15px;
    }
    .pricing-table-extended h1 {
        background: #595959;
        border-bottom: 1px solid #737373;
        color: #fff;
        font-size: 12px;
        font-weight: 800;
        padding: 13px 15px;
    }
    .pricing-table-extended .level-one h1 {
        background: #868686;
        border-bottom: 1px solid #a0a0a0;
        color: #fff;
    }
    .pricing-table-extended .level-max h1 {
        background: #c12e00;
        border-bottom: 1px solid #db481a;
        color: #fff;
    }
    .pricing-table-extended h2 {
        color: #fff;
        font-size: 11px;
        font-weight: 400;
        margin: 10px 0 0;
        text-transform: capitalize;
    }
    .pricing-table-extended h2 span {
        color: #fff;
        display: block;
        font-size: 36px;
        font-weight: 700;
    }
    .pricing-table-extended .level-max h2 span {
        font-size: 48px;
        font-weight: 700;
    }
    .pricing-table-extended ul li {
        background: #f8f8f8;
        padding: 9px 20px;
    }
    .pricing-table-extended ul li:nth-child(even) {
        background: #ebebeb;
    }
    .pricing-table-extended .level-max ul li:nth-child(even) {
        background: #f2f2f2;
    }
    .pricing-table-extended .check {
        background: url(../images/pricing_check.png) no-repeat center;
        display: inline-block;
        height: 18px;
        text-indent: -9999px;
        width: 18px;
    }
    .pricing-table-extended .footer {
        background: #f8f8f8;
    }
    .pricing-table-extended .features-list .footer {
        background: none;
    }
    .pricing-table-extended .level-max .footer {
        background: #fff; padding: 31px 20px;
    }


    /*  Simple Pricing Table  --------------------------------*/

    .pricing-table-simple .column {
        background: #f6f6f6;
        border-left: 2px solid #fff;
        width: 220px;
    }
    .pricing-table-simple .column:first-child, .pricing-table-simple .column:last-child {
        border: none;
    }
    .pricing-table-simple .level-max {
        background: #fff;
        border: none;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
           -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
                box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
        margin: -15px 0;
        width: 278px;
        z-index: 9999;
    }
    .pricing-table-simple .header {
        padding: 26px 20px 23px;
    }
    .pricing-table-simple .level-max .header {
        padding: 31px 20px 33px;
    }
    .pricing-table-simple h1 {
        color: #636363;
        font-size: 16px;
        font-weight: 600;
        margin: 0 0 7px;
    }
    .pricing-table-simple h2 {
        color: #333;
        font-size: 16px;
        font-weight: 400;
        margin: 0 0 3px;
    }
    .pricing-table-simple h2 span {
        color: #333;
        font-weight: 600;
    }
    .pricing-table-simple .level-max h2, .pricing-table-simple .level-max h2 span {
        color: #d73300;
    }
    .pricing-table-simple .level-max h6 {
        color: #e3816f;
    }
    .pricing-table-simple h6 {
        color: #636363;
        font-size: 11px;
        margin: 0;
        font-weight: 200;
        text-transform: capitalize;
    }
    .pricing-table-simple ul {
        margin: 0 20px;
    }
    .pricing-table-simple ul li {
        border-top: 1px dotted #ccc;
        padding: 8px 0;
    }
    .pricing-table-simple ul li:last-child {
        border-bottom: 1px dotted #ccc;
    }
    .pricing-table-simple .level-max .footer {
        margin: 5px 0 10px;
    }





/* ------------------------------------------------------------------------------- */
/*  9.  Shortcodes
/* ------------------------------------------------------------------------------- */

    .shortcodes h5 {
        margin-bottom: 25px;
    }


    /*  Buttons  --------------------------------*/

    .red {
        background: #8AC97C;
        background: -webkit-linear-gradient(#B7DEAF, #8AC97C);
        background:    -moz-linear-gradient(#B7DEAF, #8AC97C);
        background:     -ms-linear-gradient(#B7DEAF, #8AC97C);
        background:      -o-linear-gradient(#B7DEAF, #8AC97C);
        background:        -webkit-gradient(#B7DEAF, #8AC97C);
        background:         linear-gradient(#B7DEAF, #8AC97C);
		text-align: center;
		text-shadow: 1px 1px #749D68;
    }
    .yellow {
        background: #EDDEE0;
        background: -webkit-linear-gradient(#EDDEE0, #EDDEE0);
        background:    -moz-linear-gradient(#EDDEE0, #EDDEE0);
        background:     -ms-linear-gradient(#EDDEE0, #EDDEE0);
        background:      -o-linear-gradient(#EDDEE0, #EDDEE0);
        background:        -webkit-gradient(#EDDEE0, #EDDEE0);
        background:         linear-gradient(#EDDEE0, #EDDEE0);
		text-align: center;
		text-shadow: 0px 0px #D59433;
    }
    .black {
        background: #F2D8CB;
        background: -webkit-linear-gradient(#F2D8CB, #E9BCA7);
        background:    -moz-linear-gradient(#F2D8CB, #E9BCA7);
        background:     -ms-linear-gradient(#F2D8CB, #E9BCA7);
        background:      -o-linear-gradient(#F2D8CB, #E9BCA7);
        background:        -webkit-gradient(#F2D8CB, #E9BCA7);
        background:         linear-gradient(#F2D8CB, #E9BCA7);
		text-align: center;
    }
    .gray {
        background: #AAC466;
        background: -webkit-linear-gradient(#AAC466, #86A03F);
        background:    -moz-linear-gradient(#AAC466, #86A03F);
        background:     -ms-linear-gradient(#AAC466, #86A03F);
        background:      -o-linear-gradient(#AAC466, #86A03F);
        background:        -webkit-gradient(#AAC466, #86A03F);
        background:         linear-gradient(#AAC466, #86A03F);
		text-align: center;
    }


    /*  Accordion  --------------------------------*/

    .accordion-button {
        background: url(../images/accordion_buttons.png) no-repeat 0 8px;
        border-top: 1px dotted #ccc;
        cursor: pointer;
        display: block;
        margin: 0;
        padding: 7px 0 7px 25px;
    }
    .accordion-button.first {
        border: none;
    }
    .shortcodes .accordion-button.first {
        margin-top: -8px;
    }
    .accordion-content {
        padding: 0 0 8px 25px;
    }
    .on {
        background: url(../images/accordion_buttons.png) no-repeat 0 -127px;
    }
    .on a {
        color: #d73300;
    }


    /*  Tabs  --------------------------------*/

    #tabs {
        list-style: none;
        margin: 0;
        margin-bottom: -1px;
        overflow: hidden;
        padding: 0;
    }
    #tabs li {
        float: left;
        line-height: 32px;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: relative;
    }
    #tabs li a {
	background: #fff;
	border: 1px solid #e6e6e6;
	border-left: none;
	color: #959595;
	display: block;
	font-weight: 400;
	padding: 0 20px;
	text-transform: none;
	font-family: mergeregular;
    }
    #tabs li a:hover {
        border-top: 1px solid #d73300;
    }
    #tabs li:first-child a {
        border-left: 1px solid #e6e6e6;
    }
    #tabs li.active a {
	color: #7F7E50;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DCBF74;
	border-bottom-color: #fff;
    }
    #tabs li.active a:hover {
        color: #d73300;
    }
    #tabs_content_container {
        border: 0px solid #e6e6e6;
        display: block;
        padding: 30px 20px;
    }


    /*  Alert Boxes  --------------------------------*/

    .success, .notice, .warning, .error {
        -webkit-border-radius: 3px;
           -moz-border-radius: 3px;
                border-radius: 3px;
        color: #fff;
        display: inline-block;
        margin-bottom: 10px;
        padding: 6px 15px;
    }
    .success {
        background: #F8F23C;
    }
    .notice {
        background: #F3D9CC;
    }
    .warning {
        background: #84CA94;
    }
    .error {
        background: #F7D180;
    }


    /*  Blockquote  --------------------------------*/
    
    blockquote {
        background: url(../images/quote.png) no-repeat 30px 28px;
        border: 1px solid #e6e6e6;
        -webkit-border-radius: 3px;
           -moz-border-radius: 3px;
                border-radius: 3px;
        font-style: italic;
        padding: 28px 20px 24px 50px;
        position: relative;
    }
    blockquote .person {
        color: #333;
        display: block;
        font-style: normal;
        margin-top: 10px;
    }
    blockquote .person .accent {
        color: #d73300;
    }
    blockquote .corner {
        background: url(../images/quote_corner.png) no-repeat 0 0;
        bottom: -18px;
        display: block;
        height: 18px;
        left: 50px;
        position: absolute;
        width: 29px;
    }
    blockquote.wide {
        background-position: 80px 28px;
        margin: 6px 0 34px;
        padding: 28px 30px 28px 100px;
    }
    blockquote.wide .corner {
        bottom: -18px;
        left: 80px;
    }


    /*  Lists  --------------------------------*/

    .shortcodes .check {
        margin-top: -10px;
    }
    ul.compressed li {
        padding-bottom: 4px;
        padding-top: 4px;
    }
    ul.compressed li:first-child {
        margin-top: -5px;
    }
    .check li, .check-bold li, .arrow li, .arrow-bold li, .square li, .circle li {
        list-style: none;
        margin: 0;
        padding: 5px 0 5px 18px;
    }
    .check li {
        background: url(../images/list_check.png) no-repeat 2px 53%;
    }
    .check-bold li {
        background: url(../images/list_check_bold.png) no-repeat 1px 53%;
    }
    .arrow li {
        background: url(../images/list_arrow.png) no-repeat 4px 53%;
    }
    .arrow-bold li {
        background: url(../images/list_arrow_bold.png) no-repeat 3px 53%;
    }
    .square li {
        background: url(../images/list_square.png) no-repeat 4px 53%;
    }
    .circle li {
        background: url(../images/list_circle.png) no-repeat 4px 53%;
    }





/* ------------------------------------------------------------------------------- */
/*  10.  Blog
/* ------------------------------------------------------------------------------- */
   
    .post {
        background: url(../images/sep_d.png) repeat-x 0 100%;
        margin: 0 0 60px;
        padding: 0 0 35px;
    }
    .post h2 {
        font-size: 30px;
        line-height: 1.4;
        margin: 0;
        text-transform: capitalize;
    }
    .post-meta .author {
        color: #959595;
        border-bottom: 1px dotted #e5e5e5;
        padding: 5px 0;
    }
    .post-meta .author a {
        color: #d73300;
    }
    .post-meta .author a:hover {
        color: #e38473;
    }
    .post-meta .date, .post-meta .tags, .post-meta .comments {
        color: #959595;
        display: inline-block;
        margin-right: 15px;
        padding: 12px 0 27px 0;
    }
    .post-meta .date a, .post-meta .tags a, .post-meta .comments a {
        color: #959595;
    }
    .post-meta .date a:hover, .post-meta .tags a:hover, .post-meta .comments a:hover {
        color: #d73300;
    }
    .post-meta .date {
        padding-left: 15px;
        background: url(../images/blog_icon_date.png) no-repeat 0 16px;
    }
    .post-meta .tags {
        padding-left: 17px;
        background: url(../images/blog_icon_tags.png) no-repeat 0 16px;
    }
    .post-meta .comments {
        padding-left: 17px;
        background: url(../images/blog_icon_comments.png) no-repeat 0 15px;
    }
    .post-entry {
        display: block;
        position: relative;
    }
    .post-entry .image, .post-entry .slider, .post-entry .video {
        display: block;
        margin: 0 auto 23px;
        max-width: 100%;
    }
    .post-entry p {
        display: block;
        font-size: 14px;
    }
    .post-entry a {
        color: #d73300;
    }
    .post-entry a:hover {
        color: #e38473;
    }


    /*  Pagination  --------------------------------*/

    .pagination {
        margin: 0;
    }
    .pagination li {
        display: inline-block;
        list-style: none;
        margin: 0;
    }
    .pagination li:last-child {
        margin-right: 0;
    }
    .pagination .current {
        background: #d73300;
        color: #fff !important;
    }
    .pagination a, .pagination .current {
        color: #959595;
        display: inline-block;
        padding: 0 6px;
    }
    .pagination a:hover {
        color: #d73300;
    }
    .pagination .prev a {
        background: url(../images/c_icon_prev.png) no-repeat 0 6px;
        padding-left: 10px;
    }
    .pagination .prev a:hover {
        background: url(../images/c_icon_prev_r.png) no-repeat 0 6px;
    }
    .pagination .next a  {
        background: url(../images/c_icon_next.png) no-repeat 100% 6px;
        padding-right: 10px;
    }
    .pagination .next a:hover  {
        background: url(../images/c_icon_next_r.png) no-repeat 100% 6px;
    }


    /*  Blog Post Details  --------------------------------*/

    .post h3 {
        font-weight: 700;
        margin: 30px 0 23px;
        text-transform: capitalize;
    }
    .post.single p {
        margin-bottom: 20px;
    }
    .post.single p:last-child {
        margin-bottom: 10px;
    }


    /*  Comments  --------------------------------*/

    .comments-list {
        border-bottom: 1px dotted #e5e5e5;
        margin: 36px 0 70px;
        padding: 0 0 10px;
    }
    .comment {
        border-top: 1px dotted #e5e5e5;
        display: inline-block;
        margin-top: 10px;
        padding-top: 30px;
    }
    .comment .children .comment {
        margin-top: 10px;
        padding-top: 30px;
    }
    .comment:first-child {
        border-top: none;
        margin: 0;
        padding: 0;
    }
    .comment > div {
        display: inline-block;
    }
    .comment .avatar {
        display: block;
        float: left;
        position: relative;
        width: 45px;
        z-index: 1;
    }
    .comment .comment-entry, .comment .comment-meta {
        float: right;
        width: 620px;
    }
    .comment .comment-meta {
        margin-top: -4px;
    }
    .comment .author {
        font-size: 14px;
        margin: 0;
        text-transform: capitalize;
    }
    .comment .author .reply {
        color: #959595;
        font-size: 11px;
        text-transform: capitalize;
    }
    .comment .author .reply:hover {
        color: #d73300;
        font-size: 11px;
    }
    .comment .date {
        color: #959595;
        margin: 1px 0 8px;
    }
    .comment .children {
        padding-left: 60px;
    }
    .comment .children .comment {
        border-top: 1px dotted #ced8df;
        position: relative;
    }
    .comment .children .comment-entry, .comment .children .comment-meta {
        width: 560px;
    }
    .comment .children .children .comment-entry, .comment .children .children .comment-meta {
        width: 500px;
    }

    
    /*  Comments Form  --------------------------------*/

    #comments-form {
        margin-top: 30px;
    }


    /*  Blog (Alt. Version)  --------------------------------*/

    .post-block {
        background: #d73300;
        display: block;
        margin-bottom: 80px;
    }
    .post-block .post-entry {
        margin: 13px 20px 15px;
    }
    .post-block .post-entry h2 {
        border-bottom: 1px dotted #e3714d;
        color: #fff;
        font-weight: 400;
        margin-bottom: 15px;
        padding-bottom: 14px;
        text-transform: capitalize;
    }
    .post-block .post-entry h2:hover {
        color: #f0bfb8;
    }
    .post-block .post-entry p {
        color: #f0bfb8;
        font-size: 11px;
    }
    .post-block img {
        display: block;
        width: 100%;
    }
    .post-block .post-meta {
        padding: 11px 20px;
    }
    .post-block a {
        color: #fff !important;
    }
    .post-block a:hover {
        color: #f0bfb8 !important;
    }
    .post-block .link, .post-block .comments {
        margin: 0;
        padding: 0;
        text-transform: uppercase;
    }
    .post-block .comments {
        float: right;
    }


    /*  View More  --------------------------------*/
    
    .post-more a {
        color: #c2c2c2;
        display: block;
        font-size: 30px;
        font-weight: 200;
        margin: -80px -30px -100px;
        padding: 74px 30px;
        text-align: center;
        text-transform: uppercase;
    }
    .post-more a:hover {
        color: #d73300;
    }
    .post-more .arrow {
        background: url(../images/more_arrow_02.png) repeat-x 0 -26px;
        display: inline-block;
        height: 20px;
        -webkit-transition: background .2s ease-out;
           -moz-transition: background .2s ease-out;
            -ie-transition: background .2s ease-out;
             -o-transition: background .2s ease-out;
                transition: background .2s ease-out;
        width: 22px;
        vertical-align: baseline;
    }
    .post-more:hover .arrow {
        background: url(../images/more_arrow_02.png) repeat-x 0 -6px;
    }


        #map {
	            width: 100%;
	            height: 300px;
	        }
	    </style>


/* ------------------------------------------------------------------------------- */
/*  11.  Portfolio
/* ------------------------------------------------------------------------------- */

    /*  Project Feed Filter  --------------------------------*/

    .project-feed-filter {
        display: inline-block;
        margin: 0 0 40px;
    }
    .project-feed-filter li {
        display: block;
        float: left;
        list-style: none;
        margin: 0;
        padding: 5px 0;
    }
    .project-feed-filter a {
        color: #959595;
        display: block;
        margin: 0 20px 0 0;
    }
    .project-feed-filter a:hover, .project-feed-filter .current  {
        color: #d73300;
    }

    
    /*  Project Feed  --------------------------------*/

    .project-feed {
        margin: 0 -20px 80px 0
    }
    .project-feed > div {
        float: left;
        list-style: none;
        margin: 0 20px 20px 0;
        position: relative;
    }
    .project-feed div a {
        display: block;
        text-align: left;
    }
    .project-feed div img {
        display: block;
        width: 100%;
    }


    /*  Project Item Overlay  --------------------------------*/

    .project-item .overlay {
        background: #d73300;
        background: rgba(215, 51, 0, .75);
        height: 100%;
        left: 0;
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
           opacity: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        -webkit-backface-visibility: hidden;
        width: 100%;
    }
    .project-item:hover .overlay {
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
           opacity: 1;
    }
    .project-item .overlay h5 {
        color: #fff;
        font-size: 30px;
        font-weight: 100;
        margin: 30px 20px 0;
        text-transform: capitalize;
    }
    .project-item .overlay p {
        color: #f0bfb8;
        display: block;
        font-size: 11px;
        margin: 10px 20px 0;
    }


    /*  Project Item Overlay (Alt. Version)  --------------------------------*/

    .project-item .project-title {
        background: #f0f0f0;
        padding: 17px 10px;
    }
    .project-item:hover .project-title {
        background: #d73300;
    }
    .project-item:hover .project-title h5 {
        color: #fff;
    }
    .project-item .project-title h5 {
        color: #636363;
        font-size: 10px;
        font-weight: 600;
        margin: 0;
    }


    /*  Portfolio Details  --------------------------------*/

    .single-project {
        border: 1px solid #e5e5e5;
        margin-top: 30px;
    }
    .single-project img {
        display: block;
        width: 100%;
    }
    .project-nav {
        display: inline-block;
        float: right;  
        margin: 13px 0 40px;
    }
    .project-nav li {
        float: left;
    }
    .project-nav .prev, .project-nav .next, .project-nav .back {
        background: #f0f0f0 url(../images/c_icon_prev.png) no-repeat 45% 50%;
        display: block;
        height: 17px;
        margin-left: 5px;
        text-indent: -9999px;
        width: 17px;
    }
    .project-nav .next {
        background: #f0f0f0 url(../images/c_icon_next.png) no-repeat 50% 50%;
    }
    .project-nav .back {
        background: #f0f0f0 url(../images/c_icon_back.png) no-repeat 50% 50%;
    }
    .project-nav .prev:hover {
        background: #d73300 url(../images/c_icon_prev_w.png) no-repeat 45% 50%;
    }
    .project-nav .next:hover {
        background: #d73300 url(../images/c_icon_next_w.png) no-repeat 50% 50%;
    }
    .project-nav .back:hover {
        background: #d73300 url(../images/c_icon_back_w.png) no-repeat 50% 50%;
    }


    /*  Isotope Plugin  --------------------------------*/

    .isotope-item {
        z-index: 2;
    }
    .isotope-hidden.isotope-item {
        pointer-events: none;
        z-index: 1;
    }
    .isotope, .isotope .isotope-item {/* change duration value to whatever you like */
        -webkit-transition-duration: 0.8s;
           -moz-transition-duration: 0.8s;
                transition-duration: 0.8s;
    }
    .isotope {
        -webkit-transition-property: height, width;
           -moz-transition-property: height, width;
                transition-property: height, width;
    }
    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
           -moz-transition-property:    -moz-transform, opacity;
            -ms-transition-property:     -ms-transform, opacity;
             -o-transition-property:         top, left, opacity;
                transition-property:         transform, opacity;
    }


.style2 {font-size: 57px; font-family:'dagobertregular'; color:#45463E; font-weight:800;}
.style24 {font-size: 57px; font-family:'dagobertregular'; color:#807D54;}
.style41 {
	font-size: 30px;
	font-family:shantiregular;
	color:#8C9A3A;
	text-transform:uppercase;
	font-weight:500;
	word-spacing:-4px;
}
.style50 {color: #95B194; font-size: 18px;}
.style56 {color: #45463E; font-size: 15px;}
.style38 {color: #828475; font-size: 13px;}
.style200 {color: #45463E; font-size: 15.5px;}
.style205 {color: #45463E; font-size: 16px;}
.style206 {color: #45463E; font-size: 18px; font-family: 'Open Sans';}
.style20h {color: #AFDCB9; font-size: 25px;} 
.style20b {color: #FAF13E; font-size: 20px;}
.style20m {font-size: 14px; font-family:'Open Sans'; color:#7E7D51; font-weight:800;}
.style128 {font-size: 30px; font-family:'pointersregular'; color:#F9F03D;}
.style128 {font-size: 30px; font-family:'pointersregular'; color:#F9F03D;}
.style133 {font-size: 24px; font-family:'Open Sans'; color:#F9F03D;}



.tbox {position:absolute; display:none; padding:14px 17px; z-index:900}
.tinner {padding:15px; -moz-border-radius:5px; border-radius:5px; background:#fff url(images/preload.gif) no-repeat 50% 50%; border-right:1px solid #333; border-bottom:1px solid #333}
.tmask {position:absolute; display:none; top:0px; left:0px; height:100%; width:100%; background:#000; z-index:800}
.tclose {position:absolute; top:0px; right:0px; width:30px; height:30px; cursor:pointer; background:url(images/close.png) no-repeat}
.tclose:hover {background-position:0 -30px}

#error {background:#ff6969; color:#fff; text-shadow:1px 1px #cf5454; border-right:1px solid #000; border-bottom:1px solid #000; padding:0}
#error .tcontent {padding:10px 14px 11px; border:1px solid #ffb8b8; -moz-border-radius:5px; border-radius:5px}
#success {background:#2ea125; color:#fff; text-shadow:1px 1px #1b6116; border-right:1px solid #000; border-bottom:1px solid #000; padding:10; -moz-border-radius:0; border-radius:0}
#bluemask {background:#4195aa}
#frameless {padding:0}
#frameless .tclose {left:6px}


/* ------------------------------------------------------------------------------- */
/*  12.  Contact
/* ------------------------------------------------------------------------------- */

    #google-map {
	width: 100%;
	height: 280px;
	display: inline-block;
    }
    .contact-intro {
	color: #45463E;
	font-size: 15px;
	font-family:mergeregular;
	font-weight:300;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
    }
	.contact-intro2 {
	color: #45463E;
	font-size: 15px;
	font-family:mergeregular;
	font-weight:300;
	margin: 30px 0 40px;
	text-align: center;
    }
	.contact-middle {
        color: #75746C;
        font-size: 16px;
        margin: 60px 0 40px;
		text-align:center;
		padding: 30px 0px 0px 0px;
		line-height: 30px;
    }
	
		.contact-middle2 {
        color: #93928C;
        font-size: 16px;
        margin: 25px 0 40px;
		text-align:center;
		line-height: 30px;
    }
    .contact-info .address {
        margin-top: 20px;
    }
    #contact-form {
        margin-top: 25px;
    }
    #contact-form .error, #contact-form .success {
        margin-bottom: 20px;
        min-width: 227px;
    }





/* ------------------------------------------------------------------------------- */
/*  13.  Widgets
/* ------------------------------------------------------------------------------- */

    .widget {
        margin: 0 0 50px;
    }
    .widget.short {
        margin-bottom: 35px;
    }
    .widget h5 {
        font-weight: 600;
        letter-spacing: 1px;
        margin: 0 0 18px;
    }


    /*  Categories  --------------------------------*/

    .widget .categories li {
        background: url(../images/c_icon_next.png) no-repeat 0 12px;
        border-bottom: 1px dotted #ccc;
        display: block;
        padding: 7px 0 7px 13px;
    }
    .widget .categories li:last-child {
        border: none;
    }
    .widget .categories li a {
        color: #636363;
    }
    .widget .categories li a:hover {
        color: #d73300;
    }


    /*  Tabs With Posts  --------------------------------*/

    .widget #tabs li {
        text-align: center;
        width: 50%;
    }
    .widget #tabs_content_container {
        border: none;
        display: block;
        padding: 20px 0 0;
    }
    .widget .posts li {
        display: inline-block;
        margin: 0 0 9px;
    }
    .widget .posts li:last-child {
        margin: 0;
    }
    .widget .posts img {
        display: block;
        float: left;
        margin: 0 10px 0 0;
    }
    .widget .posts .entry {
        display: block;
        float: left;
        margin: -4px 0 0;
        width: 150px;
    }
    .widget .posts .entry .date {
        color: #959595;
        display: block;
        margin: 2px 0 0;
    }


    /*  Twitter Feed  --------------------------------*/

    .twitter-feed .tweet-time {
        display: block;
    }
    .twitter-feed a:hover {
        color: #d73300;
    }

    #footer .twitter-feed p {
        color: #959595;
    }
    #footer .twitter-feed a {
        color: #c2c2c2;
    }
    #footer .twitter-feed .tweet-time {
        color: #636363;
    }

    #sidebar .twitter-feed p {
        background: url(../images/icon_twitter_feed.png) no-repeat 0 4px;
        color: #636363;
        padding-left: 16px;
    }
    #sidebar .twitter-feed .tweet-time {
        color: #959595;
    }
    #sidebar .twitter-feed a {
        color: #d73300;
    }
    #sidebar .twitter-feed a:hover {
        color: #e38473;
    }


    /*  Photo Stream  --------------------------------*/

    .photo-stream {
        margin-right: -12px;
    }
    .photo-stream li {
	float: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0;
    }
    .photo-stream a {
        display: block;
    }
    .photo-stream a:hover {
        outline: 0px solid #d73300;
    }
    .photo-stream img {
	display: block;
	height: 31px;
	width: 32px;
    }

    #footer .photo-stream {
        margin-top: 12px;
    }
	

/* Framed Boxes
---------------------------------------- */
.frame_left, .frame_right {
	border:0px solid #e0e0e0;
	padding:5px 5px 0;
	
}
.frame_left {
	display:block;
	float:left;
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0;
	background-color: #EDF8EF;
}
.frame_right {
	display:block;
	float:right;
	margin:7px 0 5px 20px;
}

.frame_left2 {
	display:block;
	float:left;
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0;
	background-color: #fff;
	border:0px solid #fff;
	padding:5px 5px 0;
}

.frame_left3 {
	display:block;
	float:left;
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0;
	background-color: #fff;
	border:0px solid #fff;
	padding:5px 5px 0;
}

.frame_left4 {
	display:block;
	float:left;
	margin-top: 7px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0;
	background-color: #fff;
}

/* ------------------------------------------------------------------------------- */
/*  14.  Footer
/* ------------------------------------------------------------------------------- */

    #footer {
	background: url(../images/salonfoot.jpg) repeat 0 0px;
	color: #B0C5AF;
	margin-top: 60px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
    }
    #footer .logo {
        display: block;
        margin: 0 0 15px;
    }
    #footer h5 {
	color: #95B194;
	margin-bottom: 8px;
	font-family: 'accord_sfregular';
	text-transform: lowercase;
	font-weight: 500;
	font-size:18px;
	margin-top: 9px;
    }
	#footer h12 {
	color: #B0C5AF;
	margin-bottom: 8px;
	font-family: 'hanseatregular';
	text-align:center;
	text-transform:lowercase;
	font-weight: 500;
	font-size:20px;
	margin-top: 9px;
    }
    #footer a {
        color: #B5C1BB;
    }
    #footer a:hover {
        color: #d73300;
    }


    /*  Contact Details  --------------------------------*/
    
    #footer .address, #footer .phone, #footer .email {
	color: #95B194;
	font-size:14px;
    }
	.email a {
	color: #80A832; background-color:; border-bottom: 1px #B7DEAF solid;
	}
	.email a:hover {color: #F1AC1D; background-color:#FDF0D7; border-bottom: 1px #FAD99A solid;}
	
	.clients {font-size:16;}
	.clients a {
	color: #807D54; background-color:#fff; font-size:16px;
	}
	.clients a:hover {color: #fff; background-color:#ACDEB8; border-bottom: 1px #91C4A5 solid;}
	
	
	
	#twitter
{
  display: block;
  width: 32px;
  height: 31px;
  background: url(../images/twitter.jpg) no-repeat 0 0;

}

#twitter:hover
{ 
  background-position: 0 -32px;
}

#twitter span
{
  position: absolute;
  top: -999em;
}
#pinterest
{
  display: block;
  width: 21px;
  height: 31px;
  background: url(../images/pinterest.jpg) no-repeat 0 0;

}

#pinterest:hover
{ 
  background-position: 0 -32px;
}

#pinterest span
{
  position: absolute;
  top: -999em;
}


    /*  Copyright & Social Links  --------------------------------*/

    #footer .info {
        background: url(../images/sep_f.png) repeat-x 0 0;
        line-height: 21px;
        margin-top: 34px;
        padding-bottom: 14px;
        padding-top: 17px;
    }
	
footer ul.social{ float:left; margin:0; padding:0; }
footer ul.social li{ float:left; list-style:none; padding:0; width:31px; height:32px; margin-left:0px;}
footer ul.social li a{ float:left; width:31px; height:32px; padding:0;}

.first{ margin-left:0 !important;}

    .copyright li {
        display: block;
        float: left;
        margin-right: 30px;
    }
    .social-links {
        float: right;
    }
    .social-links li {
        display: block;
        float: left;
        height: 21px;
        margin: 0 0 0 8px;
        position: relative;
        text-indent: -9999px;
        width: 21px;
    }
    .social-links li a {
        position: absolute;
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        top: 0; left: 0; bottom: 0; right: 0;
    }
    .social-links li a:hover {
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }
    .social-links .twitter {
        background: url(../images/icon_twitter.png) no-repeat;
        background-position: 0 -21px;
    }
    .social-links .twitter a {
        background: url(../images/icon_twitter.png) no-repeat;
    }
    .social-links .facebook {
        background: url(../images/icon_facebook.png) no-repeat;
        background-position: 0 -21px;
    }
    .social-links .facebook a {
        background: url(../images/icon_facebook.png) no-repeat;
    }
    .social-links .linkedin {
        background: url(../images/icon_linkedin.png) no-repeat;
        background-position: 0 -21px;
    }
    .social-links .linkedin a {
        background: url(../images/icon_linkedin.png) no-repeat;
    }
    .social-links .digg {
        background: url(../images/icon_digg.png) no-repeat;
        background-position: 0 -21px;
    }
    .social-links .digg a {
        background: url(../images/icon_digg.png) no-repeat;
    }
    .social-links .vimeo {
        background: url(../images/icon_vimeo.png) no-repeat;
        background-position: 0 -21px;
    }
    .social-links .vimeo a {
        background: url(../images/icon_vimeo.png) no-repeat;
    }

/* ------------------------------------------------------------------------------- */
/*  14.  Footer2
/* ------------------------------------------------------------------------------- */

    #footer2 {
	background: #FFFFFF;
	margin: 0px 0 0;
	padding: 0px 0 0;
	color: #9C965A;
	text-align: center;
    }
    #footer2 .logo {
        display: block;
        margin: 0 0 15px;
    }
    #footer2 h5 {
	color: #A3B8AE;
	margin-bottom: 8px;
	font-family: hanseatregular;
	text-transform:lowercase;
	font-weight: 400;
	font-size:20px;
	margin-top: 9px;
    }
	#footer2 h12 {
	color: #A3B8AE;
	margin-bottom: 8px;
	font-family: hanseatregular;
	text-transform:lowercase;
	font-weight: 400;
	font-size:21px;
	margin-top: 9px;
	margin-left: 0px;
    }
    #footer2 a {
        color: #9C965A;
		text-align:center;
    }
    #footer2 a:hover {
        color: #6A704C;
    }


    /*  Contact Details  --------------------------------*/
    
    #footer2 .address, #footer .phone, #footer .email {
        color: #9EB4AA;
		font-size:13px;
    }


    /*  Copyright & Social Links  --------------------------------*/

    #footer2 .info {
	background: url(../images/sep_f.png) repeat-x 0 0;
	line-height: 21px;
	margin-top: 0px;
	padding-bottom: 14px;
	text-align:center;
	padding-top: 17px;
    }
    .copyright li {
	display: block;
	float: left;
	margin-right: 10px;
    }


/* ------------------------------------------------------------------------------- */
/*  14.  Footer3
/* ------------------------------------------------------------------------------- */

    #footer3 {
	background: #FFFFFF;
	margin: 0px 0 0;
	padding: 0px 0 0;
	color: #9C965A;
	text-align: left;
	display:none;
    }
    #footer3 .logo {
        display: block;
        margin: 0 0 15px;
    }
    #footer3 h5 {
	color: #A3B8AE;
	margin-bottom: 8px;
	font-family: hanseatregular;
	text-transform:lowercase;
	font-weight: 400;
	font-size:20px;
	margin-top: 9px;
    }
	#footer3 h12 {
	color: #A3B8AE;
	margin-bottom: 8px;
	font-family: hanseatregular;
	text-transform:lowercase;
	font-weight: 400;
	font-size:21px;
	margin-top: 9px;
	margin-left: 0px;
    }
    #footer3 a {
        color: #9C965A;
    }
    #footer3 a:hover {
        color: #6A704C;
    }


    /*  Contact Details  --------------------------------*/
    
    #footer3 .address, #footer .phone, #footer .email {
        color: #9EB4AA;
		font-size:13px;
    }


    /*  Copyright & Social Links  --------------------------------*/

    #footer3 .info {
	background: url(../images/sep_f.png) repeat-x 0 0;
	line-height: 21px;
	margin-top: 0px;
	padding-bottom: 14px;
	padding-top: 17px;
    }
    .copyright li {
	display: block;
	float: left;
	margin-right: 10px;
    }

.flex-caption2 {display:none;}
.flex-caption3 {display:none;}
.flex-caption5 {display:none;}
.flex-caption6 {display: none;}
.flex-caption7 {display: none;}
.flex-caption8 {display: none;}
.flex-caption41 {display: none;}
.flex-caption71 {display: none;}

/* ------------------------------------------------------------------------------- */
/*  15.  Media Queries
/* ------------------------------------------------------------------------------- */

    /* Standard 960 or larger (browsers) */
    @media only screen and (min-width: 960px) {

    }



    /* Smaller than standard 960 (devices and browsers) */
    @media only screen and (max-width: 959px) {

    }



    /* Tablet Portrait size to standard 960 (devices and browsers) */
    @media only screen and (min-width: 768px) and (max-width: 959px) {
    
    /* ------------------------------------------------------ */
    /*  Document Setup
    /* ------------------------------------------------------ */

        textarea {
            width:269px;
        }
		
					    input[type="text2"], textarea {
        width: 269px;
    }
		
		
		.style2 {font-size: 49px; font-family:'dagobertregular'; color:#85865C;}
		
		


/* ------------------------------------------------------------------------------- */
/*  4.  Services Photo Hovers
/* ------------------------------------------------------------------------------- */

#haircut
{
  display: block;
  width: 152px;
  height: 152px;
  background: url(../images/haircut3.jpg) no-repeat 0 0;

}

#haircut:hover
{ 
  background-position: 0 -152px;
}

#haircut span
{
  position: absolute;
  top: -999em;
}

#styling
{
  display: block;
  width: 152px;
  height: 152px;
  background: url(../images/styling3.jpg) no-repeat 0 0;

}

#styling:hover
{ 
  background-position: 0 -152px;
}

#styling span
{
  position: absolute;
  top: -999em;
}

#coloring
{
  display: block;
  width: 152px;
  height: 152px;
  background: url(../images/coloring3.jpg) no-repeat 0 0;

}

#coloring:hover
{ 
  background-position: 0 -152px;
}

#coloring span
{
  position: absolute;
  top: -999em;
}

#highlights
{
  display: block;
  width: 152px;
  height: 152px;
  background: url(../images/highlights3.jpg) no-repeat 0 0;

}

#highlights:hover
{ 
  background-position: 0 -152px;
}

#highlights span
{
  position: absolute;
  top: -999em;
}

#conditioning
{
  display: block;
  width: 152px;
  height: 152px;
  background: url(../images/conditioning3.jpg) no-repeat 0 0;

}

#conditioning:hover
{ 
  background-position: 0 -152px;
}

#conditioning span
{
  position: absolute;
  top: -999em;
}



    /* ------------------------------------------------------ */
    /*  Wrap
    /* ------------------------------------------------------ */
        
        #body-wrapper {
            margin-left: -404px;
            width: 808px;
        }
		
	.griff {width:100%; margin-left: 0px; }
	.lemons {width:100%; margin-left:0px;}
	.lemons2 {width:95%; margin-left:15px;}


        /*  Columns  ------------*/

        .one-fourth      { width: 165px; }
        .three-fourth    { width: 526px; margin-left:0px; }
		.three-fourth.first   {width: 400px; margin-right:30px;}
		.three-fourth.last { width:360px; margin-left:40px;}
        .one-third       { width: 202px; margin-left: }
        .two-third       { width: 464px; }
        .one-half        { width: 310px; }
		
		.one-fourth:nth-child(1) { margin-left:0px !important; }
		.one-fourth:nth-child(n+2) {  }
		.one-fourth:nth-child(2n+2) { width: 152px; margin-right: 15px !important; }
        .one-fourth:nth-child(n+3) {width:152px; }



    /* ------------------------------------------------------ */
    /*  Content
    /* ------------------------------------------------------ */

        #main {
            width: 448px;
        }


        /*  Page Title  ------------*/

        .page-title-alt {
            font-size: 48px;
        }

        #navigation {
			display:none;
        }
	#navigation a.helper { font-weight: 700; color: #fff; margin-left:39px; width:9px; border-radius: 13px; -moz-border-radius: 13px; -webkit-border-radius: 13px; -o-border-radius: 13px; padding: 20px 0px 0px 0px }

    /* ------------------------------------------------------ */
    /*  Homepage
    /* ------------------------------------------------------ */


        /*  Project & Blog Carousel  ------------*/

        .jcarousel-item {
            margin: 0 28px 0 0;
        }
        .section-title.one-fourth  {
            width: 220px;
        }


        /*  Project Carousel (Alt. Homepage)  ------------*/

        #project-wrapper-alt .jcarousel-next {
            left: 708px;
        }

        #project-wrapper-alt .jcarousel-item {
            margin: 0 24px 0 0;
        }


        /*  Logo List  ------------*/

        .logo-list li {
            width: 176px;
        }
        .logo-list li:nth-child(4) {
            border-right: 1px dotted #ccc;
            width: 175px;
        }
        .logo-list li:nth-child(5) {
            display: none;
        }
        .logo-list img {
            width: 175px;
        }



    /* ------------------------------------------------------ */
    /*  Pricing Tables
    /* ------------------------------------------------------ */


        /*  Extended Pricing Table  ------------*/

        .pricing-table-extended .features-list {
            display: none;
        }
        .pricing-table-extended .column {
            width: 176px;
        }
        .pricing-table-extended .column ul li:before {
            color: #959595;
            content: attr(data-feature);
            display: block;
            font-weight: 800;
            text-align: center;
        }


        /*  Simple Pricing Table  ------------*/

        .pricing-table-simple .column {
            width: 171px;
        }
        .pricing-table-simple .level-max {
            width: 193px;
        }
        .pricing-table-simple h1 {
            font-size: 14px;
        }
        .pricing-table-simple h2 {
            font-size: 14px;
        }



    /* ------------------------------------------------------ */
    /*  Blog
    /* ------------------------------------------------------ */

        .comment .comment-entry, .comment .comment-meta {
            width: 388px;
        }
        .comment .children .comment-entry, .comment .children .comment-meta {
            width: 328px;
        }
        .comment .children .children .comment-entry, .comment .children .children .comment-meta {
            width: 268px;
        }


    /* ------------------------------------------------------ */
    /*  Portfolio
    /* ------------------------------------------------------ */


        /*  Project Item Overlay  ------------*/

        .project-item .overlay h5 {
            font-size: 20px;
            font-weight: 400;
            margin: 20px 20px 0;
        }
		
    #footer3 {
	display:none;
    }
	
	#clip {
	display: block;
	left: 350px;
	top: 360px;

}

/* -- menu start -- */
#menu {
display: block;
	left: 92px;
	top: 87px;
}

.flex-caption2 {display:none;}

.flex-caption3 {display:none;}

.flex-caption4 {display: none;}

.flex-caption5 {display: block;}

.flex-caption6 {display: none;}

.flex-caption7 {display: none;}

.flex-caption8 {display: none;}

.flex-caption40 {display: none;}

.flex-caption41 {display: block;}

.flex-caption71 {display: none;}
    }



    /* All Mobile Sizes (devices and browser) */
    @media only screen and (max-width: 767px) { 
	
	.spont {width: 100%; padding-left:0%; border-style: none;
    border-left: none; text-align:center;}

    /* ------------------------------------------------------ */
    /*  Document Setup
    /* ------------------------------------------------------ */
    .frame_left3 {
	display:none;
	float:left;
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0;
	background-color: #fff;
	border:0px solid #fff;
	padding:5px 5px 0;
	width:40px;
	height:40px;
}
        textarea {
            width: 360px;
        }
		
			    input[type="text2"], textarea {
        width: 360px;
    }
	
						    input[type="text"], textarea {
        width: 360px;
    }

.style2 {font-size: 37px; font-family:'dagobertregular'; color:#85865C;}

	.griff {width:95%; padding-top:30px; margin-left:0px; text-align:center; }
	.lemons {width:95%; margin-right:0px;}
	
	h15 {line-height: 36px;}
	
	.style24 {font-size: 43px; font-family:'dagobertregular'; color:#807D54;}
	
	
	/* ------------------------------------------------------------------------------- */
/*  4.  Services Photo Hovers
/* ------------------------------------------------------------------------------- */

#haircut
{
  display: block;
  width: 380px;
  height: 380px;
  background: url(../images/haircut2.jpg) no-repeat 0 0;

}

#haircut:hover
{ 
  background-position: 0 -380px;
}

#haircut span
{
  position: absolute;
  top: -999em;
}

#styling
{
  display: block;
  width: 380px;
  height: 380px;
  background: url(../images/styling2.jpg) no-repeat 0 0;

}

#styling:hover
{ 
  background-position: 0 -380px;
}

#styling span
{
  position: absolute;
  top: -999em;
}

#coloring
{
  display: block;
  width: 380px;
  height: 380px;
  background: url(../images/coloring2.jpg) no-repeat 0 0;

}

#coloring:hover
{ 
  background-position: 0 -380px;
}

#coloring span
{
  position: absolute;
  top: -999em;
}

#highlights
{
  display: block;
  width: 380px;
  height: 380px;
  background: url(../images/highlights2.jpg) no-repeat 0 0;

}

#highlights:hover
{ 
  background-position: 0 -380px;
}

#highlights span
{
  position: absolute;
  top: -999em;
}

#conditioning
{
  display: block;
  width: 380px;
  height: 380px;
  background: url(../images/conditioning2.jpg) no-repeat 0 0;

}

#conditioning:hover
{ 
  background-position: 0 -380px;
}

#conditioning span
{
  position: absolute;
  top: -999em;
}





.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show less';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
}



    /* ------------------------------------------------------ */
    /*  Wrap
    /* ------------------------------------------------------ */
        
        #body-wrapper {
            margin-left: -260px;
            width: 520px;
        }


        /*  Columns  ------------*/

        .one-fourth      { width: 100%; text-align:center; margin-bottom:30px; text-align:center }
        .three-fourth    { width: 100%; margin-left:0px; text-align:center; margin-bottom:50px; }
        .one-third       { width: 390px; text-align:center; margin-bottom: 30px;  margin-left:0px;}
		.one-third img { width:380px;}
        .two-third       { width: 464px; }
        .one-half        { width: 100%; text-align:center; margin-bottom:35px; }
		.one-half.last { width:100%; margin-left:0px;}
		.one-half.last p { width:100%; margin-left:0px;}
		

        .one-fourth:nth-child(1) { margin-left:0px !important; margin-bottom:60px; } 
		.one-fourth:nth-child(2n+2) { width: 100%; margin-right: 0 !important; text-align:center; }
        .one-fourth:nth-child(n+3) { width: 100%; margin-top: 30px !important; text-align:center; }
		
		.three-fourth.first   {width: 280px; margin-right:30px; text-align:center; }



    /* ------------------------------------------------------ */
    /*  Header
    /* ------------------------------------------------------ */

        #header {
            height: auto;
            text-align: center;
        }
        #logo {
            float: none;
        }


        /*  Navigation  ------------*/

        #navigation {
            float: none;
            text-align: left;
			display:none;
        }
        #navigation a {
            margin: 0 15px;
            padding: 20px 0 30px;
        }
        #navigation ul {
            margin: 0 0 0 15px;
            top: 70px;
        }
		
		/*  Navigation2  ------------*/

        #navigation2 {
            float: none;
            text-align: left;
			display:block;
			font-size: 13px;
        }
        #navigation2 a {
            margin: 0 13px;
            padding: 20px 0 20px;
        }
        #navigation2 ul {
            margin: 0 0 0 15px;
            top: 70px;
        }

    /* ------------------------------------------------------ */
    /*  Services
    /* ------------------------------------------------------ */

    .services-intro {
	color: #7F7E50;
	font-size: 15px;
	font-family: mergeregular;
	text-align:center;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
    }
	
	.services-intro2 {
	color: #7F7E50;
	font-size: 15px;
	font-family: mergeregular;
	text-align:center;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	-webkit-transition: border .2s ease-out;
           -moz-transition: border .2s ease-out;
            -ie-transition: border .2s ease-out;
             -o-transition: border .2s ease-out;
                transition: border .2s ease-out;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D7E8C6;
    }
	
	.services-intro2 img {
	width:100%;
	height:100%;
	}
	
	.services-intro4 {
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
    }
	
	.services-intro4 img {
	width:100%;
	height:100%;
	}

    /* ------------------------------------------------------ */
    /*  Content
    /* ------------------------------------------------------ */

        #main {
            width: 420px;
        }
        #sidebar {
            display: none;
        }


        /*  Page Title  ------------*/

        .page-title, .page-title-inner, .page-title-alt {
            font-size: 30px;
            letter-spacing: normal;
            padding: 40px 30px 40px;
        }
        .page-title-inner {
            font-size: 30px;
            letter-spacing: normal;
            padding-bottom: 5px;
			margin-top:-30px;
        }
        .page-title-inner .section-title {
            font-size: 18px;
            font-weight: 400;
        }



    /* ------------------------------------------------------ */
    /*  Homepage
    /* ------------------------------------------------------ */


        /*  Flex Slider  ------------*/

.flex-caption {display:none;}

        .flex-caption2 {
            display: none; background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption2 { bottom: 0px; background-color: rgba(142, 105, 34, 0.7); color: #fff; margin: 0; padding: 15px 25px 8px 30px; position: absolute; left: 0; width: 295px;}
.flex-caption h3 {color: #FCFBF1; font-family:'accord_sfregular'; font-size:14px; margin-bottom: 0px; text-transform:none;}
.flex-caption p {margin: 0 0 9px; font-size:15px; line-height: 18px;}

    .flex-caption2 p a {
	color: #EDF8EF;
	display:none;
	font-family: 'mergeregular', sans-serif;
	text-decoration:;
	font-size: 11px;
	font-weight:500;
	position: relative;
    text-transform: uppercase;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 8px;
	padding-top: 6px;
	padding-right:;
	padding-bottom: 0px;
	padding-left: 0;
    }
    .flex-caption2 p a:hover, #navigation .hover > a, #navigation .current > a {
        background:#;
        color: #DCBF74;
		text-decoration:underline;
    }
        
		
		.flex-direction-nav a {display:none;}

        /*  Project & Blog Carousel  ------------*/

        .section-title.one-fourth  {
            width: 180px;
        }


        /*  Project Carousel (Alt. Homepage)  ------------*/

        #project-wrapper-alt .jcarousel-item {
            height: auto;
            position: relative;
            width: 200px;
        }
        #project-wrapper-alt .jcarousel-item img {
            width: 200px;
        }

        #project-wrapper-alt .jcarousel-next {
            left: 420px;
        }


        /*  Logo List  ------------*/
        
        .logo-list li {
            text-align: center;
            width: 209px;
        }
        .logo-list li:nth-child(2) {
            border-right: 1px dotted #ccc;
            width: 208px;
        }
        .logo-list li:nth-child(n+3) {
            display: none;
        }



    /* ------------------------------------------------------ */
    /*  About
    /* ------------------------------------------------------ */

        .about-intro {
            margin-bottom: 40px;
        }



    /* ------------------------------------------------------ */
    /*  Pricing Tables
    /* ------------------------------------------------------ */


        /*  Extended Pricing Table  ------------*/

        .pricing-table-extended {
            margin-bottom: 80px;
        }
        .pricing-table-extended .features-list {
            display: none;
        }
        .pricing-table-extended .column {
            margin-bottom: 40px;
            width: 209px;
        }
        .pricing-table-extended .level-max {
            width: 211px;
        }
        .pricing-table-extended .column:nth-child(2) {
            border-left: 0;
        }
        .pricing-table-extended .column ul li:before {
            color: #959595;
            content: attr(data-feature);
            display: block;
            font-weight: 800;
            text-align: center;
        }


        /*  Simple Pricing Table  ------------*/

        .pricing-table-simple .column {
            margin-bottom: 40px;
            width: 209px;
        }
        .pricing-table-simple .level-max {
            width: 211px;
        }
        .pricing-table-simple h1 {
            font-size: 14px;
        }
        .pricing-table-simple h2 {
            font-size: 14px;
        }




    /* ------------------------------------------------------ */
    /*  Shortcodes
    /* ------------------------------------------------------ */

        .shortcodes:nth-child(n+3) {
            margin-top: 0 !important;
        }
        .shortcodes {
            margin-bottom: 40px;
        }
        .shortcodes.last {
            margin-bottom: 0;
        }


        /*  Blockquote   ------------*/

        blockquote {
            margin-bottom: 40px;
        }



    /* ------------------------------------------------------ */
    /*  Blog
    /* ------------------------------------------------------ */


        /*  Comments  ------------*/

        .comment .comment-entry, .comment .comment-meta {
            width: 360px;
        }
        .comment .children .comment-entry, .comment .children .comment-meta {
            width: 300px;
        }
        .comment .children .children .comment-entry, .comment .children .children .comment-meta {
            width: 240px;
        }



    /* ------------------------------------------------------ */
    /*  Portfolio
    /* ------------------------------------------------------ */

        .project-feed .one-fourth {
            margin-right: 20px !important;
            margin-top: 0 !important;
        }


        /*  Portfolio Details  ------------*/

        #sidebar.project-description {
            display: block;
            margin-top: 50px;
            width: 420px;
        }
        #sidebar.project-description .project-nav {
            float: left;
        }
        #sidebar.project-description .project-nav a {
            margin: 0 5px 0 0;
        }



    /* ------------------------------------------------------ */
    /*  Contact
    /* ------------------------------------------------------ */

        .contact-form {
            margin-top: 50px;
        }
		
		.contact-intro { text-align:center;}



    /* ------------------------------------------------------ */
    /*  Footer
    /* ------------------------------------------------------ */

        #footer .info {
            padding-bottom: 22px;
            padding-top: 22px;
        }


        /*  Copyright & Social Links  ------------*/
        
        .copyright {
            display: block;
            float: left;
        }
        .copyright li {
            margin-right: 15px;
        }
        .copyright li:last-child {
            margin-right: 0;
        }
        .social-links {
            display: block;
            float: left;
            margin-top: 15px;
        }
        .social-links li {
            margin: 0 8px 0 0;
        }
		
				    /*  Photo Stream  --------------------------------*/

    .photo-stream {
        margin-right: -12px;
		text-align:center;
    }
    .photo-stream li {
	float: left;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left:48px;
    }
    .photo-stream a {
        display: block;
    }
    .photo-stream a:hover {
        outline: 0px solid #d73300;
    }
    .photo-stream img {
	display: block;
	height: 31px;
	width: 32px;
    }

    #footer .photo-stream {
        margin-top: 12px;
    }
	
	/* Framed Boxes
---------------------------------------- */
.frame_left, .frame_right {
	border:0px solid #e0e0e0;
	padding:5px 5px 0;
	background-color: #EDF8EF;
}
.frame_left {
	display:block;
	float:none;
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0;
}
.frame_right {
	display:block;
	float:right;
	margin:7px 0 5px 10px;
}

    #footer3 {
	display:none;
    }
	
		#clip {
	display:none;
	left: 557px;
	top: 421px;

}

/* -- menu start -- */
#menu {
display:none;
}

.flex-caption3 {display:block;}

.flex-caption4 {display: none;}

.flex-caption5 {display: none;}

.flex-caption6 {display: none;}

.flex-caption7 {display: block;}

.flex-caption8 {display: none;}

.flex-caption40 {display: none;}

.flex-caption41 {display: none;}

.flex-caption71 {display: block;}

.team-member { width:380px;}

.frame_left4 {width:100%; display:block;}

    }


    /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
    @media only screen and (min-width: 480px) and (max-width: 767px) {

    }



    /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
    @media only screen and (max-width: 479px) {

    /* ------------------------------------------------------ */
    /*  Document Setup
    /* ------------------------------------------------------ */
	
		.spont {width: 100%; padding-left:0%; border-style: none;
    border-left: none; text-align:center;}

        input[type="text"], textarea {
            width: 242px;
        }
		
		    textarea {
	width: 200px;
    }
	
				    input[type="text2"], textarea {
        width: 200px;
    }
	
				    input[type="text"], textarea {
        width: 200px;
    }

.style2 {font-size: 37px; font-family:'dagobertregular'; color:#85865C; line-height:23px;}
.style24 {font-size: 37px; font-family:'dagobertregular'; color:#807D54;}

    /* ------------------------------------------------------ */
    /*  Wrap
    /* ------------------------------------------------------ */
        
        #body-wrapper {
            margin-left: -180px;
            width: 360px;
        }


        /*  Columns  ------------*/

        .one-fourth      { width: 220px; }
        .three-fourth    { width: 220px; margin-bottom:50px;  }
        .one-third       { width: 220px; margin-left:0px; }
		.one-third p { width:220px; margin-left:0px;}
		.one-third img { width:100%;}
		.one-third.last { width:100%; margin-left:0px;}
		.one-third.last p { width:100%; margin-left:0px;}
        .two-third       { width: 100%; }
        .one-half        { width: 220px; margin-bottom:35px; }
		.one-half img { width:220px;}
		.one-half.last { width:95%; margin-left:0px; text-align:center;}
		.one-half.last p { width:100%; margin-left:0px;}

        .one-fourth:nth-child(1) { margin-left:0px !important; margin-bottom:60px; } 
		.one-fourth:nth-child(n+2) { margin-top: 30px !important; }

	.griff {width:100%; padding-top:30px; margin-left:0px; text-align:center; }
	.lemons {width:100%; margin-left:0px; }
	
	h9 {font-family: 'dagobertregular'; color:#8E6922; font-size:36px; margin-left:0px;}
	h15 {line-height: 26px; text-align:center;}
	
	.frame_left4 {width:100%}
	


    /* ------------------------------------------------------ */
    /*  Header
    /* ------------------------------------------------------ */


        /*  Navigation  ------------*/

        #navigation { display: none; }


        .selectnav {
            background: url(../images/nav_arrow.png) no-repeat, url(../images/bg_dots_grey.png);
            background-position: center right, top left;
            border: 1px solid #D5EACC;
            border-radius: 0;
            color: #807B2F;
            display: inline-block;
			font-family: 'mergeregular';
			text-align:left;
            font-size: 13px;
            margin: 0 0 30px;
            padding: 8px 10px;
            text-transform: capitalize;
            -webkit-appearance: none;
            width: 100%;
        }
		
				/*  Navigation2  ------------*/

        #navigation2 {
            float: none;
            text-align: left;
			display: none;
        }
        #navigation2 a {
            margin: 0 15px;
            padding: 20px 0 30px;
        }
        #navigation2 ul {
            margin: 0 0 0 15px;
            top: 70px;
        }



    /* ------------------------------------------------------ */
    /*  Content
    /* ------------------------------------------------------ */

        #main {
            width: 260px;
        }


        /*  Page Title  ------------*/

        .page-title, .page-title-inner, .page-title-alt {
            font-size: 22px;
            padding: 30px 30px 30px;
        }
        .page-title-inner {
            font-size: 20px;
            margin-bottom: 5px;
			margin-top:-25px;
            padding-bottom: 35px;
        }
        .page-title-inner .section-title {
            font-size: 16px;
        }

/*  Flex Slider  ------------*/

.flex-direction-nav a {display: none;}
.flex-direction-nav .flex-next {display: none;}
.flex-direction-nav .flex-prev {display: none;}
.flexslider:hover .flex-next {display: none;}
.flexslider:hover .flex-prev {display: none;}
.flexslider:hover .flex-next:hover {display: none;}
.flexslider:hover .flex-prev:hover {display: none;}
.flex-direction-nav .disabled {display: none;}



    /* ------------------------------------------------------ */
    /*  Homepage
    /* ------------------------------------------------------ */


        /*  Project & Blog Carousel  ------------*/

        #project-wrapper, #blog-wrapper {
            margin-top: 60px;
        }
        #project-wrapper .section-title h4, #blog-wrapper .section-title h4 {
            float: left;
            margin-bottom: 10px !important;
        }
        #project-wrapper .section-title p, #blog-wrapper .section-title p {
            display: none;
        }
        .jcarousel-clip {
            height: auto;
            width: 260px;
        }
        .jcarousel-item {
            width: 260px;
        }
        .project-carousel, .blog-carousel {
            margin-top: 20px !important;
        }
        .section-title.one-fourth  {
            width: 260px;
        }


        /*  Carousel Navigation  ------------*/

        .carousel-nav {
            float: right;
        }
        .jcarousel-prev, .jcarousel-next  {
            margin: 0 0 0 5px;
            float: left;
        }


        /*  Project Carousel (Alt. Homepage)  ------------*/

        #project-wrapper-alt .jcarousel-item {
            width: 260px;
        }
        #project-wrapper-alt .jcarousel-item img {
            width: 260px;
        }

        #project-wrapper-alt .jcarousel-next {
            left: 260px;
        }
        #project-wrapper-alt .project-carousel {
            margin: 0 !important;
        }


        /*  Logo List  ------------*/
        
        .logo-list li {
            text-align: center;
            width: 260px;
        }
        .logo-list li {
            border-right: 1px dotted #ccc;
        }
        .logo-list li:nth-child(n+2) {
            display: none;
        }


        /*  View More  ------------*/
        
        .work-more a {
            font-size: 24px;
        }
        .work-more .arrow {
            background-position: -20px -2px;
            height: 18px;
        }
        .work-more:hover .arrow {
            background-position: 0 -2px;
        }



    /* ------------------------------------------------------ */
    /*  Services
    /* ------------------------------------------------------ */

    .services-intro {
	color: #7F7E50;
	font-size: 14px;
	font-family: mergeregular;
	text-align:center;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
    }



    /* ------------------------------------------------------ */
    /*  Pricing Tables
    /* ------------------------------------------------------ */


        /*  Extended Pricing Table  ------------*/

        .pricing-table-extended {
            margin-bottom: 40px;
        }
        .pricing-table-extended .column {
            width: 129px;
        }
        .pricing-table-extended .level-max {
            width: 131px;
        }
        .pricing-table-extended h1 {
            font-size: 10px;
        }


        /*  Simple Pricing Table  ------------*/

        .pricing-table-simple .column {
            width: 260px;
        }
        .pricing-table-simple .level-max {
            width: 260px;
        }



    /* ------------------------------------------------------ */
    /*  Shortcodes
    /* ------------------------------------------------------ */

        .shortcodes.one-fourth {
            margin: 0 !important;
        }
        .shortcodes.one-half {
            margin: 0 !important;
        }
        .shortcodes .blockquote {
            margin-bottom: 0 !important;
        }
        .h80.shortcodes {
            display: none;
        }
        .shortcodes {
            padding-bottom: 50px !important;
        }


        /*  Blockquote   ------------*/

        blockquote.wide {
            background-position: 40px 28px;
            padding-left: 60px;
        }
        blockquote.wide .corner {
            bottom: -18px;
            left: 40px;
        }



    /* ------------------------------------------------------ */
    /*  Blog
    /* ------------------------------------------------------ */

        .post-meta .date, .post-meta .tags, .post-meta .comments {
            padding-bottom: 0;
        }
        .post-meta .comments {
            margin-bottom: 15px;
        }


        /*  Comments  ------------*/

        .comment .comment-entry, .comment .comment-meta {
            width: 200px;
        }
        .comment .children .comment-entry, .comment .children .comment-meta {
            width: 140px;
        }
        .comment .children .children {
            display: none;
        }


        /*  Blog (Alt. Version)  ------------*/

        .post-block {
            margin-bottom: 40px;
        }


        /*  View More  ------------*/

        .post-more a {
            margin-top: -40px;
        }



    /* ------------------------------------------------------ */
    /*  Portfolio
    /* ------------------------------------------------------ */


        /*  Portfolio Details  ------------*/

        #sidebar.project-description {
            display: block;
            margin-top: 50px;
            width: 260px;
        }



    /* ------------------------------------------------------ */
    /*  Footer
    /* ------------------------------------------------------ */
	
	
        /*  Columns  ------------*/

        .one-fourth      { width: 100%; }
        .three-fourth    { width: 100%; }
        .one-third       { width: 260px; }
        .two-third       { width: 260px; }
        .one-half        { width: 260px; }

        .one-fourth:nth-child(n+2) { margin-top: 20px; !important; text-align:center; width:100%; }
		.one-fourth:nth-child(2n+2) { width: 100%; margin-right: 0 !important; text-align:center; }
        .one-fourth:nth-child(n+3) { width: 100%; margin-top: 30px !important; text-align:center; }
		
		   #footer2 {
	display:none;
    }
		
		    /*  Photo Stream  --------------------------------*/

    .photo-stream {
        margin-right: -12px;
		text-align:center;
    }
    .photo-stream li {
	float: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left:15px;
    }
    .photo-stream a {
        display: block;
    }
    .photo-stream a:hover {
        outline: 0px solid #d73300;
    }
    .photo-stream img {
	display: block;
	height: 31px;
	width: 32px;
    }

    #footer .photo-stream {
        margin-top: 12px;
    }
	
		.contact-middle {
		margin-top: 40px;
    }

    #footer3 {
	display:block;
    }
	
		#clip {
	display:none;
	left: 557px;
	top: 421px;

}

/* -- menu start -- */
#menu {
display:none;
}

.flex-caption2 {display:none;}
	
.flex-caption3 {display:none;}

.flex-caption5 {display: none;}

.flex-caption6 {display: block;}

.flex-caption7 {display: none;}

.flex-caption8 {display: block;}

.flex-caption71 {display: none;}

.team-member { width:220px;}

.team-member p{ width: 180px;}

	.services-intro3 {
	color: #7F7E50;
	font-size: 15px;
	font-family: mergeregular;
	text-align:center;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 28px;
	margin-left: 10px;
    }
	
	.services-intro3 img {
	width: auto;
	height: auto;
	}
	
	.services-intro4 {
	margin-right: 10px;
	margin-left: 10px;
	
    }
	
	.services-intro4 img {
	width: auto;
	height: auto;
	}

/* ------------------------------------------------------------------------------- */
/*  4.  Services Photo Hovers
/* ------------------------------------------------------------------------------- */

#haircut
{
  display: block;
  width: 220px;
  height: 220px;
  background: url(../images/haircut4.jpg) no-repeat 0 0;

}

#haircut:hover
{ 
  background-position: 0 -220px;
}

#haircut span
{
  position: absolute;
  top: -999em;
}

#styling
{
  display: block;
  width: 220px;
  height: 220px;
  background: url(../images/styling4.jpg) no-repeat 0 0;

}

#styling:hover
{ 
  background-position: 0 -220px;
}

#styling span
{
  position: absolute;
  top: -999em;
}

#coloring
{
  display: block;
  width: 220px;
  height: 220px;
  background: url(../images/coloring4.jpg) no-repeat 0 0;

}

#coloring:hover
{ 
  background-position: 0 -220px;
}

#coloring span
{
  position: absolute;
  top: -999em;
}

#highlights
{
  display: block;
  width: 220px;
  height: 220px;
  background: url(../images/highlights4.jpg) no-repeat 0 0;

}

#highlights:hover
{ 
  background-position: 0 -220px;
}

#highlights span
{
  position: absolute;
  top: -999em;
}

#conditioning
{
  display: block;
  width: 220px;
  height: 220px;
  background: url(../images/conditioning4.jpg) no-repeat 0 0;

}

#conditioning:hover
{ 
  background-position: 0 -220px;
}

#conditioning span
{
  position: absolute;
  top: -999em;
}
