/* ======================================================================================================
GENERAL TYPOGRAPHY 
=======================================================================================================*/
/* ================= 1. CSS Reset ================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
margin:0;
padding:0;
border:0;
outline:0;
font-family: Helvetica, Arial, Tahoma, sans-serif;
}
strong, b {
font-weight:bold;
}
em, dfn, i {
font-style:italic;
}
/* ================= General tags ================= */
body {
font: 13px Helvetica, Arial, Tahoma, sans-serif;
color:#6a7480;
-webkit-font-smoothing: antialiased;
background:#ffffff;
}
h1 {
font-family: Helvetica, Arial, Tahoma, sans-serif;
font-weight:600;
}
h2, h3 {
font-family: Helvetica, Arial, Tahoma, sans-serif;
margin-bottom:12px;
font-weight:600;
}
a:link, a:visited, a:hover, a:active, a:focus {
text-decoration:none;
outline: none;
font-family: Helvetica, Arial, Tahoma, sans-serif;
}
a {
color:#435fca;
font: 10px/1.4 Helvetica, Arial, Tahoma, sans-serif;
font-weight:normal;
}
a:hover {
text-decoration:underline;
color:#648bdf;
}
a img {  
border: none;  
} 
pre {
white-space:pre;
overflow:auto;
padding:20px;
}
code {
white-space:pre;
overflow:auto;
padding:14px;
color:#595959;
background:#f6f6f6;
display:block;
border:1px solid #ddd;
font-size:11px;
line-height:15px;
}
code strong {
color:#000;
}
p {
color:#666666;
font-size:12px;
font-family: Helvetica, Arial, Tahoma, sans-serif;
}
.pricingtext {
font-family:Helvetica, Arial, Tahoma, sans-serif;color:#009345;font-size:18px;font-weight:bold;
}
.pricingtextreg {
font-family:Helvetica, Arial, Tahoma, sans-serif;color:#6a7480;font-size:14px;font-weight:bold;text-decoration:line-through;
}
.specialtext {
font-family:Helvetica, Arial, Tahoma, sans-serif;color:#666666;font-size:11px;font-weight:normal;
}
.specialnote {
font-family:Helvetica, Arial, Tahoma, sans-serif;color:#666666;font-size:11px;font-weight:normal;line-height:-10px;
}
.footnote {
font-family:Helvetica, Arial, Tahoma, sans-serif;color:#aaaaaa;font-size:10px;font-weight:normal;text-transform:uppercase;text-align:center;
}
.servicestext {
font-family:Helvetica, Arial, Tahoma, sans-serif;color:#052658;font-weight:normal;font-size:15px;margin-top:0px;line-height:21px;margin-bottom:10px;
}
.icontext {
font-family:Helvetica, Arial, Tahoma, sans-serif;color:#052658;font-weight:normal;font-size:13px;
}
.introtext {
font-family:Helvetica, Arial, Tahoma, sans-serif;color:#052658;font-size:12px;font-weight:bold;line-height:18px;
}
.couponnote {
font-family:Helvetica, Arial, Tahoma, sans-serif;color:#6a7480;font-size:10px;font-weight:bold;text-transform:uppercase;font-style:italic;
}
.discountnote {
font-family:Helvetica, Arial, Tahoma, sans-serif;color:#6a7480;font-size:9px;font-weight:bold;text-transform:uppercase;font-style:italic;
}
.tourrating {
font-family:Helvetica, Arial, Tahoma, sans-serif;color:#6a7480;font-size:9px;
}
.operatorid {
font-family:Helvetica, Arial, Tahoma, sans-serif;color:#6a7480;font-size:9px;line-height:7px;font-weight:bold;
}
dl, hr, h1, h2, h3, h4, h6, ol, pre, table, address, fieldset, blockquote, article, {
margin-bottom: 20px;
}
::selection {
background:#2e2823;
color:#FFFFFF;
}
::-moz-selection {
background:#2e2823;
color:#FFFFFF;
}
p.spacersm{margin-top:0px;margin-bottom:-10px;
}
/* ================= Headers ================= */
h1 {
font-size:19px;
color:#052658;
line-height:23px;
margin-top:10px;
}
h1.slider {
font-size:22px;
color:#ffffff;
line-height:0px;
font-weight:bold;
font-style:italic;
margin-top:-30px;
margin-bottom:0px;
margin-left:20px;
margin-right:auto;
text-shadow: 2px 2px 2px rgba(0,0,0,.9);
}
h2 {
font-size:18px;
color:#052658;
line-height:24px;
}
h3 {
font-size:15px;
color:#052658;
line-height:20px;
}
h4 {
font-size:12px;
color:#052658;
font-style:italic;
}
h5 {
font-size:20px;
color:#052658;
line-height:23px;
margin-top:10px;
}
h6 {
font-size:19px;
color:#052658;
margin-top:22px;
font-weight:normal;
}
h1.regular, h2.regular, h3.regular, h4.regular, h5.regular, h6.regular {
font-weight:400;
}
h1.centered {
font-size:40px;
font-weight:bold;
text-align:center;
line-height:42px;
margin-bottom:20px;
}
h2.centered {
font-size:28px;
font-weight:normal;
text-align:center;
line-height:36px;
margin-bottom:10px;
text-transform:uppercase;
}
h3.centered {
font-size:24px;
font-weight:bold;
text-align:center;
line-height:30px;
margin-bottom:10px;
text-transform:uppercase;
}
h1.intro, h2.intro, h3.intro, h4.intro, h5.intro, h6.intro {
font-weight:bold;
font-size:17px;
color:#052658;
}
h1.idesc, h2.idesc, h3.idesc, h4.idesc, h5.idesc, h6.idesc {
font-weight:400;
font-size:15px;
color:#052658;
}
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
color:#fff;
}
h1.page_title {
margin-bottom:10px;
}
h1.bottom_line {
border-bottom:1px solid #d9d9d9;
margin:5px 0 10px 0;
padding:0 0 10px 0;
font-weight:normal;
}
h2.bottom_line {
border-bottom:1px solid #d9d9d9;
margin-bottom:10px;
}
h3.bottom_line {
border-bottom:1px solid #d9d9d9;
margin-bottom:20px;
padding-bottom:15px;
}
h3.bottom_line2 {
border-bottom:1px solid #d9d9d9;
margin-bottom:0;
padding-bottom:5px;
}
h4.bottom_line {
border-bottom:1px solid #d9d9d9;
margin-bottom:11px;
padding-bottom:10px;
}
h5.bottom_line {
border-bottom:1px solid #d9d9d9;
margin:5px 0 10px 0;
padding:0 0 10px 0;
font-weight:normal;
}
p.bottom_line {
border-bottom:1px solid #d9d9d9;
margin-bottom:10px;
padding:0 0 13px 0;
}
div.bottom_line {
border-bottom:1px solid #d9d9d9;
margin-bottom:10px;
padding:0 0 13px 0;
}
p.align_center {
text-align:center;
font-size:14px;
color:#999999;
}
p.align_center a {
font-weight:bold;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
font-weight:600;
}
/* ================= List Styles ================= */
ul {
list-style:square;
margin-top:0;
font-size:12px;
padding-left:12px;
color:#6a7480;
}
ol {
margin-bottom:0;
margin-top:0;
}
ol, ol li {
list-style:decimal outside;
}
/* ================= Customized ================= */
.points{font-family:Helvetica, Arial, Tahoma, sans-serif;color:#ffffff;font-size:12px;line-height:16px;font-weight:normal;}
.included{font-family:Helvetica, Arial, Tahoma, sans-serif;color:#666666;font-size:12px;line-height:16px;font-weight:normal;}
#navjumps{width:100%;font-size:10px;color:#afd9e2;text-transform:uppercase;font-weight:bold;text-align:center;}
#specjumps{font-size:14px;color:#afd9e2;font-weight:bold;}
a.jumptours:link{font-size:10px;color:#f5f5f5;font-weight:bold;text-decoration:none;}
a.jumptours:visited{font-size:10px;color:#f5f5f5;font-weight:bold;text-decoration:none;}
a.jumptours:active{font-size:10px;color:#afd9e2;font-weight:bold;text-decoration:underline;}
a.jumptours:hover{font-size:10px;color:#afd9e2;font-weight:bold;text-decoration:underline;}
a.jumpspec:link{font-size:14px;color:#f5f5f5;font-weight:bold;text-decoration:none;}
a.jumpspec:visited{font-size:14px;color:#f5f5f5;font-weight:bold;text-decoration:none;}
a.jumpspec:active{font-size:14px;color:#afd9e2;font-weight:bold;text-decoration:underline;}
a.jumpspec:hover{font-size:14px;color:#afd9e2;font-weight:bold;text-decoration:underline;}
.contacting {
background:#ffffff;
text-align:center;
width: 313px;
height: 313px;
position: absolute;
top:0;
bottom:0;
left:0;
right:0;
margin:auto;
}
/* ================= Customized Slider ================= */
#jquery-script-menu {
position: relative;
height: 196px;
width: 100%;
top: 0;
left: 0;
background: #fff;
-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
z-index: 999999;
padding: 0px 0;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}
/* ================= Images ================= */
img.alignleft {
float:left;
margin:0px 0px 0px 0px;
}
img.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}
img.alignright {
float:right;
margin:0px 0px 0px 0px;
}
/* ================= Tables ================= */
table {
border-collapse:separate;
border-spacing:0;
width:100%;
padding:0;
}
table thead td {
background:#dddddd;
height:30px;
color:#262626;
font-size:12px;
font-weight:normal;
text-align:center;
}
table td {
vertical-align:middle;
padding:0;
height:29px;
color:#4d4d4d;
font-size:11px;
font-weight:normal;
text-align:center;
}
table tr.grey {
background:#f2f2f2;
}
/* ================= Forms ================= */
input, textarea {
border:1px solid #cccccc;
padding:7px 10px 7px 10px;
font-size:11px;
color:#000000;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
}
/* ================= Dividers ================= */
.clear {
content:".";
display:block;
clear:both;
height:0;
visibility:hidden;
}
.padding1 {
padding-top:1px;
font-size:0;
line-height:0;
}
.padding3 {
padding-top:3px;
font-size:0;
line-height:0;
}
.padding5 {
padding-top:5px;
font-size:0;
line-height:0;
}
.padding7 {
padding-top:5px;
font-size:0;
line-height:0;
}
.padding8 {
padding-top:8px;
font-size:0;
line-height:0;
}
.padding10 {
padding-top:10px;
font-size:0;
line-height:0;
}
.padding12 {
padding-top:12px;
font-size:0;
line-height:0;
}
.padding15 {
padding-top:15px;
font-size:0;
line-height:0;
}
.padding17 {
padding-top:17px;
font-size:0;
line-height:0;
}
.padding20 {
padding-top:20px;
font-size:0;
line-height:0;
}
.padding25 {
padding-top:25px;
font-size:0;
line-height:0;
}
.padding30 {
padding-top:30px;
font-size:0;
line-height:0;
}
.padding40 {
padding-top:40px;
font-size:0;
line-height:0;
}
.padding50 {
padding-top:50px;
font-size:0;
line-height:0;
}
.padding60 {
padding-top:60px;
font-size:0;
line-height:0;
}
.padding80 {
padding-top:80px;
font-size:0;
line-height:0;
}
.paddingslider {
padding-top:0px;
font-size:0;
line-height:0;
}
.none {
display:none;
}
.line {
font-size:0px;
border-top:1px solid #d9d9d9;
}
hr {
background:transparent;
border:0;
clear:both;
color:transparent;
height:1px;
margin:0;
padding:0
}
hr {
background: #d9d9d9;
color: #d9d9d9;
margin:5px 0 15px 0;
}
hr.dotted {
border-style: dotted;
}
p + hr {
margin:14px 0 12px 0;
}
.touricons {
position: relative;
top: 7px;
}
/* ======================================================================================================
GENERAL STRUCTURE
=======================================================================================================*/
/* ================= Header and Logo ================= */
.container {
width:980px;
margin:0 auto;
}
.containersub {
width:646px;
margin:0 auto;
}
.header_bg {
min-height:120px;
background:#ffffff;
border-top:solid 0px;
}
.header_bg.grey {
background:#f2f2f2;
}
.header_bg .logo {
float:left;
margin-bottom:20px;
margin-top: 30px;
margin-left:0px;
}
/* ================= Header Menu ================= */
.main-menu {
margin:115px 0 10px -12px;
float:left;
}
.main-menu ul {
margin:0;
}
.main-menu li ul {
padding-top:2px;
left:-2px;
}
.main-menu li ul li {
box-shadow:2px 2px 2px 0px rgba(0,0,0,0.1);
}
.main-menu li {
white-space:nowrap;
display:block;
position:relative;
margin:0;
padding:0;
z-index:100;
}
.main-menu a {
display:block;
position:relative;
font-size:15px;
font-family:"Helvetica neue", Arial, sans-serif;
color:#052658;
font-weight:bold;
}
.main-menu a:hover {
text-decoration:none;
color:#052658;
}
.main-menu li.submenu > a {
padding-right:0px;
cursor:default;
}
.main-menu > ul > li {
float:left;
margin-right:12px;
}
.main-menu > ul > li:last-child {
margin-right:0;
}
.main-menu li ul {
display:none;
position:absolute;
top:100%;
z-index:100;
}
.main-menu li:hover > ul {
display:block;
}
.main-menu li ul li.submenu > a {
padding-right:10px;
background:#f5f5f5 url(../graphics/submenu_left_arrow.png) no-repeat right;
}
.main-menu li ul li.submenu > a:hover {
padding-right:10px;
background:#dddddd url(../graphics/submenu_left_arrow_light.png) no-repeat right;
}
.main-menu li ul li {
border-bottom:1px solid #534a42;
background:#FFF;
}
.main-menu li ul li a:hover {
background:#ffffff;
color:#052658;
}
.main-menu li ul li:last-child {
border-bottom:1px solid #2e2823;
}
.main-menu li ul li a {
padding:0 25px 0 12px;
line-height:24px;
background:#f5f5f5;
font-weight:normal;
font-size:14px;
}
.main-menu li ul li ul {
top:-1px !important;
left:100% !important;
padding:0 !important;
}
/* ================= Footer ================= */
.footer_bg {
border-top:10px solid #d93e39;
margin-top:60px;
}
.footer_bg.no_margin {
margin-top:0;
}
.footer {
margin-top:35px;
}
.footer_bg .footer h1.about {
color:#aaaaaa;
font-size:18px;
text-shadow:0 1px 0 #262626;
font-weight:400;
text-indent:30px;
}
.footer_bg .footer p {
color:#cccccc;
line-height:22px;
}
.footer_bg_bottom {
border-top:0px solid #cccccc;
}
.footer .lastest_posts img {
float:left;
margin:5px 20px 0 0;
}
.footer .lastest_posts a {
}
.footer .col_1_3 {
width:253px;
margin:20px 40px 0 0;
}
.footer .col_1_3.last {
width:253px;
margin:20px 0 0 0;
}
.footer .flickr ul {
margin-right:-20px;
}
.footer .flickr ul li {
padding:0;
margin:0 20px 20px 0;
float:left;
}
.ie7 .footer .flickr ul li {
padding:0;
margin:0 13px 19px 0;
float:left;
}
.footer .flickr ul li a {
border:4px solid #202020;
display:block;
width:72px;
height:72px;
}
.footer_bottom .menu ul {
list-style: none;
padding:20px 0 0 0;
}
.footer_bottom .menu ul li {
float:left;
position:relative;
display:block;
margin:0 40px 0 0;
padding:0;
list-style:none;
z-index: 9999;
}
.footer_bottom .menu ul li a {
color:#fff;
font-weight:bold;
display:block;
text-decoration:none;
float:left;
}
.footer_bottom .menu ul li a.selected {
color:#648bc4;
}
.footer_bottom .menu ul li a:hover {
color:#648bc4;
}
.footer_bottom p, .footer_bottom p a {
color:#333333;
line-height:22px;
font-size:11px;
}
.footer_bottom .keep_in {
padding:20px 0 0 0;
font-size:14px;
color:#a6a6a6;
font-weight:600;
}
.bottompage_widgets_bg {
background:#052658;
border-top:0px solid #ffffff;
}
.bottompage_widgets_bg p {
color:#fafaf5;
}
/* ================= Columns ================= */
.content {
width:620px;
margin:25px 40px 0 0;
float:left;
}
.sidebar {
width:253px;
margin:10px 0 0 0;
float:left;
}
.col_1_2 {
width:460px;
float:left;
margin:0 20px 0 0;
}
.col_2_3 {
width:647px;
float:left;
margin:0 20px 0 0;
line-height:1.6;
}
.col_footer {
width:99%;
text-align:center;
float:left;
margin:0 20px 0 0;
}
.col_1_3 {
width:313px;
float:left;
margin:0 20px 0 0px;
line-height:1.6;
}
.col_thumbs {
width:185px;
float:left;
margin:0 20px 0 0;
}
.col_1_3_sidebar {
width:260px;
float:left;
margin:0 20px 0 0;
}
.col_1_4 {
width:220px;
float:left;
margin:0 20px 0 0;
}
.col_1_5 {
width:172px;
float:left;
margin:0 20px 0 0;
}
.col_3_4 {
width:700px;
float:left;
margin:0 20px 0 0;
}
.content .col_1_2 {
width:300px;
}
.content .col_1_3 {
width:193px;
}
.content .col_2_3 {
width:406px;
}
.content .col_1_4 {
width:140px;
}
.content .col_1_5 {
width:108px;
}
.content .col_3_4 {
width:460px;
}
.col_1_2.last, .col_2_3.last, .col_1_3.last, .col_1_4.last, .col_1_5.last, .col_3_4.last, .col_3_4 .col_1_2.last, .col_thumbs.last {
margin:0;
}
.content .col_1_2.last, .content .col_2_3.last, .content .col_1_3.last, .content .col_1_4.last, .content .col_1_5.last, .content .col_3_4.last {
margin:0;
}
/* ======================================================================================================
SPECIFIC PAGE STYLES
=======================================================================================================*/
/* ================= Homepage Companies ================= */
.companies {
padding:0;
margin:25px 0 80px 0;
}
.companies .ctop {
background:url("../graphics/companies_top.png") repeat-x;
height:5px;
}
.companies .cbody {
margin:30px 0;
}
.companies .cbody ul {
padding:0;
margin:0;
}
.companies li {
float:left;
margin:0 0 0 16px;
padding:0;
display:inline;
}
.companies li a.thumb {
width:140px;
height:50px;
cursor:pointer;
display: block;
}
.companies li span {
width:140px;
height:50px;
overflow:hidden;
display:block;
}
.companies .cbottom {
background:url("../graphics/companies_bottom.png") repeat-x;
height:5px;
margin:0 0 0 0;
}
/* ================= Homepage Featured Columns ================= */
.featured_bg {
background:#ffffff;
}
.featured_block {
text-align:center;
margin:5px 0 35px 0;
}
.featured_block h3 {
padding:0;
margin-bottom:10px;
}
.featured_block p {
text-align:center;
padding-top:0;
margin-top:0;
}
.featured_bg img {
position:relative;
}
.features .title {
border-bottom:0px solid #86afb9;
padding:10px 15px 10px 15px;
margin:16px 0 16px 0;
background:#052658;
}
.features img {
float:left;
margin:0 10px 0 0;
}
.features .title h3 {
font-weight:bold;
margin:0 0 0 0;
line-height:20px;
color:#fff;
}
/* === Clearfix === */
.clear {
clear:both;
display:block;
height:0;
overflow:hidden;
visibility:hidden;
width:0
}
.clearfix:after {
clear:both;
content:' ';
display:block;
font-size:0;
height:0;
line-height:0;
visibility:hidden;
width:0
}
* html .clearfix, :first-child+html .clearfix {
zoom:1
}
/* ======================================================================================================
WIDGETS
=======================================================================================================*/
/* ================= General Widget Style ================= */
.widget {
margin:0 0 35px 0;
}
.widget.margin_medium {
margin:0 0 10px 0;
}
.widget.margin_small {
margin:0 0 15px 0;
}
.widget h2 {
text-align:left;
margin:0 0 10px 0;
}
.widget h2 span {
color:#262626;
background:#FFF;
text-align:left;
padding:0 10px 0 0px;
font-size:17px;
}
/* ================= Categories ================= */
.categories ul {
margin:-10px 0 0 0;
}
.categories ul li a {
}
.categories ul li a:hover, .categories ul li a.selected {
text-decoration:none;
color:#d93e39;
}
/* ================= Blockquote ================= */
blockquote.right {
float: right;
margin: 10px 0px 0px 20px;
width: 220px;
}
blockquote.left {
margin: 10px 20px 0px 0px;
width: 220px;
float:left;
}
blockquote p {
font-family:Helvetica, Arial, Tahoma, sans-serif;
font-size:11px !important;
color:#666666;
line-height:22px;
padding:0;
margin-bottom:20px;
}
blockquote {
quotes: none;
padding: 0 10px 0 22px !important;
font-family:Helvetica, Arial, Tahoma, sans-serif;
font-size:11px !important;
color:#666666;
line-height:22px;
border-left: 4px solid #ADD3DD;
}
/* ======================================================================================================
MISC.
=======================================================================================================*/	
/* ================= Boxes ================= */
.bordered_box {
border:1px solid #EFEFEF;
line-height:21px;
margin-bottom:20px;
margin-top:1px;
}
.bordered_box .title {
height:30px;
margin:-2px -2px 0 -2px;
}
.bordered_box .title h1 {
color:#FFF;
padding:5px 0 0 19px;
}
.tabs ul {
padding:0px 0 0 0;
margin:0;
}
.tabs ul li {
float:left;
margin:0 3px -2px 0;
border:1px solid #EFEFEF;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.tabs ul li a {
border-bottom: none;
display: block;
color:#595959;
overflow: hidden;
padding: 5px 15px 0 15px;
height: 24px;
background: #FBFBFB;
font-soze:12px;
font-weight:bold;
}
.tabs ul li a:hover {
background:#f2f2f2;
color:#D93E39;
text-decoration:none;
}
.tabs ul li.ui-tabs-selected a {
background:#FFF;
color:#d93e39;
border-bottom:1px solid #fff;
margin-bottom:-2px;
}
.ui-tabs {
position: relative;
padding: 0;
zoom: 1;
}
.ui-tabs .ui-tabs-panel {
display: block;
border-width: 0;
padding:0;
background: none;
}
.ui-tabs .ui-tabs-hide {
display: none !important;
}
.content_text {
padding:10px;
line-height:22px;
font-size:12px;
color:#4d4d4d;
}
.tourintro_wrapper {
font-family:Helvetica, Arial, Tahoma, sans-serif;
font-size:12px;
line-height:18px;
}
.info_box {
border:1px solid #d9d9d9;
background:#f2f4ff;
color:#6a7480;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
padding:18px 18px 8px 18px;
margin-bottom:10px;
font-family:Helvetica, Arial, Tahoma, sans-serif;
font-size:13px;
text-align:left;
}
.info_box_left {
border:1px solid #d9d9d9;
background:#f2f4ff;
color:#6a7480;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
padding:18px 18px 8px 18px;
margin-bottom:10px;
font-family:Helvetica, Arial, Tahoma, sans-serif;
font-size:13px;
text-align:center;
}
.info_box_sub {
margin-top:10px;
border:1px solid #d9d9d9;
background:#f9ffff;
color:#6a7480;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
padding:11px 11px;
margin-bottom:10px;
font-family:Helvetica, Arial, Tahoma, sans-serif;
font-size:12px;
line-height:11px;
}
.info_box_notes {
margin-top:10px;
border:1px solid #d9d9d9;
background:#f9ffff;
color:#6a7480;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
padding:12px 18px;
margin-bottom:10px;
font-family:Helvetica, Arial, Tahoma, sans-serif;
font-size:12px;
line-height:16px;
}
.info_box_equipment {
margin-top:20px;
border:1px solid #d9d9d9;
background:#f9ffff;
color:#6a7480;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
padding:12px 18px 12px 12px;
margin-bottom:10px;
font-family:Helvetica, Arial, Tahoma, sans-serif;
font-size:11px;
line-height:14px;
}
/* ================= Custom lists ================= */
.numbered_list {
font-size:12px;
list-style-type:decimal;
list-style-position:inside;
}
.iconic_list {
font-size:12px;
list-style-image:url(../graphics/list-check.png);
list-style-position:inside;
}
.arrow_list {
font-size:12px;
list-style-image:url(../graphics/list-arrow.gif);
list-style-position:inside;
}
/* ================= Pagination ================= */
.content .pages {
}
.pages a {
font-size:14px;
line-height:14px;
color:#707070;
display:block;
text-align:center;
padding:8px 15px;
margin:10px 10px 0 0;
float:left;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
}
.pages a:hover {
color:#de5853;
text-decoration:none;
}
.pages a.selected {
background:#d93e39;
color:#FFFFFF;
border:0;
}
.pages a.prev {
background:url("../graphics/pages_prev.png") no-repeat center center;
}
.pages a.prev:hover {
background:url("../graphics/pages_prev_hover.png") no-repeat center center;
}
.pages a.next {
background:url("../graphics/pages_next.png") no-repeat center center;
}
.pages a.next:hover {
background:url("../graphics/pages_next_hover.png") no-repeat center center;
}
/* ================= Buttons Link Styles ================= */
a.button {
height: 20px;
display: inline-block;
margin: 0 5px 10px 0px;
text-decoration: none;
font-weight: bold;
font-size: 13px;
line-height: 12px;
padding: 8px 10px 0 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
}
a.button.large {
height: 20px;
padding: 21px 0px 0px 20px;
font-size: 13px;
line-height: 0px;
}
a:hover.button {
background-position: 0 -28px;
}
a:hover.button.large {
background-position: 0 -35px;
}
a.button.white {
background-image: url(../graphics/button_white.png);
border: 1px solid #d3d3d3;
color: #555555;
text-shadow: 0 1px 0 rgba(255,255,255, 0.8);
}
a.button.large.white {
background-image: url(../graphics/button_white_large.png);
}
a:hover.button.white {
border: 1px solid #c4c4c4;
}
a.button.grey {
background-image: url(../graphics/button_grey.png);
border: 1px solid #b5b5b5;
color: #555555;
text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}
a.button.large.grey {
background-image: url(../graphics/button_grey_large.png);
}
a:hover.button.grey {
border: 1px solid #989898;
}
a.button.red {
background-image: url(../graphics/button_red.png);
border: 1px solid #df6f8b;
color: #913944;
text-shadow: 0 1px 0 rgba(255,255,255, 0.3);
}
a.button.large.red {
background-image: url(../graphics/button_red_large.png);
}
a:hover.button.red {
border: 1px solid #c36079;
}
a.button.orange {
background-image: url(../graphics/button_orange.png);
border: 1px solid #f5b74e;
color: #996633;
text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}
a.button.large.orange {
background-image: url(../graphics/button_orange_large.png);
}
a:hover.button.orange {
border: 1px solid #d29a3a;
}
a.button.green {
background-image: url(../graphics/button_green_large.png);
border: 0px solid #adc671;
color: #ffffff;
text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
width:280px;
height:20px;
}
a.button.large.green {
background-image: url(../graphics/button_green_large.png);
}
a:hover.button.green {
border: 0px solid #8bb14d;
}
a.button.teal {
background-image: url(../graphics/button_teal.png);
border: 1px solid #90c6c8;
color: #437b7d;
text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}
a.button.large.teal {
background-image: url(../graphics/button_teal_large.png);
}
a:hover.button.teal {
border: 1px solid #7db9bb;
}
a.button.blue {
background-image: url(../graphics/button_blue.png);
border: 0px solid #8dc5da;
color: #ffffff;
text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
width:270px;
}
a.button.large.blue {
background-image: url(../graphics/button_blue_large.png);
}
a:hover.button.blue {
border: 0px solid #7caec0;
}
a.button.navy {
background-image: url(../graphics/button_navy.png);
border: 1px solid #a2afb8;
color: #515f6a;
text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}
a.button.large.navy {
background-image: url(../graphics/button_navy_large.png);
}
a:hover.button.navy {
border: 1px solid #8996a0;
}
a.button.purple {
background-image: url(../graphics/button_purple.png);
border: 1px solid #bc9db9;
color: #7b5777;
text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}
a.button.large.purple {
background-image: url(../graphics/button_purple_large.png);
}
a:hover.button.purple {
border: 1px solid #a482a0;
}
a.button.black {
background-image: url(../graphics/button_black.png);
border: 1px solid #4c4c4c;
color: #ffffff;
text-shadow: 0 1px 0 rgba(0,0,0, 0.4);
}
a.button.large.black {
background-image: url(../graphics/button_black_large.png);
}
a:hover.button.black {
border: 1px solid #2c2c2c;
}
a.buttonx {
height: 20px;
display: inline-block;
margin: 0 5px 10px 0px;
text-decoration: none;
font-weight: bold;
font-size: 12px;
line-height: 12px;
padding: 0px 0px 0px 0px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
}
a.buttonx.largex {
height: 20px;
padding: 21px 0px 0px 20px;
font-size: 13px;
line-height: 0px;
}
a:hover.buttonx {
background-position: 0 -28px;
}
a:hover.buttonx.largex {
background-position: 0 -35px;
}
a.buttonx.bookx {
background: #af143e;
border: 0px solid #adc671;
color: #ffffff;
text-align:left;
font-size: 14px;
line-height: 0px;
width:293px;
height:28px;
padding: 31px 0px 0px 20px;
}
a.buttonx.largex.bookx {
background: #af143e;
}
a:hover.buttonx.bookx {
border: 0px solid #8bb14d;
}
a.buttonx.bluex {
background: #052658;
border: 0px solid #adc671;
color: #ffffff;
width:293px;
height:20px;
}
a.buttonx.largex.bluex {
background: #052658;
}
a:hover.buttonx.bluex {
border: 0px;
}
/* ================= Dropcap ================= */
.dropcap {
color:#000000;
display:block;
float:left;
font-size:35px;
line-height:35px;
text-shadow:#fff 1px 1px 1px;
margin:0 4px 1px 0;
font-weight:bold;
}
/* ================= Highlight Styles ================= */
.highlight {
font-size:11px;
display:inline-block;
padding:2px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
padding:0px 6px;
}
.highlight.green {
color:#519a35;
background:#d3f9c4;
}
.highlight.blue {
color:#4180cf;
background:#dbeefe;
}
.highlight.grey {
color:#FFFFFF;
background:#b3b3b3;
}
.highlight.yellow {
color:#d97939;
background:#fff1d1;
}
/* ================= Magnifying glass ================= */
a.zoom {
z-index:999;
cursor:pointer;
position:absolute;
overflow:hidden;
background:url("../graphics/blank_hover.png") repeat;
}
a.zoom img {
position:relative;
}
.created {
width:50px !important;
height:50px;
}
/* ======================================================================================================
MEDIA QUERIES
=======================================================================================================*/	
/* ================= Tablet (Portrait) 768px - 959px ================= */
@media only screen and (min-width: 768px) and (max-width: 959px) {
/* ================= Logo and Main menu ================= */
.logo {
display: block;
float: none;
width:100%;
}
.main-menu {
margin:0 0 30px 0;
float:left;
}
/* ================= Container and Columns ================= */
.container {
width: 748px;
}
.col_1_2 {
width: 364px;
}
.col_1_3 {
width: 238px;
}
.col_2_3 {
width: 492px;
}
.col_1_4 {
width: 172px;
}
.col_1_5 {
width: 133px;
}
.col_3_4 {
width: 556px;
}
.content .col_1_2 {
width:239px;
margin:0 10px 0 0;
}
.content .col_1_3 {
width:156px;
margin:0 10px 0 0;
}
.content .col_2_3 {
width:322px;
margin:0 10px 0 0;
}
.content .col_1_4 {
width:114px;
margin:0 10px 0 0;
}
.content .col_1_5 {
width:89px;
margin:0 10px 0 0;
}
.content .col_3_4 {
width:362px;
margin:0 10px 0 0;
}
/* ================= Home Page ================= */
.bottompage_widgets .col_1_3 {
width:226px;
margin:40px 10px 0 10px;
}
.bottompage_widgets .col_1_3.last {
width:226px;
margin:40px 0 0 10px;
}
.bottompage_widgets .col_1_3.first {
width:226px;
margin:40px 10px 0 10px;
}
.bottompage_widgets .widget_newsletter .button_big span {
width:145px
}
.bottompage_widgets .widget_body .image {
width:60px;
margin:7px auto 5px auto;
position:relative;
float:none;
}
.bottompage_widgets .widget_body .text {
width:200px;
margin-left:0;
float:none;
}
.follow_us_box a.twitter {
float:left;
}
.follow_us_box a.facebook {
float:left;
margin-left:5px;
}
.recent_post_slider .slides_container {
width:190px;
display:none;
}
.recent_post_slider .slides_container div.slide {
width:190px;
display:block;
}
img.liquid {
width:100%;
}
.features .title h3 {
font-size:15px;
}
.features .title h4 {
font-size:16px;
}
/* ================= Footer ================= */
.footer .col_1_3 {
width:226px;
margin:40px 10px 0 10px;
}
.footer .col_1_3.last {
width:226px;
margin:40px 10px 0 10px;
}
.footer .flickr ul {
margin-right:-5px;
}
.footer .flickr ul li {
padding:0;
margin:0 5px 5px 0;
float:left;
}
.footer .flickr ul li a {
border:4px solid #202020;
display:block;
width:64px;
height:64px;
}
.footer .flickr ul li a img {
width:64px;
height:64px;
}
/* ================= Customized Slider ================= */
#jquery-script-menu {
position: relative;
height: 196px;
width: 100%;
top: 0;
left: 0;
background: #fff;
-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
z-index: 999999;
padding: 0px 0;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}
}
/* ================= Mobile (Portrait) < 767px ================= */
@media only screen and (max-width: 767px) {
/* ================= Logo and Main menu ================= */
.bannerbg {
display:none;
}
.mapbg {
display:none;
}
.logo {
display:block;
float:none;
text-align:center;
width:100%;
}
.header_bg {
height: auto;
}
.header_bg {
height: auto;
}
.main-menu {
margin:0 0 30px 0;
float:left;
width:100%;
}
.main-menu ul {
position:static !important;
padding:0 !important;
}
.main-menu li {
box-shadow:none !important;
border:0 !important;
border-top:1px solid #d9d9d9 !important;
display:block !important;
float:none !important;
margin:0 !important;
}
.main-menu li.submenu > a {
cursor:pointer;
}
.main-menu li a {
padding:0 16px;
line-height:33px;
}
.main-menu li ul li a {
padding-left:32px !important;
}
.main-menu li ul li ul li a {
padding-left:48px !important;
}
.main-menu li.submenu > a {
padding-right:20px;
background:url(../graphics/arrow_320.png) no-repeat right;
}
.main-menu li ul li.submenu > a {
padding-right:10px;
background:url(../graphics/arrow_320.png) no-repeat right;
}
.main-menu li ul li.submenu > a:hover {
padding-right:10px;
background:#f5f5f5 url(../graphics/arrow_320.png) no-repeat right;
}
.main-menu li.submenu > a {
padding-right:20px;
background:url(../graphics/arrow_320.png) no-repeat right;
}
.main-menu li ul {
display:none !important;
}
.main-menu li:hover > ul {
display:block !important;
}
/* ================= Blog Post and Sidebar ================= */
.blog_post .left_side {
display:none;
}
.blog_post .right_side .published { /*display:inline-block; */
}
.sidebar {
margin-top:40px;
float:none;
}
.content {
float:none;
margin-right:0;
width:300px;
}
.content img {
height: auto;
max-width: 100%;
}
.content .left_side {
display:none;
}
.content .right_side {
width:300px;
}
.content .blog_post .right_side .block_post {
padding:10px 10px 0 10px;
width:253px;
}
.blog_post .delimiter_vertical {
padding:0 1px 0 1px;
margin:0;
text-indent:-9999px;
}
.content .blog_post .right_side .block_post img {
width:100%;
}
.content .pages {
margin-left:0;
}
/* ================= Recent Works on Homepage ================= */
.recent_works {
width:300px !important;
}
.recent_works ul li {
width:253px !important;
height:366px !important;
}
.recent_works ul li .recent_image {
width:268px;
height:215px;
}
.recent_works ul li .recent_image .portfolio_image {
width:268px;
height:215px;
}
/* ================= Portfolio Filter ================= */
.filter {
float:none;
}
.filter {
padding:0;
margin:0;
}
.filter ul {
margin:0;
position:static !important;
width:100%;
}
.filter ul li {
display:block !important;
float:none !important;
margin:0 !important;
}
.filter ul li a {
width:100%;
border-bottom:1px dotted #cccccc;
margin:0 0 10px 0;
padding:0 !important;
}
.filter li.separator {
display:none !important;
}
/* ================= Container and Columns ================= */
.col_1_2, .col_1_3, .col_1_4, .col_1_5, .col_3_4, .col_2_3 {
float: none;
margin-right: 0;
}
.container, .col_1_2, .col_1_3, .col_1_4, .col_1_5, .col_3_4, .col_2_3 {
width:300px;
}
.content .col_1_2, .content .col_1_3, .content .col_1_4, .content .col_1_5, .content .col_3_4, .content .col_2_3 {
width:300px;
}
/* ================= Contact Page ================= */
.inputText {
width:285px;
}
.inputTextarea {
width:285px;
height:150px;
}
.submit {
margin:0;
}
/* ================= Page Info ================= */
.page_info .text {
float:none;
}
.page_info .search {
float:none;
}
/* ================= HomePage ================= */
.bottompage_widgets .col_1_3 {
width:253px;
float: none;
margin:40px auto 0 auto;
}
.footer .col_1_3 {
width:253px;
float: none;
margin:40px auto 0 auto;
}
.bottompage_widgets .col_1_3.last {
width:253px;
float: none;
margin:40px auto 0 auto;
}
.bottompage_widgets .col_1_3.first {
width:253px;
float: none;
margin:40px auto 0 auto;
}
.footer .col_1_3.last {
width:253px;
float: none;
margin:40px auto 0 auto;
}
.footer_bottom .col_2_3 {
width:253px;
float: none;
margin:40px auto 0 auto;
}
.footer_bottom .col_1_3 {
width:253px;
float: none;
margin:40px auto 0 auto;
}
.follow_us_box a.twitter {
float:left;
}
.follow_us_box a.facebook {
float:left;
margin-left:5px;
}
a.buttonmobi {
height: 20px;
display: inline-block;
margin: 5px 5px 10px 0px;
text-align:left;
text-decoration: none;
font-weight: bold;
font-size: 13px;
line-height: 12px;
padding: 0px 0px 0px 0px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
}
a.buttonmobi.largemobi {
height: 20px;
padding: 21px 0px 0px 20px;
font-size: 13px;
line-height: 0px;
}
a:hover.buttonmobi {
background-position: 0 -28px;
}
a:hover.buttonmobi.largemobi {
background-position: 0 -35px;
}
a.buttonmobi.bookmobi {
background:#af143e;
border: 0px;
color: #ffffff;
width:240px;
}
a.buttonmobi.largemobi.bookmobi {
background:#af143e;
}
a:hover.buttonmobi.bookmobi {
border: 0px;
}
/* ================= Customized Slider ================= */
#jquery-script-menu {
position: relative;
height: 196px;
width: 100%;
top: 0;
left: 0;
background: #fff;
-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
z-index: 999999;
padding: 0px 0;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}
}
/* ================= Mobile (Landscape) 480px - 767px ================= */
@media only screen and (min-width: 480px) and (max-width: 767px) {
/* ================= Logo and Main menu ================= */
.bannerbg {
display:none;
}
.mapbg {
display:none;
}
.logo {
display: block;
float: none;
width:100%;
}
.main-menu {
margin:0 0 30px 0;
float:left;
}
/* ================= Blog Post and Sidebar ================= */
.blog_post .right_side .media_query_visible {
display:block;
}
.blog_post .right_side .media_query_invisible {
display:none;
}
.content {
width:420px;
margin-right:0;
}
.content .left_side {
display:none;
}
.content .right_side {
width:420px;
}
.content .blog_post .block_post .delimiter_vertical {
padding:0 1px 0 1px;
margin:0;
text-indent:-9999px;
}
.content .blog_post .right_side .block_post {
padding:10px 10px 0 10px;
width:400px;
}
.content .blog_post .right_side .block_post img {
width:100%;
}
.sidebar {
float:none;
width:420px;
}
.sidebar .widget .recent_post .text {
width:338px;
}
.blog_post .published {
float:none;
}
.blog_post .author {
float:none;
}
.blog_post .number_comments {
float:none;
}
.blog_post .category {
float:none;
}
.content .pages {
margin:0;
}
/* ================= Recent Works on Homepage ================= */
.recent_works {
width:420px !important;
}
.recent_works ul li {
width:400px !important;
height:435px !important;
margin:0 0 60px 0;
}
.recent_works ul li .recent_image {
width:388px;
height:305px;
}
.recent_works ul li .recent_image .portfolio_image {
width:388px;
height:305px;
}
/* ================= Container and Columns ================= */
.companies .cbody {
width:420px;
margin:0 auto;
}
.col_1_2, .col_1_3, .col_1_4, .col_1_5, .col_3_4, .col_2_3 {
float: none;
margin-right: 0;
}
.container, .col_1_2, .col_1_3, .col_1_4, .col_1_5, .col_3_4, .col_2_3 {
width:420px;
}
.content .col_1_2, .content .col_1_3, .content .col_1_4, .content .col_1_5, .content .col_3_4, .content .col_2_3 {
width:420px;
}
/* ================= Page Info ================= */
.page_info .text {
float:none;
}
.page_info .search {
float:none;
}
/* ================= Contact page ================= */
.inputText {
width:250px;
}
.inputTextarea {
width:250px;
height:150px;
}
/* ================= Homepage ================= */
.bottompage_widgets .col_1_3 {
width:253px;
margin:40px 0 0 0;
float: none;
margin:40px auto 0 auto;
}
.bottompage_widgets .col_1_3.last {
width:253px;
margin:40px 0 0 0;
float: none;
margin:40px auto 0 auto;
}
/* ================= Footer ================= */
.footer .col_1_3 {
width:420px;
margin:40px 0 0 0;
float: none;
margin:40px auto 0 auto;
}
.footer .col_1_3.last {
width:420px;
float: none;
margin:40px auto 0 auto;
}
.footer_bottom .col_2_3 {
width:420px;
float: none;
margin:40px auto 0 auto;
}
.footer_bottom .col_1_3 {
width:420px;
float: none;
margin:40px auto 0 auto;
}
a.buttonmobi {
height: 20px;
display: inline-block;
margin: 5px 5px 10px 0px;
text-decoration: none;
font-weight: bold;
font-size: 13px;
line-height: 12px;
padding: 0px 0px 0px 0px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
}
a.buttonmobi.largemobi {
height: 20px;
padding: 21px 0px 0px 20px;
font-size: 13px;
line-height: 0px;
}
a:hover.buttonmobi {
background-position: 0 -28px;
}
a:hover.buttonmobi.largemobi {
background-position: 0 -35px;
}
a.buttonmobi.bookmobi {
background-image: url(../graphics/button_green.png);
border: 0px solid #adc671;
color: #ffffff;
text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
width:240px;
}
a.buttonmobi.largemobi.bookmobi {
background-image: url(../graphics/button_green_large.png);
}
a:hover.buttonmobi.bookmobi {
border: 0px solid #8bb14d;
}
/* ================= Customized Slider ================= */
#jquery-script-menu {
position: relative;
height: 196px;
width: 100%;
top: 0;
left: 0;
background: #fff;
-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
z-index: 999999;
padding: 0px 0;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}
}
/* ================= Mobile (Portrait) < 320px ================= */
@media only screen and (max-width: 317px) {
/* ================= Container and Columns ================= */
.bannerbg {
display:none;
}
.mapbg {
display:none;
}
.col_1_2, .col_1_3, .col_1_4, .col_1_5, .col_3_4, .col_2_3 {
float:none;
margin:0;
}
.container, .col_1_2, .col_1_3, .col_1_4, .col_1_5, .col_3_4, .col_2_3 {
width:226px;
}
.content .col_1_2, .content .col_1_3, .content .col_1_4, .content .col_1_5, .content .col_3_4, .content .col_2_3 {
width:226px;
}
/* =================  Blog Post and Sidebar ================= */
.blog_post .right_side .media_query_visible {
display:block;
}
.blog_post .right_side .media_query_invisible {
display:none;
}
.content {
width:226px;
margin-right:0;
}
.content .left_side {
display:none;
}
.content .right_side {
width:226px;
}
.content .delimiter_vertical {
display:none;
}
.content .blog_post .right_side .block_post {
padding:10px 10px 0 10px;
width:206px;
}
.content .blog_post .right_side .block_post img {
width:100%;
}
.sidebar {
width:226px;
float:none;
}
.sidebar .widget {
width:226px;
}
.sidebar .widget .recent_post .text {
width:138px;
}
.content .pages {
margin:0;
}
/* ================= Recent Works on Homepage ================= */
.recent_works {
width:226px !important;
}
.recent_works ul li {
width:206px !important;
height:312px !important;
}
.recent_works ul li .recent_image {
width:194px;
height:160px;
}
.recent_works ul li .recent_image .portfolio_image {
width:194px;
height:160px;
}
/* =================  Contact page ================= */
.contact_map {
background:none;
width:226px;
height:310px;
padding:0 0 0 0;
margin:40px 0 20px 0;
}
.map_canvas {
width:226px;
height:253px;
}
.inputText {
width:210px;
}
.inputTextarea {
width:210px;
height:70px;
}
.submit {
margin:0;
}
/* =================  Page Info ================= */
.page_info .text {
float:none;
}
.page_info .search {
float:none;
}
.page_info .search .inputText {
width:90px;
}
/* =================  Logo ================= */
.logo img {
width:100%
}
/* =================  HomePage ================= */
.bottompage_widgets .col_1_3 {
width:226px;
margin:40px auto 0 auto;
padding:0;
}
.footer .col_1_3 {
width:226px;
margin:40px auto 0 auto;
}
.footer_bottom .col_1_3 {
width:226px;
margin:40px auto 0 auto;
}
.footer_bottom .col_2_3 {
width:226px;
margin:40px auto 0 auto;
}
.bottompage_widgets .col_1_3.last {
width:226px;
margin:40px auto 0 auto;
padding:0;
}
.bottompage_widgets .col_1_3.first {
width:226px;
margin:40px auto 0 auto;
padding:0;
}
.bottompage_widgets .widget_body .image {
width:60px;
margin:7px auto 5px auto;
position:relative;
float:none;
}
.bottompage_widgets .widget_body .text {
width:200px;
margin-left:0;
float:none;
}
.bottompage_widgets .widget_newsletter .button_big span {
width:145px
}
.recent_post_slider .slides_container {
width:190px;
display:none;
}
.recent_post_slider .slides_container div.slide {
width:190px;
display:block;
}
.follow_us_box a.twitter {
float:left;
font-size:15px;
}
.follow_us_box a.facebook {
float:left;
margin-left:5px;
font-size:15px;
}
img.liquid {
width:100%;
}
.features .title h3 {
font-size:17px;
}
.features .title h4 {
font-size:16px;
}
/* =================  Footer ================= */
.footer .col_1_3.last {
width:226px;
margin:40px auto 0 auto;
}
.footer_bottom .col_1_3.last {
width:226px;
margin:40px auto 0 auto;
}
.footer_bottom .col_2_3.last {
width:226px;
margin:40px auto 0 auto;
}
.footer .flickr ul {
margin-right:-5px;
}
.footer .flickr ul li {
padding:0;
margin:0 5px 5px 0;
float:left;
}
.footer .flickr ul li a {
border:4px solid #202020;
display:block;
width:64px;
height:64px;
}
.footer .flickr ul li a img {
width:64px;
height:64px;
}
a.buttonmobi {
height: 20px;
display: inline-block;
margin: 5px 5px 10px 0px;
text-decoration: none;
font-weight: bold;
font-size: 13px;
line-height: 12px;
padding: 0px 0px 0px 0px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
}
a.buttonmobi.largemobi {
height: 20px;
padding: 21px 0px 0px 20px;
font-size: 13px;
line-height: 0px;
}
a:hover.buttonmobi {
background-position: 0 -28px;
}
a:hover.buttonmobi.largemobi {
background-position: 0 -35px;
}
a.buttonmobi.bookmobi {
background-image: url(../graphics/button_green.png);
border: 0px solid #adc671;
color: #ffffff;
text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
width:240px;
}
a.buttonmobi.largemobi.bookmobi {
background-image: url(../graphics/button_green_large.png);
}
a:hover.buttonmobi.bookmobi {
border: 0px solid #8bb14d;
}
/* ================= Customized Slider ================= */
#jquery-script-menu {
position: relative;
height: 196px;
width: 100%;
top: 0;
left: 0;
background: #fff;
-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
z-index: 999999;
padding: 0px 0;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}
}
/* ================= Banners ================= */
.bannerbg {
background:#f2f2f2;
border-top:0px solid #ffffff;
border-bottom:0px solid #cccccc;
padding-left:0; padding-right:0; padding-top:0px; padding-bottom:0px;
}
.homepagetopic {
text-align:center;
padding-left:0; padding-right:0; padding-top:0px; padding-bottom:0px;
}
.pagetopic {
border-top:4px solid #ffffff;
border-bottom:0px solid #cccccc;
padding-left:0; padding-right:0; padding-top:10px; padding-bottom:0px;
}
.pageintro {
border-top:4px solid #ffffff;
border-bottom:0px solid #cccccc;
padding-left:0; padding-right:0; padding-top:2px; padding-bottom:0px;
}
.mapbg {
background:#afd9e2;
border-top:0px solid #ffffff;
border-bottom:0px solid #cccccc;
padding-left:0; padding-right:0; padding-top:0px; padding-bottom:0px;
}
.toptours {
background:#ffffff;
border-top:0px solid #ffffff;
border-bottom:0px solid #cccccc;
padding-left:0; padding-right:0; padding-top:0px; padding-bottom:0px;
}
.jumpsbg {
background:#052658;
text-align:center;
border-top:0px solid #ffffff;
border-bottom:0px solid #cccccc;
padding-left:0; padding-right:0; padding-top:12px; padding-bottom:12px;
}
.languagebg {
background:#afd9e2;
text-align:center;
border-top:0px solid #ffffff;
border-bottom:0px solid #cccccc;
padding-left:0; padding-right:0; padding-top:8px; padding-bottom:4px;
}
.specialsbg {
background:#1e75ba;
text-align:center;
border-top:0px solid #ffffff;
border-bottom:0px solid #cccccc;
padding-left:0; padding-right:0; padding-top:12px; padding-bottom:12px;
}
.jumpicons {
text-align:center;
}
.banners {
background:#ffffff;
border-top:0px solid #ffffff;
border-bottom:0px solid #cccccc;
padding-left:0; padding-right:0; padding-top:0px; padding-bottom:0px;
}
.MT0 {
margin-top:0px !important;
}
/* CSS3 buttons */
.red-button {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #ffffff;
padding: 11px 20px;
background: -moz-linear-gradient(  top,  #f69890 0%,  #f59186 50%,  #f37f74);
background: -webkit-gradient(  linear, left top, left bottom,  from(#f69890),  color-stop(0.50, #f59186),  to(#f37f74));
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border: 1px solid #483936;
-moz-box-shadow:
0px 2px 2px rgba(000,000,000,0.3),  inset 0px 1px 1px rgba(255,255,255,0.5);
-webkit-box-shadow:
0px 2px 2px rgba(000,000,000,0.3),  inset 0px 1px 1px rgba(255,255,255,0.5);
text-shadow:
0px 1px 0px rgba(69,61,52,0.6),  0px 1px 0px rgba(255,255,255,0.3);
}
.red-button:hover {
padding: 11px 20px;
background: -moz-linear-gradient(  top,  #f37f74 0%,  #f59186 50%,  #f69890);
background: -webkit-gradient(  linear, left top, left bottom,  from(#f37f74),  color-stop(0.50, #f59186),  to(#f69890));
border: 1px solid #483936;
text-decoration:none;
}
.red-button:active {
background: -moz-linear-gradient(  top,  #df776c 0%,  #f59186 50%,  #f69890);
background: -webkit-gradient(  linear, left top, left bottom,  from(#df776c),  color-stop(0.50, #f59186),  to(#f69890));
border: 1px solid #483936;
}
.green-button {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #ffffff;
padding: 11px 20px;
background: -moz-linear-gradient(  top,  #88b272 0%,  #7fab68 50%,  #6c9b55);
background: -webkit-gradient(  linear, left top, left bottom,  from(#88b272),  color-stop(0.50, #7fab68),  to(#6c9b55));
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border: 1px solid #3d4536;
-moz-box-shadow:
0px 2px 2px rgba(000,000,000,0.3),  inset 0px 1px 1px rgba(255,255,255,0.5);
-webkit-box-shadow:
0px 2px 2px rgba(000,000,000,0.3),  inset 0px 1px 1px rgba(255,255,255,0.5);
text-shadow:
0px 1px 0px rgba(69,61,52,0.6),  0px 1px 0px rgba(255,255,255,0.3);
}
.green-button:hover {
padding: 11px 20px;
background: -moz-linear-gradient(  top,  #6c9b55 0%,  #7fab68 50%,  #88b272);
background: -webkit-gradient(  linear, left top, left bottom,  from(#6c9b55),  color-stop(0.50, #7fab68),  to(#88b272));
border: 1px solid #483936;
text-decoration:none;
}
.green-button:active {
background: -moz-linear-gradient(  top,  #618f4b 0%,  #7fab68 50%,  #88b272);
background: -webkit-gradient(  linear, left top, left bottom,  from(#618f4b),  color-stop(0.50, #7fab68),  to(#88b272));
border: 1px solid #483936;
}
.big_link {
color:#fff;
font-size:18px;
font-weight:bold;
font-family:Helvetica, Arial, sans-serif;
}
/* =================  Social ================= */
.social-links {
position:relative;
text-align:center;
padding:0;
margin:0;
padding-top:0px;
}
.social-links li {
display:inline;
padding-right:5px;
width:24px;
height:26px;
}
/* =================  Contact Sidebar ================= */
ul.contact-address li {
font-size:12px !important;
}
ul.contact-address li {
padding:10px !important;
line-height:25px !important;
border-bottom:1px solid #f6f4e7;
}
ul.contact-address li:hover {
background:#f7f3e3;
}
ul.contact-address li.address span {
background:url(../graphics/address.png) no-repeat left;
padding: 30px 0;
padding-left:35px !important;
}
ul.contact-address li.phone span {
background:url(../graphics/phone.png) no-repeat left;
padding: 30px 0;
padding-left:35px !important;
}
ul.contact-address li.email span {
background:url(../graphics/email.png) no-repeat left;
padding: 30px 0;
padding-left:35px !important;
}
/* =================  General Sidebar Menu ================= */
ul.sidebarmenu li {
font-size:12px !important;
}
ul.sidebarmenu li {
padding:10px !important;
line-height:25px !important;
border-bottom:1px solid #f6f4e7;
}
ul.sidebarmenu li:hover {
background:#f7f3e3;
}
/* =================  Xtra links ================= */
a.head3:link{font-size:15px;color:#052658;text-decoration:none;}
a.head3:visited{font-size:15px;color:#052658;text-decoration:none;}
a.head3:active{font-size:15px;color:#052658;text-decoration:underline;}
a.head3:hover{font-size:15px;color:#052658;text-decoration:underline;}
a.intext:link{font-size:13px;color:#00b5d4;text-decoration:underline;}
a.intext:visited{font-size:13px;color:#00b5d4;text-decoration:underline;}
a.intext:active{font-size:13px;color:#00b5d4;text-decoration:underline;}
a.intext:hover{font-size:13px;color:#00b5d4;text-decoration:underline;}
a.ftext:link{font-size:12px;color:#ffffff;text-decoration:none;}
a.ftext:visited{font-size:12px;color:#ffffff;text-decoration:none;}
a.ftext:active{font-size:12px;color:#ffffff;text-decoration:underline;}
a.ftext:hover{font-size:12px;color:#ffffff;text-decoration:underline;}
a.intextdb:link{font-size:13px;color:#052658;text-decoration:none;}
a.intextdb:visited{font-size:13px;color:#052658;text-decoration:none;}
a.intextdb:active{font-size:13px;color:#052658;text-decoration:underline;}
a.intextdb:hover{font-size:13px;color:#052658;text-decoration:underline;}