@import url("font-awesome.min.css");
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600|Arvo:700");

/*
 *
 *
 *
 lp_red : #c24745
 lp_orange: #f27238

 *
 * */

@font-face {
    font-family: DroidSans;
    src: url("DroidSans.ttf");
}
@font-face {
    font-family: DroidSansBold;
    src: url("DroidSans-Bold.ttf");
}

@font-face {
    font-family: samurai;
    src: url("samurai.ttf");
}
@font-face {
    font-family: ming-imperial;
    src: url("ming-imperial.ttf");
}
@font-face {
    font-family: korean-calligraphy;
    src: url("korean-calligraphy.ttf");
}

@font-face {
    font-family: footlight-mt-light;
    src: url("FootlightMTLight.ttf");
}




body {
    font-family: 'Open Sans', sans-serif;
    color:   #555555;
    font-size: 13pt;
     
}

.font-mt{
    font-family: footlight-mt-light, 'Open Sans', sans-serif;
}

.lp-orange: {
color : #f27238; 
}

.clear {
    clear: both;
}

p {
    text-align: justify;
}

li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.emphasize {
    color: #ff6666;
    font-weight: bold;
    font-size: 1.1em;
}

h1 {
    padding-top: 20px;
    padding-bottom: 20px;
}

h2{
    color: #f9592c;
    font-size: 16pt; 
    font-family: Sans-serif;
}


h3 {
    /*color: #f46542;*/
    font-weight: 100;
    
}

.header-wrapper {
    padding: 0 20px 0 20px;
    width: 1200px;
    margin: auto;
}

.header {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.header h1 {
    font-family: 'ARIAL', 'Arvo';
    font-weight: 900;
    /*color: #ed786a;*/
    color: #f76618;
    /*text-shadow: 0.05em 0.075em 0 rgba(0, 0, 0, 0.1);*/
    letter-spacing: -3px;
    font-size: 40px;
}

.header h1 a {
    border: 0;
}

.header .slogan {
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #555555;
}

.nav {

    /*border:1px solid #ccc;
     border-width:1px 0;*/
    list-style: none;
    padding: 0;
    text-align: right;
    margin-top: 30px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    
    font-size: 18px; 
    font-family: 'Open Sans', sans-serif;
}

.nav ul {
    margin: 0px;
}

.nav li {
    display: inline;
}

.nav a {
    font-size: 0.95em;
    text-transform: uppercase;
    font-weight: 100;
    display: inline-block;
    padding: 7px;
    color: #666666;
    letter-spacing: 0px;
}

.nav a:hover {
    color: #ff6666;
    text-decoration: none;
}

.footer-wrapper {
    
    background: #333333 none repeat scroll 0 0;
    color: #DDDDDD;
    overflow: hidden;
    position: relative;
}

.container {
    /*margin-left: auto;
    margin-right: auto;*/
}

#home_link {
    /*background: transparent url(images/icon_home.png) center left no-repeat;
     background-size: 25px 25px;
     padding: 25px;
     width: 300px;*/
}

#product_link {
    /*background: transparent url(images/icon_products.png) center left no-repeat;
     background-size: 25px 25px;
     padding: 25px;*/
}

#company_link {
    /*background: transparent url(images/icon_company.png) center left no-repeat;
     background-size: 25px 25px;
     padding: 25px;*/
}

#contact_link {
    /*background: transparent url(images/icon_contact.png) center left no-repeat;
     background-size: 25px 25px;
     padding: 25px;*/
}

#reference_link {
    /*background: transparent url(images/icon_partners.png) center left no-repeat;
     background-size: 25px 25px;
     padding: 25px;*/
}

#slideshow-container {
    margin: auto;
    position: relative;
    width: 100%;
    height: 450px;
    padding: 0px;
    background-color: #fff;
}

#slides {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    margin: auto;
    width: 100%;
    height: 450px;
}

#slides > .p-image {
    display: none;
    width: 100%;
    height: 450px;
}

#slideshow-container > #next {
    position: absolute;
    right: 20px;
    top: 190px;
    z-index: 999;
    cursor: pointer;
}

#slideshow-container > #prev {
    position: absolute;
    left: 20px;
    top: 190px;
    z-index: 999;
    cursor: pointer;
}

/*Buttons*/
/*Generator: http://css3buttongenerator.com/*/
.btn-lp-orange {
    background: #f27238;
    background-image: -webkit-linear-gradient(top, #f27238, #f27238);
    background-image: -moz-linear-gradient(top, #f27238, #f27238);
    background-image: -ms-linear-gradient(top, #f27238, #f27238);
    background-image: -o-linear-gradient(top, #f27238, #f27238);
    background-image: linear-gradient(to bottom, #f27238, #f27238);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 1px #666666;
    -moz-box-shadow: 0px 3px 1px #666666;
    box-shadow: 0px 3px 1px #666666;
    color: #ffffff;
    text-decoration: none;
}

.btn-lp-orange:hover {
    background: #f7844f;
    background-image: -webkit-linear-gradient(top, #f7844f, #f7844f);
    background-image: -moz-linear-gradient(top, #f7844f, #f7844f);
    background-image: -ms-linear-gradient(top, #f7844f, #f7844f);
    background-image: -o-linear-gradient(top, #f7844f, #f7844f);
    background-image: linear-gradient(to bottom, #f7844f, #f7844f);
    text-decoration: none;
    color: white;
}

.btn-lp-orange-no-shadow {

    background: #f27238;
    background-image: -webkit-linear-gradient(top, #f27238, #f27238);
    background-image: -moz-linear-gradient(top, #f27238, #f27238);
    background-image: -ms-linear-gradient(top, #f27238, #f27238);
    background-image: -o-linear-gradient(top, #f27238, #f27238);
    background-image: linear-gradient(to bottom, #f27238, #f27238);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    color: #ffffff;
    text-decoration: none;
}

.btn-lp-orange-no-shadow:hover {
    background: #f7844f;
    background-image: -webkit-linear-gradient(top, #f7844f, #f7844f);
    background-image: -moz-linear-gradient(top, #f7844f, #f7844f);
    background-image: -ms-linear-gradient(top, #f7844f, #f7844f);
    background-image: -o-linear-gradient(top, #f7844f, #f7844f);
    background-image: linear-gradient(to bottom, #f7844f, #f7844f);
    text-decoration: none;
    color: white;
}

.btn-lp-red {
    background: #c24745;
    background-image: -webkit-linear-gradient(top, #c24745, #c24745);
    background-image: -moz-linear-gradient(top, #c24745, #c24745);
    background-image: -ms-linear-gradient(top, #c24745, #c24745);
    background-image: -o-linear-gradient(top, #c24745, #c24745);
    background-image: linear-gradient(to bottom, #c24745, #c24745);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 1px #666666;
    -moz-box-shadow: 0px 3px 1px #666666;
    box-shadow: 0px 3px 1px #666666;
    color: #ffffff;
    text-decoration: none;
}

.btn-lp-red:hover {
    background: #d15a5a;
    background-image: -webkit-linear-gradient(top, #d15a5a, #d15a5a);
    background-image: -moz-linear-gradient(top, #d15a5a, #d15a5a);
    background-image: -ms-linear-gradient(top, #d15a5a, #d15a5a);
    background-image: -o-linear-gradient(top, #d15a5a, #d15a5a);
    background-image: linear-gradient(to bottom, #d15a5a, #d15a5a);
    text-decoration: none;
    color: white;
}

/*End of buttons*/

hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    color: #f27238;
}

/*CSS table generator*/
.TableTheme1 {
    margin: 0px;
    padding: 0px;
    width: 100%;
    box-shadow: 10px 10px 5px #888888;
    border: 1px solid #ffffff;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}
.TableTheme1 table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
.TableTheme1 tr:last-child td:last-child {
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.TableTheme1 table tr:first-child td:first-child {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}
.TableTheme1 table tr:first-child td:last-child {
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
}
.TableTheme1 tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.TableTheme1 tr:hover td {

}
.TableTheme1 tr:nth-child(odd) {
    background-color: #ffaa56;
}
.TableTheme1 tr:nth-child(even) {
    background-color: #ffffff;
}
.TableTheme1 td {
    vertical-align: middle;
    border: 1px solid #ffffff;
    border-width: 0px 1px 1px 0px;
    text-align: left;
    padding: 7px;
    font-size: 10px;
    font-family: Arial;
    font-weight: normal;
    color: #000000;
}
.TableTheme1 tr:last-child td {
    border-width: 0px 1px 0px 0px;
}
.TableTheme1 tr td:last-child {
    border-width: 0px 0px 1px 0px;
}
.TableTheme1 tr:last-child td:last-child {
    border-width: 0px 0px 0px 0px;
}
.TableTheme1 tr:first-child td {
    background: -o-linear-gradient(bottom, #ff7f00 5%, #bf5f00 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7f00), color-stop(1, #bf5f00) );
    background: -moz-linear-gradient( center top, #ff7f00 5%, #bf5f00 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#bf5f00");
    background: -o-linear-gradient(top,#ff7f00,bf5f00);
    background-color: #ff7f00;
    border: 0px solid #ffffff;
    text-align: center;
    border-width: 0px 0px 1px 1px;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    color: #ffffff;
}
.TableTheme1 tr:first-child:hover td {
    background: -o-linear-gradient(bottom, #ff7f00 5%, #bf5f00 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7f00), color-stop(1, #bf5f00) );
    background: -moz-linear-gradient( center top, #ff7f00 5%, #bf5f00 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#bf5f00");
    background: -o-linear-gradient(top,#ff7f00,bf5f00);
    background-color: #ff7f00;
}
.TableTheme1 tr:first-child td:first-child {
    border-width: 0px 0px 1px 0px;
}
.TableTheme1 tr:first-child td:last-child {
    border-width: 0px 0px 1px 1px;
}

/*End of CSS Table generator*/

.officeDiv {
    float: left;
    width: 100%;
    height: 350px;
    font-weight: bold;
    font-size: 14pt;
    padding: 20px 20px 20px 20px; 
    border: 3px solid #2e49ce;-----other style-----
    border-width: 3px;
    border-style: solid;
    border-color: orange; /*#2e49ce;*/
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    margin-right: 20px; 
}



.reservation-div{
   background:  #555555; 
   color: white;
   padding: 5px 0px 30px 25px ;
   /*width:300px;*/
   margin:auto; 
   margin-top: 20px;
   
   
}

.menu-box{
    font-family: footlight-mt-light; 
    font-size: 14pt; 
    background: #DDDDDD;
    padding: 20px;     
    text-align: center; 
    height: 480px; 
    margin-bottom: 20px; 
    
}


.background-img {
    background-image: url('../images/others/s-3.jpg'); 
    background-repeat: repeat-x;
    background-position: center;
    background-position-y: 350px;
}


.carousel img {
  width:100%;
  max-height: 500px; 
}

table {
     /*word-wrap: break-word; */
     overflow-wrap:break-word;
}

table tr{
    vertical-align: top; 
}
table td{
    max-width:200px; 
    padding-bottom: 15px;
}

.price-col  {
    color: #f47141;  
    text-align: right;    
    font-weight: 100; 
}



.img-w-300{
    width:300px;
    height: auto; 
    margin-bottom: 10px;
}

.img-w-400{
    width:400px;
    height: auto; 
    margin-bottom: 10px;
}

.img-w-500{
    width:500px;
    height: auto; 
    margin-bottom: 10px;
    min-width: 300px;
}


.img-2{
    width:35%;
    height: auto; 
    margin-bottom: 10px;
    min-width: 300px;
    
}

.blinking{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: red;    }
    49%{    color: red; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: red;    }
}



