@font-face {
  font-family: 'Simply Glamorous';
    src: url('../fonts/simply_glamorous-webfont.eot');
    src: url('../fonts/simply_glamorous-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/simply_glamorous-webfont.woff') format('woff'),
         url('../fonts/simply_glamorous-webfont.ttf') format('truetype'),
         url('../fonts/simply_glamorous-webfont.svg#SimplyGlamorousRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CentabelBook';
    src: url('../fonts/centabel-webfont.eot');
    src: url('../fonts/centabel-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/centabel-webfont.woff') format('woff'),
         url('../fonts/centabel-webfont.ttf') format('truetype'),
         url('../fonts/centabel-webfont.svg#CentabelBookCentabelBook') format('svg');
    font-weight: normal;
    font-style: normal;

}

hr {
    border: 1px solid #AC2375;
    border-bottom: none;
}

body
{
    background-color:#000;
    margin:0;
    color: #fff;
    font-family: CentabelBook, Verdana, Arial;
}

.container {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    max-width: 1376px;
}

h1.heading 
{
    font-family: "Simply Glamorous";
    color: #d9bd66;
    font-size: 55px;
    font-weight: 500;
    margin: 36px 0;
}

h1 img {
    max-width:100%;
}

a 
{
    color: #fff;
}

h2
{
    color: #fff;
}

.pink-strip
{
    background: url(../images/pink-strip-large.jpg) no-repeat center;
    height: 18px;
    width:100%;
}

.button {
				font-family: Verdana, Arial, sans-serif;
                display: inline-block;
                background: #D9BD66 url('../images/bg-button-gold.gif') top left repeat-x !important;
                border: 1px solid #D9BD66 !important;
                padding: 7px 10px 7px 10px !important;
                font-size: 13px !important;
                cursor: pointer;
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
                border-radius: 4px;
                color:black;
                }
                
.button:hover {
                text-decoration: underline;
                }
                
.button:active {
                padding: 8px 10px 6px 10px !important;
                }


div.header
{
    height: 75px;
    width:100%;
}
.main-content
{
    width:100%;
}

div.footer
{
    height: 75px;
    width:100%;
    background: url(../images/background-footer.jpg) no-repeat center;
}
img.logo
{
    width:100%;
    max-width: 334px;
    padding: 10px 10px 20px 10px;
    display:none;
}

img.logo-small {
    height: 100%;
    margin-left: 15px;
    padding: 5px;
    float:left;
    max-width: 225px;
}

img.logo-small-homepage {
    display:none;
    height: 75px;
    margin-left: 15px;
    padding: 5px;
    float:left;
    max-width: 225px;
}

a.facebook
{
  width:35px;
  height:35px;
  margin: 30px 10px 0 0;   
  background: url(../images/facebook.png);
  float:right;
}

#facebook_like_button_holder {
	position:relative;
	width:210px;
	height: 32px;
	color:#fff;
	float:right;
	margin: 32px 30px 0 0;
	}

/* Navigation */

.navbar {
    margin-bottom: 0px;
}

.navbar-header {
    background: white;
    height: 75px;
    margin-right: 0 !important;
    background: url(../images/background-header.jpg) no-repeat center;
}

.navbar-collapse {
        margin-right: 0 !important;
    }

.nav>li {
        margin-left: 10px;
    }

ul.navigation
{
    list-style:none;
    float:right;
    margin: 41px 0 0 0;
	width:650px;
    height:40px;
}

    ul.navigation a {
        display: block;
        float: right;
        height: 33px;
        width: 100px;
        background: url(../images/nav.png);
        color: #ffffff;
        text-decoration: none;
        text-align: center;
        padding-top: 9px;
    }

    ul.navigation a:hover, ul.navigation a.selected {
        background: url(../images/nav-selected.png);
    }

ul.navbar-nav a {
    font-size:20px;
}

a.navHome, a.navHome-selected {
	
	width:85px;
	background: url(../images/navigation.png) 0 -1px;
}
 
a.navHome:hover, a.navHome-selected  {
	background: url(../images/navigation.png) 0 33px;
}

a.navPortfolio, a.navPortfolio-selected {
	width:85px;
	background: url(../images/navigation.png) 255px -1px;
}

a.navPortfolio:hover, a.navPortfolio-selected  {
	background: url(../images/navigation.png) 255px 33px;
}

a.navServices, a.navServices-selected {
	width:85px;
	background: url(../images/navigation.png) 340px -1px;
}

a.navServices:hover, a.navServices-selected  {
	background: url(../images/navigation.png) 340px 33px;
}

a.navContact, a.navContact-selected {
	width:85px;
	background: url(../images/navigation.png) 85px -1px;
}

a.navContact:hover, a.navContact-selected  {
	background: url(../images/navigation.png) 85px 33px;
}

a.navTestimonials, a.navTestimonials-selected {
	width:85px;
	background: url(../images/navigation.png) 170px -1px;
}

a.navTestimonials:hover, a.navTestimonials-selected  {
	background: url(../images/navigation.png) 170px 33px;
}

/* Homepage */
.photos
{
    margin:0;
    padding:0;
    list-style: none;
    clear:both;
}

div.image-container .photo
{
    width: 100%;
}

/* Editable Page */

.editable-page
{
    width: 100%;
    min-height:414px;
    text-align: center;
}

.image-container {
    width: 100%;
    text-align: center;
}

.contentimage {
   width: 100%;
   max-width: 300px;
   margin-bottom: 20px;
}


/* Portfolio */
.gallery
{
    padding-left: 0;
    margin: 10px auto 0 auto;
    width: auto;
}

.item {
    margin-bottom: 10px;
    width:172px;
    height: 292px;
    text-align: center;
}

span#gallery_name {
    font-family: "Simply Glamorous";
    position: absolute;
    top: 10px;
    margin-left: 20px;
    color: #d9bd66;
    font-size: 30px;
    font-weight: 900;
}


/* Gallery */

.flexslider {
    border: 0 !important;
    background-color: #000 !important;
    text-align:center;
}

.gallery-image
{
    max-width: 100%;
    min-width: 50%;
    margin-bottom: 10px;
    min-height: 100px;
}

.panorama {
    min-height: 190px;
}

.gallery-thumbs
{
    float:left;
    background-color: #000;
}

.gallery-thumbs ul
{
    width: 340px;
    height: 400px;
    margin: 10px 20px 4px;
    padding:0px;
    list-style:none;
}

.gallery-thumbs li
{
    width: 80px;
    height: 60px;
    float:left;
    margin:0 4px 6px 0;
}

.gallery-thumbs img
{
    width: 80px;
    height: 60px;
    cursor: pointer;
    border:1px Solid #fff;
}

.gallery-thumbs li.last-image
{
    margin-right:0;
}

.gallery-image div#left-arrow, .gallery-image div#right-arrow
{
    width:35px;
    height:35px;
    cursor: pointer;
    position: relative;
    top: -210px;
    margin:0px;
    float:left;
    display:none;
}

.gallery-image div#left-arrow
{
    background: url(../images/left-arrow.png);
    left: 5px;
}

.gallery-image div#right-arrow
{
    background: url(../images/right-arrow.png);
    right: -505px;
}

.image_table
{
    float:left;
    width:230px;
    height:250px;
}
.gallery_image
{
    max-height:200px;
    max-width:200px;
}
.deleteimage
{
    cursor:pointer;
}

.deleteimage:hover
{
    color:#f00;
}

.suppliers-list {
    margin: 20px 0 0 0;
    padding: 0;
    list-style:none;
}

.suppliers-list li {
    margin-bottom: 20px;
}

.suppliers-list img {
    max-width:100%;
}

.form-title {
    width: 200px;
    padding: 8px 0;
    vertical-align: top;
}

.form-input {
    width: 250px;
    padding: 6px;
    font-size: 13px;
    background: white url('../images/bg-form-field.gif') top left repeat-x;
    border: 1px solid #D5D5D5;
    color: #333;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

input[type=date], input[type=time] {
height: 34px;
}

textarea.form-input {
    width: 100%;
    max-width:400px;
}

.contact-heading {
    margin-bottom: 20px;
}

.editable-content {
    text-align:center;
    padding:10px;
}

.editable-content-text {
    text-align:left;
}

.contact-details {
    border-top:  Solid 1px #AC2375;
    padding-top: 10px;
}

.jsClosePopup {
    color: black;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }

.input-imp-long { display: none; }


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

    body {
        font-size: 16px;
    }

    .heading-left 
    {
        margin-left: 20px !important;
    }

    .editable-content
    {
        margin:10px 10px 30px 50px;
        text-align:left;
        position: relative;
        padding-left: 300px;
    }

    .editable-page, .image-container {
        text-align: left;
    }

    /* Navigation */
    .navbar-inverse .navbar-nav > li > a {
        color: #fff !important;
    }

    .navbar {
        background: url(../images/background-header.jpg) no-repeat center;
    }

    .navbar .container {
        background:none;
    }

    .navbar-header {
        width:0;
        padding-right:0;
    }

    .navbar-inverse {
        border-width: 0;
    }

    .navbar-collapse {
        padding-right: 0;
    }

    .nav>li {
        margin-left: 0;
    }

    ul.navbar-nav
    {
        float:right;
        margin: 41px 0 0 0;
        height:33px;
    }

        ul.navbar-nav a {
            display: block;
            height: 33px;
            width: 100px;
            background: url(../images/nav.png);
            color: #ffffff;
            text-align: center;
            padding: 9px 7px;
            font-size: 14px;
        }

        ul.navbar-nav a:hover, ul.navbar-nav a.selected {
            background: url(../images/nav-selected.png);
        }

        img.logo
        {
            position: absolute;
            z-index:10;
            width: 334px;
            display:block;
        }

        img.logo-small {
            display:none;
        }

    .photos
    {
        margin:0;
        padding:0;
        list-style: none;
        clear:none;
    }

    .contentimage {
        float: right;
        margin-left: 20px;
        width: 40%
    }

    .flex-prev, .flex-next {
        width: 50% !important;
        height: 100% !important;
        top: 0% !important;
        opacity: 0 !important;
        display:block !important;
    }

    .panorama {
        min-height: 500px;
    }
}



/* Portfolio */

.portfolio-links
{
    text-align:center;
}

.portfolio-links img
{
    margin:40px 0 20px 0;
}



.contact-form {
    text-align:left;
    padding:10px;
}