/*
Theme Name: myTheme Responsive
Theme URI: http://pixcelpro.com/
Description: SEO friendly, simple and clean theme comes with custom menu, custom header background, custom body background, wordpress thumbnail, adsense spot ready, breadcrumbs ready and custom logo & favicon uploader. It has 7 different color schemes and also included stylesheet for print document. Compatible with WordPress 3.2 and above, valid XHTML5 & CSS3, sticky posts, widget-ready, fullwidth page ready, and threaded comments ready.
Version: 2.16
Author: Sonvh
Author URI: http://pixcelpro.com
Tags: blue, black, red, green, gray, purple, brown, two-columns, fixed-width, custom-header, custom-background, threaded-comments, custom-menu, theme-options, full-width-template, sticky-post

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

body {
background: transparent url(images/bgSwoosh.gif) 450px 90px no-repeat;
padding: 0;
border: 0;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #000000;
text-align: left;
line-height: 1.5;

}
h1,h2,h3,h4,h5,h6 {
color: #FF0000;
font-weight: normal;
}
.h3, h3,
h1,h2 {
    font-size: 1.6em;
margin: 0 0 10px 0;
}
 h1 span {
    color: #000000;
}
hr {
    background-color: #E6E6E6;
    border: 0 none;
    clear: both;
    height: 1px;
    margin: 0 0 15px;
}
pre, .attachment img, .commentlist li, .navigation .wp-pagenavi .extend, .navigation .wp-pagenavi span.pages {
    border: 1px solid #E0E0E0;
}
pre,  .attachment img, .post-pages a span, .post-pages span, .commentlist code {
    padding: 5px;
}
ol, ul {
    list-style: none outside none;
}
blockquote, q {
    quotes: none;
margin: 10px 40px;
padding: 0;
border: 0;
font-size: 1em;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
:focus {
    outline: 0 none;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ul {
    list-style: disc;
padding-left: 15px;
}
img {
    max-width: 100%;
    height: auto;
}
a:link, a:visited,
.widget-box a,
a {
    color: #FF0000;

}
a:hover {
    color: #FF0000;
    text-decoration: underline;
}
iframe {
        max-width: 100%;
}
/*Layout
============================================*/
#wrapper {

}

.clearfix {
    clear: both;
}
.center {
    text-align: center;
}
/*Header
========================================*/
#header {
padding-top: 16px;
background: url(images/navTile.jpg) repeat-x left bottom;
padding-bottom: 15px;
}
#logo {
    line-height: 0;
    margin: 15px 0 0 0;
}
#header-right {
    margin-top: 7px;
}
/*Main menu */
.navbar-default {
 clear: both;
background: none;
border: 0;
border-radius: 0;
min-height: 0;
margin-bottom: 20px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    padding: 0;
}
.navbar-nav {
    float: right;
}
.navbar-default .navbar-nav  > li::before {
    content: " | ";
    padding:0 7px;
      color: #FF0000;
}
.navbar-default .navbar-nav  > li:first-child::before {
content: "";
padding: 0;
}
.navbar-default .navbar-nav  > li > a {
    display: inline-block;
cursor: pointer;
background-color: transparent;
padding: 0;
color: #333;
	font-size:13px!important;
text-decoration: none;
text-transform: capitalize;
}
.navbar-default .navbar-nav  > li > li a:hover,
.navbar-default .navbar-nav  > li > a:hover,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #FF0000;
    background-color: transparent;
}
.navbar-default .navbar-nav > li:hover > a::before, .navbar-default .navbar-nav > li.current_page_item > a::before {
	width: 100%;
	opacity: 1;
}
.dropdown-menu {
    border: 1px solid #ccc;
}
.navbar-default .navbar-nav  > li  li a {
    text-transform: capitalize;
     border-bottom: 1px solid #ccc;
    padding: 3px 5px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
   color: #333;
    text-decoration: none;
    background-color: #f5f5f5;
    outline: 0;
}
.navbar-default .navbar-nav  > li  li:last-child a {
    border: 0;
}
/*mobile menu  */

.navbar-inverse {
    background: none;
    border: 0;
}
.navbar-inverse .navbar-toggle {
    border: 0 none;
    padding-right: 0;
    margin-right: 0;
}
.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus {
    background: none;
}
.menu_btn {
    color: #3d8cae;
    margin-top: 15px;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #3d8cae;
}
.hiddens{
    opacity:0;
}
.visible{
    opacity:1;
}

#mobile-menu-wrap {
    display:none;
}

ul#mobile-menu {
    list-style:none;
    padding:0 15px;
    margin:0;
    background:#3d8cae;
}
ul#mobile-menu li ul {
    padding:0;
    margin:0;
}
ul#mobile-menu li  {
    display:block;
}
ul#mobile-menu li a  {
    color:#fff;
    padding:5px 0;
    text-align:center;
    display:block;
    border-bottom:1px solid #4794b6;
}
.map-icons {
    display: inline-block;
    margin-right: 20px;
}
.wrap_nav {
    display: inline-block;
}

/*Main content
=========================================*/

.alignleft, img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}
.sidebar .alignleft {
margin-right: 10px;
}

#content .alignright, #content img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}
#content .aligncenter, #content img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#content img.alignleft, #content img.alignright, #content img.aligncenter {
    margin-bottom: 12px;
}
#content .alignnone {

}
#content .wp-caption {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #E6E6E6;
    padding: 4px 0 5px;
    text-align: center;
}
#content .wp-caption img {
    border: 0 none;
    margin: 5px 0;
    padding: 0;
}
#content .wp-caption p.wp-caption-text {
    font-size: 90%;
    font-weight: 400;
    line-height: 12px;
    margin: 0;
    padding: 0;
}
/*Sidebar */
.sidebar {
width: 20%;
right: 60%;
}
.sidebar-right {
    right: 0;
}
.sidebar .widget {
    margin-bottom: 20px;
}
.sidebar iframe {
    display: inline-block;
}
.sidebar ul.menu {
list-style: none;
  font-size: 0.85em;
border: 1px solid #ddd;
padding: 5px;
border-radius: 8px;
box-shadow: 0 0 5px #ddd;
margin-top: 8px;
overflow: hidden;
}
.sidebar ul.menu li {
    padding-left: 15px;
background-image: url(images/bulletRed.gif);
background-repeat: no-repeat;
background-position: 0 5px;
padding-bottom: 5px;
}
h3.widgettitle {
    font-size: 1.2em;
    margin: 0;
    color: #FF0000;
}
.sidebar-right .widget_text  h3  a {
color: #000000;
}
.widget-box {
    font-size: 0.85em;
border: 1px solid #ddd;
padding: 5px;
border-radius: 8px;
box-shadow: 0 0 5px #ddd;
margin-top: 8px;
overflow: hidden;
}
.widget-box  strong {
    color: #FF0000;
}

/*Comment */
#respond {
    clear: both;
    margin: 15px 0;
}
#respond p {
    color: #777777;
    margin: 0 0 10px;
}
h3.responds {
    font-size: 1.5em;
}
#commentform {
    margin: 10px 0 0;
}
#commentform label {
    font-size: 12px;
}
#commentform input.txt, #commentform textarea {
    border-color: #CCCCCC #EFEFEF #EFEFEF #CCCCCC;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    line-height: 14px;
}
#commentform input.txt {
    background: none repeat scroll 0 0 #FCFCFC;
    clear: both;
    float: left;
    margin: 0 5px 10px 0;
    padding: 5px 7px;
    width: 170px;
}
#commentform textarea {
    background: none repeat scroll 0 0 #FCFCFC;
    line-height: 130%;
    padding: 7px;
    width: 97% !important;
}
#commentform #submit {
    border-color: #DDDDDD #CCCCCC #CCCCCC #DDDDDD;
    border-style: double;
    border-width: 3px;
    cursor: pointer;
    font-size: 1.2em;
    margin-top: 10px;
    outline-color: #DDDDDD;
    padding: 5px;
    width: 170px;
}
.button, .button:visited, .reply a, a#cancel-comment-reply-link {
    background-color: #ff0000;
    border: 0;
    color: #fff !important;
    cursor: pointer;
    display: block;
    font-weight: 600;
    padding: 5px 10px 6px;
    position: relative;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
}
.comments-box {
    padding: 10px 0 0;
}
.navigation {
    padding: 3rem 0;
}
#content .comments-box h3 {
    border: medium none;
    display: block;
    font-size: 1.2em;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
}
#content p.comment-notes {
    font-size: 12px;
}
a#cancel-comment-reply-link {
    display: block;
    font-size: 11px;
    margin-top: 10px;
    padding: 0 5px;
    width: 68px;
}
cite.fn {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.05em;
    padding-top: 0;
}
.text {
    border: 1px solid #E6E6E6;
    color: #777777;
    padding: 2px;
    width: 200px;
}
.nopassword {
    color: #AAAAAA;
    font-size: 24px;
    font-weight: 100;
    margin: 26px 0;
    text-align: center;
}
ul.children {
    margin-left: 0;
}
ol.commentlist {
    margin: 0;
    padding: 0;
}
.commentlist li {
    list-style: none outside none;
    margin: 10px 0 0;
    padding: 15px;
}
.commentlist li.depth-2, .commentlist li.depth-4 {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #E0E0E0;
    margin-left: 15px;
}
.commentlist li.depth-3, .commentlist li.depth-5 {
    background: none repeat scroll 0 0 #FAFAFA;
    border-bottom: 1px solid #E0E0E0;
    margin-left: 15px;
}
.commentlist li blockquote {
    background: url("images/quote-comment.png") no-repeat scroll 0 8px transparent;
    margin: 0 0 11px;
    padding: 0 0 0 25px;
}
.commentlist code {
    background: none repeat scroll 0 0 #E6E6E6;
}
.commentlist p {
    clear: both;
    font-size: 1.1em;
    line-height: 1.6em;
    padding: 0;
}
.commentlist .moderation {
    color: #660000;
    margin-top: 10px;
}
.commentlist .thread-even {
    background: none repeat scroll 0 0 #FAFAFA;
}
.commentlist .children {
    margin-top: 15px;
}
.commentlist .comment-author {
    margin-bottom: 5px;
}
#content .commentlist .avatar {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E9E9E9;
    float: left;
    margin-right: 10px;
    padding: 3px;
}
.commentlist .reply {
    margin: 5px 0 0;
    text-align: right;
}
#content .commentlist .reply a, #content .commentlist .reply a:visited, #content .cancel-comment-reply a {
    background: none repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 11px;
    padding: 0 6px 1px !important;
    text-align: center;
    text-decoration: none !important;
}
.commentlist .comment-meta {
    float: left;
    margin-bottom: 15px;
}
.commentlist .comment-date a, .commentlist .comment-date a:visited {
    color: #888888;
    font-size: 1.1em;
}
.commentlist .comment-meta a {
    color: #666666 !important;
    text-decoration: none;
}
.metadata a:hover, cite.fn a, cite.fn a:hover {
    text-decoration: none;
	
}


/*Footer
=============================================*/
#footer {
    text-align: center;
}

.footer-top {
    background: transparent url(images/footerArc.gif) top  center no-repeat;
    color: #FFFFFF;
    padding-top: 35px;
    font-size: 0.8em;
}
.copyright {
    color: #C0C0C0;
font-size: 0.8em;
padding:30px 0;
}
/*Other 
=============================================*/
#content {
    width: 60%;
left: 20%;
font-size: 0.86em;
line-height: 1.5em;
}
#content strong {
    color: #FF0000;
}
.componentLink1 {
    float: right;
    clear: both;
    padding: 0 20px 0 0;
    background: transparent url(images/linkRed.gif) no-repeat;
    background-position: right 2px;
}
.widget-box-booking {
    background: url(images/onlineFooter.jpg) no-repeat center bottom;
    padding-bottom: 80px;
    background-size: 100% auto;
}
.content_align_right {
    text-align: right;
}
.faceMapLeft  h3 {
    font-size: 1.3em;
}
.faceMapbg {
    background: url(images/faceLines.jpg) no-repeat center center;
}
.tableStyle1 {
    margin: 10px 0 10px 0;
    width: 100%;
}
.tableStyle1 td {
    vertical-align: top;
    padding: 4px;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
.tableStyle1 .col1 {
    font-size: 1.3em;
    color: #FF0000;
    background-color: #F3F3F3;
}

.tableStyle1 .col2 {
    background-color: #FFECEC;
}
.tableStyle2 td {
    vertical-align: top;
    padding: 4px!important;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    font-size: 1.3em;
color: #000000;
height: 30px;
background-color: #F3F3F3;
}
.tableStyle2 .col2 {
    background-color: #FFECEC;
}
.tableStyle3 .col1 {
    width: 25%;
    color: #000000;
    font-size: 1.3em;
    background-color: #FFECEC;
}
.tableStyle3 .col2 {
    width: 55%;
    background-color: #F3F3F3;
}
.tableStyle3 .col3 {
    width: 20%;
    background-color: #FFECEC;
}
.tableStyle4 {
    margin: 10px 0 10px 0;
    width: 100%;
}
.tableStyle4 td {
   width: 25%;
    vertical-align: top;
    padding: 2px!important;
     background-color: #F3F3F3;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
.tableStyle5 .col1 , .tableStyle5 .col2{
    background-color: #F3F3F3;
}
.tableStyle5 td {
    vertical-align: top;
    padding: 2px!important;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
.tableStyle6 .col1 {
    width: 75%;
    background-color: #F3F3F3;
}
.tableStyle6 .col2 {
    width: 25%;
    background-color: #FFECEC;
}
.tableStyle7 {
    margin: 10px 0 10px 0;
    width: 100%;
}
.tableStyle7 td , .table  td {
    vertical-align: top;

    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
        background-color: #F3F3F3;
}
.tableStyle7 td {
        padding: 2px!important;
}
.tableStyle7 .col1 {
    width: 34%;
}
.tableStyle7 .col2 {
    width: 33%;
}
.tableStyle7 .col3 {
    width: 33%;
}

ul.pageList {
    padding-left: 0;
    list-style: none;
}
.pageList li {
    padding-left: 15px;
    background-image: url(images/bulletRed.gif);
    background-repeat: no-repeat;
    background-position: 0 5px;
}
.advertArea {
   display: block;
    padding: 10px 0 10px 0;
    margin: 10px 0 25px 0;
    color: #8B8B8B;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
    line-height: 1.6em;
    min-height: 110px;
    background: #FFFFFF url(images/advertTile.jpg) repeat-x;
    border: 1px solid #CCCCCC;
}
#reviewscoukWidget {
    max-width: 100%;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    width: auto!important;
    height: auto!important;
}

#sticky_header {
      position: sticky;
    background: #ff0000;
    padding: 10px 15px;
    z-index: 9999;
}
#mobile-menu-btn {
        position: relative;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
}
#mobile-menu-btn:hover {
    background: transparent;
}
#mobile-menu-btn span {
   line-height: 33px;
   color: #fff;
    text-transform: uppercase;
    font-size: 100%;
    font-weight: bold;
    padding-right: 32px;
    display: inline-block;
}
body .mm-searchfield input {
	background: #fff;
	color: #000;
}
#mobile-menu-btn span::after {
    content: " ";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -8px;
    right: 0.9375rem;
    box-shadow: 0 0 0 1px #ffffff, 0 7px 0 1px #ffffff, 0 14px 0 1px #ffffff;
    width: 16px;
}
.mm-menu {
    color: #ffffff;
}
.mm-navbar.mm-hasbtns {
    padding: 0;
    position: absolute!important;
    padding: 0;
    height: auto;
    right: 15px;
    left: auto;
    z-index: 9999;
    width: 25px;
}
.mm-navbars-top {
   position: relative;
}
.mm-hasnavbar-top-2 .mm-panels {
    top: 40px;
}
body .mm-menu a,
.mm-menu .mm-navbar a, .mm-menu .mm-navbar> a {
     color: #ffffff;
}
body .mm-listitem__btn:not(.mm-listitem__text),
body .mm-listitem::after,
body .mm-menu.mm-theme-dark .mm-listview > li .mm-next::after {
    border-color: rgb(255, 255, 255);
}
.mm-tabstart {
    display: none;
}
body .mm-listview > li > a,body .mm-listview > li > span {
    color: #fff;
}
.mm-navbars-top > div:nth-child(2) {
    position: absolute;
    right: -5px;
    width: 35px;
    left: auto;
    font-size: 120%;
}
html.wpmm-force-bg {
    background: transparent;
}
.contact-info {
	float:right;
	padding-top: 8px;
}
.btn-primary {
    width: 100%;
}
.top-search-form  .col-xs-3 {
     display: none;
}
.top-search-form  .col-xs-9 {
    width: 100%;
    margin: 0;
}
.top-search-form  {
    max-width: 60%;
float: left;
}
/* CSS for tablet
--------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
.footer-top {
    background: #000;
    border-top: 4px solid #FF0000;
}
.navbar-default .navbar-nav > li::before {
    content: " | ";
    padding: 0 2px;
    color: #FF0000;
}
}

/* CSS for phablet
--------------------------------------------------------*/
@media (max-width: 767px) {
	.contact-info {
	float:none;
	padding-top: 0px;
}
    #header-right {
    margin-top: 15px;
    text-align: center;
}
#header {
    padding-top: 16px;
    background: transparent;
    padding-bottom: 0;
    text-align: center;
    }
.contact-info {
    display: block;
}
#logo {
    line-height: 0;
    margin: 0px 0 0 0;
}
#logo img {
    width: 100%;
}
#content ,.sidebar {
width: 100%;
left: auto;
right: auto;;
}
.content_align_right {
    text-align: left;
}
.faceMapbg {
    background: none;
}
.footer-top {
    background: #000;
    border-top: 4px solid #FF0000;
}
}

/* CSS for phone
--------------------------------------------------------*/
@media (max-width: 480px) {
}