/* ------------------------------------------------------------------------------- */
/*  Media Queries
/* ------------------------------------------------------------------------------- */


/* Standard 1600 or larger (browsers) */
@media only screen and (min-width: 1600px) {
	
.flex-caption p {
    margin: 0 0 0 15%;
	margin-top: -4%;
	padding: 0 2%;
    color: #fff;
	font-size: 26px;
}
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 979px) {
.container {
	max-width: 708px;
}
.jcarousel-prev,  .jcarousel-next {
	display: none !important;
}
.pricing-table-extended .features-list {
	display: none;
}
.pricing-table-extended.five-cols .column {
	width: 19.9%;
}
.pricing-table-extended.four-cols .column {
	width: 24.8%;
}
.pricing-table-extended.three-cols .column {
	width: 33.1%;
}
.pricing-table-extended.two-cols .column {
	width: 49%;
}
.pricing-table-extended.one-cols .column {
	width: 100%;
}
.pricing-table-simple.five-cols .column {
	width: 19.9%;
}
.pricing-table-simple.four-cols .column {
	width: 24.9%;
}
.pricing-table-simple.three-cols .column {
	width: 33.1%;
}
.pricing-table-simple.two-cols .column {
	width: 49%;
}
.pricing-table-simple.one-cols .column {
	width: 100%;
}
.pricing-table-extended .column ul li:before {
	color: #959595;
	content: attr(data-feature);
	display: block;
	font-weight: 800;
	text-align: center;
}
.pricing-table-simple h2 {
	font-size: 16px;
}
.project-item .item-title {
	bottom: 20px;
}
.photo-stream img {
	width: 49px;
	height: 49px;
}
.flex-caption {
	margin: 0 0 20px 70px;
	padding: 25px;
	width: 300px;
}
.flex-caption h3 {
	font-size: 18px;
}
.flex-caption p {
	font-size: 12px;
}
#google-map.fullwidth-padding {
	height: 350px;
}
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

.flexslider .flex-caption img  {
    display: block;
    width: 100%;
	height: auto;
	/*max-width: 1400px;*/
    margin-top:20px;
}
   
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
  
.flex-caption {
    position: absolute;
   	top: 50px;
    left: -50px;
    display: block;
    margin: 7% 20% 7% 20%;
	padding: 2%;
    width: 60%;
    border-radius: 3px;
    /*background: rgba(0, 0, 0, 0.3);*/
}
.flex-caption p {
    margin: 0 0 0 15%;
	margin-top: -4%;
	padding: 0 2%;
    color: #fff;
	font-size: 16px;
}
}

/* Tablet Landscape size to standard 960 (devices and browsers) */
@media only screen and (min-width: 960px) and (max-width: 1281px) {
	.flex-caption p {
    margin: 0 0 0 15%;
	margin-top: -4%;
	padding: 0 2%;
    color: #fff;
	font-size: 16px;
}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 979px) {
  
  	img.slide1  {
		width:1600px;
		overflow:hidden;
	}
  
  	
#header-wrapper {
	position: fixed;
	height: 100px;
	width: 100%;
	background: #fff;
	box-shadow: 0 2px 30px rgba(0, 0, 0, .4);
	z-index: 10100;
	margin: 0 auto
}
#header {
	position: relative;
	margin: 0 auto;
	min-height: 100px;
}
#logo {
	display: block;
	background: url(./?a=131255) top left no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	height: 100px;
	margin: 0;
	z-index: 10000;
}
/*  Title Banner START --------------------------------*/
#banner {
	height: 280px;
}
.title-wrapper {
	max-width: 720px;
	height: 280px;
}
.aboutpft {
	background: url(./?a=131260) left bottom no-repeat;
}
.services {
	background: url(./?a=131262) left bottom no-repeat;
}
.publications {
	background: url(./?a=131263) left bottom no-repeat;
}
.links {
	background: url(./?a=131264) left bottom no-repeat;
}
.contactpft {
	background: url(./?a=131266) left bottom no-repeat;
}
.pftnews {
	background: url(./?a=131267) left bottom no-repeat;
}
.whatwedo {
	background: url(./?a=131268) left bottom no-repeat;
}
.forestryfacts {
	background: url(./?a=131269) left bottom no-repeat;
}
.directors {
	background: url(./?a=131271) left bottom no-repeat;
}
/*  Title Banner END --------------------------------*/
	


#navigation {
	display: inline-block;
	float: right;
	margin-top: 40px;
	margin-right:0px;
}
#navigation a {
	position: relative;
	display: block;
	margin: 0 0 0 5px;
	color: #959595;
	font-weight: 500;
	font-size: 14px;
}
#navigation > li > a {
	height: 40px;
	padding: 10px 5px;
}
/*  Dropdown  --------------------------------*/

#navigation ul {
	position: absolute;
	top: 60px;
	left: -20px;
	z-index: 9999;
	display: none;
	margin: 0 0 0 10px;
	padding: 15px 0 15px 15px;
	width: 220px;
	background: rgba(245, 130, 31, .9);/* -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .35);
                box-shadow: 0 2px 8px rgba(0, 0, 0, .35);*/ /*#f5821f;}*/
}
#navigation ul li {
	float: left;
	width: 185px;
	padding: 0 0 0 15px;
	height: auto;
	border-bottom: rgba(255,255,255,.3) 1px solid;
	background:url(./?a=131257) top left no-repeat;
	font-size:14px;
}
#navigation ul.wide {
	position: absolute;
	top: 60px;
	left: -20px;
	z-index: 9999;
	display: none;
	margin: 0 0 0 10px;
	padding: 15px 0 15px 15px;
	width: 270px;
	background: rgba(245, 130, 31, .9);/* -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .35);
                box-shadow: 0 2px 8px rgba(0, 0, 0, .35);*/ /*#f5821f;}*/
}
#navigation ul.wide li {
	float: left;
	width: 240px;
	padding: 0 0 0 15px;
	height: auto;
	border-bottom: rgba(255,255,255,.3) 1px solid;
	background:url(./?a=131257) top left no-repeat;
}

#navigation ul li a, #navigation ul.wide li a {
	font-size:14px;
}
 

/*  Dropdown END  --------------------------------*/
	
.ui-tabs .ui-tabs-nav {
	display: block;
	display: table;
	width: 100%;
	margin-left: 0px;
	margin-bottom:0px;
}
.bordered.ui-tabs .container-wrapper {
	position: relative;
	display: block;
	padding: 30px 0px;
}
#content-wrapper {
	position: relative;
	margin: -60px auto 0 auto;
	padding: 0;
	width: 100%;
	z-index: 1000;
	background: rgba(255,255,255,.3);
}
.leaves-silhouette {
	width: 520px;
	height: 210px;
	position: absolute;
	bottom: -60px;
	right: -300px
}
.ui-tabs .ui-tabs-nav li, .ui-tabs .ui-tabs-nav li.wide130, .ui-tabs .ui-tabs-nav li.wide180, .ui-tabs .ui-tabs-nav li.wide200 {
	position: relative;
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	width: 140px;
	font-size: 14px;
	line-height: 110%;
	background: #fff;
	border: none !important;
	min-height: 60px;
}
.ui-tabs .ui-tabs-nav li.wide130 {
	width: 120px;
}
.ui-tabs .ui-tabs-nav li.wide180 {
	width: 140px;
}
.ui-tabs .ui-tabs-nav li.wide200 {
	width: 150px;
}
#sidebar .ui-tabs .ui-tabs-nav li {
	width: 50%;
}
.ui-tabs .ui-tabs-nav li a {
	display: block;
	padding: 7px 12px 0 55px;
	border-left: none;
	color: #959595;
	text-align: left;
	font-weight: 600;
	height: 53px;
}
.ui-tabs .ui-tabs-nav li a.happening {
	background: url(./?a=131361) bottom left no-repeat;
}
.ui-tabs .ui-tabs-nav li a:hover.happening, .ui-tabs .ui-tabs-nav li.ui-tabs-selected a.happening {
	background: url(./?a=131362) bottom left no-repeat;
}
.ui-tabs .ui-tabs-nav li a.facts {
	background: url(./?a=131359) bottom left no-repeat;
}
.ui-tabs .ui-tabs-nav li a:hover.facts, .ui-tabs .ui-tabs-nav li.ui-tabs-selected a.facts {
	background: url(./?a=131360) bottom left no-repeat;
}
.ui-tabs .ui-tabs-nav li a.toolbox {
	background: url(./?a=131367) bottom left no-repeat;
}
.ui-tabs .ui-tabs-nav li a:hover.toolbox, .ui-tabs .ui-tabs-nav li.ui-tabs-selected a.toolbox {
	background: url(./?a=131368) bottom left no-repeat;
}
.ui-tabs .ui-tabs-nav li a.portal {
	background: url(./?a=131363) bottom left no-repeat;
}
.ui-tabs .ui-tabs-nav li a:hover.portal, .ui-tabs .ui-tabs-nav li.ui-tabs-selected a.portal {
	background: url(./?a=131364) bottom left no-repeat;
}
.ui-tabs .ui-tabs-nav li a.record {
	background: url(./?a=131365) bottom left no-repeat;
}
.ui-tabs .ui-tabs-nav li a:hover.record, .ui-tabs .ui-tabs-nav li.ui-tabs-selected a.record {
	background: url(./?a=131366) bottom left no-repeat;
}

a.accordion-button {
	font-size: 14px;
}


.project-carousel li {
	width: 226px;
	height: 226px;
	margin-right: 15px;
}
.project-feed > div {
	margin-bottom: 14px;
}
.project-description .one-fourth {
	width: 31.9%;
}
.project-description .three-fourth {
	width: 64%;
}
/* ------------------------------------------------------------------------------- */
/*  10.  Blog
/* ------------------------------------------------------------------------------- */
   
.post {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #ccc;
	width: 97%;
	min-height: 180px;
}
 
.post img {
	float: left;
	display: block;
	width: 78px;
	min-height: 98px;
	border: 4px #fff solid;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
	box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
	opacity: 1;
}
.post h3 {
	margin: 10px 0 15px 112px;
	text-transform: capitalize;
	font-weight: 700;
}
.post h4  {
	margin: 10px 0 5px 112px;
}

.post p {
	margin-bottom: 20px;
	margin-left: 112px;
	padding-right:0px !important;
}
.post .more {
	display: block;
	position: absolute;
	bottom: 10px;
	right:20px;
	}
.post .more a {
	color: #7bbe62;
	-webkit-transition: all .3s ease;
	}
.post .more a:hover {
	color: #666;
	-webkit-transition: all .3s ease;
	}

.post.single p:last-child {
	margin-bottom: 10px;
}
.post-meta {
	margin-bottom: 5px;
	color: #666;
}
.post-meta span {
	display: block;
	font-size: 14px;
	margin-left: 112px;
}
.post-meta a {
	color: #666;
}


.tab-main-description {
	border-right: 1px #ccc dotted;
	margin-right: 0;
	padding-right: 2%;
	width: 72%;
}
.main-description {
	border-right: 1px #ccc dotted;
	margin-right: 0;
	padding-right: 2%;
	width: 72%;
}
/* ------------------------------------------------------------------------------- */
/*   15.  Organisational Chart, Tables etc
/* ------------------------------------------------------------------------------- */


.one-third-box {
	height:350px;
	background: #f6f6f6 url(./?a=135513) bottom center no-repeat;
}
.one-half-box {
	height:120px;
	background: #f6f6f6 url(./?a=135513) bottom center no-repeat;
}

/* Caption style */

.flex-caption {
    position: absolute;
   	top: 0;
    left: -50px;
    display: block;
    margin: 6% 20% 7% 20%;
	padding: 2%;
    width: 60%;
    border-radius: 3px;
    /*background: rgba(0, 0, 0, 0.3);*/
	
}
.flex-caption h3 {
    margin-bottom: 8px;
    color: #fff;
}
.flex-caption p {
    margin: 0 0 0 15%;
	margin-top: -4%;
	padding: 0 2%;
    color: #fff;
	font-size: 14px;
}
  
  .ui-tabs .ui-tabs-nav {
display: block;
display: table;
width: 100%;
margin-left: 0px;
margin-bottom: 20px;
margin-top: -80px;
}



}



/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
.inline-border:before, .inline-border:after {
	width: 10%;
}
#content-wrapper {
	margin: 0 auto 0 auto;
}
.container {
	width: 440px;
}
#main {
	margin-bottom: 20px;
}
#main, #sidebar {
	width: 100%;
}
.ui-tabs .ui-tabs-nav {
	display: block;
	display: table;
	width: 100%;
	margin: 0;
}
.ui-tabs .ui-tabs-nav li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 16px;
	line-height: 110%;
	background: #fff;
	border: none !important;
}
#sidebar .ui-tabs .ui-tabs-nav li {
	width: 100%;
}
.one-half {
	width: 48%;
}
.one-third {
	width: 100%;
}
.two-third {
	width: 64%;
}
.one-fourth {
	width: 49%;
}
.three-fourth {
	width: 100%;
}
.one-fifth {
	width: 31.8%;
}
.two-fifth {
	width: 36.8%;
}
.three-fifth {
	width: 55.2%;
}
.four-fifth {
	width: 73.6%;
}
.one-sixth {
	width: 15%;
}
.five-sixth {
	width: 75%;
}
.one-third-box {
	width:100%;
	height:auto;
}
.one-half-box {
	width:100%;
	height:auto;
}
.one-fourth:nth-child(2n+2) {
	margin-right: 0;
}
.one-fifth:nth-child(3n+3) {
	margin-right: 0;
}
.one-half,  .one-third,  .two-third,  .three-fourth,  .one-fourth,  .one-fifth,  .two-fifth,  .three-fifth,  .four-fifth,  .one-sixth,  .five-sixth {
	margin-bottom: 30px;
}
#navigation {
	display: none;
}
.selectnav {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
.selectnav-mask {
	display: block !important;
}
#header {
	min-height: 160px;
}
#logo {
	margin-top: 50px;
}
.page-title {
	padding-top: 40px;
	padding-bottom: 45px;
	font-size: 42px;
}
.page-title .accent {
	font-size: 24px;
}
.project-carousel li {
	width: 210px;
	height: 210px;
}
.social-links {
	float: left;
	margin-top: 15px;
}
.social-links li {
	margin-left: 0;
	margin-right: 8px;
}
.sep10 {
	height: 10px;
}
.sep20 {
	height: 20px;
}
.sep30 {
	height: 30px;
}
.sep40 {
	height: 25px;
}
.sep50 {
	height: 30px;
}
.sep60 {
	height: 40px;
}
.sep70 {
	height: 45px;
}
.sep80 {
	height: 50px;
}
.sep90 {
	height: 60px;
}
.sep100 {
	height: 30px;
}
.pricing-table-extended.five-cols .column {
	width: 49%;
}
.pricing-table-extended.four-cols .column {
	width: 49%;
}
.pricing-table-extended.three-cols .column {
	width: 49%;
}
.pricing-table-extended.two-cols .column {
	width: 49%;
}
.pricing-table-extended.one-cols .column {
	width: 100%;
}
.pricing-table-simple.five-cols .column {
	width: 49%;
}
.pricing-table-simple.four-cols .column {
	width: 49%;
}
.pricing-table-simple.three-cols .column {
	width: 49%;
}
.pricing-table-simple.two-cols .column {
	width: 49%;
}
.pricing-table-simple.one-cols .column {
	width: 100%;
}
.flex-caption {
	display: none;
}
.project-nav {
	float: left;
	margin-bottom: 20px;
}
.project-nav a {
	margin-left: 0;
	margin-right: 8px;
}
.button.big {
	padding: 7px 20px 8px;
	font-size: 12px;
}
.service {
	margin-bottom: 0;
}
.service.nobutton {
	margin-bottom: 50px;
}
#footer .info {
	margin-top: 20px;
}
.main-description {
	border-right: none !important;
	margin-right: 0;
	padding-right: 0;
}
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
#logo {
	background:url('./?a=135507') top left no-repeat;
	position: absolute;
	top: 60px;
	left: 0;
	width: 270px;
	height: 45px;
	margin: 0;
}
#header-wrapper {
	position: fixed;
	height: 115px;
}
.revslider-wrapper {
	position: relative;
	overflow: hidden;
	height: 250px;
}
/*  Title Banner START --------------------------------*/
#banner {
	height: 250px;
}
.title-wrapper {
	max-width: 440px;
	height: 250px;
}
.title {
	position: absolute;
	bottom: 30px;
	left: 0;
}
/*  Title Banner END --------------------------------*/
.leaves-silhouette {
	width: 520px;
	height: 210px;
	position: absolute;
	bottom: -45px;
	right: -450px
}
.selectnav {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	margin-left: -50px;
	margin-right: -50px;
	width: 540px;
	z-index: 10000;
	padding: 14px 60px 14px 90px;
}
.selectnav-mask {
	display: block !important;
	background: url(./?a=135514) top right no-repeat;
	position: absolute;
	top: 0;
	right: 10px;
	width: 40px;
	height: 40px;
	z-index: 10100;
}
.ui-tabs .ui-tabs-nav li, .ui-tabs .ui-tabs-nav li.wide130, .ui-tabs .ui-tabs-nav li.wide180, .ui-tabs .ui-tabs-nav li.wide200 {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 20px;
	line-height: 160%;
	background: #fff;
	border-bottom: 1px solid #ccc !important;
}
.ui-tabs .ui-tabs-nav li a {
	padding: 10px 0 10px 55px;
	height: auto;
}
.ui-tabs .ui-tabs-nav li.wide130 {
	width: 100%;
}
.ui-tabs .ui-tabs-nav li.wide180 {
	width: 100%;
}
.ui-tabs .ui-tabs-nav li.wide200 {
	width: 100%;
}
.ui-tabs .ui-tabs-panel {
	border-right: none !important;
	height: 100%;
}
.caption {
	display: none;
}
.main li a {
	color: #666;
	font-size:16px;
}
.post {
	position: relative;
	margin: 30px 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #ccc;
	width: 97%;
	height: auto;
}
.post img {
	float: left;
	display: block;
	width: 110px;
	min-height: 135px;
	border: 4px #fff solid;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
	box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
	opacity: 1;
	margin-right: 5%;
}
.post h3 {
	margin: 10px 0 15px 0px;
	text-transform: capitalize;
	font-weight: 700;
}
.post h4  {
	margin: 10px 0 5px 0px;
}
.post p {
	margin-bottom: 20px;
	margin-left: 0px;
	padding-right: 0px !important;
}

.post .more {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 20px;
}
	.post-meta span {
	display: block;
	font-size: 14px;
	margin-left: 0px;
}
.tp-leftarrow.large, .tp-rightarrow.large {
	display: none !important;
}

.ui-tabs-panel h3 {
	margin-top:30px;
}
#main {
	height: auto;
}

.one-third-box {
	background: #f6f6f6 url(./?a=135512) bottom center no-repeat;
}
.one-half-box {
	background: #f6f6f6 url(./?a=135512) bottom center no-repeat;
}

}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
#logo {
	background:url(./?a=135507) top left no-repeat;
	position: absolute;
	top: 60px;
	left: 0;
	width: 270px;
	height: 45px;
	margin: 0;
}
#header-wrapper {
	position: fixed;
	height: 115px;
}
.revslider-wrapper {
	position: relative;
	overflow: hidden;
	height: 250px;
}
/*  Title Banner START --------------------------------*/
#banner {
	height: 220px;
}
.title-wrapper {
	max-width: 300px;
	height: 220px;
}
.title {
	position: absolute;
	bottom: 30px;
	left: 0;
}
.aboutpft {
	background: url(./?a=135508)left bottom no-repeat;
}
.services {
	background: url(./?a=135511)left bottom no-repeat;
}
.publications {
	background: url(./?a=135510)left bottom no-repeat;
}
.links {
	background: url(./?a=135515)left bottom no-repeat;
}
.contactpft {
	background: url(./?a=135509)left bottom no-repeat;
}
/*  Title Banner END --------------------------------*/
.leaves-silhouette {
	width: 520px;
	height: 210px;
	position: absolute;
	bottom: -45px;
	right: -450px
}
#content-wrapper {
	margin: 0 auto 0 auto;
}
.container {
	width: 300px;
}
.post {
	position: relative;
	margin: 30px 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #ccc;
	width: 97%;
	height: auto;
}
.post h3 {
	margin: 10px 0 15px 0px;
	font-weight: 700;
}
.post h4  {
	margin: 10px 0 5px 0px;
}
.post p {
	margin-bottom: 20px;
	margin-left: 0px;
	padding-right: 0px !important;
}

.post .more {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 20px;
}
	.post-meta span {
	display: block;
	font-size: 14px;
	margin-left: 0px;
}

.post img {
	display: none;
}
#main, #sidebar {
	width: 100%;
}
.main li a {
	color: #666;
	font-size:16px;
}
.one-half {
	width: 100%;
	
}
.one-third {
	width: 100%;
}
.two-third {
	width: 100%;
}
.one-fourth {
	width: 100%;
}
.three-fourth {
	width: 100%;
}
.one-fifth {
	width: 100%;
}
.two-fifth {
	width: 100%;
}
.three-fifth {
	width: 100%;
}
.four-fifth {
	width: 100%;
}
.one-sixth {
	width: 100%;
}
.five-sixth {
	width: 100%;
}
.project-carousel li {
	width: 280px;
	height: 280px;
}
.selectnav {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -55px;
	margin-right: -55px;
	width: 410px;
	z-index: 10000;
	padding: 14px 60px 14px 90px;
}
.selectnav-mask {
	display: block !important;
	background: url(./?a=135514) top right no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	z-index: 10100;
}
.pricing-table-extended.five-cols .column {
	width: 100%;
}
.pricing-table-extended.four-cols .column {
	width: 100%;
}
.pricing-table-extended.three-cols .column {
	width: 100%;
}
.pricing-table-extended.two-cols .column {
	width: 100%;
}
.pricing-table-extended.one-cols .column {
	width: 100%;
}
.pricing-table-simple.five-cols .column {
	width: 100%;
}
.pricing-table-simple.four-cols .column {
	width: 100%;
}
.pricing-table-simple.three-cols .column {
	width: 100%;
}
.pricing-table-simple.two-cols .column {
	width: 100%;
}
.pricing-table-simple.one-cols .column {
	width: 100%;
}
.ui-tabs .ui-tabs-nav li, .ui-tabs .ui-tabs-nav li.wide130, .ui-tabs .ui-tabs-nav li.wide180, .ui-tabs .ui-tabs-nav li.wide200 {
	position: relative;
	float: left;
	margin: 2px 0 0 0;
	padding: 0;
	width: 100%;
	font-size: 17px;
	line-height: 160%;
	background: #fff;
	border-bottom: 1px solid #ccc !important;
}
.ui-tabs .ui-tabs-nav li a {
	padding: 10px 0 10px 55px;
	height:auto;
}

.ui-tabs .ui-tabs-nav li.wide130 {
	width: 100%;
}
.ui-tabs .ui-tabs-nav li.wide180 {
	width: 100%;
}
.ui-tabs .ui-tabs-nav li.wide200 {
	width: 100%;
}
.ui-tabs .ui-tabs-panel {
	border-right: none !important;
	height: auto;
}
.ui-tabs .ui-tabs-panel p {
	padding: 0;
}
.ui-tabs-panel h3 {
	margin-top:30px;
}
.caption {
	display: none;
}
.tab-main-description {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
	width: 100%;
}
.tp-leftarrow.large, .tp-rightarrow.large {
	display: none !important;
}

.main-description h3{
	margin-top: 0px;
}

#main {
	height: auto;
}
.box {
	background: #f6f6f6 url(./?a=135513) bottom center no-repeat;
}
  .social-links ul {
	float: left;
	margin: 15px 0;
}


