/** 

Cafe House Template


    
COLOR CODES
  Gold: #c79c60;
*/

/** Preloader 
* https://ihatetomatoes.net/create-custom-preloading-screen/
*/
 .gd ul li,  .gd1 ul li , .gd2 ul li ,.gd3 ul li  {float:left; border:1px solid #333;}
 .gd ul li , .gd2 ul li { margin:10px 10px 0px 0px;width:318px;}
.gd1 ul li{ margin:10px 0px 0px 0px;width:318px;}
.gd3 ul li { margin:15px 15px 0px 0px;width:106px; padding:0px; border:0; font-size:14px; font-family:"微软雅黑","宋体";}
.applogo{ padding-right:25px; line-height:40px; font-size:16px; float:left; width:139px; font-weight:bold; text-align:center;}
 .lm{line-height:30px; font-size:22px; font-weight:bold; padding-left:8px; color:#333333; padding-top:10px;}

.nbs-flexisel-container {
	position: relative;
	max-width: 100%;}
	
.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}	
.fd{ clear:both;}
html {
    box-sizing: border-box;
}
	float: left;
    width: 130px;
	height:30px;
}
.blog{
	padding:0em 0px;
}
.blog-one{
	/*padding: 3.5em 0px;*/
	border:2px solid #e55353;
	text-align:center;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
	background:#fff;
	margin:0px 0px 10px 0px;
}
.blog-one h3 {
	color: #e55353;
	font-size: 1.7em;
	margin: 11% 0 0 0;
	font-weight: 400;
}
.blog-one p {
	color: #515151;
	font-size: 15px;
	line-height: 1.6em;
	margin-top: 10%;
	/*height: 95px;*/
	padding: 0 10%;
	
}
.blog-one img{
	border: 5px solid #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	padding: 4px;
}
.col-md-4.blog-left:hover .blog-one,.col-md-4.blog-left.active .blog-one {
	background: #AFEEEE;
	display: block;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.col-md-4.blog-left:hover .blog-one p,.col-md-4.blog-left.active .blog-one p{
	color:#fff;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
/*--ends-blog--*/
/*--ends-contact--*/
.contact {
	padding: 4em 0px 6em 0px;
}
.contact-left h3{
	color:#434a54;
	font-size:1.4em;
	font-weight:200;
	margin:0;
}
.contact-left p{
	color:#434a54;
	font-size:13px;
	font-weight:200;
	margin-top:1em;
}
.contact-left ul {
	padding: 0;
	margin-top: 4%;
}
.contact-left ul li {
	list-style: none;
	display: inline-block;
	margin-right: 23px;
}
.contact-left ul li:nth-child(3){
	margin-right: 0px;
}
.contact-left ul li p a{
	color:#434a54;
	font-size:13px;
}
.contact-left ul li p a:hover{
	color:#e55353;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.contact-left input[type="text"] {
	width: 48.5%;
	color: #fff;
	background:#1e1e1e;
	outline: none;
	font-size: 14px;
	padding: 12px 1.3em;
	margin-bottom: 1em;
	border: none;
	-webkit-appearance: none;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
}
.contact-left input[type="text"]:nth-child(1){
	margin-right:11px;
}
.contact-textarea textarea {
	resize: none;
	width: 100%;
	color: #fff;
	font-size: 14px;
	background:#1e1e1e;
	outline: none;
	padding: 10px 10px;
	border: none;
	min-height: 11em;
	-webkit-appearance: none;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
}
.contact-but input[type="submit"] {
	border: none;
	outline: none;
	color: #fff;
	background: #e55353;
	padding: 6px 60px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 600;
	-webkit-appearance: none;
	border-radius: 0.3em;
	border-bottom: 3px solid rgba(30, 30, 30, 0.65);
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
}
.contact-but input[type="submit"]:hover {
	background:#1e1e1e;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.contact-but {
	margin-top: 3%;
	text-align: right;
}
/*--end-contact--*/
/*--start-footer--*/
.footer{
	background:#1e1e1e;
	padding:3em 0px;
}
.footer-text{
	text-align:center;
}
.footer-text ul{
	padding:0;
	margin-top: 2%;
}
.footer-text ul li{
	list-style:none;
	display:inline-block;
	margin:0 1.2em;
}
.footer-text ul li a span {
	background: url(../images/social-sprit.png) no-repeat;
	width: 50px;
	background-size: 299%;
	height: 49px;
	display: block;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.footer-text ul li a span.twt{
	background-position:0px 0px;
}
.footer-text ul li a span.t{
	background-position:-50px 0px;
}
.footer-text ul li a span.g{
	background-position:-100px 0px;
}
.footer-text ul li a span.twt:hover{
	background-position:0px -49px;
}
.footer-text ul li a span.t:hover{
	background-position:-50px -49px;
}
.footer-text ul li a span.g:hover{
	background-position:-100px -49px;
}
.footer-text p {
	color: #ffffff;
	font-size: 13px;
	margin-top: 1em;
	font-weight: 700;
	letter-spacing: 2px;
}
.footer-text p a {
	color: #fff;
}
.footer-text p a:hover {
	color: #e55353;
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
/*--end-footer--*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/top-arrow.png) no-repeat;
}
/*--media-quaries-starts-here--*/

@media (max-width:1440px){
.banner-bottom {
	top: 77.2%;
}
.b-from-left ul {
	margin-top: 28%;
}
.banner-2 ,.banner-1{
	min-height: 540px;
}
}
@media (max-width:1366px){
.banner-2, .banner-1 {
	min-height: 540px;
}
.banner-bottom {
	top: 76%;
}
.navigation {
	width: 44%;
}	
}
@media (max-width:1280px){
.banner-2, .banner-1 {
	min-height: 654px;
}
.banner-bottom {
	top: 73%;
}
.banner-bottom ul {
	margin-top: 10px;
}	
.free {
	padding: 2em 0px 2em 0px;
}
.portfolios {
	padding-bottom: 1em;
}
.blog {
	padding: 4em 0px;
}
.footer {
	padding: 2.7em 0px;
}
}
@media (max-width:1024px){
.logo a img {
	width: 100%;
}
.logo {
	width: 18%;
}
ul.navig li span:nth-child(1){
	margin:0 15px;
}
ul.navig li {
	margin: 0 0px;
}
ul.navig li span {
	margin: 0 18px;
}
.logo a img {
	margin-left: 25%;
}
.navigation {
	width: 48%;
}	
.header {
	padding-bottom: 1.5em;
}
.banner-2, .banner-1 {
	min-height: 600px;
}
.banner-bottom ul li a span {
	width: 60px;
	height: 60px;
	background-size: 180px;
}
.banner-bottom ul li a span.twt:hover {
	background-position: 0px -59px;
}
.banner-bottom ul li a span.t {
	background-position: -60px 0px;
}
.banner-bottom ul li a span.t:hover {
	background-position: -60px -59px;
}
.banner-bottom ul li a span.g {
	background-position: -120px 0px;
}
.banner-bottom ul li a span.g:hover{
	background-position: -120px -59px;
}
.banner-bottom ul li {
	margin: 0 1.3em;
}
.banner-bottom {
	top: 73.5%;
	padding: 2.6em 0px;
}
.callbacks_nav {
	top: 40%;
}
.free-main h1 {
	font-size: 1.2em;
}
.free-main p {
	font-size: 17px;
}
#filters li span {
	padding: 14px 40px;
}
ul#filters {
	width: 80.25%;
}
.blog-one {
	padding: 2.2em 0px 3em 0px;
}
.blog-one p {
	padding: 0 11%;
}
.blog-one h3 {
	font-size: 1.5em;
}
.contact-left input[type="text"]:nth-child(1) {
	margin-right: 8px;
}
.contact {
	padding: 3em 0px 5em 0px;
}
}
@media (max-width:768px){
.banner-2, .banner-1 {
	min-height: 460px;
}
.banner-bottom {
	padding: 1.2em 0px;
	top: 76.7%;
}
.logo {
	width: 20%;
}
.callbacks_nav {
	top: 43%;
	height: 60px;
	width: 10px;
	background-size: 204%;
}	
.header {
	padding: 17px 0px;
}
ul.navig li span {
	margin: 0;
	display: none;
}
.free-main sup img ,.free-main sub img {
	width: 2.3%;
}
.free-main h1 {
	font-size: 1.1em;
}
.free-main p {
	font-size: 15px;
	width: 100%;
}
#filters li span {
	padding: 10px 29px;
	font-size: 12px;
}
ul#filters {
	width: 86.7%;
}
.free {
	padding: 3em 0px 3.5em 0px;
}
.banner-bottom ul li a span {
	width: 55px;
	height: 54px;
	background-size: 165px;
}
.banner-bottom ul li a span.twt:hover {
	background-position: 0px -54px;
}
.banner-bottom ul li a span.t {
	background-position: -55px 0px;
}
.banner-bottom ul li a span.t:hover {
	background-position: -55px -54px;
}
.banner-bottom ul li a span.g {
	background-position: -110px 0px;
}
.banner-bottom ul li a span.g:hover{
	background-position: -110px -54px;
}
.b-from-left ul {
	margin-top: 26%;
}
.b-from-left ul li {
	margin: 0 5px;
}
.blog-left {
	width: 33.3%;
	float: left;
}
.blog-one h3 {
	font-size: 1.2em;
}
.blog-one img {
	border: 3px solid #fff;
	padding: 3px;
	width: 55%;
}
.blog-one p {
	padding: 0 4%;
	font-size: 14px;
	margin-top: 8%;
	height: 100px;
}
.blog-one {
	padding: 2em 0px 2.8em 0px;
}
.blog {
	padding: 3em 0px;
}
.contact-main {
	text-align: center;
}
.contact-left ul {
	margin-top: 1%;
}
.contact-left {
	margin-top: 5%;
}
.contact {
	padding: 0em 0px 3.5em 0px;
}
.contact-but {
	margin-top: 2.5%;
	text-align: center;
}
.contact-left input[type="text"] {
	width: 49%;
}
.footer {
	padding: 2em 0px;
}
.footer-text ul li {
	margin: 0 11px;
}
.footer-text ul li a span {
	width: 44px;
	background-size: 299%;
	height: 43px;
}
.footer-text ul li a span.t{
	background-position:-44px 0px;
}
.footer-text ul li a span.g{
	background-position:-88px 0px;
}
.footer-text ul li a span.twt:hover{
	background-position:0px -43px;
}
.footer-text ul li a span.t:hover{
	background-position:-44px -43px;
}
.footer-text ul li a span.g:hover{
	background-position:-88px -43px;
}
}
@media (max-width:640px){
.logo a img {
	margin-left: 16%;
}
.logo {
	width: 22%;
}	
span.menu {
	margin: 7px 2px 0 0;
}
.navigation {
	height: 29px;
}
.banner-2, .banner-1 {
	min-height: 380px;
}
.banner-bottom ul li a span {
	width: 50px;
	height: 49px;
	background-size: 149px;
}
.banner-bottom ul li a span.t{
	background-position:-50px 0px;
}
.banner-bottom ul li a span.g{
	background-position:-100px 0px;
}
.banner-bottom ul li a span.twt:hover{
	background-position:0px -49px;
}
.banner-bottom ul li a span.t:hover{
	background-position:-50px -49px;
}
.banner-bottom ul li a span.g:hover{
	background-position:-100px -49px;
}
.banner-bottom ul li {
	margin: 0 11px;
}
.banner-bottom {
	padding: 1em 0px;
	top: 74.8%;
}
.free-main h1 {
	font-size: 1.05em;
}
.free-main p {
	font-size: 13px;
}
.free-main sup img, .free-main sub img {
	width: 2.1%;
}
.free {
	padding: 2.2em 0px 2.5em 0px;
}
#filters li span {
	padding: 10px 20px;
	font-size: 12px;
}
ul#filters {
	width: 92%;
}
.b-from-left ul li img{
	width:70%;
}
.b-from-left ul li {
	margin: 0 0px;
}
div#portfoliolist {
	padding: 25px 0px;
}
.load {
	left: 38%;
}
.blog-one p {
	font-size: 13px;
	overflow: hidden;
	margin-top: 7%;
	height: 61px;
}
.blog-one {
	padding: 1.5em 0px 1.6em 0px;
}
.blog-one h3 {
	font-size: 1.1em;
}
.blog-one img {
	width: 52%;
}
.blog {
	padding: 2em 0px;
}
.contact-left input[type="text"]:nth-child(1) {
	margin-right: 6px;
}
.contact-left input[type="text"] {
	padding: 10px 1em;
	margin-bottom: 10px;
}
.contact-textarea textarea {
	min-height: 10em;
}
.contact-but input[type="submit"] {
	padding: 6px 48px;
	font-size: 17px;
}
.contact-but {
	margin-top: 2%;
}
.contact-left:nth-child(1){
	margin-top: 0%;
}
.contact {
	padding: 10px 0px 2.5em 0px;
}
.footer {
	padding: 1.5em 0px;
}
.footer-text ul li {
	margin: 0 8px;
}
}
@media (max-width:480px){
.logo {
	width: 29%;
}
span.menu {
	margin: 6px 1px 0 0;
}
.navigation {
	height: 27px;
}
.header {
	padding: 15px 0px;
}
ul.navig {
	width: 100%;
	left: 0%;
}
.banner-2, .banner-1 {
	min-height: 320px;
}	
.banner-bottom {
	top: 71.7%;
}
.banner-bottom ul li a span {
	width: 45px;
	height: 44px;
	background-size: 135px;
}
.banner-bottom ul li a span.t{
	background-position:-45px 0px;
}
.banner-bottom ul li a span.g{
	background-position:-90px 0px;
}
.banner-bottom ul li a span.twt:hover{
	background-position:0px -44px;
}
.banner-bottom ul li a span.t:hover{
	background-position:-45px -44px;
}
.banner-bottom ul li a span.g:hover{
	background-position:-90px -44px;
}
.banner-bottom ul li {
	margin: 0 8px;
}
#filters li span {
	padding: 8px 9px;
	font-size: 11px;
}
ul#filters {
	width: 99%;
}
.b-from-left ul {
	margin-top: 23%;
}
.free {
	padding: 2em 0px 2em 0px;
}
div#portfoliolist {
	padding: 15px 0px;
}
.callbacks_nav {
	top: 37%;
}
.blog-left:nth-child(1){
	display:none;
}
.blog-left{
	width:50%;
	float:left;
}
.contact-left p {
	font-size: 13px;
	margin-top: 10px;
}
.contact-left ul li {
	display: block;
	margin-right: 0px;
}
.contact-left input[type="text"]:nth-child(1) {
	margin-right: 3px;
}
.contact-but input[type="submit"] {
	padding: 5px 43px;
	font-size: 16px;
}
.footer-text ul li a span {
	width: 40px;
	background-size: 299%;
	height: 39px;
}
.footer-text ul li a span.t{
	background-position:-40px 0px;
}
.footer-text ul li a span.g{
	background-position:-80px 0px;
}
.footer-text ul li a span.twt:hover{
	background-position:0px -39px;
}
.footer-text ul li a span.t:hover{
	background-position:-40px -39px;
}
.footer-text ul li a span.g:hover{
	background-position:-80px -39px;
}
}
@media (max-width:320px){
.logo {
	width: 52%;
}	
.logo {
	width: 40%;
}
.navigation {
	height: 26px;
	width: 39%;
}
.navigation {
	height: 21px;
	width: 39%;
}
span.menu {
	margin: 3px 0px 0 0;
}
.banner-2, .banner-1 {
	min-height: 250px;
}
.banner-bottom {
	padding: 10px 0px;
}
.banner-bottom {
	top: 72%;
}
.banner-bottom ul {
	margin-top: 6px;
}
.banner-bottom ul li a span {
	width: 40px;
	height: 39px;
	background-size: 120px;
}
.banner-bottom ul li a span.t{
	background-position:-40px 0px;
}
.banner-bottom ul li a span.g{
	background-position:-80px 0px;
}
.banner-bottom ul li a span.twt:hover{
	background-position:0px -39px;
}
.banner-bottom ul li a span.t:hover{
	background-position:-40px -39px;
}
.banner-bottom ul li a span.g:hover{
	background-position:-80px -39px;
}
.banner-bottom ul li {
	margin: 0 6px;
}
.callbacks_nav {
	top: 39%;
	height: 45px;
	width: 8px;
}
.free-main sup img, .free-main sub img {
	width: 4%;
}
.free-main h1 {
	font-size: 1em;
}
#portfoliolist .portfolio {
	width: 47%;
	margin: 0 8px 10px 0;
}
.b-from-left ul li img {
	width: 60%;
}
.portfolios {
	padding-bottom: 10px;
}
.blog-left {
	width: 75%;
}
.blog-left {
	width: 75%;
	float: none;
	margin: 10px auto;
}
.blog-one img {
	width: 43%;
}
.blog-one p {
	margin-top: 5%;
}
.blog-one {
	padding: 1.3em 0px 1.45em 0px;
}
.contact-left p:nth-child(2),.contact-left p:nth-child(3){
	overflow: hidden;
	height: 38px;
}
.contact-left h3 {
	font-size: 1.3em;
}
.contact-left p {
	font-size: 14px;
	margin-top: 9px;
}
.contact-left {
	margin-top: 7%;
}
.contact-left input[type="text"]:nth-child(1) {
	margin-right: 0px;
}
.contact-left input[type="text"] {
	padding: 8px 1em;
	margin-bottom: 8px;
	width: 100%;
}
.contact-but input[type="submit"] {
	padding: 4px 36px;
	font-size: 15px;
}
.contact {
	padding: 0px 0px 1.8em 0px;
}
.blog {
	padding: 1em 0px;
}
.footer-text p {
	margin-top: 0em;
	letter-spacing: 0px;
}
.footer {
	padding: 1em 0px;
}
.footer-text ul li {
	margin: 0 3px;
}
.footer-text ul li a span {
	width: 36px;
	background-size: 298%;
	height: 35px;
}
.footer-text ul li a span.t{
	background-position:-36px 0px;
}
.footer-text ul li a span.g{
	background-position:-72px 0px;
}
.footer-text ul li a span.twt:hover{
	background-position:0px -35px;
}
.footer-text ul li a span.t:hover{
	background-position:-36px -35px;
}
.footer-text ul li a span.g:hover{
	background-position:-72px -35px;
}
ul#filters {
	width: 99%;
	padding: 10px 0px;
}
}
/*--media-quaries-end-here--*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;

    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;

    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222222;
    z-index: 1000;
    -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);  /* IE 9 */
    transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(-100%);  /* IE 9 */
            transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
            transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(100%);  /* IE 9 */
            transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;  
            transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
    visibility: hidden;

    -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateY(-100%);  /* IE 9 */
            transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.3s 1s ease-out;  
            transition: all 0.3s 1s ease-out;
}
/* end Preloader */

body { overflow-x: hidden; }
ul { 
  margin: 0; 
  padding: 0;
}
* { font-family: 'Open Sans', sans-serif; }
.container { max-width:9600px; }
.tm-handwriting-font { font-family: 'Damion', cursive; }
.tm-top-header {
  background: black;
  color: white;
}
.tm-site-logo,
 .tm-site-name {
  vertical-align: bottom;
}
.tm-site-name {
  color: #c79c60;
  display: inline-block;
  font-size: 32px;
  margin: 0 10px;  
}
.tm-logo-container { padding: 10px 0; }
.tm-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  text-transform: uppercase;  
}
.tm-nav li {
  list-style: none;
  float: left;
}
.tm-nav li a {
  color: white;
  display: inline-block;
  padding: 15px 15px 20px 30px;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.tm-nav li a:hover,
 .tm-nav li a:focus,
 .tm-nav li a.active {  
  color: #c79c60;
  text-decoration: none;
}
.tm-nav li a.active {
  background: url(../img/logo.png) no-repeat, url(../img/nav-underline.png) no-repeat;
  background-size: 20px, 74px 17px;
  background-position: 0% 30%, center bottom;
}
.tm-top-header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mobile-menu-icon { display: none; }
.tm-section {
	margin-bottom: 60px;
	text-align: center;
}
.tm-section-margin-bottom-0 { margin-bottom: 0; }

/* Welcome */
.tm-welcome-section {
  background: #000000;
  text-align: center;
}
.white-text { color: white; }
.blue-text { color: #0066CC; }
.gold-text { color: #c79c60; }
.gray-text { color: #949494; }
.green-text { color: #30A430; }
.tm-welcome-header { font-size: 56px; }
.tm-welcome-header-2 {
  font-family: 'Times New Roman', serif;
  font-size: 62px;
  text-transform: uppercase;
}
.tm-welcome-content {
  margin: 150px auto 350px;
  max-width: 650px;
}
.tm-welcome-description { text-align: justify; }
.tm-welcome-img-container { text-align: right; }
.tm-more-button-welcome { margin: 40px auto; }
.tm-more-button {  
  display: -webkit-box;  
  display: -webkit-flex;  
  display: -ms-flexbox;  
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../img/tm-brown-button.png);
  width: 196px;
  height: 46px;  
  text-transform: uppercase;
  font-size: 16px;
  color: #c79c60;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.tm-more-button:hover,
.tm-more-button:focus {
  color: white;
  text-decoration: none;
}
.tm-position-relative { position: relative; }
.tm-table-set {
  position: absolute;
  bottom: -100px;
  left: 0;
}
.tm-lights-container {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

/* Main content */
.light-gray-bg { background-color: #e4e4e4; }
.tm-main-section { padding-top: 170px; }
.img-thumbnail { padding: 8px; }
.inline-block { display: inline-block; }
.shadow-img {
  background: url(../img/shadow.png) no-repeat center bottom;
  padding-bottom: 7px;
}
.margin-top-30 { margin-top: 30px; }

/* Footer */
.tm-black-bg {
  background-color: #302f2f;
  color: white;
  padding-top: 50px;
}
.tm-footer-div-title {
  color: white;
  font-size: 21px;
  font-weight: 700;
}
.tm-footer-nav {
  font-weight: 700;
  text-transform: uppercase;
}
.tm-footer-nav ul { list-style: none; }
.tm-footer-nav li { padding: 15px 0 0 0; }
.tm-footer-nav li a { color: white; }
.tm-footer-nav li a:hover {
  color: #c79c60;
  text-decoration: none;
}
.margin-bottom-30 { margin-bottom: 30px; }
.margin-bottom-60 { margin-bottom: 60px; }
.margin-top-60 { margin-top: 60px; }
.margin-top-15 { margin-top: 15px; }
.copyright-text {
  margin-top: 30px;
  margin-bottom: 30px;
}
.tm-social-icon {
  background-color: #505050;
  color: white;
  display: inline-block;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 35px;
  height: 35px;
  border-radius: 2px;
  text-align: center;
  padding-top: 4px;
  margin-right: 10px;
}
.tm-social-icon:last-child { margin-right: 0; }
.tm-social-icon:hover,
.tm-social-icon:focus {
  background-color: #BB8232;
  color: white;
}
.tm-social-icons-container { margin-top: 25px; }
.tm-popular-item {
  background: url(../img/popular-item-bg.png) no-repeat;
  background-size: 100% 100%;
  max-width: 294px;
  margin-top: 30px;  
  margin-bottom: 80px;
}
.tm-popular-item-img { margin-left: 3px; }
.tm-popular-items-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.tm-popular-items-container:last-child { margin-top: 15px; }
.tm-popular-item-description {
  padding: 0 80px 150px;
  position: relative;
  text-align: center;
}
.tm-popular-item-title,
.order-now-link {
  color: rgb(174,174,174);
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.order-now-link {
  font-size: 24px;
  border: 2px solid rgb(174,174,174);
  border-radius: 50%;
  width: 85px;
  height: 85px;
  padding-top: 8px;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.tm-popular-item:hover { background-image: url(../img/popular-item-bg-hover.png); }
.tm-popular-item:hover .tm-popular-item-title { color: #c79c60; }
.tm-popular-item:hover hr {
  border-color: #c79c60;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.tm-popular-item:hover .order-now-link {
  border-color: #c79c60;
  color: #c79c60;
  text-decoration: none;
}
.tm-popular-item-title {
  font-size: 34px;
  margin-top: 0;
  margin-bottom: 0;
}
.tm-popular-item-hr {
  margin-top: 0;
  margin-bottom: 15px;
}
.bigger-first-letter { font-size: 60px; }
.order-now-container {
  width: 100px;
  height: 100px;
  background-color: rgb(82, 76, 76);
  border-radius: 50%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  position: absolute;
  left: 92px;
  bottom: -50px;
}
.tm-special-item {
  display: inline-block;
  padding: 8px;
  background-color: white;
  max-width: 100%;
}
.tm-special-img-container {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.tm-special-description {
	position: absolute;
	left: -2px;
	bottom: -94px;
	color: white;
	background: rgba(0,0,0,0.6);
	width: 100%;
	padding: 12px 10px 5px;
}
.tm-special-title { margin-top: 0; }
.tm-special-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tm-special-container-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tm-special-container-lower {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* http://stackoverflow.com/questions/488830/ol-with-numbers-another-color */
ol { counter-reset: item }
ol li { display: block }
ol li:before { 
  content: counter(item) ". "; 
  counter-increment: item;
  color: #c79c60; 
  font-weight: 700;
}
.tm-section-header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/*http://stackoverflow.com/questions/1032914/how-to-make-a-div-to-fill-a-remaining-horizontal-space-a-very-simple-but-annoyi*/
.tm-section-header { width: 350px; }
.tm-hr-container {
  width: 100%;
  height: 41px;
}
.tm-hr { border-color: #c79c60; }
.tm-daily-menu-container { overflow: hidden; }

/* Menu */
.tm-side-menu {
  color: white;
  width: 242px;
  padding-top: 7px;
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;  
}
.tm-side-menu-bg {
  position: absolute;
  top: 0;
  left: 0;
}
.tm-side-menu li { list-style: none; }
.tm-side-menu li a {
  color: #7c6a51;
  padding: 7px;
  display: block;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.tm-side-menu li a:hover,
.tm-side-menu li a.active {
  color: #c79c60;
  text-decoration: none;
}
.tm-product {
  margin-right: 0;
  margin-left: auto;
  max-width: 652px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  padding: 20px;
}
.tm-product-text { max-width: 325px; }
.tm-product-price {
  width: 100px;
  height: 100px;
  background-color: rgb(82, 76, 76);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  position: relative;
}
.tm-product-title {
  margin-top: 0;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.tm-product-description {
  margin-bottom: 0;
  text-align: justify;
}
.tm-product-price-link {
  border: 2px solid rgb(174,174,174);
  border-radius: 50%;
  width: 85px;
  height: 85px;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  text-align: center;
  padding-top: 7px;
  font-size: 40px;
  color: rgb(174,174,174);
}
.tm-product {
  cursor: pointer;
  margin-bottom: 20px;
}
.tm-product:hover .tm-product-price-link {
  border-color: #c79c60;
  color: #c79c60;
  text-decoration: none;  
}
.tm-product:hover .tm-product-title { color: #c79c60; }
.tm-product-price-currency {
  font-size: 20px;
  position: absolute;
  top: 24px;
  left: 22px;
}
.form-control {
  border-color: #c79c60;
  border-radius: 10px;
}
.form-control:focus { 
  border-color: rgb(136, 93, 33); 
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(199, 156, 96, 0.6); 
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(199, 156, 96, 0.6);
}
button.tm-more-button {
  background-color: transparent;
  border: 0;
  display: block;
  outline: 0;
}
#google-map { 
  height: 350px;
  border: 3px solid #fff;
  border-radius: 10px;
}

@media screen and (max-width: 991px) {
  .tm-welcome-content { margin-bottom: 250px; }
  .tm-main-section { padding-top: 200px; }
  .light { 
    width: 240px; 
    height: auto;
  }
  .tm-footer-div { margin-bottom: 40px; }
  .tm-special-container { display: block; }
  .tm-special-container-left { margin-bottom: 15px; }
  .tm-special-container-lower {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 15px;
  }
  .tm-special-container-lower .tm-special-item { margin-right: 10px; }
  .tm-special-container-lower .tm-special-item:last-child { margin-right: 0; }
  .tm-product { margin-left: 0; }
  .tm-daily-menu-img { margin-bottom: 30px; }
  #google-map { margin-top: 50px; }
}

@media screen and (max-width: 767px) {
  .tm-nav { display: none; }
  .tm-nav li a { padding-left: 35px; }
  .tm-logo-container { margin-left: 15px; }  
  .mobile-menu-icon {
    display: block;
    cursor: pointer;
    color: #c79c60;
    font-size: 30px;
    position: fixed;
    top: 15px;
    right: 15px;
    background-color: rgba(0,0,0,0.6);
    padding: 6px 15px;
    z-index: 1000;
  }
  .tm-nav {
    height: auto;
    position: fixed;
    z-index: 1000;
    top: 69px;
    right: 15px;
    background-color: rgba(0,0,0,0.7);
  }
  .tm-nav li { float: none; }
  .tm-nav li a {
     display: block;
     padding-bottom: 15px;
     margin-bottom: 5px;
  }
  .tm-nav li a.active { background-position: 7% 30%, 40% bottom; }
  .light-1, .light-2 { display: none; }
  .tm-lights-container { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  .tm-welcome-header { font-size: 40px; }
  .tm-welcome-img-container { 
    margin-top: 30px;
    text-align: left; 
  }
  .tm-header-line { width: 44px; }
  .tm-main-section { padding-top: 130px; }
  .tm-section-header-container { 
    -webkit-box-align: start; 
    -webkit-align-items: flex-start; 
        -ms-flex-align: start; 
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; 
  }
}

@media screen and (max-width: 650px) {
  .tm-welcome-content {  margin-bottom: 190px; }
  .tm-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tm-product-text {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
  }
  .tm-product-description { text-align: center; }
}

@media screen and (max-width: 550px) {
  .tm-welcome-content { margin-bottom: 130px; }
}

@media screen and (max-width: 450px) {
  .tm-welcome-content { margin-bottom: 90px; }
}

@media screen and (max-width: 370px) {
  .tm-welcome-content { margin-bottom: 60px; }
}
