@import url('http://fonts.googleapis.com/css?family=Droid+Sans');
@import url('http://fonts.googleapis.com/css?family=Carme');

/*-----------------------------------------------------------------------------------*/
/*	1.	Global properties (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/

body{
    color:#787878;
    font-size: 12px;
    font-family: Arial, sans-serif;
    background: url(../TR_images/body-bg.gif) repeat #FFFFFF;
	
}

.body-2 {
	min-width:658px;
}

header,
nav,
section,
article{display: block;}

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

.clear{clear: both;}

.alignleft{float: left !important;}
.alignright{float: right !important;}
.aligncenter {text-align: center !important;}
.span6.no-margin-left {margin-left: 0!important;}

/* Headers */
h1,
h2,
h3,
h4,
h5,
h6{
    color: #555555;
    font-family: 'Arial', sans-serif;
}

h1{
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 22px;
}
h2{
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 20px;
}
h3{
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 18px;

}
h4{
    font-size: 16px;
    margin-bottom: 16px;
}
h5{
    font-size: 14px;
    margin-bottom: 14px;
}
h6{
    font-size: 12px;
    margin-bottom:12px;
}

p{
    margin-bottom: 15px;
    line-height: 20px;
}
* p:last-child{margin-bottom: 0 !important;}

.color, .color2{
    font-weight: 700;
    padding: 0 2px;
}

.color{color: #555;}
.color2{color: #00a779;}

/* Link Styles */
a{
    color: #993300;
    text-decoration: none;
	font-weight:bold;
}
a:hover{
    text-decoration: none;
    color: #1d1d1c;}

.title a{
    color: #00a779;
    font-weight: 600;
    font-size: 12px;
}
h4.title a{
    font-size:16px;
    font-weight:400;
    letter-spacing: 0.05em;
}
.title a:hover{color: #1d1d1c;}

/*-----------------------------------------------------------------------------------*/
/*	2.	Header, Navigation & Menus
/*-----------------------------------------------------------------------------------*/
.twitter{background: url(../TR_images/twitter_up.png) no-repeat center left;}
.twitter:hover{background: url(../TR_images/twitter_down.png) no-repeat center left;}
.facebook{background: url(../TR_images/facebook_color.png) no-repeat center left;}
.facebook:hover{background: url(../TR_images/facebook_bw.png) no-repeat center left;}
.rss{background: url(../TR_images/rss-c.png) no-repeat center left;}
.rss:hover{background: url(../TR_images/rss-bw.png) no-repeat center left;}
.googleP{background: url(../TR_images/Google_Plus-cr.png) no-repeat center left;}
.googleP:hover{background: url(../TR_images/Google_Plus-bw.png) no-repeat center left;}
.pintrest{background: url(../TR_images/pintrest_color.png) no-repeat center left;}
.pintrest:hover{background: url(../TR_images/pintrest_bw.png) no-repeat center left;} 
.instagram{background: url(../TR_images/instagram_color.png) no-repeat center left;}
.instagram:hover{background: url(../TR_images/instagram_bw.png) no-repeat center left;} 

#header {
    border-top: 4px solid #83a400;
    padding-top: 20px;
    position: relative;
}
#header .logo img{
    float: left;
    margin-top: 5px;
    margin-bottom: 20px;
}

/* Main Menu */
.current {
	color:#107C25;
	background-color:#e5e5e5;
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(255,255,255,0.1) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.05)), color-stop(100%,rgba(255,255,255,0.1)));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.05) 0%,rgba(255,255,255,0.1) 100%);
	background-image: -o-linear-gradient(top, rgba(0,0,0,0.05) 0%,rgba(255,255,255,0.1) 100%);
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0.05) 0%,rgba(255,255,255,0.1) 100%);
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%,rgba(255,255,255,0.1) 100%);
    border-bottom: 4px solid #00a779;
}
.current a{
    color: #00a779;
}

.res-menu{display: none;}
.res-menu{
    width: 100%;
    margin-top: 8px;
}

ul ul li.menu-last{border-bottom: none;}

/* Main Menu */
#mainmenu {
	margin-bottom:15px;
	padding-left:10px;
	background-color: #fafafa;
	background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);	
    display: inline-block;
    width: 99%;
}
.res-menu{display: none;}
.res-menu{
    width: 100%;
    margin-top: 8px;
}
#menu ul {margin-left:9px;}
#menu > ul{
    display: block;
    margin-left:0;
}
#menu > ul > li{
    list-style: none;
    float: left;
    position: relative;
    padding: 15px 10px;
}
#menu > ul > li:hover{
	background-color:#E4E9E3;
    border-bottom: 2px solid #00a779;

}
#menu > ul > li > a{
	font-size: 14px;
	font-weight: 600;
	color: #1F7726;
    display: block;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
}
#menu > ul a:hover{color: #7DA817;}
#menu .current {
        border-bottom: 2px solid #00a779;
}
#menu .current a{
    /*color: #7DA817;*/
}
#menu ul ul {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    position: absolute;
    width: 150px;
}
#menu > ul > li > ul {
    margin-top: -2px;
    border-top: 2px solid #00a779;
    z-index: 99999;
}
#menu ul ul li {
    border-bottom: 1px solid #f3f3f3;
    list-style: none outside none;
    padding: 5px 5px 5px 10px;
    position: relative;
}
#menu ul ul li.last{
    border-bottom: none !important
}
#menu ul ul li.menu-last{border-bottom: none;}
#menu > ul ul > li:hover{
	background-color:#E4E9E3;

}
#menu ul ul a{
    display: block;
    padding: 5px 0;
    color: #717171;
    font-family: 'Droid Sans', sans-serif;
    font-size: 12px;

}
#menu > ul > li > ul>li>ul {
    border-top: 2px solid #00a779;
    margin-left: -14px;
    margin-top: -12px;
    }
#menu ul ul a:hover{color: #7DA817;}
#menu li:hover {visibility: inherit;}
#menu li:hover ul,
#menu li.sfHover ul {
    left: -10px;
    top: 52px;
    z-index: 99;
}
#menu li li:hover ul,
#menu li li.sfHover ul {
    left: 166px;
    top: -2px;
}

/* Search Form */
.phone{
    color: #d0d0d0;
    float: right;
    font-size:18px;
}
.phone .color2 {font-weight:400;}

/* Breadcrumbs */
.breadcrumbs{
    position: relative;
    padding: 0 0 10px 0;
}
#breadcrumbs_div {
	background: url(../TR_images/body-bg.gif) repeat #FFFFFF;;
	}

.breadcrumbs h1 {
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: capitalize !important;
}
.breadcrumbs div{
    letter-spacing: 0.02em;
    color: #717171;
}
.breadcrumbs a{
    color: #333333;
    display: inline-block;
}
.breadcrumbs a:hover{
	color: #111;
}

regular-table{
    margin-bottom: 35px;
}
.regular-table .table-data {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ECECEC;
    margin-left: -1px;
    width: 100%;
}
.regular-table .table-data .heading {
    background: none repeat scroll 0 0 #00a779;
    height: 40px;
}
.regular-table .table-data .heading td.features {
    border: 1px solid #ECECEC !important;
    color: #707070;
    text-transform: uppercase;
}
.regular-table .table-data .heading .features {
    background: none repeat scroll 0 0 #FFFFFF;
}
.regular-table .table-data .heading td {
    border: 1px solid #6f9614;
    font: 16px 'PT Sans',sans-serif;
    padding-top: 10px;
    text-align: center;
}
.regular-table .table-data .heading td {
    border: 1px solid #6f9614;
    color: #FFFFFF;
    font: 16px 'Droid Sans',sans-serif;
    padding-top: 10px;
    text-align: center;
}
.regular-table .table-data .included td {
    border-bottom: 1px solid #F0F0F0;
    border-right: 1px solid #E9E9E9;
    color: #888888;
    font: 12px/30px 'Droid Sans',sans-serif;
    padding-top: 10px;
    text-align: center;
}
.regular-table .table-data .included.colored {
    background: none repeat scroll 0 0 #FAFAFA;
}

/*-----------------------------------------------------------------------------------*/
/*	3.	Main Content Styles
/*-----------------------------------------------------------------------------------*/
ul.xoxo li {
list-style: none;
}

.container{position: relative;}

#container{
	padding-bottom:30px;
	position: relative;
}
#container .container{padding: 0 0 0 0;}

#container .container > .row{margin-bottom: 10px;}
#container .row.last{margin-bottom: 30px;}

/*#wrap {
	border-radius: 5px;
	-webkit-box-shadow: 1px 2px 10px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 1px 2px 10px rgba(50, 50, 50, 0.75);
	box-shadow: 1px 2px 10px rgba(50, 50, 50, 0.75);
	background-color: #fff;
	padding: 30px;
	margin: 30px 0 30px 0	}*/	

#wrap2 {
	border-radius: 5px;
	-webkit-box-shadow: 1px 2px 10px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 1px 2px 10px rgba(50, 50, 50, 0.75);
	box-shadow: 1px 2px 10px rgba(50, 50, 50, 0.75);
	background-color: #fff;
	padding: 30px;
	margin: 0px 0 30px 0	}
	
#wrap3 {
	min-width:620px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 2px 10px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 1px 2px 10px rgba(50, 50, 50, 0.75);
	box-shadow: 1px 2px 10px rgba(50, 50, 50, 0.75);
	background-color: #fff;
	padding: 30px 10px 30px 10px;
	margin: 0px 0 30px 0	}


/*-----------------------------------------------------------------------------------*/
/*	Information containers 
/*-----------------------------------------------------------------------------------*/

/* Horizontal Tabs */

.content-title{
    margin-bottom:25px;
}

.tabs-nav li {
	border-radius: 5px;
    border: 1px solid #dddddd;
    list-style: none outside none;
    margin-bottom: 5px;
}
.tabs-nav li a {
	width:100%;
    color: #5F5F5F;
    text-shadow: 1px 1px white;
    -moz-box-sizing: border-box;
    display: inline-block;
    padding: 7px 3px;
    text-shadow: 1px 1px rgba(255, 255, 255, 1);
}

.tabs-nav li:hover{
    background-color: #00a779;
    background-image: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(255,255,255,0.1) 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color-stop(100%,rgba(255,255,255,0.1))); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.1) 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.1) 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.1) 100%); /* IE10+ */
    background-image: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#1affffff',GradientType=0 ); /* IE6-9 */
}
.tabs-nav li:hover a{
    color:#FFF;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
.tabs-nav .active{
    background-color: #1f7d63;
    background-image: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(255,255,255,0.1) 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color-stop(100%,rgba(255,255,255,0.1))); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.1) 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.1) 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.1) 100%); /* IE10+ */
    background-image: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#1affffff',GradientType=0 ); /* IE6-9 */
     }
.tabs-nav .active a{
    color:#FFF;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
.tabs-nav i[class^='icon-']{
	margin-right:20px;
    background-image: none;
}
.tab-pane{
	min-height: 300px;
    list-style: none outside none;
    /*padding: 10px;*/
}

.tab-content{
	text-align:center;
	}

.podacast_img {
	padding: 15px 10px 0 0;
	}	

.tab_info h1{
	font-size:28px;
	/*padding-top:30px;*/
	}

#info_main {
	margin-bottom: 30px;
	box-shadow: 1px 2px 10px rgba(50, 50, 50, 0.75);
	background: #fff;
    /*background: -moz-linear-gradient(top,  rgba(0,0,0,0.05) 0%, rgba(255,255,255,0.1) 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.05)), color-stop(100%,rgba(255,255,255,0.1))); 
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.05) 0%,rgba(255,255,255,0.1) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0.05) 0%,rgba(255,255,255,0.1) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.05) 0%,rgba(255,255,255,0.1) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.05) 0%,rgba(255,255,255,0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d000000', endColorstr='#1affffff',GradientType=0 );*/
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 5px;
	padding-top: 15px;
}

#announcement-footer {
	text-align:center;
	}

#announcement-a {
	margin-bottom: 30px;
	border-radius: 5px;
	padding-top: 15px;
	box-shadow: 1px 2px 10px rgba(50, 50, 50, 0.75);
	background: #fff;
	text-align:center;
	}

#announcement-b {
	border-radius: 5px;
	padding-top: 15px;
	padding-bottom: 30px;
	box-shadow: 1px 2px 10px rgba(50, 50, 50, 0.75);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(255,255,255,0.1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.05)), color-stop(100%,rgba(255,255,255,0.1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.05) 0%,rgba(255,255,255,0.1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.05) 0%,rgba(255,255,255,0.1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.05) 0%,rgba(255,255,255,0.1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%,rgba(255,255,255,0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d000000', endColorstr='#1affffff',GradientType=0 );
	text-align:center;
	}
#announcement-c {
	border-radius: 5px;
	padding-top: 15px;
	padding-bottom: 30px;
	padding-left:20px;
	padding-right:20px;
	box-shadow: 1px 2px 10px rgba(50, 50, 50, 0.75);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(255,255,255,0.1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.05)), color-stop(100%,rgba(255,255,255,0.1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.05) 0%,rgba(255,255,255,0.1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.05) 0%,rgba(255,255,255,0.1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.05) 0%,rgba(255,255,255,0.1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%,rgba(255,255,255,0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d000000', endColorstr='#1affffff',GradientType=0 );
	text-align:center;
	}
#announcement-d {
	margin-bottom: 30px;
	border-radius: 5px;
	box-shadow: 1px 2px 10px rgba(50, 50, 50, 0.75);
	background: #fff;
	text-align:center;
	}
#announcement {
	text-align:center;
	padding-bottom:30px;
	}
#announcement1 {
	text-align:center;
	padding-bottom:0px;
	}
	
#announcement2 {
	text-align:center;
	padding-bottom:40px;
	}
#announcement3 {
	text-align:center;
	padding-bottom:0px;
	}
	
.bottom_btn {
margin-top:30px;
	}	

/*	Home Page Weekly Study boxes */

.weekly {
	text-align:center;
}

.weekly article {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	background-color: transparent;
	color: #ffffff;
}
.weekly article:hover {
	background: #333333 !important;
	color: #999999 !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.weekly article:hover .title a {
	color: #000000;
	display: block;
}
.weekly article:hover .title a:hover {
	color: #f4b300;
}
.weekly article:hover .sliding {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity = 100);
	opacity: 1;
}
.weekly article:hover .sliding .inner-text {
  padding: 0 4px 4px 4px;
}
.weekly article:hover .sliding .inner-text .title {
  padding: 5px;
  margin: 0;
  background-color: #555555;
}
.weekly article:hover .sliding .inner-text .title a {
  color: #ffffff;
}
.weekly article .title a {
  color: #ffffff;
}
.weekly .inner-image {
  position: relative;
  padding: 4px;
}
.weekly .inner-image a,
.weekly .inner-image img {
  position: relative;
  display: block;
}
.weekly .inner-text {
  padding: 10px 0 20px 0;
  min-height: 200px;
}
.weekly .sliding {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.weekly-extended article {
	border-radius: 5px;
	border: 2px solid #dddddd;
  background-color: #ffffff;
  color: #333333;
}

.weekly-extended article .title a {
  color: #333333;
}

.weekly-extended article:hover .title a {
  color: #eeeeee;
}

.tiled.first {
  margin-top: 0;
}
.media a,
.thumbnail {
  position: relative;
}

.media .frame-overlay,
.thumbnail .frame-overlay,
.weekly article .frame-overlay {
  background-color: #ffffff;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.media a:hover .frame-overlay,
.thumbnail:hover .frame-overlay,
.weekly article:hover .frame-overlay {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity = 50);
  opacity: 0.3;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.study-info .study-name {
  margin-bottom: 0;
}
.study-info .study-possition {
  font-size: 12px;
}
.study-info {
  font-size: 16px;
}
.study-info a {
  display: inline-block;
}

.study-info article:hover .study-name  {
  color: #ffffff;
}
.study-info article:hover a {
  /*color: #eeeeee;*/
}

.portfolio .thumbnail {
  padding: 0;
  margin-bottom: 20px;
  text-align: center;
  border: solid 10px #ffffff;
  position: relative;
  overflow: hidden;
  cursor: default;
}
.portfolio .thumbnail .mask,
.portfolio .thumbnail .mask-1,
.portfolio .thumbnail .mask-2,
.portfolio .thumbnail .content,
.portfolio .thumbnail .caption {
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.portfolio .thumbnail h2 {
	color:#00A779;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin: 20px 0 0 0;
}
.portfolio .thumbnail p {
	color:#000;
  font-size: 16px;
  line-height: .5;
  position: relative;
  padding: 10px 20px 20px;

  text-align: center;
}
.portfolio .thumbnail a.info {
  display: inline-block;
}

/* Bootstrap Carousel */
.carousel {position:relative;}
.carousel-wrapper{
    overflow:hidden;
    padding:2px 2px 0 2px;
    margin-top: -2px;
}
.carousel-wrapper ul{display:none;}
.carousel-wrapper ul li{
    height:100%;
    float:left;
    display:block;
}

.btleft .es-nav{
    position: absolute;
    top: 10px;
    left: -63px;
}

.bttop .es-nav{
    position: absolute;
    top: -30px;
	right:0;
}

.es-nav span{
    float: left;
    width: 26px;
    height: 26px;
    display: block;
    top: 1px;
    right: 0;
    text-indent: -9999px;
	cursor: pointer;
}
.es-nav .es-nav-prev{
    right: 17px;
    background: url(../images/arrow-left.png) no-repeat right top;
	background-color: rgba(54, 55, 56, 0.7);
}
.es-nav .es-nav-next{
	background: url(../images/arrow-right.png) no-repeat left top;
	background-color: rgba(54, 55, 56, 0.7);
	margin-left: 5px;


}
.es-nav .es-nav-next:hover{background-position: -17px 0px ;}
.es-nav .es-nav-prev:hover{background-position: 0px 0px ;}


/*-----------------------------------------------------------------------------------*/
/*	6.	Widgets & Widget Area
/*-----------------------------------------------------------------------------------*/
/* Popular Posts Widget */
.post-widget img{
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.post-widget .img{
    display: block;
    margin-bottom: 0;
    line-height: normal;}

.post-widget a{
    font-size:1em;
    line-height: 18px;
    margin-bottom: 7px;}
.post-widget p{
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: 0.02em
}
.post-widget li:last-child{margin-bottom: 0 !important;}

/* Tags Widget */
#tags a{
    color: #888;
    font-size: 12px;
    letter-spacing: 0.02em;
    padding: 2px 5px;
    margin: 0 5px 5px 0;
    display: inline-block;
    border: 1px solid #e8e8e8;
}

#tags a:hover{
    color: #fff;
    border-color: #ffa071;
    background-color: #ffaf88;
}

/* Comments Widget */
.comment-sidebar li:last-child{margin-bottom: 0 !important;}

/* Services Block */
.ident-bot-2 {margin-bottom: 17px;}
.figure-1 a.left-image {
    margin-right: 17px;
}
.lightbox-image {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.lightbox-image img { position:relative; z-index:2; }
.img-border-bg {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 0 1px #E7E7E7 inset;
    display: inline-block;
    padding: 5px;
}
.img-border {
    border-radius: 4px 4px 4px 4px;
    width: 100%;
}
.lightbox-image span {
    background: url("../images/magnify.png") no-repeat scroll 50% 50% transparent;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.service {
    margin:0 5px 10px 0;
}
.services{
    margin-bottom: 35px !important;
}
/*-----------------------------------------------------------------------------------*/
/*	8.	Forms
/*-----------------------------------------------------------------------------------*/
#af-form  input[type="text"]{
    color: #777;
    font-size: 12px !important;
    padding: 5px;
    height: 24px;
    box-shadow: none;
    margin-top: 0;
    height: 35px !important;
    margin-bottom: 0;
    border:1px solid #ececec;
}

#af-form input[type="text"],
#af-form textarea{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
#af-form textarea{
    color: #777;
    font-size: 12px !important;
    padding: 5px;
    height: 160px !important;
    overflow: auto;
    border:1px solid #ececec;
    width: 100%;

}
#af-form .form-button {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
    text-transform: capitalize;

    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #83a400;
    background-image: -moz-linear-gradient(top, #83a400, #83a400);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#83a400), to(#83a400));
    background-image: -webkit-linear-gradient(top, #83a400, #83a400);
    background-image: -o-linear-gradient(top, #83a400, #83a400);
    background-image: linear-gradient(to bottom, #83a400, #83a400);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff83a400', endColorstr='#ff83a400', GradientType=0);
    border-color: #83a400 #83a400 #83a400;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #83a400;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#af-form input:focus,
#af-form textarea:focus{
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(131,164,0,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(131,164,0,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(131,164,0,.6);
    background-color: rgba(150,150,150, 0.1) !important;
    border-color: #83a400;
}
.af-outer {margin-bottom:15px;}

label.error, label.ferror{
    color: #dc3f35;
    font-size: 13px;
}

#af-form input.error,
textarea.error {
    border: 1px solid #ff3f3f;
}

#progress{
    margin-top: 15px;
}

.block-grey {
    background: #f2f2f2;
    border: solid 1px #cdcdcd;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.block-grey > .wrapper {
    padding: 15px;
}

/*-----------------------------------------------------------------------------------*/
/*	9.	Comments
/*-----------------------------------------------------------------------------------*/
.comments .textarea {
    border: 1px solid #EDEDED;
    margin-bottom: 40px;
    margin-left: 94px;
    padding: 10px 20px;
    position: relative;
}
.comments .avatar{
    position: relative;
    float: left;
    margin-right: -5px;
}
.comments .comments-list{
    list-style: none !important;
}
.comments .comments-list ul{
    margin-left: 30px;
    margin-bottom: 20px;
}
.comments .meta{
    font: 12px 'Open Sans', serif;
    color: #666666;
    padding-bottom: 8px;
    margin-bottom: 10px !important;
    border-bottom: 1px dotted #e2e2e2;
}
.comments ul ul .textarea {margin-top:-20px;}


/*-----------------------------------------------------------------------------------*/
/*	11.	Shortcode Styles
/*-----------------------------------------------------------------------------------*/
.span9,
.span6{position: relative;}

/* Divider */
.divider-arrow, hr, .divider{
    height: 1px;
    clear: both;
}
.divider-hor{
    height:20px;
    background: url(../images/divider.png) repeat-x center transparent;
    text-align: center;
    margin-bottom: 25px;
}
.divider-hor > span {
    background: none repeat scroll 0 0 #FFFFFF;
    font-family: ubuntu,sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    padding: 10px 25px;
}
#container hr{
    margin-top: 25px;
    margin-bottom: 50px;
}

#container hr.soft {margin:10px 0;}

#container .portfolio-single hr, #container .blog-single hr{
    margin-top: 10px;
    margin-bottom: 15px;
}

/* Read More */
.read-more{
    display: block;
    color: #00a779;
    letter-spacing: 0.02em
}
.read-more:hover{color: #1d1d1c;}


/* Portfolio */
.portfolio h4 a{
    color: #444;
    text-align: center;
    padding: 7px 10px;
    display: block;
    text-transform: none;
    background-color: #fcfcfc;
    border-bottom: 1px solid #eeeeee;
}
.portfolio h4 a:hover{
    color: #fff;
    background-color: #ffaf88;
    border-bottom: 1px solid #f79f73;
}

/* Back to Top */
#toTop {
    background: url("../TR_images/ui.totop.png") no-repeat scroll left top transparent;
    border: medium none;
    bottom: 6px;
    display: none;
    height: 48px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-decoration: none;
    text-indent: -999px;
    width: 60px;
}
#toTopHover {
    background: url("../TR_images/ui.totop.png") no-repeat scroll left -40px transparent;
    display: block;
    float: left;
    /*height: 40px;*/
    opacity: 0;
    overflow: hidden;
    width: 40px;
}
#toTop:active, #toTop:focus {
    outline: medium none;
}



/*-----------------------------------------------------------------------------------*/
/*	12.	Responsive Fixes
/*-----------------------------------------------------------------------------------*/

@media only screen and (min-width: 980px)  and (max-width: 1199px){

    .btleft .es-nav {left: -53px;}
    #latest-work .carousel-wrapper li{width: 340px !important;}
    .figure-1 a.left-image {margin-right:5px;}
    .service.img-border-bg {margin-top:50px;}

}

@media (min-width: 768px) and (max-width: 979px) {
	#menu > ul > li > a {
	font-size: 12px;
	}
    #welcome{padding: 0;}
    .btleft .es-nav {left: -43px;}
    #latest-work .carousel-wrapper li{width: 252px !important;}
    .flickr li{width: 68px}
    #sidebar .ul-col2 li {
        float: none;
        margin-right: 0;
        width: 90%;
    }
    #footer #contact input[type="text"], #footer #contact textarea{width: 90%}
    #footer [class^="icon-"]{display: none;}
    .service.img-border-bg {margin-top:50px;}
    .ident-bot-2 {margin-bottom:0;}
    .figure-3 {display:none;}

}


@media (max-width: 767px){
	 body{padding:0 }
    .container{padding: 0 20px;}

    #menu ul,
    .slides h3,
    .span6{display: none;}
    .res-menu{display: block;}
	
    .logo{text-align:center; ;}

    .container > .row [class*="span"]{margin-bottom: 30px;}
    .container > .row > [class*="span"]:last-child{margin-bottom: 0 !important;}
    #welcome{padding: 0;}

    .btleft .es-nav{
        bottom: inherit;
        right: 0;
        left: inherit;
        top: -38px;
    }
    #latest-work .carousel-wrapper li{max-width: 15em !important;}
    .our-projects article:nth-last-child(-n+4) {margin-bottom: 30px !important;}

    #footer-menu .span4{
        margin-bottom: 15px;
        text-align:center;
    }

    .breadcrumbs {
        padding: 0px 20px;
        position: relative;
    }

    #sidebar section:last-child {margin-bottom: 0;}
    #sidebar .ul-col2{width: 100%}
    #sidebar .ul-col2 li {
        margin-right: 0;
        width: 50%;
    }

    .alignleft,
    .alignright{float: none !important;}

    figure {display:inline-block; margin-right:15px;}

}

@media (max-width: 480px){
    .top-social .footer-social{
        text-align: center;
            }
    .top-social .footer-social a{
        float:none;
    }
    .top-social a:last-of-type{
        margin-left: 5px;
    }
    .regular-table .table-data .heading td {
       font-size:12px;
    }
    #menu{
        float: none;
    }
    #header .logo img {
     float:none;
    }
    #footer .form-horizontal .control-group > label {
        float: none;
        width: auto;
        padding-top: 0;
        text-align: left;
    }
    #footer .form-horizontal .controls {
        margin-left: 0;
    }
    #footer .form-horizontal .control-list {
        padding-top: 0;
    }
    #footer .form-horizontal .form-actions {
        padding-left: 10px;
        padding-right: 10px;
    }
    .da-img{
        width:40% !important;
    }
}

.related-projects .thumbnail {
  margin-bottom: 0;
}
.single-portfolio .ps-description .icons span {
  font-weight: 600;
}
.tiled .span6 {
  margin-bottom: 20px;
}
.tiled .span6 .inner-image a {
  height: 312px;
  overflow: hidden;
}
.tiled .span3 {
  margin-bottom: 20px;
}
.tiled .span3 .inner-image a {
  height: 142px;
  overflow: hidden;
}

/* Others */
.map-frame {
    border-bottom: 1px solid #E2E2E2;
    border-top: 1px solid #E2E2E2;
}
.block-title{
    margin:20px 0 30px;
}
.dropcap{
    width: 38px;
    height: 38px;
    line-height:38px;
    float: left;
    margin-right:15px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 22px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    background-color: #FB8B54;
}

blockquote{
    margin: 20px 0;
    padding: 10px  10px 10px 30px;
    border-left: 3px solid #00a779;
}

blockquote p{
    color: #999;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 0.02em;
    font-family: 'Georgia', serif;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    margin-bottom: 30px;
    height: 0;
    overflow: hidden;
}

.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.donate_store {
	padding-top:7px;
	}

.donate_store1 {
	padding-top:7px;
	}

.info_bg_color {
	background-color:#FCF8E3;
	}

.title_bg_color{
	background-color:#DFF0D8;
	}
	
.articles_intro {
	text-align:center;
	}
	
.newsletter_intro {
	margin-bottom:25px;
	text-align:center;
	}
	
#signup_NL {
	margin-top:90px;
	}	

.table th {
	color:#079434;
	}
	
.Parshahbg {
	background-color: #FCF8E3;
	}
	
.table thead th {
	text-align: center;
	}	

.newletter {
	margin-bottom:35px;
	}

.nl_title {
	color:#079434;
	}	

.end_about {
	margin-bottom:35px;
	}	

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	}	
	
#storebtn {
	padding-top:10px;
	}
	
#topform2 {
	margin-top:15px;
	margin-bottom:10px;
	}
	
form#newsletter.form-horizontal {
	margin-bottom:0px;
	}	
	
#myslider {
	margin-bottom: 35px;
	border: 10px solid #FFFFFF;
	box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
	}	

ul.ul-col1.clearfix {
	margin-left:0px;
	}
	
form#newsletter.form-horizontal div.control-group div.controls{
	margin-left:0px;

	}

.form-horizontal .control-group {
	margin-bottom:10px;
	}
	
#featured-product {
	text-align:center;
	}
		

/* About Us Block */
.aboutus{margin-bottom: 35px;}
.aboutus h3{
    margin-bottom: 0;
    line-height: 30px;
    text-align: center;
    font-size: 24px;
}
.aboutus .color2{font-weight: 400;}

/****** contact ******/

#contact_tr .form-actions {
	background-color: white;
	border-top: 0;
	}

/*-----------------------------------------------------------------------------------*/
/*	4.	Footer Styles
/*-----------------------------------------------------------------------------------*/
#footer {
	background: url(../TR_images/slider-bg.png) repeat #FFFFFF;
    border-top: 1px solid #E7E7E7;
    padding-bottom: 45px !important;
    padding-top: 40px;
    position: relative;
}
#footer h3{
    margin-bottom: 25px;
    color: #00a779;
    letter-spacing:0.05em;
}
#footer li{
    margin-bottom: 10px;
    list-style: none;
}


/* Contact Form footer */
#footer #contact .control-group {margin-bottom:5px;}
#footer #contact p{margin-bottom: 5px;}

#footer .form-horizontal .control-label {width: 25px;}
#footer .form-horizontal .controls {margin-left: 45px;}
#footer .form-horizontal .controls:first-child {*padding-left: 45px;}
#footer .form-horizontal .form-actions {padding-left: 45px;}

/* Address icons */
[class^="myicon-"],
[class*=" myicon-"] {
    display: inline-block;
    width: 16px;
    height: 12px;
    *margin-right: .3em;
    line-height: 12px;
    margin-right: 8px;
    vertical-align: text-top;
    background-repeat: no-repeat;
    margin-top: 1px;
}
.myicon-phone {background-image: url("../TR_images/phone.png");}
.myicon-mail {background-image: url("../TR_images/mail.png");}

/* Footer Menu */
#footer-menu {
	background: #343434 url('../TR_images/footer-menu-bg.gif') repeat-x 50% 0;
	border-top: solid 3px #83a400;
	padding-top: 15px;
    width: 100%;
}

#footer-menu .container{
    padding-top: 0;
    padding-bottom: 0;
}
#footer-menu li{
    list-style: none;
    padding: 15px 0;
    margin-left: 10px;
    float: left;
    font-size: 10px;
}
#footer-menu a {
    color: #FFFFFF;
    font-family: PT Sans;
    font-size: 13px;
    font-weight: 400;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
#footer-menu a:hover{color: #474747;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.2);
}
#footer-menu p{
    font-size: 14px;
    font-family: PT Sans;
    color: #fff;
    padding:15px 0;
    letter-spacing: 0.04px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

div.footer_sitemap {
	text-align:center;
	}
	
.footer-social{}
.footer-social li {
    float: right;
    list-style: none outside none;
    margin-left: 5px;
}

.footer-social a {
    display: inline-block;
    width: 36px;
    height: 36px;
}
.footer-social a:hover{opacity: 1;}

.footer_sitemap td a:hover{
	color: #AEF3CF;
	background: #005699;
}

#newsletter_pic {
	-webkit-box-shadow: 1px 2px 10px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 1px 2px 10px rgba(50, 50, 50, 0.75);
box-shadow: 1px 2px 10px rgba(50, 50, 50, 0.75);
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider .slides li p {
	border-bottom-right-radius: 10px;
	text-align:center;
	margin-bottom: 0;
/*	left: 0;*/
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    float: right;
    position: absolute;
    font-family: lato;
    font-size: 40px;
    font-weight: 600;
    padding: 15px 80px 10px 80px;

}
.flexslider .slides li p span {
    color: rgba(255, 255, 255, 0.4);
    font-family: Roboto,arial,sans-serif;
    font-size: 16px;
    font-weight: 300;
    padding-top: 10px;
    text-transform: uppercase;
	display: block;
}
.flexslider .slides li p.hidden-phone.right_side {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 10px;
	text-align:center;
	margin-bottom: 0;
	right: 0;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    float: right;
    position: absolute;
    font-family: lato;
    font-size: 40px;
    font-weight: 600;
    padding: 15px 80px 10px 80px;
}
.flexslider .slides li p.hidden-phone.bottom_right_side {
	border-bottom-right-radius: 0;
	border-top-left-radius: 10px;
	bottom: 0;
	text-align:center;
	right: 0;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    float: right;
    position: absolute;
    font-family: lato;
    font-size: 40px;
    font-weight: 600;
    padding: 15px 80px 10px 80px;
}
.flexslider .slides li p.hidden-phone.bottom_left_side {
	border-bottom-right-radius: 0;
	border-top-right-radius: 10px;
	bottom: 0;
	text-align:center;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    float: right;
    position: absolute;
    font-family: lato;
    font-size: 40px;
    font-weight: 600;
    padding: 15px 80px 10px 80px;
}

.flexslider a:hover {
    color: #BABBBB;
}
.slides p a{
    color: #FFF;
}
@media (max-width: 979px) and (min-width: 768px) {
	.flexslider .slides li p {
	padding: 10px 35px 5px 33px;
	}
}

.flags_2 {
	text-align: center;
	margin-bottom: 20px;	
}
input[type="text"] {
	margin-bottom:0;
	}
	
div#certs {
	margin-left: 0;
}
.help-inline {
	color:#F00;
}
.help-block  {
	color:#F00;
	}
.mess_success {
	border-radius: 7px;
	padding: 10px;
	background-color: #C2F089;
	color: #060;
}
input#contactname {
	margin-bottom: 0px;
	/*width: 90%;*/
}	
input#email {
	margin-bottom: 0px;
	/*width: 90%;*/
}
textarea#message {
	/*width: 90%;*/
}	
label {
	color:#11438D;
	font-weight: bolder;
margin-top: 10px;
}
.help-required {
	color:#FF4500;
}
.weekly_para {
	padding-bottom: 3px;
}

/* Dropdown Modal */
.modal-header h2 {
margin: 0;
line-height: 30px;
}

p.modal-body a:hover {
	color:#063;
}
.page_img{
	margin-bottom:10px;
}
.page_img iframe{
width: 40%;
}


.Feature_prod_button {
	padding-top:20px;
	padding-bottom:10px;
}
.goto-current a{
	margin-top:10px;
}