
/*@import url('../fontsfont-oswald.css');
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,700,300);*/
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
/*@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}*/
/*@media only screen and (max-width: 1366px) {
     .container {
    width: 970px;
  }
}*/
html, body {
  height: 100%;
}
body {
	font-size: 12px;
	line-height: 18px;
	color: #7e8082;
	font-family: 'Hind', sans-serif;
	font-weight: normal;
	-webkit-font-smoothing: antialiased !important;
	-webkit-text-size-adjust: 100% !important;
	 /*background:url(../img/purty_wood_02.png) repeat;*/
	 background-color:#FFFFFF;
}
/*** SLIDER ***/
		.slider_section {
			padding:0px 0 0px 0;
			text-align:center;
			margin:0 auto;
			max-width:1200px;
			display:block;
			}
		.iAmTest img {
		    display: none;
		}
		.iAmTest img:first-child {
		    display: block;
		}
		
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple, a, .td-name, td {
   	font-family: 'Open Sans Condensed', sans-serif;
}

h1.title {
	font-family: 'Open Sans Condensed', sans-serif;
}
h1 .subtitle {
  	font-family: 'Roboto Condensed', sans-serif;
  	font-weight:900;
}
h1.page {
  	font-family: 'Open Sans Condensed', sans-serif;
  	font-weight:500;
  	text-align: center;
  	text-shadow: 1px 1px 1px black, 0 1px 1px #333;
}
h1.slider {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 900;
	font-size:60px;
	text-align:left;
	color:#A0522D;
	padding:20px 20px 20px 20px;
	display:inline-table;
	text-shadow: 1px 1px 1px black, 0 1px 1px #333;
	background:url(../../img/bg_footer.png) repeat;
}
h2.page {
	width:100%;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	color: #fff;
	float:center;
	display:inline-table;
	padding:25px;
	margin-top:0px;
	background:#636363;
	/* text-shadow: 1px 1px 1px black, 0 1px 1px #333; */
}
h2.title-section {
	width:100%;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:48px;
	font-weight: 700;
	color: #FFD401;
	float:center; 
	padding:0px;
	margin-top:0px; 
	/*text-shadow: 1px 1px 1px black, 0 1px 1px #333; */
}
h2.about {
	width:100%;
	font-size:24px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 400;
	color: #666666;
	float:center;
	text-align:center;
	display:inline-table;
	margin-top:0px; 
	padding:5px;
	/* text-shadow: 1px 1px 1px black, 0 1px 1px #333; */
}
h3.blog {
	width:100%;
	display:inline-table;  
	font-weight: 400;
	color: #a39c84;
	text-align:left;
	margin-top:0px;
	padding:20px 0 0 0; 
	/* text-shadow: 1px 1px 1px black, 0 1px 1px #333; */
}
h4.about {
	width:100%;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 400;
	color: #666666;
	float:center;
	text-align:center;
	display:inline-table;
	margin-top:0px; 
	padding:5px;
	/* text-shadow: 1px 1px 1px black, 0 1px 1px #333; */
}

.card .title {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:18px;
    color: #B5AF95; 
    font-weight: 300;
    letter-spacing:-0.7px; 
}
p {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:20px;
	font-weight:300;
}

.title {
	text-align: justify;
}
.margin-bottom-25 {
	margin-bottom: 25px;
}

/*** NAVBAR TOP ***/

.navbar {
  	font-family: 'Open Sans Condensed', sans-serif;
  	margin-bottom: 0px; 
  	padding: 0px 0;
	-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
}
	.navbar .navbar-nav {
			display: inline-block;
		  	float: none;
		  	vertical-align: top;
		  	padding:0px;
		  	
		}

		.navbar .navbar-collapse {
		  	text-align: center;
		}

.navbar-theme_01 {
	margin:0px 0 20px 0;
    padding: 0px;
    background-color: #FFFFFF;
}
.navbar-default {
	margin-top:0px;
    padding-top: 0px;
    background-color: #FFFFFF;
}
.navbar .navbar-nav > li:hover,
.navbar .navbar-nav > li:focus {
  	background-color: #e3e3e3;
  	color:#333333;
}
.navbar-theme_01 .navbar-nav > li.active {
    background-color: #e3e3e3;
    color: #333333;
}
.navbar .navbar-nav > li > a {
  	color:#333333;
  	font-family: 'Open Sans Condensed', sans-serif;
  	font-weight:500;
  	letter-spacing: 1px;
  	padding:5px 10px 5px 10px;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
	background-color: transparent;
  	color: #333333;
  	padding:5px 10px 5px 10px;
}
.navbar-theme_01 .navbar-nav .active > a.active{
  	background-color: #E3E3E3;
  	color: #333333;
  	padding:5px 10px 5px 10px;
}

.navbar-theme_01 .navbar-nav > .open > a, .navbar-theme_01 .navbar-nav > .open > a:focus, .navbar-theme_01 .navbar-nav > .open > a:hover {
  background-color: #E3E3E3;
  color:#333333;
  padding:5px 10px 5px 10px;
}
.navbar-theme_01 .navbar-nav > .active > a, .navbar-theme_01 .navbar-nav > .active > a:focus, .navbar-theme_01 .navbar-nav > .active > a:hover {
    background-color: #E3E3E3;
    color: #333333;
    padding:5px 10px 5px 10px;
}
.dropdown-menu {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}
.dropdown-menu {
  color:#FFFFFF;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  z-index: 9000;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.125);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.125);
  width:250px;
  border:1px solid #C9C9C9;
}

.dropdown-menu > li > a {
  padding: 8px 16px;
  color: #636363;
}
.dropdown-menu > li > a img {
  margin-top: -3px;
}
.dropdown-menu > li > a:focus {
  outline: 0 !important;
}
.dropdown-menu > li:first-child > a {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.dropdown-menu > li:last-child > a {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #F5F5F5;
  color: #333333;
  opacity: 1;
  text-decoration: none;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: #2CA8FF;
}
.dropdown-menu.dropdown-blue > li > a:hover, .dropdown-menu.dropdown-blue > li > a:focus {
  background-color: rgba(52, 114, 247, 0.2);
}
.dropdown-with-icons > li > a {
  position: relative;
  padding-left: 48px;
  line-height: 28px;
}
.dropdown-with-icons i {
  text-align: center;
  line-height: 28px;
  position: absolute;
  left: 0;
}
.dropdown-with-icons i[class^="pe-"] {
  font-size: 24px;
  width: 46px;
}
.dropdown-with-icons i[class^="fa"] {
  font-size: 14px;
  width: 38px;
}
.dropdown-menu ul { 
    background-color: rgba(52, 114, 247, 0.2);
}
.navbar-nav > li > .dropdown-menu:before {
  border-bottom: 10px solid rgba(0, 0, 0, 0.2);
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  left: 12px;
  top: -11px;
}

.navbar-nav > li > .dropdown-menu:after {
  border-bottom: 11px solid #666666;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  left: 12px;
  top: -11px;
}
  
.navbar-header > .btn-menu{
  background-color: #770033; 
  margin-left:25px;
}

.navbar .navbar-brand {
    font-size: 20px;
    font-weight: 600;
    padding:0px;
}
.navbar-header .navbar-toggle .icon-bar {
    background-color: #999999;
}

.navbar-header .navbar-toggle:hover .icon-bar {
    background-color: #999999;
}

.navbar-header .navbar-toggle:focus .icon-bar {
    background-color: #999999;
}

.navbar-header .navbar-toggle {
    background-image: none;
    border: 0px solid transparent;
    border-radius: 0px; 
    padding: 9px 10px;
    position: relative;  
}
.navbar-header  .navbar-toggle:open {
  background-color: transparent;
  margin-right:-25px
}
  
/* ****** */
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /*margin: 0 auto -290px; *//* the bottom margin is the negative value of the footer's height */
    clear: both;
}

.bg_line {
	/*background-color: rgba(254, 171, 26, 0.95);*/
	color:#636363;
	padding-top:20px;
   	background: #FFFFFF;  
	/*background-color: rgba(255, 101, 0, 0.95);*/
    /*box-shadow: 
        inset 0px 11px 8px -10px #CCC,
        inset 0px -11px 8px -10px #CCC; */
}

.dad {
    background: url(../img/title_01.jpg) center center no-repeat;
    background-attachment:fixed;
    background-position:100% 100%;
    //min-height:100%;
    //min-width:100%;
    background-size:cover; repeat;
}

.till {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.breadcrumb{
	background: transparent;
}
.breadcrumb a{
	color:#ffffff;
}
.breadcrumb a.page{
	color:#999999;
}


/********* BUTTONS **********/
.no-radius {
	border-radius: 0px;
}
.btn-round {
    border-radius: 30px !important;
    border-width: 1px;
    padding: 9px 18px;
}
.btn-clear {
    border: 0px !important;
    background-color: transparent; /*#3C4347*/
}
.btn-theme-1 {
    border:2px solid #E3E3E3; /*#3C4347*/
    color: #5b6770;
    opacity: 1;
    padding: 15px 18px;
    text-align: center; 
}
.btn-theme-1.btn-fill {
    background-color: #E3E3E3; /*#3C4347*/
    color: #5b6770;
    opacity: 1;
    padding:15px;
    text-align: center;
    border-width: 0px;
    border-radius: 0%;
}
.btn-theme-1.btn.btn-fill:hover, .btn-theme-1.btn.btn-fill:focus {
  background-color: #5b6770;
  color: #FFFFFF;
}

.btn-theme-2 {
    border:2px solid #F4F4F4; /*#3C4347*/
    color: #FFFFFF;
    opacity: 1;
    padding: 15px 18px;
    text-align: center; 
}
.btn-theme-2.btn-fill {
    background-color: #F4F4F4; /*#3C4347*/
    color: #666666;
    opacity: 1;
    padding:15px;
    text-align: center;
    border-width: 0px;
    border-radius: 0%;
}
.btn-theme-2.btn.btn-fill:hover, .btn-theme-2.btn.btn-fill:focus {
  background-color: #F4F4F4;
  color: #666666;
}
/**/

.btn-theme-3.btn-fill {
    background-color: #F4F4F4;
    color: #666666;
    opacity: 1;
    padding:15px;
    text-align: center;
    border-width: 0px;
}

.btn-theme-3{
    border-color: #F4F4F4;
    color: #666666;
    border-radius: 0px !important;
    text-align: center;
}
.btn-theme-3{
    background-color: transparent; 
    color: #FFFFFF;
    font-weight: 400;
    opacity: 0.8;
    padding: 8px 16px;
}
.btn-theme-3.btn.btn-fill:hover, .btn-theme-3.btn.btn-fill:focus, .btn-theme-3.btn.btn-fill:active, .btn-theme-3.btn.btn-fill.active, .open > .btn-theme-3.btn.btn-fill.dropdown-toggle {
  background-color: #F4F4F4;
  color: #666666;
}

/*******************/
.icon {
    background: transparent;
}   
.icon [class*="fa-"] {
  background: transparent;
  color:#F37021;
}
.icon-theme-1 {
  	display: inline-table; 
    width:120px;
    height:120px; /* as height */
    line-height: 100px;
    text-align: center; 
    border: 0px solid #FFFFFF;
    border-radius: 0%; 
    font-size: 42px;
    color:#FFFFFF;
    padding: 20px 0px 0 0;
    background: #FFFFFF;
}

.img-responsive { 
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.img-responsive {
    @media(max-width:767px){
        width:80%;
    }
}

#headerwrap-title { /* background-color: #00b3fe; */
	background: #FFFFFF;
	padding-top: 0px;
	margin-top:50px;
	text-align: left;
}

#heading {
  padding:10px;
}

.g_name {
	padding:15px 25px 15px 25px;
    font-size: 35px;
    font-weight: 700;
    color:#000000;
    font-family: 'Open Sans Condensed', sans-serif;
}
.r_name {
    /*color: #026735;*/
    color: #C93A34;
    
}
.w_name {
    /*color: #026735;*/
    color: #FFFFFF;
    
}
.a_name {
    font-size: 60px;
    margin-bottom: 15px;
    color:#3C4347;
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 900;
    background: url('../../img/page_03.png') bottom repeat-x;
    display: inline-table;
    width: 100%;
    padding:0 0 25px 0;
}
.page_name {
    font-size: 60px;
    font-weight: 300;
    color:#3C4347;
    margin-bottom: 15px;
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif; 
    display: inline-table;
    width: 100%;
    padding:0 0 0px 0;
}
 
.w_name2 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    color:#FFFFFF;
    font-family: 'Open Sans Condensed', sans-serif;  
    display: inline-table;
    width: 100%;
    padding:0 0 25px 0;
}
.s_name {
	display:inline-table;
	padding:15px 25px 15px 25px;
    font-size: 42px;
    font-weight: 700;
    line-height:60px;
    margin-bottom: 15px;
    background: rgba(2, 103, 53, 0.6);
    border-radius: 50px 50px 50px 50px;
}

.ss_name {
	display:inline-table;
	padding:15px 25px 15px 25px;
    font-size: 36px;
    font-weight: 700; 
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 0.6); 
}
.w3_name {
	display:inline-table;
	padding:15px 25px 15px 25px;
    font-size: 36px;
    font-weight: 700; 
    margin-bottom: 15px; 
    color:#FFFFFF; 
}

/*--------- FOOTER ---------*/
.footer { 
	position: relative;
	font-size: 16px;
	color:#666666;
	padding:30px 0 0 0; 
	font-family: 'Open Sans Condensed', sans-serif;
}
.footer {
 /* background: url('../img/purty_wood_02.png') repeat; */

}
.footer-default {
	background:#FFFFFF;
}
.footer .title {
	display:inline-table;
	width:100%;
	background:#FFFFFF;
    color: #FFFFFF;
    padding:15px 10px 15px 10px;
}
.footer nav > ul a:not(.btn) {
    color: #333333;
    display: block;
    margin-bottom: 3px;
}
.footer hr {
    border-color: #999999;
}
.footer .copyright { 
	color: #333333;
    line-height: 60px;
    margin: 30px 3px;
    padding: 0px 15px;
    text-align: center;
}
.footer li i{ 
    padding-right: 15px;
	position:relative;
	top:3px;
	color: #414146;
	text-align: center;
	}
.footer li a span{
	font-size:14px;
	float: right;
	color: #E74C3C; 
	}
.footer-grey,
.footer-transparent,
.subscribe-line-transparent {
  /*background-color: rgba(60, 60, 71, 0.97);*/
  color: #666666;

}
.footer-grey nav > ul a,
.footer-transparent nav > ul a,
.subscribe-line-transparent nav > ul a {
  color: #FFFFFF;
}
.footer-grey nav > ul a:hover, .footer-grey nav > ul a:focus,
.footer-transparent nav > ul a:hover,
.subscribe-line-transparent nav > ul a:hover,
.footer-transparent nav > ul a:focus,
.subscribe-line-transparent nav > ul a:focus {
  color: #666666;
}
.footer-grey .social-area > a:not(.btn),
.footer-transparent .social-area > a:not(.btn),
.subscribe-line-transparent .social-area > a:not(.btn) {
  color: #FFFFFF;
}
.footer-grey .social-area > a:not(.btn):hover, .footer-grey .social-area > a:not(.btn):focus,
.footer-transparent .social-area > a:not(.btn):hover,
.subscribe-line-transparent .social-area > a:not(.btn):hover,
.footer-transparent .social-area > a:not(.btn):focus,
.subscribe-line-transparent .social-area > a:not(.btn):focus {
  color: #9A9A9A;
}
.footer-grey .btn-social,
.footer-transparent .btn-social,
.subscribe-line-transparent .btn-social {
  color: #FFFFFF;
}
.footer-grey hr,
.footer-transparent hr,
.subscribe-line-transparent hr {
  border-color: #444444;
}
.footer-grey .title,
.footer-transparent .title,
.subscribe-line-transparent .title {
  color: #DDDDDD;
}

/*** RESPONSIVE H1,H2,H3 ***/

@media (min-width: 768px) and (max-width: 1200px) {
  h1.responsive-small {
    font-size: 4em !important;
  }
  h2.a_name {
    font-size: 6em !important;
  }
}
@media (max-width: 768px) {
  h1.responsive-small {
    font-size: 2.3em !important;
  }	
  h2.a_name {
    font-size: 3em;
    line-height: 1.25;
  }
  h2.w_name {
    font-size: 3em;
    line-height: 1.25;
  }
  h2.w_name2 {
    font-size: 3em;
    line-height: 1.25;
  }
   h2.page_name {
    font-size: 3em;
    line-height: 1.25;
  }
  h2 {
    font-size: 1.625em;
    line-height: 1.15384615;
  }

  h3 {
  	/*font-size: 1.375em;*/
    font-size: 2.3em;
    line-height: 1.13636364;
  }
   h3.prices {
  	font-size: 1.375em;
    line-height: 1.13636364;
  }

  h4 {
    line-height: 1.11111111;
  }
}
@media (max-width: 767px) {
	.navbar-brand > img {
	    float:none;
		padding-left: 0;
       padding-right: 0;
	} 
	.img-logo {
       padding-left: 0;
       padding-right: 0;
    } 
    .text-right {
       padding-left: 0;
       padding-right: 0;
    } 
    .footer-theme-1 {
       float:none;
       padding-left: 0;
       padding-right: 0;
       text-align: center;
       padding:25px;
    } 
    .dropdown-menu {
     background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(155, 155, 155, 1.0), 
      rgba(155, 155, 155, 1.0)
    ),
    /* bottom, image */
   /* url(../../img/bg_000.jpg) center center no-repeat; */
  
  	color:#FFFFFF;
  	margin: 0;
  	padding: 0;
  	border-radius: 0px;
  	z-index: 9000;
  	-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.125);
  	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.125);
  	width:250px;
  	border:1px solid #C9C9C9;
	}

 .nav, .navbar-nav > li > ul {
  background-color: rgba(91,103, 112, 0.5);
}

}
/*** END / RESPONSIVE H1,H2,H3 ***/  
  
/*** TOOLTIP ***/

.tooltip {
  font-size: 14px;
  font-weight: 600;
}
.tooltip.top {
  margin-top:-25px;
  padding: 0;
}
.tooltip.top .tooltip-inner:after {
  border-top: 11px solid #9a9aa3;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  bottom: -10px;
}
.tooltip.top .tooltip-inner:before {
  border-right: 11px solid rgba(154, 154, 163, 0.2);
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  bottom: -11px;
}
.tooltip.bottom {
  margin-top: 11px;
  padding: 0;
}
.tooltip.bottom .tooltip-inner:after {
  border-bottom: 11px solid #9a9aa3;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  top: -10px;
}
.tooltip.bottom .tooltip-inner:before {
  border-right: 11px solid rgba(154, 154, 163, 0.2);
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  top: -11px;
}
.tooltip.left {
  margin-left: -11px;
  padding: 0;
}
.tooltip.left .tooltip-inner:after {
  border-left: 11px solid #9a9aa3;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  right: -10px;
  left: auto;
  margin-left: 0;
}
.tooltip.left .tooltip-inner:before {
  border-right: 11px solid rgba(154, 154, 163, 0.2);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  right: -11px;
  left: auto;
  margin-left: 0;
}
.tooltip.right {
  margin-left: 11px;
  padding: 0;
}
.tooltip.right .tooltip-inner:after {
  border-right: 11px solid #9a9aa3;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  left: -10px;
  top: 0;
  margin-left: 0;
}
.tooltip.right .tooltip-inner:before {
  border-right: 11px solid rgba(154, 154, 163, 0.2);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  left: -11px;
  top: 0;
  margin-left: 0;
}

.tooltip-arrow {
  display: none;
  opacity: 0;
}

.tooltip-inner {
  background-color: #636363;
  border-radius: 0px;
  box-shadow: 0 1px 13px rgba(0, 0, 0, 0.14), 0 0 0 1px rgba(115, 71, 38, 0.23);
  color: #FFFFFF;
  max-width: 260px;
  min-width: 86px;
  padding: 6px 10px;
  text-align: center;
  text-decoration: none;
}

.tooltip-inner:after {
  content: "";
  display: inline-block;
  left: 100%;
  margin-left: -60%;
  position: absolute;
}

.tooltip-inner:before {
  content: "";
  display: inline-block;
  left: 100%;
  margin-left: -60%;
  position: absolute;
}

/*** END / TOOLTIP ***/ 
  
/*** BLOCKQUOTE ***/

blockquote{
  display:inline-table;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  
  /*Borders - (Optional)*/
  border-left: 15px solid #E3E3E3;
  border-right: 2px solid #E3E3E3;
  
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Open Sans Condensed, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 30px;
  top:5px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

blockquote a:hover{
 color: #666;
}

blockquote em{
  font-style: italic;
}

blockquote h4{
  font-family: 'Open Sans Condensed', sans-serif;
  color: #666666;
  font-style: italic;
}
blockquote h4.theme_01{
  font-family: 'Open Sans Condensed', sans-serif;
  color: #9a9aa3;
  font-style: italic;
  font-weight:bold;
  padding:0px;
}
/*** END / BLOCKQUOTE ***/

a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #9a9aa3 url("../../assets/img/up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
a:hover.back-to-top {
	background-color: #5b6770;
}

