
html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: Merriweather,'Helvetica Neue',Arial,sans-serif;
}

hr {
    /*max-width: 50px;
    border-color: #f05f40;
    border-width: 3px;
	border-color: #005C2B;
    border-width: 1px;*/
}

hr {
	    border-top: 1px dashed #004f25;
	text-align: center;
}
hr:after {
	/*content: '\X';*/
	content: url(../images/hr.png);
	display: inline-block;
	position: relative;
	top: -11px;
	padding: 0 10px;
	/*background: #f0f0f0;*/
	color: #8c8b8b;
	font-size: 18px;
}



hr.light {
    border-color: #fff;
}

a {
    color: #f05f40;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #eb3812;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}
.white-color{ color:#ffffff !important;;}
.black-color{ color:#29383c !important;}

p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
	font-family: 'Roboto', sans-serif;
	text-align: justify;
}

.list-group-item-text{
	margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
	font-family: 'Roboto', sans-serif;
	text-align: justify;
	}
	ul.list-group-item-text {margin-top: 28px;padding-left: 22px;}
ul.list-group-item-text li{ padding-bottom:15px;}
.bg-primary {
    background-color: #f05f40;
}

.bg-dark {
    color: #fff;
    background-color: #222;
}

.text-faded {
    color: rgba(255,255,255,.7);
}

section {
    padding: 80px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    border-color: rgba(34,34,34,.05);
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
	padding:16px 0px 5px 0px;
   
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	
	background: rgba(0,27,34,78);
background: -moz-linear-gradient(left, rgb(45, 54, 138) 0%, rgb(42, 71, 109) 58%, rgb(10, 29, 150) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,133,62,1)), color-stop(58%, rgba(0,106,49,1)), color-stop(100%, rgba(0,78,36,1)));
background: -webkit-linear-gradient(left, rgb(45, 54, 138) 0%, rgb(42, 71, 109) 58%, rgb(10, 29, 150) 100%);
background: -o-linear-gradient(left, rgb(45, 54, 138) 0%, rgb(42, 71, 109) 58%, rgb(10, 29, 150) 100%);
background: -ms-linear-gradient(left, rgb(45, 54, 138) 0%, rgb(42, 71, 109) 58%, rgb(10, 29, 150) 100%);
background: linear-gradient(to right, rgb(45, 54, 138) 0%, rgb(42, 71, 109) 58%, rgb(10, 29, 150) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00853e', endColorstr='#004e24', GradientType=1 );

}
.main-naigation{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfcfc+0,ddddde+100 */
background: rgb(252,252,252); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(221,221,222,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(221,221,222,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(221,221,222,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(221,221,222,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(221,221,222,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(252,252,252,1) 0%,rgba(221,221,222,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ddddde',GradientType=0 ); /* IE6-9 */
/*padding-top:20px;
padding-bottom:20px;*/
padding:5px 0px
	
	}
	.navbar-default .nav > li>a, .navbar-default .nav>li>a:focus{ color:#29383c !important;	}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
    color: #f05f40;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #eb3812;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #222;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #f05f40;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #1b224e!important;
    background-color: transparent;
	border-bottom:1px solid #1b224e;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}


.register { margin-top:-5px; margin-right:25px; margin-left:10px;}
.register img{ width:55px ; height:auto;}
a.register-link{ padding:0px !important; margin:0px !important;}

body{ overflow-x:hidden;}
/*OSC Home              Agenda        SpeAkers       Sponsors       Event Partners       Downloads         Venue       Organisers    */
.about-bg{ background-image:url(../images/overview-bg.jpg); background-position:center top; background-repeat:no-repeat; background-size:cover; background-attachment:fixed; min-height:600px;}
.rooms-bg{ background-image:url(../images/agenda-bg.jpg); background-position:center top; background-repeat:no-repeat; background-size:cover; background-attachment:fixed; min-height:600px;}
.facilities-exhibitors-bg{ background-image:url(../images/sponsors-exhibitors-bg.jpg); background-position:center top; background-repeat:no-repeat; background-size:cover; background-attachment:fixed; min-height:600px;}
.sponsor-opportunities-bg{background-image:url(../images/sponsor-opportunities-bg.jpg); background-position:center top; background-repeat:no-repeat; background-size:cover; background-attachment:fixed; min-height:600px;}
.sponsors-exhibitors{background-image:url(../images/sponsor-opportunities-bg.jpg); background-position:center top; background-repeat:no-repeat; background-size:cover; background-attachment:fixed; min-height:600px;}
.venue-bg{background-image:url(../images/venue-bg.jpg); background-position:center top; background-repeat:no-repeat; background-size:cover; background-attachment:fixed; min-height:600px;}

.download-bg{background-image:url(../images/sponsors-exhibitors-bg.jpg); background-position:center top; background-repeat:no-repeat; background-size:cover; background-attachment:fixed; min-height:600px;}

.banquets-bg{background-image:url(../images/banquets-bg.jpg); background-position:center top; background-repeat:no-repeat; background-size:cover; background-attachment:fixed; min-height:600px;}
.organisers-bg{background-image:url(../images/organisers-bg.jpg); background-position:center top; background-repeat:no-repeat; background-size:cover; background-attachment:fixed; min-height:600px;}
.event-partners-bg{background-image:url(../images/event-partners-bg.jpg); background-position:center top; background-repeat:no-repeat; background-size:cover; background-attachment:fixed; min-height:600px;}
.sponcers-inner-bg{ padding:25px; background-color:rgba(255,255,255, 0.9)}

.register-inner-bg{ padding:25px; background-color:rgba(255,255,255, 0.9); }

.register-form{ padding-bottom:15px !important; overflow:hidden; width:100%; font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif; color:#454545; font-size: 16px; }
.pdf-link{ padding:35px 15px 35px 110px; background-image:url(../images/pdf_icon.png); background-repeat:no-repeat; background-position:left 25px center; background-color:#fff; border-radius:5px; border:1px solid #C51919; font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif; color:#454545; font-size: 20px; display:inline-block;  }

.register-form input[type="text"] { width: 80%; border:1px solid #ccc; padding:0px; margin:0px;  border-radius:5px;height: 30px;  } 

.sponcers-inner-bg p{ color:#454344 !important; }
.sponcers-inner-bg h3{ font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
margin-top: 20px;
margin-bottom: 10px;
font-size: 24px;
padding-bottom:15px; }

h2.black{ font-family: 'Open Sans', sans-serif; font-weight:400; color:#1c224e; background-image:url(../images/black-triangle.png); border-bottom:1px solid #000; background-position:right bottom; padding:0px 25px 8px 0px; background-repeat:no-repeat; display:inline-block; margin-bottom: 30px;}
h2.white{ font-family: 'Open Sans', sans-serif; font-weight:300; color:#fff; background-image:url(../images/white-triangle.png); border-bottom:1px solid #fff; background-position:right bottom; padding:0px 25px 8px 0px; background-repeat:no-repeat; display:inline-block; margin-bottom: 30px;}
.red-color{ color:#c93c33;}

ul.sponcers { margin:0px !important; padding:0px 0px 20px 0px !important; display:block; overflow:hidden; width:99%; list-style:none; border-bottom:1px solid #eff2f6;}
ul.sponcers li{text-align:center; width:20%; max-width:178px;  margin:0px !important; padding:0px !important; margin-bottom:25px !important; margin-right:5% !important;; list-style:none; float:left}
ul.sponcers li img{ width:100%;  height:auto; margin:10px auto;display:block;max-width:120px }ul.sponcers li a,ul.sponcers li a:focus,ul.sponcers li a:hover{font-family: 'Open Sans', sans-serif; font-weight:600;color:#fff;text-decoration:none;display:block;min-height:200px;}
.sponcers-scroll{ max-height:400px; overflow-y:auto;}
.sponcers-scroll h3{ margin:0px; padding:15px 0px 15px 0px;  font-size: 22px; color:#fab22b; font-family: 'Open Sans', sans-serif; font-weight:600;}
.black-border{ border-color:#000000 !important;}
.no-border{ border:0px !important;}
footer{ background-color:#252624; padding:10px 0px; margin:0px !important; margin:0px !important; width:100%;font-size:13px;}
.social-media{ font-size:30px; color:#fff; }
.home-logo{text-align:left}
.home-logo img{ width:260px; height:auto;}
.home-logo2{text-align:right}
.home-logo2 img{ width:280px; height:auto; margin-top:-68px;}
.white-bg{ color:#fff;}
.home-text{ padding-top:38px; font-size:29px; line-height:35px; font-family: 'Open Sans', sans-serif; font-weight:600; color:#fff; text-shadow:1px 0px 0px #000;}
.home-text span{ font-size:44px}
.hometop-padding{ padding-top:150px;}
.hometop-padding2{ padding-top:94px;}
.social-textalign-1{ text-align:left}
.social-textalign-2{ text-align:right}
.inner-padding{ margin-top:60px;}
.sponsors-img{ max-width:130px;}
.sponsors-border{border-left:1px solid #b5b6b6; padding-left:25px;}


.venue-inner-bg p{ color:#7ba3c0 !important; }
.venue-inner-bg h3{ font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;margin-top: 20px;margin-bottom: 10px;font-size: 24px; font-weight:300 !important; padding-bottom:15px; color:#002c4e; }

ul.bullet-1{ margin:0px; padding:0px; list-style:inside}

ul.bullet-1 li{ list-style-image:url(../images/bullet-1.png);/*list-style-image:none !important; */ font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;  color:#454344 !important;font-size: 16px;
    line-height: 1.5; padding-bottom:10px; }

@media only screen and (max-width:480px){ 
ul.sponcers li {
    text-align: center;
    width: 100%;
    max-width: 100%;}
	.about-bg{background-image:none;}
.home-logo{ text-align:center}
.home-text{ padding-top:10px; padding-bottom:10px; font-size:16px;}
.home-text span{font-size:18px;}
.home-logo2{text-align:center}
.home-logo img{ width:100px;}

.home-logo2 img{ width:100px; margin-top:-0px;}
.hometop-padding{ padding-top:160px;}
.hometop-padding2{ padding-top:20px;}
.social-textalign-1{ text-align:center}
.social-textalign-2{ text-align:center}
.sponsors-img{ max-width:auto;}
.sponsors-border{border-left:0px solid #b5b6b6; padding-left:0px;}






}

@media only screen and (max-width:768px){ 
.home-logo{ text-align:center}
.home-text{ padding-top:10px; padding-bottom:10px; font-size:20px;}
.home-text span{font-size:24px;}
.home-logo2{text-align:center}
.home-logo img{ width:150px;}

.home-logo2 img{ width:150px; margin-top:-0px;}
.hometop-padding{ padding-top:160px;}
.hometop-padding2{ padding-top:20px;}
.navbar-brand{padding:0px}
.navbar-brand img{max-height:50px}
.caption {
    position: absolute;
    bottom: 40%;
   
    margin-left: 0px;
    width: 100%;
}

}

@media(min-width:768px) {
    .navbar-default {
        border-color: rgba(255,255,255,.3);
        background-color: transparent;
    }
	.navbar-brand {padding:0px}

    .navbar-default .navbar-header .navbar-brand {
        color: #808281;
		font-size:14px !important;
    }
	.navbar-right{padding:29px 0px}
	

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #808281;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: rgba(255,255,255,.7);
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #fff;
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #fff;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #1b224e;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #1b224e;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #222;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #f05f40;
    }.caption select{min-width:150px;}
	
}
@media(min-width:992px) 
{.caption{position:absolute;bottom:35%;/*left:50%;margin-left:-470px*/width:100%}.caption h1{font-size:60px;display:block;text-align:center}}
@media(max-width:991px) and (min-width:930px) 
{.caption{position:absolute;bottom:30%;/*left:50%;width:100%;margin-left:-450px*/width:100%}.caption h1{font-size:60px;display:block;text-align:center}.form-inline .form-control{max-width:161px}}
@media(max-width:931px) and (min-width:768px){.caption{position:absolute;bottom:40%;/*<!--left:50%;margin-left: -384px;-->*/}.form-inline .form-control{max-width:161px}
.caption .btn{margin:5px auto;
    display: block;}
	

}
@media(max-width:767px){.caption{/*left:1.5%*/bottom:70%;}	.caption .form-inline{max-width: 480px;
    margin: 0 auto;}
	.caption .form-group {
  
    width: 49%;display:inline-block;
}
.carousel, .item, .active {
    height: 100%;
    max-height: 300px;
}
}
header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(../img/header.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,.7);
}

@media(min-width:768px) {
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}

.section-heading {
    margin-top: 0;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
	.nav>li>a{padding: 15px 0px 5px 0px; margin:0px 12px !important;}
}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(240,95,64,.9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
	.nav>li>a{padding: 15px 0px 5px 0px; margin:0px 8px;}
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #f05f40;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #1c234f;
    color: #ffffff;
    background-color: #1c234f;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	border-radius:6px !important;;
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #1c234f;
    color: #fff;
    background-color: #1c234f;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: #f05f40;
    color: #fff;
    background-color: #f05f40;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #ed431f;
    color: #fff;
    background-color: #ee4b28;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #f05f40;
    background-color: #f05f40;
}

.btn-primary .badge {
    color: #f05f40;
    background-color: #fff;
}

.btn {
    border: 0;
    
	font-family: 'Roboto', sans-serif;
   /* font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;*/
    font-weight: 400;
}

.btn-xl {
    padding: 10px 20px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}


::-webkit-scrollbar {
 width: 7px;
 background:#fff;
  -webkit-border-radius: 20px;
 border-radius: 20px;
}
 
/* Track */
::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
 -webkit-border-radius: 20px;
 border-radius: 20px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
 -webkit-border-radius: 20px;
 border-radius: 20px;
 background: #1b224e;
 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
 background: rgba(255, 0, 0, 0.4);
}



.products-wrap {
    float: left;
    width: 100%;
    margin-bottom: -30px;
}
.product {
    margin-bottom: 30px;
}
.product-thumb-images {
    width: 100%;
    overflow: hidden;
    display: inline-block;
	border: 1px solid #ededed;
	position: relative;
}
.product-thumb-images-link {
    position: relative;
    display: block;
    z-index: 0;
    width: 100%;
}
.product-thumb-images-link .hover-img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    z-index: 2;width:100%;
}
.product-thumb-images-link .front-img {
    position: relative;
    z-index: 1;width:100%;
}
.product-thumb-images:hover .product-thumb-images-link .hover-img {
    opacity: 1;
    visibility: visible;
}
.product-info {
    text-align: center;
    margin: -5px 0 0 0;
    border: 1px solid #ededed;
	background:#1b224e;
    border-top: none;
	color:#fff;padding:5px 0px;
}
.product-info a,.product-info a:hover{color:#fff}





.product-name{
    text-transform: uppercase;}
.product-name p	{font-size: 28px;
    padding: 30px 0px;}
	
	
	.caption input ,.caption select,.btn{height:45px;margin-left:-4px;border-radius:0px !important;-moz-border-radius:0px  !important;-webkit-border-radius:0px  !important;}
	
	.box{margin-bottom:30px;position:relative}
	.reservation-form input[type="text"], .reservation-form input[type="email"], .reservation-form input[type="number"], .reservation-form input, .reservation-form [type="tel"], .reservation-form select {
    border-radius: 5px;
    border: 1px solid #bfbfbf;
    resize: none;
    padding: 0 10px;
    font-size: 14px;
	height: 52px;
    margin-bottom: 10px;
}

select {
   

    background: #fff url(../images/select.png) no-repeat 90% 50% !important;
}

select {
   
   
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

select:focus {
    outline: none;
}
.box p {
    position: absolute;
    background: #2c3a83;
    width: 100%;
    bottom: 0px;
    margin: 0px;
    text-align: center;
    color: #fff;
    padding: 10px 0px;
    font-size: 12px;
    text-transform: uppercase;
}


footer ul{margin-bottom:0px;text-align:center}
footer ul li{padding:11px 0px;display:inline-block;float:none}
footer ul li a{color:#fff}