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

/*---------------01 - RESET CSS---------------*/

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

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,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 {
  /*margin: 1.8em;*/
  /* both of these were '30' with no unit designation, changed to 1.8em - sjm */
  /*padding: 1.8em;*/
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

body {
  line-height: 1;
}

ol,ul {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
  content: '';
  content: none;
}

q {
  quotes: none;
}

q:before,q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

/*---------------02 - BODY & HEADINGS ---------------*/

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

body {
  background-color: #ffffff;
  background-image: url(/images/book-printer.png);
  background-repeat: repeat;
  line-height: 20px;
  color: #000;
}

body a:link {
  color: #ae712c;
  font-size: 100%;
  text-decoration: none;
}

/*body a:visited {
  text-decoration: none;
  color: #437c4c;
}*/

body a:hover {
  color: #D3A574;
  font-size: 100%;
  /*text-decoration: underline;*/
}

body a:active {
  color: #ae712c;
  text-decoration: none;
}

::selection {
  background: #f26c4f;
  /* Safari */
  color: #fdfdfa;
}

::-moz-selection {
  background: #f26c4f;
  /* Firefox */
  color: #fdfdfa;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

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

/* ------------------HEADINGS------------------*/

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

a {
  text-decoration: none;
  font-style: none;
  color: #ae712c;
}

/*a:visited {
  text-decoration: none;
  color: #437c4c;
}*/

a:hover {
  /*text-decoration: underline;*/
  color: #D3A574;
}

a:active {
  text-decoration: none;
  color: #437c4c;
}

p {
  color: #000000;
  font-size: 1em;
  line-height: 1.5em;
  font-family: 'Karla', sans-serif;
}

ul li {
  list-style: disc;
  font-family: 'Karla', sans-serif;
  color: #302F2F;
  text-align: left;
  font-size: 1em;
  line-height: 1.5em;
}

h1,h2,h3,h4,h5,h6 {
  line-height: 1.5em;
  color: #000000;
  margin-bottom: 15px;
  font-family: 'Merriweather', serif;
  font-weight: 400;
}

h1 {
  color: #000000;
  font-size: 1.5em;
  line-height: 34px;
}

h1 a {
  color: #ae712c;
  text-decoration: none !important;
}

h2 {
  color: #437c4c;
  font-size: 1.1em;
  line-height: 1.500em;
  padding: 10px 0px 0px 0px;
}

h2 a {
  color: #ae712c;
  text-decoration: none !important;
}

/*h2 a:visited {
  text-decoration: none !important;
  color: #437c4c;
}*/

h2 a:hover {
  text-decoration: none !important;
  color: #D3A574;
}

h2 a:active {
  text-decoration: none !important;
  color: #437c4c;
}

h3 {
  font-size: 1.1em;
  font-family: 'Merriweather', serif;
  padding: 20px 0px 0px 0px;
}

h3blockquote {
  font-size: 1em;
  font-family: 'Merriweather', serif;
  line-height: 1.7em;
  color: #7e6b50;
  margin: 0px 0px 0px 0px;
}

h4blockquote {
  font-size: .9em;
  font-family: 'Karla', sans-serif;
  line-height: 1.5em;
  color: #000000;
  margin-bottom: 1em;
  text-align: right;
}

h4 {
  font-family: 'Merriweather', serif;
  font-size: .9em;
}

h4 a {
  color: #ae712c;
  text-decoration: none !important;
}

h5 {
  font-size: .7em;
}

h5 a {
  color: #ae712c;
  text-decoration: none !important;
}

h5chart {
  font-size: 11px;
  line-height: 13px;
  font-family: 'Karla', sans-serif;
  color: #cc0000;
}

h6 {
  font-family: 'Karla', sans-serif;
  font-size: .875em;
  font-weight: normal;
  white-space: normal;
  color: #000000;
  margin-bottom: 8px;
}

h6button {
  font-family: 'Merriweather', sans-serif;
  font-size: 13px;
  line-height: 11px;
  font-weight: 400;
  white-space: normal;
  color: #ffffff;
}

h6 a {
  color: #ae712c;
  text-decoration: none;
}

.md-container h2 {
  color: #437c4c;
  font-size: 1.2em;
  line-height: 1.500em;
  padding: 10px 0px 0px 0px;
}

menu_submenu ul li {
  list-style: none;
  font-family: 'Karla', sans-serif;
  color: #ffff;
  text-align: left;
  font-size: .9em;
  line-height: 1.2em;
}

/*----- Testimonial ------*/

.testimonials {
  width: 100%;
  height: auto;
}

/* --- testimonials -- */

/*ul.testimonial li{
	display:block;
	float:left;
	width:100%;
}
ul.testimonial li blockquote{
	position:relative;
	padding:50px 50px;
	margin:0;
	color:#a1a1a1;
	background:#e9e9e9; /* default background for browsers without gradient support */

/* NOTE: webkit gradient implementation is not as per spec */

/*background:-webkit-gradient(linear, left top, left bottom, from(#f3f2f2), to(#e9e9e9));
	background:-moz-linear-gradient(top, #f3f2f2, #e9e9e9);
	background:-o-linear-gradient(top, #f3f2f2, #e9e9e9);
}

/* display of quote author (alternatively use a class on the element following the blockquote) */

/*ul.testimonial li blockquote + p {margin:20px 0 2em 85px; font-weight:bold;}

ul.testimonial li blockquote:after{
	content:"";
	display:block; /* reduce the damage in FF3.0 */

/*position:absolute;
	bottom:-30px;
	left:50px;
	width:0;
	height:0;
	border-width:0 20px 30px 0px;
	border-style:solid;
	border-color:transparent #e9e9e9;
}

h3testimonial {
	font-size:20px;
	font-family:'Merriweather', sans-serif;
	font-weight:600;
	line-height:32px;
	color:#666666;
	margin:0px 0px 0px 0px;
}

ul.testimonial img {
	margin-top:20px;
	margin-left:90px;
	margin-right:10px;
}

ul.testimonial p.author-name {
	margin-top:20px;
	font-weight:bold;
	margin-bottom:0px;
}

ul.testimonial p.author-company {
	color:#909090;
	font-family: 'Karla', sans-serif;
	font-style:italic;
}*/

/*------------------TABLE STYLES------------------*/

table {
  border-collapse: separate;
  border-spacing: 0;
  border-top-width: 5px;
  margin-bottom: 5px;
  border: 0px solid #efefef;
}

th {
  padding: 10px 10px;
  background: #cccccc;
  color: #FFF;
}

td {
  padding: 10px 15px;
  border-top: 0px solid #efefef;
}

/*tbody.colorfull td:hover {background:#ebebeb;cursor:pointer;}*/

/*------------------TABLE STYLES ENDS------------------*/

/*------------------03 - FORM STYLE------------------*/

label {
  font-weight: normal;
  display: block;
  color: #7f7f7f;
}

input[type=text],input[type=password],input[type=email],input.text,input.title,textarea {
  background-color: #FFF;
  border: 1px solid #999999;
  font-size: 11px;
}

input[type=text]:focus,input[type=password]:focus,input[type=email]:focus,input.text:focus,input.title:focus,textarea:focus {
  border-color: #88bbc8;
  -moz-box-shadow: 0 0px 3px #88bbc8;
  -webkit-box-shadow: 0 0px 3px #88bbc8;
  box-shadow: 0 0px 3px #88bbc8;
}

select {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
}

input[type=text],input[type=password],input[type=email],input.text,input.title,textarea,select {
  padding: .5em;
  margin: 0em;
  box-sizing: border-box;
}

input.text,input.title {
  width: 200px;
  padding: 5px;
}

input.title {
  font-size: 1.5em;
}

textarea {
  width: 450px;
  height: 180px;
  padding: 5px;
}

form.inline {
  line-height: 3;
}

form.inline p {
  margin-bottom: 0;
}

.search-input {
  background: #FFF url("../images/search-bg.png")  right no-repeat;
  padding: 6px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  width: 150px;
  color: #c6c6c6;
}

.search-place {
  margin-left: 25px;
}

.required {
  color: #ed1c24;
  color: #e64135;
}

.required {
  color: #ed1c24;
}

.error {
  color: #e64135;
  text-align: right;
  font-size: 11px;
}

.success {
  color: #acd373;
  text-align: right;
  font-size: 11px;
}

.simple-error,.simple-alert,.simple-notice,.simple-success,.simple-info {
  padding: 0.3em;
  margin-bottom: 1em;
  border: 1px solid #ddd;
  text-align: center;
}

.simple-error,.simple-alert {
  background: #fbe3e4;
  border-color: #fbc2c4;
  color: #e64135;
}

.simple-notice {
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324;
}

.simple-success {
  background: #dbebe7;
  color: #4aa68c;
  border-color: #4aa68c;
}

.simple-info {
  background: #ededec;
  color: #205791;
  border-color: #92cae4;
}

.simple-error a,.simple-alert a {
  color: #8a1f11;
}

.simple-notice a {
  color: #514721;
}

.simple-success a {
  color: #264409;
}

.simple-info a {
  color: #205791;
}

#sign-up-form input,#sign-up-form select {
  padding: 7px 10px;
  width: 250px;
  border: 1px solid #cccccc;
}

#sign-up-form  #Mysubmitted {
  width: 105px!important;
  padding: 5px 10px;
  border: none;
  color: #FFF;
}

#round-form input,#round-form select {
  padding: 7px 10px;
  width: 250px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

#round-form input:focus,#round-form select:focus {
  border-color: #72c2e7;
  -moz-box-shadow: 0 0px 5px #72c2e7;
  -webkit-box-shadow: 0 0px 5px #72c2e7;
  box-shadow: 0 0px 5px #72c2e7;
}

/*-----------------MAIN STYLES-------------------*/

#wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  top: 0px;
  width: 100%;
}

#container {
  float: left;
  height: auto;
  width: 960px;
  background: #FFF;
  /*-moz-box-shadow:0 0 6px #b7b7b7;*/
  /*-webkit-box-shadow:0 0 6px #b7b7b7;*/
  /*box-shadow:0 0 6px #b7b7b7;*/
  padding: 0 30px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 20px;
}

.center {
  height: auto;
  width: 1020px;
  margin: auto;
  padding: 0px;
}

.centered {
  text-align: center;
  display: block;
  margin: 0 auto;
}

.content {
  padding-bottom: 0px;
  height: auto;
  float: left;
}

.header {
  padding: 20px 0;
  /*border-bottom:1px solid #efefef;*/
  height: 100px;
}

a:logo {
  display: block;
  float: left;
  width: 275px;
  height: 51px;
  margin-bottom: 25px;
}

.slideshow {
  border-top: 0px solid #efefef;
  padding: 0px 0;
}

a img {
  border: none;
}

p,ul,ol,pre,code {
  margin-bottom: 10px;
}

.colored {
  color: #000000;
}

ul {
  list-style-type: none;
}

ol {
  list-style-type: decimal;
  list-style-position: inside;
}

blockquote {
  padding: 0px;
  line-height: 24px;
  background: url(/images/quote.png) no-repeat top left;
  color: #999999;
}

/*diyblockquote {
	padding:5px 5px 5px 5px;
	line-height:24px;
	background: url(/images/quote.png) no-repeat top left;
}
.diyblockquote  h3 {
	font-style:italic;
	font-size:100%;
	font-family: Georgia, Times, serif;
	color:#333333;
	font-size:12px;
	line-height:20px;
}*/

pre,code {
  border: 1px solid #efefef;
  border-left: 5px solid #efefef;
  display: block;
  padding: 10px;
  font-size: 11px;
  font-family: monospace;
  background-color: #f5f5f5;
}

/*------------------05 -  GRID STYLE-------- Copyright by Gorham Printing ----------*/

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

.horizontal-line {
  width: 100%;
  margin: 20px auto;
  float: left;
  border-top: 1px solid #efefef;
}

.clear-line {
  width: 100%;
  margin: 10px auto auto auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.one,.one-half,.one-halfchart,.two-third,.one-third,.one-fourth,.one-fifth,.one-sixth,.inner-content,.one-third-big {
  float: left;
}

.one-half,.one-halfchart,.two-third,.one-third,.one-fifth,.one-sixth,.inner-content,.one-third-big {
  margin-right: 30px;
}

.one {
  width: 840px;
  padding: 60px;
}

.one-indent {
  width: 960px;
  margin-left: 25px;
}

.one-half {
  width: 465px;
}

.one-halfchart {
  width: 370px;
  background: #ece7e0;
  padding: 0px 0px 20px 20px;
}

.two-third {
  width: 650px;
}

.one-third {
  width: 300px;
}

.one-thirdpics {
  width: 260px;
  margin-left: 1em;
  float: left;
  padding: 1em 0em 1em 1em;
  border: 0px solid #9fb493;
}

.one-thirdpics img {
  margin: 1em 3em 1em 0em;
  float: left;
}

.one-thirdpics h3 {
  font-size: 1em;
  line-height: 1em;
  color: #000000;
  padding: 0em 0em 0em 0em;
  font-family: 'Merriweather', serif;
  font-weight: 400;
}

.one-thirdpics h5 {
  font-size: .8em;
  line-height: 1em;
  color: #9E6742;
  margin-bottom: 1em;
  padding: 0em 0em 0em 0em;
  font-family: 'Karla', sans-serif;
  font-weight: 400;
}

.one-thirdpics p {
  font-size: .9em;
  line-height: 1.5em;
  padding: 1em 0em 1em 0em;
  color: #333333;
  font-family: 'Karla', sans-serif;
  font-weight: 400;
}

.one-third-diy {
  width: 250px;
  margin-left: 25px;
  float: left;
  padding: 20px;
  background-color: #ece7e0;
  border: 0px solid #9fb493;
}

.inner-content {
  width: 712px;
}

.one-third-big {
  width: 340px;
}

.one-fourth {
  width: 240px;
}

.one-fifth {
  width: 120px;
}

.one-sixth {
  width: 135px;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 9px;
  font-style: normal;
  line-height: 14pt;
  font-weight: normal;
  color: #CCC;
}

.last {
  margin-right: 0px!important;
}

.img-align-left {
  margin: 5px 10px 0 0;
  float: left;
}

.img-align-right {
  margin: 5px 0 0 10px;
  float: right;
}

.img-align-center {
  margin: 5px 0;
  text-align: center;
}

.text-align-left {
  float: left;
  width: 220px;
}

/*--------------------------------06 - MAIN NAVIGATION---------------------------------------------*/

#main_navigation {
  top: 10px;
  font-size: 14px;
  height: 50px;
  float: right;
}

.main-menu {
  position: relative;
  z-index: 22;
  font-family: 'Merriweather', sans-serif;
  font-weight: 400;
}

.main-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.main-menu ul li {
  position: relative;
  display: inline;
  float: left;
  font-size: 1em;
  font-family: 'Merriweather', sans-serif;
  font-weight: 400;
}

.main-menu ul li a,.main-menu ul li a:link,.main-menu ul li a:visited {
  line-height: 40px;
  color: #336633;
  font-size: 12px;
  font-family: 'Merriweather', sans-serif;
  font-weight: 400;
}

.main-menu ul li a:hover {
  color: #437c4c;
}

.main-menu ul li a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  padding: 0px 43px 0px 0px;
}

* html .main-menu ul li a {
  display: inline-block;
}

.main-menu ul li ul {
  position: absolute;
  left: 0px;
  display: block;
  visibility: hidden;
}

.main-menu ul li ul li {
  display: list-item;
  float: none;
}

.main-menu ul li ul li a {
  width: 100px;
  padding: 5px 10px;
}

.main-menu ul ul {
  background: #FFF;
  border: 1px solid #e0e0e0;
  -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
  box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
}

.main-menu ul ul li a,.main-menu ul ul li a:link,.main-menu ul ul li a:visited {
  height: 100%;
  line-height: 20px;
  margin-right: -2px!important;
  border-bottom: dotted 1px #e1e1e1;
  padding: 5px 10px!important;
}

.main-menuz ul li ul li a:hover,.main-menu ul ul li a:hover {
  background: #fbfbfb;
  text-decoration: none!important;
  margin: 0 0px;
  color: green;
}

.main-menuz ul ul li ul li a:hover,.main-menu ul ul ul li a:hover {
  text-decoration: none!important;
  width: 100px;
}

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

/*--------------------------------06 - SIDE NAVIGATION---------------------------------------------*/

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

/*#sidenav {
	top:10px;
	font-size:16px;
	height:30px;
	float:left;
	width:180px;
}
.sidemenu {
	position:relative;
	z-index:22;
	font-family:'Merriweather', sans-serif;
	font-weight:400;
}
.sidemenu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.sidemenu ul li {
	position:relative;
	display:inline;
	float:left;
	font-size:16px;
	font-family:'Merriweather', sans-serif;
	font-weight:400;
}
.sidemenu ul li a,.sidemenu ul li a:link,.sidemenu ul li a:visited {
	line-height:20px;
	color:#336633;
	font-size:16px;
	font-family:'Merriweather', sans-serif;
	font-weight:400;

}
.sidemenu ul li a:hover {
	color:green;
}
.sidemenu ul li a {
	display:block;
	text-decoration:none;
	overflow:hidden;
	padding:3px 0px 0px 0px;
}
* html .sidemenu ul li a {
	display:inline-block;
}
.sidemenu ul li ul {
	position:absolute;
	left:30px;
	display:block;
	visibility:hidden;
}
.sidemenu ul li ul li {
	display:list-item;
	float:none;
}
.sidemenu ul li ul li a {
	width:180px;
	padding:3px 20px;
}
.sidemenu ul ul {
	background:#FFF;
	border:0px solid #e0e0e0;
}
.sidemenu ul ul li a,.sidemenu ul ul li a:link,.sidemenu ul ul li a:visited {
	height:100%;
	line-height:20px;
	margin-right:-2px!important;
	padding:3px 10px!important;
}*/

/*INTRO PAGES*/

.intro-pages  span {
  color: #999999;
}

.intro-pages {
  padding: 10px 0px 20px 0;
  height: auto;
  margin-bottom: 30px;
  background: transparent url("../images/intro-pages-bg.png") no-repeat bottom;
  border-top: 0px solid #efefef;
}

.intro-pages  h1,.intro-pages  h2,.intro-pages  h3,.intro-pages  h4 {
  text-align: center;
  margin-bottom: 0;
  font-style: italic;
}

.intro-pages  a {
  color: #8bc34a;
  text-decoration: none;
}

/*------------------------07 - SLIDERS-------------------------------*/

/*VIDEO BLOCK */

#video-block {
  width: 1020px;
  height: 570px;
  float: left;
  margin-left: -30px;
  border-top: 5px solid #f7f7f7;
}

/*NIVO SLIDERS*/

/*.nivoSlider {
    width:1020px;
    height:550px;
	float:left;
	margin-left:-30px;
	border-top:5px solid #f7f7f7;
	border-bottom:1px solid #f7f7f7;
}
 .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}
#slider3 .nivo-controlNav {position:absolute;right:10px;bottom:10px;z-index:99;}
#slider3 .nivo-controlNav a {display:block;
	float:left;
	margin:0 0px 0 0;
	background:url(/images/nivo-pag.png) top no-repeat;
	width:22px;
	height:22px;
	outline:none;
	text-indent:-9999px;}
#slider3 .nivo-controlNav a.active {	background:url(/images/nivo-pag.png) bottom no-repeat;}

.nivo-directionNav a {display:block;width:50px;height:50px;background:url(/images/slideshow-nav.png) no-repeat;text-indent:-9999px;border:0;}
a.nivo-nextNav {background:url(/images/slide-next-prev.png) right no-repeat;right:5px;}
a.nivo-prevNav {background:url(/images/slide-next-prev.png) left no-repeat;left:5px;}
.nivo-caption {text-shadow:none;font-size:12px;}
.nivo-caption a {color:#efe9d1;}
.nivo-caption {text-shadow:none;font-family: Helvetica, Arial, sans-serif;}
 .nivo-caption a {
    color:#efe9d1;
}
#slider3 {
	margin-bottom:30px;
}*/

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

/*NIVO THUMB SLIDER*/

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

/*#slider4 {
	margin-bottom:110px;
}
#slider4 .nivo-controlNav {
	position:absolute;
	left:30px;
	bottom:-85px;
}
#slider4 .nivo-controlNav a {
    display:inline;
}
#slider4 .nivo-controlNav img {
	display:inline;
	position:relative;
	margin-right:10px;
	-moz-box-shadow:0px 0px 5px #acacac;
	-webkit-box-shadow:0px 0px 5px #acacac;
	box-shadow:0px 0px 5px #acacac;
}
#slider4 .nivo-controlNav a.active img {
    border:1px solid #556074;
}
/*-------------------------------------------------------------------------------------------------*/

/*----------------------SLLIDERS JS----------------------------*/

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

/*SLIDER FULL WIDTH STARTS*/

.caption {
  z-index: 500;
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 30px;
  padding: 10px 20px 5px 20px;
  background: url("../images/thumb-hover-bg.png") repeat;
  margin-bottom: 5px;
  width: 910px;
  font-size: 12px;
  color: #fff;
  border-top: 1px solid #000;
  text-shadow: none;
}

.caption p {
  margin-bottom: 0;
  font-style: italic;
}

.slides_container {
  background: #FFF;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.slides_container a img {
  display: block;
  z-index: 99;
}

.small-slider {
  padding: 4px;
  background: #FFF;
  height: 350px;
  width: 620px;
  border: 1px solid #ebebeb;
}

.big-slider,#cycle-slider img {
  height: 350px;
  width: 950px;
  background-color: #f8f8f8;
  background: -moz-linear-gradient(center bottom , #f8f8f8 0px, #FFF 100%) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #f8f8f8),color-stop(1, #FFF));
  border: 1px solid #ebebeb !important;
  padding: 4px;
}

.portfolio-details-slider {
  height: 350px;
  width: 711px;
}

#simple-slider {
  margin-top: 0px;
}

/*SLIDER TWO THIRD  WIDTH ENDS*/

.pagination {
  position: relative;
  float: right;
  z-index: 501;
  margin: -30px 10px 0 0px;
}

.pagination li {
  float: left;
  margin: 0 5px 0 0;
}

.pagination li a {
  display: block;
  background: url(/images/slideshow-nav.png) left no-repeat;
  width: 12px;
  float: left;
  height: 12px;
  outline: none;
  text-indent: -9999px;
}

.slides-nav {
  position: relative;
  z-index: 100;
  display: none;
}

.slides-nav a {
  position: absolute;
  display: block;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-image: url(/images/slide-next-prev.png);
  z-index: 10;
}

.slides-nav a.prev {
  background-position: left;
  margin: -195px 0 0 20px;
  -webkit-transition: all 0.3s ease, top 0ms linear;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.3s ease;
}

.slides-nav a.prev:hover {
  background-position: left;
  margin: -195px 0 0 15px;
}

.slides-nav a.next {
  background-position: right;
  margin: -195px 0 0 880px;
  -webkit-transition: all 0.3s ease, top 0ms linear;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.3s ease;
}

.slides-nav a.next:hover {
  background-position: right;
  margin: -195px 0 0 885px;
}

.pagination li.current a {
  background: url(/images/slideshow-nav.png) right no-repeat;
}

.kwicks-container {
  width: 1020px;
  height: 550px;
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  background: #FFF;
}

.kwicks {
  /* recommended styles for kwicks ul container */
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
  background: #FFF;
  overflow: hidden;
}

.kwicks li {
  /* these are required, but the values are up to you (must be pixel) */
  width: 220px;
  height: 550px;
  /*do not change these */
  display: block;
  overflow: hidden;
  padding: 0;
  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}

.kwicks.horizontal li {
  /* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
  margin-right: 0px;
  /*Set to same as spacing option. */
  float: left;
  background: #FFF;
}

.kwicks.vertical  li {
  /* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
  margin-bottom: 5px;
  /*Set to same as spacing option. */
}

.accordian-slider-image {
  float: left;
  padding: 0;
  margin: 0;
}

.accordian-slider-caption {
  top: 60px;
  left: 550px;
  position: absolute;
  color: #D1D1D1;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 22px;
  background: #111;
  -moz-border-radius: 5px;
  -webkit-border: 5px;
  border-radius: 5px;
  width: 300px;
  -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
  box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
}

.accordian-slider-caption a {
  color: #D1D1D1;
}

.accordian-slider-caption a:hover {
  text-decoration: none;
}

.kwicks li {
  width: 255px;
}

.kwicks li {
  height: 550px;
}

*/



#footer-wrapper {
  width: 1020px;
  float: left;
  background: #707070;
  line-height: 20px;
  color: #FFF;
  margin-top: 30px;
  border-top: 5px solid #2b2b2b;
  border-bottom: 1px solid #464646;
  margin-left: -30px;
}

#footer-container {
  width: 100%;
  float: left;
  padding: 30px 0;
}

#footer {
  width: 960px;
  margin: 0 auto;
}

#footer ul {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
  float: left;
}

#footer ul li {
  display: block;
  margin-bottom: 10px;
}

#footer a {
  color: #99cc99;
  line-height: 17px;
  font-family: Tahoma, Geneva, sans-serif;
  text-decoration: underline;
}

#footer ul li a:hover {
  color: #669966;
  text-decoration: underline;
}

#footer ul li span,#footer ul li span a {
  display: block;
  text-transform: none;
}

#footer ul li span a {
  display: inline;
}

#footer h1,#footer h2,#footer h3,#footer h4,#footer h5,#footer h6 {
  color: #FFF;
}

/********** SOCIAL-LINK UL***************/

ul.social-links {
  float: left;
  margin: 0px;
  padding: 0px;
}

ul.social-links li {
  display: block;
  margin-bottom: 0px;
}

ul.social-links li img {
  margin-right: 7px;
  float: left;
  margin-top: 2px;
}

#footer .tweet {
  width: auto;
}

#footer .tweet ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  float: left;
}

#footer .tweet li,.block .tweet li {
  margin-bottom: 20px;
}

#footer .tweet li .tweet_text,.block .tweet li .tweet_text {
  list-style-type: none;
  font-style: normal;
  font-size: 12px;
}

#footer .tweet a,.block .tweet a {
  text-transform: none;
  display: inline;
  margin: 0px;
  padding: 0px;
  font-style: italic;
  font-size: 12px;
  text-decoration: none;
}

#footer .tweet .tweet_time a,.block .tweet .tweet_time a {
  text-transform: none;
  display: block;
  font-style: italic;
  font-size: 12px;
  text-decoration: none;
  margin-top: 10px;
}

/**** COPYRIGHT***********/

.copyright-wrapper {
  width: auto;
  /* 2015-08-03 -sjm */
  margin: 0 auto;
  padding: 1.25em 0 1.75em 0;
  text-align: center;
  background: #ffffff;
  line-height: .75em;
  font-size: .8em;
  font-family: 'Karla', sans-serif;
}

.copyright-logo {
  display: block;
  float: left;
  margin-top: -5px;
  width: 185px;
  height: 50px;
  text-decoration: none;
}

.copyright-wrapper a {
  color: #437c4c;
  font-size: .8em;
  line-height: .75em;
  font-family: 'Karla', sans-serif;
  text-decoration: none;
}

.copyright-wrapper a:hover {
  color: #0d4b6b;
  text-decoration: none;
}

#copyright {
  width: 960px;
  margin: 0 auto;
}

#copyright p,#copyright span {
  margin-bottom: 0px;
}

#copyright span {
  font-size: 11px;
}

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

/*FOOTER ENDS*/

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

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

/*09 - PORTFOLIO*/

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

/*.portfolio-item-preview {
	display:block;
	background:url(/images/bg-fade.png) no-repeat center center;


}
.portfolio-img{}
.bordered-img {
	border:5px solid #f8f8f8;
}
.pretty-box{
	background-color:#f8f8f8;
	background:-moz-linear-gradient(center bottom , #f8f8f8 0px, #FFF 100%) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear,left bottom,left top, color-stop(0, #f8f8f8),color-stop(1, #FFF));
	border:1px solid #ebebeb !important;
	padding:4px;
}
.pretty-box:hover {
	border:1px solid #556074 !important;
	-moz-box-shadow:0 0px 3px #e7e7e7;
	box-shadow: 0 0px 3px #e7e7e7;
	-webkit-box-shadow: 0 0px 3px #e7e7e7;
	-o-box-shadow: 0 1px 3px #e7e7e7;
}
/*#portfolio {
	width: 960px;
	float: left;
}
.portfolio-container ul li a.hide {
	display: none;
}
.portfolio-container {
	padding: 0px;
	display: block;
	width: 990px;
	float: left;
	height:auto;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: -30px;
}
.portfolio-container ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	padding-top:10px;
}
/***************************************************
		  FILTERABLE   PORTFOLIO
***************************************************/

/*#filterable  {
	display: inline;
	float: left;
	margin-bottom: 20px;
	margin-top:5px;
	margin-right:25px;

}
#filterable li {
	float: left;
	margin-left: 25px;

}
#filterable li a {
	display: block;
	color: #ffffff;
	font-family: 'Karla', sans-serif;
	font-size:13px;
	text-decoration: none;
	text-align: center;
	width: 100%;
	height: auto;
	padding:2px 5px;
	margin:5px;
	background: #407373;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-top: 1px solid #f0f0f0;
}

#filterable li.current a {
	color: #25737f;
	background: #fafafa;
	margin: 7px 5px 3px;
	-webkit-box-shadow:
		inset 0 0 25px #e4e4e4,		0 0 3px #333;
	-moz-box-shadow:
		inset 0 0 25px #e4e4e4,		0 0 3px #333;
	box-shadow:
		inset 0 0 25px #e4e4e4,		0 0 3px #333;
	border-top: 1px solid #eee;
}
#filterable li h4{
	float: left;

}*/

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

/*PORTFOLIO DETAILS NAVIGATION*/

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

/*.portfolio-details-nav{float:right;width:100%;margin-bottom:15px;}
#prev,#next {
	display:block;
	float:right;
	padding:4px 9px;
	margin-right:5px;
	border:1px solid #d7d7d7;
	background-color:#ffffff;
}
#prev:hover,#next:hover {
	background-color:#F7F7F7;
}
#prev a:hover,#next a:hover {
	text-decoration:none!important;
}*/

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

/*10 - BUTTONS*/

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

/*.button{
	cursor:pointer;
	font-family: 'Karla', sans-serif;
	font-size: 13px;
	color: #ffffff;
	-webkit-transition:all 0.3s ease, top 0ms linear;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	transition:all 0.3s ease;
	border-radius: 99px;
	-moz-border-radius: 99px;
	-webkit-border-radius: 99px;

	}

.button a{
	text-decoration: none !important;

	}

.button.round{
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.button.small{
	padding: 4px 6px;
}
.button.diy{
	padding: 10px 15px;
	margin-top: 10px;
	margin-left: 20px;
}
.button.big{
	padding: 8px 15px;
}
.button.huge{
	padding: 12px 20px;
}
/*-----------BUTTON COLORS ---------------*/

/*ul.buttons li {display:list;margin:25px 0;}
/*MAIN*/

/*.buttonmain{
	cursor:pointer;
	font-family: 'Karla', sans-serif;
	font-size: 15px;
	color: #ffffff;
	background-color:#4aa68c;
	border: 1px solid #4aa68c;
	}
	.buttonmain:hover {
	color:#FFF;
	}
	.buttonmain:active{
	background-color:#fff;
	}
	.buttonmain.huge{
	padding: 12px 24px;
}

/*GREEN*/

/*.button.green{
	background-color:#4aa68c;
	background: -moz-linear-gradient(
		top,		#336666 0%,		#4aa68c);
	background: -webkit-gradient(
		linear, left top, left bottom,		from(#336666),		to(#4aa68c));
	border: 1px solid #336666;
	background-clip: padding-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;

	}
	.button.green:hover {
	color:#FFF;
	-webkit-box-shadow: 0px 0px 6px rgba(107, 170, 4, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 6px rgba(107, 170, 4, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 0px 6px rgba(107, 170, 4, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0px 0px 6px rgba(107, 170, 4, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 6px rgba(107, 170, 4, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.1);
	}
	.button.green:active{
	background: -webkit-gradient(
		linear, left top, left bottom,		from(#6ca314),		to(#a6df57));
	}


/*BUTTON ENDS*/

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

/*10 - favorbook BUTTONS*/

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

/*.buttonfb{
	cursor:pointer;
	font-family: 'Karla', sans-serif;
	font-size: 15px;
	color: #ffffff;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),		0px 0px 0px rgba(255,255,255,0);
	-webkit-transition:all 0.3s ease, top 0ms linear;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	transition:all 0.3s ease;
	border-radius: 99px;
	-moz-border-radius: 99px;
	-webkit-border-radius: 99px;

	}
.buttonfb.round{
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}
.buttonfb.small{
	padding: 4px 10px;
}
.buttonfb.big{
	padding: 15px 20px;
}
.buttonfb.huge{
	padding: 12px 24px;
}*/

/*-----------BUTTON COLORS ---------------*/

/*ul.buttons li {display:list;margin:25px 0;}*/

/*PURPLE*/

/*.buttonfb.purple{
	background-color:#715f8f;
	background: -moz-linear-gradient(
		top,		#715f8f 0%,		#9a8cb1);
	background: -webkit-gradient(
		linear, left top, left bottom,		from(#715f8f),		to(#9a8cb1));
	-moz-box-shadow:
		0px 1px 2px rgba(000,000,000,0.3),		inset 0px 1px 0px rgba(255,255,255,0.4);
	-webkit-box-shadow:
		0px 1px 2px rgba(000,000,000,0.3),		inset 0px 1px 0px rgba(255,255,255,0.4);
	border: 1px solid #715f8f;
	background-clip: padding-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	}
	.buttonfb.purple:hover {
	color:#FFF;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4), 0px 0px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4), 0px 0px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4), 0px 0px 3px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4), 0px 0px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4), 0px 0px 3px rgba(0, 0, 0, 0.1);
	}
	.buttonfb.purple:active{
	background: -webkit-gradient(
		linear, left top, left bottom,		from(#715f8f),		to(#9a8cb1));
}*/

/*BUTTON ENDS*/

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

/*11 - PRICING BOXES ANDTABLES*/

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

/*----------------------PRICING BOXES------------------------------*/

/*PRICING BOX STYLE*/

/*ul.list-box{margin:0; padding:0; list-style-type:none;}
ul.list-box > li{
	background:#ece7e0;
	float:left;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow:0px 3px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 3px 3px rgba(0,0,0,0.1);
	box-shadow:0px 3px 3px rgba(0,0,0,0.1);}
 ul.list-box  li:hover{
	position: relative;
	z-index: 100;
	top: -15px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	cursor:pointer;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;}*/

/*.title-box {text-align:center; color:#ffffff; font-size:22px; line-height:28px; font-family: 'Merriweather', sans-serif; font-weight:400;}*/

/*.design-button{
	margin-top:20px;
	background:#ffffff;
	border:3px solid #f5ae14;
	padding-bottom:15px;
	}
.design-button h3{text-align:center; color:#000000; font-size:16px; font-family: 'Merriweather', sans-serif;}*/

/*.box-header{
	padding-top:0px;
	border-radius: 6px 6px 0px 0px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	}
.box-header h3{color:#ffffff; font-size:18px; line-height:24px; font-family: 'Merriweather', sans-serif;}
.box-des{text-align:left;}*/

/*.pricing-box-container{
	background:#f7f4ef;
	text-align:center;
}*/

/*.topic-box-container{
	background:#f7f4ef;
	text-align:left;
	padding:10px 60px 60px 60px
}*/

.list-box-content {
  margin: 0px 0px;
  padding: 10px 25px 25px 25px;
}

.list-box-content ul {
  margin: 0px auto;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Karla', sans-serif;
}

.list-box-content ul li {
  margin: 0;
  padding: 5px 0 5px 30px;
  list-style-type: none;
  background: url(/images/check.png) no-repeat 0 5px;
  text-align: left;
  line-height: 20px;
  font-size: 14px;
  font-family: 'Karla', sans-serif;
}

.list-box-content ul li:hover {
  box-shadow: none!important;
  -moz-box-shadow: none!important;
  webkit-box-shadow: none!important;
  left: 0px!important;
  top: 0px!important;
}

.list-box-x {
  margin: 0px 0px;
  padding: 10px 25px 25px 25px;
}

.list-box-x ul {
  margin: 0px auto;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Karla', sans-serif;
}

.list-box-x ul li {
  margin: 0;
  padding: 5px 0 5px 30px;
  list-style-type: none;
  background: url(/images/cancel.png) no-repeat 0 5px;
  text-align: left;
  line-height: 20px;
  font-size: 14px;
  font-family: 'Karla', sans-serif;
}

.list-box-x ul li:hover {
  box-shadow: none!important;
  -moz-box-shadow: none!important;
  webkit-box-shadow: none!important;
  left: 0px!important;
  top: 0px!important;
}

/*.text-price{
	text-align:center;
	padding:10px 0 5px 0;}
.text-price h3{color:#FFF; font-family: 'Merriweather', sans-serif;;}*/

/*PRICING BOX COLORS*/

/*GREEN*/

/*.text-price.green{
	background-color: #5e8c7f;
	background-image: linear-gradient(top, #7aa498, #5e8c7f);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7aa498', endColorstr='#5e8c7f');
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7aa498', endColorstr='#5e8c7f');
	background: -ms-linear-gradient(top, #7aa498, #5e8c7f);
	background: -moz-linear-gradient(top, #7aa498, #5e8c7f);
	background: -o-linear-gradient(top, #7aa498, #5e8c7f);
	background: -webkit-linear-gradient(top, #7aa498, #75e8c7f);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7aa498), color-stop(1, #5e8c7f));
}*/

/*.box-header.green{
	border-bottom: 1px solid #5e8c7f;
	background-color: #5e8c7f;
	background-image: linear-gradient(top, #7aa498, #5e8c7f);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7aa498', endColorstr='#5e8c7f');
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7aa498', endColorstr='#5e8c7f');
	background: -ms-linear-gradient(top, #7aa498, #5e8c7f);
	background: -moz-linear-gradient(top, #7aa498, #5e8c7f);
	background: -o-linear-gradient(top, #7aa498, #5e8c7f);
	background: -webkit-linear-gradient(top, #7aa498, #5e8c7f);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7aa498), color-stop(1, #5e8c7f));
	}

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

/* ADD-ON Costs TABLE  */

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

/*.add-table-box-container{ width:680px;}
.add-table-box-container ul{ margin:0px; float:left; border-left:1px solid #dcdcdc;}
.add-table-box-container ul li{ float:left; list-style-type:none; padding:8px 0px 8px 0px ; line-height:normal; color:#707070 !important; min-height:22px; font-family: 'Merriweather', sans-serif;}
.add-table-box-container ul li h3{ margin:0px; font-size:13px; font-family: 'Merriweather', sans-serif;}
.add-table-box-container ul li.one{
	width:470px;
	padding:8px;
	font-family: 'Merriweather', sans-serif;
	border-right:1px solid #dcdcdc;
 }
	.add-table-box-container ul li.two{ width:150px; text-align:center; border-right:1px solid #dcdcdc; font-family: 'Merriweather', sans-serif;}
	ul.add-table-footer{ background-color:#FFF; float:left;}
	ul.add-table-footer li{ width:620px; text-align:center; font-family: 'Merriweather', sans-serif; border-left:1px solid #ffffff;}
	ul.add-table-white{ background-color:#FFF; float:left; border-bottom:1px solid #dcdcdc; border-top:1px solid #dcdcdc;}
	ul.add-table-white li.one{ width:470px; padding-left:8px;}
	ul.add-table-grey{ background-color:#fafafa; border-bottom:1px solid #dcdcdc; border-top:1px solid #dcdcdc;}
	ul.add-table-grey li.one{ width:470px; padding-left:8px; }
	ul.addtbl-price{padding:0px 0px 14px 0px;  font-size:16px; font-family: 'Merriweather', sans-serif;  border-right:1px solid #dcdcdc; border-bottom:1px solid #dcdcdc; border-top:1px solid #dcdcdc; }
	.icontable{width:25px;}
	.icontable img{vertical-align:middle;}
/*------------------------------------------------------------*/

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

/* PRICING TABLE  */

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

/*.pricing-pricing-table-box-container{ width:690px;}
.pricing-table-box-container ul{ margin:0px; float:left; }
.pricing-table-box-container ul li{ float:left; list-style-type:none; padding:8px 0px 8px 0px ; line-height:normal; color:#707070 !important; min-height:22px; font-family: 'Merriweather', sans-serif; border-top:1px solid #dcdcdc;}
.pricing-table-box-container ul li h3{ margin:0px; font-size:13px; font-family: 'Merriweather', sans-serif;}
.pricing-table-box-container ul li.one{
	width:400px;
	padding:8px;
	border-left:1px solid #dcdcdc;
	font-family: 'Merriweather', sans-serif;
	border-right:1px solid #dcdcdc;
 }
	.pricing-table-box-container ul li.two{ width:90px; text-align:center; border-right:1px solid #dcdcdc; font-family: 'Merriweather', sans-serif;}
	.pricing-table-box-container ul li.three{ width:90px; text-align:center; border-right:1px solid #dcdcdc; font-family: 'Merriweather', sans-serif;}
	.pricing-table-box-container ul li.four{ width:90px; text-align:center; border-right:1px solid #dcdcdc; font-family: 'Merriweather', sans-serif;}
	ul.pricing-table-header li{ }
	ul.pricing-table-white{ background-color:#FFF; float:left;}
	ul.pricing-table-white li.one{ width:400px; padding-left:8px;}
	ul.pricing-table-grey{ background-color:#fafafa;}
	ul.pricing-table-grey li.one{ width:400px; padding-left:8px;}
	ul.tbl-price{ background-color:#FFF; float:left;}
	ul.tbl-price li{padding:0px 0px 14px 0px;  font-size:16px; font-family: 'Merriweather', sans-serif;  border-right:1px solid #dcdcdc; border-bottom:1px solid #dcdcdc; }
	.icontable{width:25px;}
	.icontable img{vertical-align:middle;}
/*------------------------------------------------------------*/

/* PRICING TABLE FAVORBOOKS  */

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

/*.pricing-pricing-table-box-containerfb{ width:660px;}
.pricing-table-box-containerfb ul{ margin:0px; border-bottom:1px solid #dcdcdc; float:left; }
.pricing-table-box-containerfb ul li{ float:left; list-style-type:none; padding:5px 0px 5px 0px ; line-height:normal; color:#707070 !important; min-height:22px; }
.pricing-table-box-containerfb ul li h4{ margin:0px; font-size:8px;}
.pricing-table-box-containerfb ul li.one{
	width:130px;
	padding-left:5px;
 }
.pricing-table-box-containerfb ul li.one:hover{
	background:#e3f7ba;cursor:pointer;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
	.pricing-table-box-containerfb ul li.two{ width:100px; text-align:center; border-left:1px solid #dcdcdc; }
	.pricing-table-box-containerfb ul li.three{ width:50px; text-align:center; border-left:1px solid #dcdcdc; }
	.pricing-table-box-containerfb ul li.four{ width:50px; text-align:center; border-left:1px solid #dcdcdc; }
	ul.pricing-table-headerfb li{ }
	ul.pricing-table-whi27897tefb{ background-color:#FFF; float:left;}
	ul.pricing-table-whitefb li.one{ width:80px; padding-left:5px; }
	ul.pricing-table-greyfb{ background-color:#fafafa}
	ul.pricing-table-greyfb li.one{ width:80px; padding-left:5px; }
	ul.tbl-pricefb{ border:0px; font-size:4px;}
	.icontable{width:25px; margin-right:10px;}
	.icontable img{vertical-align:middle;}


	/* PRICING TABLE2  */

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

/*.pricing-pricing-table-box-container2{ width:690px;}
.pricing-table-box-container2 ul{ margin:0px; float:left; }
.pricing-table-box-container2 ul li{ float:left; list-style-type:none; padding:8px 0px 8px 0px ; line-height:normal; color:#707070 !important; min-height:22px; font-family: 'Merriweather', sans-serif; border-top:1px solid #dcdcdc; }
.pricing-table-box-container2 ul li h3{ margin:0px; font-size:13px; font-family: 'Merriweather', sans-serif;}
.pricing-table-box-container2 ul li.one2{
	width:430px;
	padding:8px;
	float:left;
	border-left:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
	font-family: 'Merriweather', sans-serif;
 }
.pricing-table-box-container2 ul li.one:hover{
	background:#e3f7ba;cursor:pointer;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
	.pricing-table-box-container2 ul li.two2{ width:120px; text-align:center; border-right:1px solid #dcdcdc; font-family: 'Merriweather', sans-serif;}
	.pricing-table-box-container2 ul li.three2{ width:120px; text-align:center; border-right:1px solid #dcdcdc; font-family: 'Merriweather', sans-serif;}
	ul.pricing-table-header2 li{ }
	ul.pricing-table-white2{ background-color:#FFF; float:left;}
	ul.pricing-table-white2 li.one2{ width:430px; padding-left:8px;}
	ul.pricing-table-grey2{ background-color:#fafafa;}
	ul.pricing-table-grey2 li.one2{ width:430px; padding-left:8px;}
	ul.tbl-price2{ background-color:#FFF; float:left;}
	ul.tbl-price2 li{ padding:0px 0px 14px 0px; font-size:16px; font-family: 'Merriweather', sans-serif; border-bottom:1px solid #dcdcdc; }
	.icontable{width:25px; }
	.icontable img{vertical-align:middle;}


/*PORTFOLIO-BOX STYLE*/

/*ul.plist-box{margin:0; padding:0; list-style-type:none;}
ul.plist-box > li{
	background:#ece7e0;
	float:left;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow:0px 3px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 3px 3px rgba(0,0,0,0.1);
	box-shadow:0px 3px 3px rgba(0,0,0,0.1);}
 ul.plist-box  li:hover{
	position: relative;
	z-index: 100;
	top: -15px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	cursor:pointer;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;}
.ptitle-box {text-align:center; color:#ffffff; font-size:22px; line-height:22px; font-family: 'Merriweather', sans-serif; font-weight:400;}
.pbox-header{
	padding-top:0px;
	border-radius: 0px 0px 0px 0px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	}
.pbox-header h3{color:#493222; font-size:22px; font-family: 'Merriweather', sans-serif;}
.plist-box-content{
	margin:0px 0px;
	padding:10px 25px 25px 25px
}

.portfolio-box{ width:450px;}
.portfolio-box ul{ padding:20px 20px 20px 20px; float:left; }
.portfolio-box ul li{ float:left; list-style-type:none; padding:20px 20px 20px 20px ; line-height:normal; color:#707070 !important; min-height:22px; font-family: 'Merriweather', sans-serif; }
.chart-box ul li{ float:left; list-style-type:none; padding:20px 20px 20px 20px ; line-height:normal; color:#707070 !important; min-height:15px; font-family: 'Merriweather', sans-serif; }


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

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

/*12- GRID HOMEPAGE*/

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

/*#grid {width:960px;padding-bottom:30px;height:auto;}
.item-hover{
	margin:0!important;
	padding:0!important;
	height:150px;
	}
#grid .portfolio-thumbnail{
	position:absolute;
	left: 0px;
	top: 0px;
	display:none;
	height:100%;
	background:url("../images/thumb-hover-bg.png") repeat;
	text-align: left;
	cursor:pointer;
}
#grid .thumb-text{
	padding:10px;
}
#grid .portfolio-thumbnail h4{color:#f26c4f;}
#grid .portfolio-thumbnail p{color:#FFF;}
#grid .one-half,#grid .one-third,#grid .one-fourth,#grid .one-fifth,#grid .onep-pfifth  {
	margin-right:2px;
	margin-top:2px;
	margin-bottom:0!important;
	margin-left:0!important;
	}
#grid .one-half {
	width:478px;
	float:left;
	position: relative;
}
#grid .one-third {
	width:318px;
	float:left;
	position: relative;
}
#grid .one-fourth {
	width:238px;
	float:left;
	position: relative;
}

#grid .one-fifth {
	width:118px;
	float:left;
	position: relative;
}

#grid .onep-pfifth {
	width:118px;
	float:left;
	position: relative;
}
#grid .last-grid{margin-right:0px;}

/*--------------------------------------13 - SIMPLE UL STYLE , TAGS, TABS-----------------------------------------------------------*/

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

/*.simple-nav{ font-size:13px; line-height:20px; list-style-type:none; list-style-position:outside; width:200px; }
	.simple-nav li{ font-size:13px; line-height:20px; color:#363636;display:block; padding:5px 5px; font-family:'Merriweather', sans-serif; font-weight:400; border-bottom:1px dotted #e1e1e1;}
	.simple-nav li h1{ font-size:14px; line-height:20px; color:#363636;display:block; padding:0px 0px; font-family:'Merriweather', sans-serif; font-weight:400; }
	.simple-nav li a { color:green;padding-left:13px;background: url(/images/simple-nav-arrow.png) no-repeat 0px 2px; text-decoration:none;}
	.simple-nav li a:hover { color:green; text-decoration:underline;}
	.simple-nav li a.current { color:#000000; text-decoration:none;}
	.simple-nav .selected_item a { font-size:13px; color:#FFFFFF;}
	.simple-nav .selected_item a:hover { font-size:13px; color:#FFFFFF;}
	.simple-nav .selected_item a.current { font-size:13px;color:#FFFFFF;}*/

/*.diy-simple-nav{ font-size:14px; line-height:20px; list-style-type:none; list-style-position:outside; width:250px; }
	.diy-simple-nav li{ font-size:14px; line-height:20px; color:#363636;display:block; padding:5px 0; font-family:'Merriweather', sans-serif; font-weight:400; border-bottom:1px dotted #e1e1e1;}
	.diy-simple-nav li a { color:green;padding-left:13px;background: url(/images/simple-nav-arrow.png) no-repeat 0px 2px; text-decoration:none;}
	.diy-simple-nav li a:hover { color:green; text-decoration:underline;}
	.diy-simple-nav li a.current { color:#000000; text-decoration:none;}
	.diy-simple-nav .selected_item a { color:#FFFFFF;}
	.diy-simple-nav .selected_item a:hover { color:#FFFFFF;}
	.diy-simple-nav .selected_item a.current { color:#FFFFFF;}*/

/*.round-list{ list-style-type:none; list-style-position:outside; border-top:1px dotted #efefef; width:200px; }
	.round-list li{ border-bottom:1px dotted #efefef;color:#000000;display:block; padding:6px 0 6px 25px; background: url(/images/check-box.png) no-repeat 5px 7px;  }*/

/*.check-list{ list-style-type:none; list-style-position:outside; border-top:1px dotted #efefef; width:400px; }
	.check-list li{ border-bottom:1px dotted #efefef;color:#000000;display:block; padding:6px 0 6px 25px; background: url(/images/check.png) no-repeat 1px 9px;  }

	.cancel-list{ list-style-type:none; list-style-position:outside; border-top:1px dotted #efefef; width:600px; }
	.cancel-list li{ border-bottom:1px dotted #efefef;color:#000000;display:block; padding:6px 0 6px 25px; background: url(/images/cancel.png) no-repeat 5px 7px;  }

	.checklist-list{ list-style-type:none; list-style-position:outside; border-top:1px dotted #efefef; width:600px; }
	.checklist-list li{ border-bottom:1px dotted #efefef;color:#000000;display:block; padding:6px 0 6px 25px; background: url(/images/checklist-icon.png) no-repeat 5px 9px;  }

	.checklist-listchart{ list-style-type:none; list-style-position:outside; width:300px; }
	.checklist-listchart li{ color:#000000;display:block; padding:6px 0 6px 25px; background: url(/images/checklist-icon.png) no-repeat 5px 9px;  }

	.cancel-listchart{ list-style-type:none; list-style-position:outside; width:300px; }
	.cancel-listchart li{ color:#000000;display:block; padding:6px 0 6px 25px; background: url(/images/cancel.png) no-repeat 5px 7px;  }

	.checklist-listfb{ list-style-type:none; list-style-position:outside; border-top:1px dotted #efefef; width:200px; }
	.checklist-listfb li{ border-bottom:1px dotted #efefef;color:#666666;display:block; padding:6px 0 6px 25px; background: url(/images/checklist-icon.png) no-repeat 5px 9px;  }

	.checklist-twothird{ list-style-type:none; list-style-position:outside; border-top:1px dotted #efefef; width:100%; }
	.checklist-twothird li{ border-bottom:1px dotted #efefef;color:#000000;display:block; padding: .375em 0 0 1.5em; background: url(/images/checklist-icon.png) no-repeat top left;  }

	.checklist-short{ list-style-type:none; list-style-position:outside; border-top:1px dotted #efefef; width:220px; }
	.checklist-short li{ border-bottom:1px dotted #efefef;color:#000000;display:block; padding:6px 0 6px 25px; background: url(/images/checklist-icon.png) no-repeat 5px 9px;  }

	.checklist-wide{ list-style-type:none; list-style-position:outside; border-top:1px dotted #efefef; width:700px; }
	.checklist-wide li{ font-size:.9em; line-height:1.5em; border-bottom:1px dotted #efefef;color:#000000;display:block; padding:6px 0 6px 25px; background: url(/images/check.png) no-repeat 1px 9px;  }
/*-------------------------------SIMPLE BLOG NAVIGATION------------------------------------------------------------------*/

/*.blog-pagination{ list-style:none; }
	.blog-pagination li{ display:inline; }
	.blog-pagination li a{ display:block; float:left; padding:4px 9px; margin-right:7px; border:1px solid #efefef; }
	.blog-pagination li.active a{ background-color:#f5f5f5;  }
	.blog-tags{font-size:12px;}
/***************************************************
				     TAGS
***************************************************/

/*.tags a{
	color: #666666;
	background-image: url(/images/tag-bg.jpg);
}
.tags a{
	color: #999999;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0;
	font-weight: normal;
	border:1px solid #f9f9f9;
	-moz-border-radius: 4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	float: left;
	background-repeat: repeat;
}
.tags a:hover{
	color: #f26c4f;
}

.tags, .block div {
	float: left;
	width: 100%;
}
.tags a:hover{
	text-decoration: none;
	-moz-box-shadow:0px 0px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 0px 2px rgba(0,0,0,0.2);
	box-shadow:0px 0px 2px rgba(0,0,0,0.2);
}
/**************************************************
			BLOG  COMMENTS
***************************************************/

/*.inner-comment{padding-left:75px;}
/****************************************************/

/*.team-social-icons ul{list-style-type:none;}
.team-social-icons li{list-style-type:none;min-height:1%}
.team-social-icons li img{display:block;float:left;margin-right:5px;}
.team-social-icons li a{display:block;float:left;margin-right:7px;line-height:18px;}
.pdf{background:url(/images/icons/pdf-icon.png) no-repeat 5px 12px;padding:15px 10px 10px 65px;width:125px;min-height:48px}
.menu { padding: 0; clear: both; }
.menu li { display: inline; }
.menu li a { background: #3d4753; padding:5px 10px; float:left; border-right: 1px solid #f5f5f5; border-bottom: none; text-decoration: none; color: #FFF; font-weight: normal;}
.menu li.active a { background: #f5f5f5;color:#272727; }
.content { float: left; clear: both; border-top: none; border-left: none; background: #ffffff; padding: 10px 20px 20px; width: 400px; }



/* Custom styles to make responsive easier to work with -sjm 2015-07-30 */

/*.halfchart-background { background:#ece7e0; }
.white                { background: #fff;    }
.light-gray-fill      { background: #f2f2f2; }


.float-left { float: left; }
.float-right { float: right; }
.clear { clear: both; }


.text-center, .text-centered { text-align: center; }
.text-left   { text-align: left;   }
.text-right  { text-align: right;  }



.gray-border     { border: 1px solid #adabab; }
.no-border-right { border-right: 0px; }
.no-border-left  { border-left:  0px; }



/* TESTING RULES */

.gray {
  background: #b9b8b8;
}

.darkgray {
  background: -webkit-gradient(linear, left top, left bottom, from(#999797), to(#636161));
}

.black {
  background: #2e2d2d;
}

.blue {
  background: #b6e4ed;
}

.pink {
  background: #f2cdd3;
}

.orange {
  background: #f9d9a2;
}

.red {
  background: #ae712c;
}

.yellow {
  background: #f4f4ab;
}

.purple {
  background: #f4a6f4;
}

.brown {
  background: #bc8484;
}

.green {
  background: #b6eab6;
}

.teal {
  background: #437c4c;
}