@charset "utf-8";

.plans div { }
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: 'Open Sans', sans-serif;
  vertical-align: baseline;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* GENERAL STYLES FOR WHOLE SITE */
* {
  padding: 0;
  margin: 0;

}
body {
  background-color: #033452;
  /*background-image: url(../images/bg.jpg);  */
  background-repeat: repeat-x;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; /*subpixel-antialiased (the default),or none*/
  font-family: 'Open Sans', 'Calibri',  'Arial', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: .95em;
  line-height: 1.4em;
  color: #FFFFFF;
  margin: 0px;
}

ul, ul li, li {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Tahoma, arial, sans-serif;
  color: #eae3bb;
  font-style: normal;
  font-weight: lighter;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 26px;
  margin: 30px 0 20px 0;
  padding: 0;
  line-height: 40px;
}
h2 {
  font-style: normal;
  line-height: 40px;
  text-shadow: 1px 1px #000;
  font-size: 1.4em;
}
h3 {
  font-style: normal;
  line-height: 28px;
  text-shadow: 1px 1px #000;
  font-size: 20px;
}
.underline {
  line-height: 40px;
  border-bottom: solid 1px #eae3bb;
}
.clear,.clearfix {
  clear: both;
  height: 1px;
}
.inactive {
  pointer-events: none;
  cursor: default;
}
.li-hidden {
  visibility: hidden;
  height: 0px;
}

.li-show {
  visibility: visible;
  display: list-item;
  height: 20px;
}

a, a:hover, span, label {
  color: #eae3bb;
}
p a, p a:hover {
  text-decoration: none;
}
.hidden {
  display: none;
}
.error_strings {
  color: #DB4E2B;
  font-style: italic;
  font-size: 14px;
  height: 32px;
  margin: 0 0 10px 0;
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
  display: inline-block;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding: 6px 0px;
}
span.label {
  display: none;
}

span.value {
  letter-spacing: 1px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}

.description, .answer {
  margin-bottom: 20px;
  margin-top: 5px;
}
.tagline {
  background-color: transparent;
  float: none;
  margin: 30px 40px 0 40px;
  color: #FFF;
  opacity: 1.0;
  padding: 0px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-shadow: 1px 1px #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 22px;
  margin: 0 0 30px 0;
  color: #B2C1C8;
}
.red, .required {
  color: #DB4E2B;
}
#mainBody {
  background-color: #033452;
}

#mainBody p{
  padding-bottom: 10px;
}
#container {
  background: none !important;
  width: 100%;
}
#mainBody ul{
  padding-left: 40px;
  margin-bottom: 20px;
}
#mainBody #mainContent ul li {
  list-style-image: url(../images/check.png);
}
#header {
  background-repeat: no-repeat;
  background-image: url(../images/bg_header.jpg);
  background-color: #335D87;
  background-position: center -30px;
  width: 100%;
  height: 150px
}
#header_int {
  width: 1000px;
  margin: 0px auto;
}
#headerLogo {
  /*background-color: #032D44; */
  background-color: #021B29;
  margin: 0 0 0 0px;
  padding: 10px;
  position: relative;
  display: inline-block;
  z-index: 1111;
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
}
.headerLogo {

}
#headerLogo img {
  margin: 0px;
}
#headerSocial {
  margin: 15px 10px 0 0;
  float: right;
  z-index: 10;
  position: relative;
  min-width: 72px;
}
#mainBody #mainContent #wrapper, #mainBody #mainContent {
  width: 1000px;
  margin: 0px auto;
  margin-top: 0px;
  min-height: 600px;
  padding: 0px 0px;
  clear: both;
}
/*  NAVIGATION STYLES  */


#navigation {
  margin-top: -140px;
  z-index: 1000;
  background-color: rgb(3,52,82);
  margin-bottom: 90px;
}
#navigation_int {
  width: 1000px;
  margin: 0px auto;
  position: relative;
  height: 40px;
  top: 0px;
  padding: 0 0 0 300px;

}
#navigation ul {
  /* background-image: url(../images/bg_ul_navigation.jpg); */
  background-repeat: no-repeat;
  padding: 0px 0px 0px 10px;
  margin: 0px;
}

#navigation ul li {
  font-family: Tahoma, arial, sans-serif;
  font-size: 11px;
  margin: 0px;
  /*padding: 30px 0px 5px 0px;*/
  padding: 0px;
  display: inline;
  line-height: 40px;
}
#navigation ul li a {
  color: #ffffff;
  text-decoration: none;
  display: inline;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  padding: 12px 10px;
  margin: 0px;
  height: inherit;
  width: auto;
}
#navigation ul li a:hover {
  background-color: #006EA7;;
}
#navigation ul li ul {
  display: none;
}
#navigation ul li:hover ul {
  /*display: block; */
}
#navigation ul li ul li {
  padding: 3px 0px;
  margin: 0 0 0 0px;
  line-height: 24px;
}

.Page_services #navigation ul li ul.ul_navItem_7, .PCMS_Module_FAQs #navigation ul li ul.ul_navItem_18 {

  position: absolute;
  top: 206px;
  left: 0px;
  display: inline-block;
  z-index: 15;
  border-left: none;
  border-right: none;
  overflow: visible;
  background-color: #012235;
  padding: 25px 0px 25px 0px;
  margin: 0 10px 0 0;
  width: 155px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

#navigation ul li ul li a {
  display: inline-block;
  color: #FFFFFF;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 16px;
  text-decoration: none;
  width: 123px;
  margin: 0px 8px 0 0px;
  border-bottom: 1px solid #213044;
}

#navigation ul li ul li a:hover {
  background-color: #006EA7;
  position: relative;
  top: 1px;
}

/* HOME PAGE -> All things starting with .Page_Index go here */
#slides {
  /*width: 871px;
  height: 360px;*/
  max-height: 420px;
  overflow: hidden;
  margin: 0px 0 0 0;
}
.slidesjs-pagination, .slidesjs-navigation {
  display: none;
}

.Page_Index #container {
  min-height: 500px;
}

.Page_Index #mainBody {
  position: relative;
  background: url(/Resources/images/bg_mainbody.jpg) transparent center top repeat-x;
  width: 100%;
}
.Page_Index #mainBody #mainContent {
  margin-top: 0px !important;
}
.Page_Index #header #img_head {
  height: 0px;
  display: none;
  background-image: none !important;
}

.Page_Index #mainBody #mainContent #wrapper {
  width: 1000px;
  background-color: #033452;
  background-image: url(../images/fp_bg.jpg);
  background-repeat: no-repeat;
  margin-top: -61px !important;
}

.Page_Index #wrapper #tour, .Page_Index #wrapper #overlay, .Page_Index #wrapper .caption, .caption {
  text-align: center;
  font-family: Verdana, Tahoma;
  font-size: 14px;
  color: #666666;
  font-weight: bold;
  position: relative;
  padding: 30px 0 0 0;
}
.Page_Index #wrapper #overlay {
  padding-left: 0px;
}
.slide-overlay {
  margin-top: -145px;
  position: absolute;
  left: 15px;
  z-index: 11;

}
.Page_Index #wrapper .caption {
  padding-top: 10px;
}
.Page_Index #wrapper #tour {
  padding: 0px 0 0 0px;
}

.Page_Index #wrapper #overlay {
  margin-top: -25px;
}

.Page_Index #overlay {
  z-index: 25;
}

.Page_Index .grid {
  width: 273px;
  padding: 30px 13px 30px;
  height: auto;
  float: left;
}
.Page_Index .grid_container {
  width: 900px;
  margin: 0px auto;
}
.Page_Index .grid img {
  width: 267px;
  padding: 2px;
  margin: -30px 0 0 0;
}
.Page_Index .grid h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 24px;
  padding: 0px 6px;
  text-align: left;
}
.Page_Index .grid h2 a {
  text-decoration: none;
}
.Page_Index .grid h2 a:hover {
  text-decoration: none;
}
.grid a.pic {
  display: block;
  max-height: 100px;
  overflow: hidden;
  border: 1px solid #184560;
}

.Page_Index .grid p {
  padding: 0px 6px;
  text-align: justify;
}

.Page_Index #mainBody #mainContent h1 {
  background-color: transparent;
  float: none;
  margin: 10px 40px 0 40px;
  color: #FFF;
  opacity: 1.0;
  padding: 0px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-shadow: 1px 1px #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 20px;
  margin: 0 0 30px 0;
  color: #B2C1C8;
}
.Page_services-website hr {
  opacity: 0.3;
  margin: 20px 0px;
}

.showcase img.linkPic {
  width: 100%;
  height: auto;
}

.Page_order .showcase img.linkPic {

  max-height: 160px;
}
.showcase {
  width: 100%;
  display: block;
  clear: both;

}
.Showcasethumbs-half {
  width: 48%;
  float: left;
  padding: 1%;
}
.Showcasethumbs-half img.linkPic {
  height: 122px;
}
.Showcasethumbs-quarter {
  width: 22%;
  float: left;
  padding: 1%;
}
.Showcasethumbs-quarter img.linkPic {
  height: 82px;
}
.outofarea .Showcasethumbs-quarter img.linkPic {
  height: auto;

}
.Showcasethumbs-third {
  width: 30%;
  float: left;
  padding: 1%;
}
.Page_Showcase .Showcasethumbs-third img.linkPic {
  height: 172px;
}

.sunset .Showcasethumbs-third img.linkPic {
  height: 112px;
}
.col-md-4 {
  width: 30%;
  float:left;
  margin: 1%;

}

/* FOOTER STYLES */

#footer {
  padding-top: 15px;
  background-color: #15416b;
  width: 100%;
  text-align: center;
  vertical-align: bottom;
  min-height: 80px;
  font-size: .9em;
}
#footer p {
  margin: 7px 0px;
}
#footer_int {
  width: 1000px;
  margin: 0px auto;
}
#footer_int div:nth-of-type(2) {

  padding: 6px 0px;
}
#footer_int div:nth-of-type(2) h2 {
  font-size: 17px;
}
#footer_int h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  padding: 10px 0px 6px;
  text-align: left;
  line-height: 26px;
}
.footerColumn_int {
  margin: 10px 15px 20px 30px;
  display: inline-block;
  min-width: 120px;
  clear: both;
}
.footerColumn_int ul {

  padding: 0px;
  margin: 0px 0px 0px 10px;
}
.footerColumn_int ul li {
  margin: 0px;
  padding: 0px;
  list-style-image: url(../images/check.png);
}

.footerColumn_int a.more {
  background: url(../images/btn_more.png) transparent right center no-repeat;
  padding: 10px 20px 10px 0;
  display: inline-block;
  float: right;
}

.footerColumn {
  float: left;
  width: 19%;
  padding: 6px 5px;
  text-align: left;
}
.footerColumn img {

  float: left;
  padding-right: 5px;
}
.footerColumn a {
  text-decoration: none;
}

.footerColumn_int p.hours img {
  /*padding-bottom: 10px;*/
}

#footerCopyright {
  color: #FFFFFF;
  height: auto;
  width: 100%;
  clear: both;
  background-color: #315B83;
  margin: 0px auto;
  padding: 10px 0px;
  margin-top: 10px;
  border-top: 1px solid #184560;
}
#footerCopyright p {
  margin: 0px;
  margin-bottom: 3px;
  font-size: 12px !important;
  padding: 0px;
  line-height: 12px;
}

/* END FOOTER STYLES */

/* STYLES FOR ALL OTHER PAGES */

#img_head {
  display: block;
  height: 165px;
  margin-top: -95px;
  background-image: url(../images/header16.jpg);
  position: relative;
  background-repeat: repeat;
  z-index: 1000;
}
#mainBody #mainContent h1 {
  background-color: rgb(230, 230, 230);
  float: right;
  margin: -80px 40px 0 40px;
  color: #123658;
  opacity: .8;
  padding: 20px 40px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-shadow: 1px 1px #000;
  font-size: 40px;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  z-index: 1200;
}
#mainBody #mainContent h1::after {

}

#mainBody #mainContent h2 {
  padding-top: 20px;
}
#mainBody #mainContent #services_content_int {
  padding: 120px 0px 20px;
  clear: both;
}
#mainBody #mainContent .ordercolumn ul {
  padding-left: 0;
  border-radius: 0;
}
#mainBody #mainContent .ordercolumn #marketingPlan ul {
  border-radius: 10px 0 0 10px;
}
#mainBody #mainContent .ordercolumn #luxuryPlan ul {
  border-radius: 0 10px 10px 0;
}
#mainBody #mainContent #services_content_int ul#selections {
  padding-left: 30px;
}
.Page_services #mainBody #mainContent #services_content_int {
  margin-left: 180px;
}

.Page_services #mainBody #mainContent .service {
  width: 42%;
  float: left;
  padding: 0 4%;
}

#mainBody #mainContent img.linkPic, .linkPic {
  padding: 3px;
  margin: 7px 2px;
  border: 1px solid #2E4D66;
}
.Page_services img.servicesthumbs {
  padding: 3px;
  border: 1px solid #2E4D66;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.Page_services #img_head {
  background-image: url(../images/header16.jpg);
}
.Page_services.Page_services-virtual-tours #img_head {
  background-image: url(../images/header1.jpg);
}
.Page_order #img_head {
  background-image: url(../images/header2.jpg);
}
.Page_order.Page_order-real-estate #img_head {
  background-image: url(../images/header3.jpg);
}
.Page_gallery #img_head {
  background-image: url(../images/header4.jpg);
}
.Page_services.Page_services-e-card #img_head {
  background-image: url(../images/header18.jpg);
}
.Page_services.Page_services-luxury-packages #img_head {
  background-image: url(../images/header7.jpg);
}

.Page_services.Page_services-sunset-night #img_head {
  background-image: url(../images/header5.jpg);
}
.Page_services.Page_services-photography #img_head {
  background-image: url(../images/header9.jpg);
}
.Page_services.Page_services-aerial #img_head {
  background-image: url(../images/header8.jpg);
}
.Page_services.Page_services-you-tube #img_head {
  background-image: url(../images/header10.jpg);
}
.Page_services.Page_services-print #img_head {
  background-image: url(../images/header11.jpg);
}
.Page_join #img_head {
  background-image: url(../images/header12.jpg);
}
.Page_partner #img_head {
  background-image: url(../images/header13.jpg);
}

.PCMS_Module_Contact #img_head {
  background-image: url(../images/header14.jpg);
}
.PCMS_Module_FAQs #img_head {
  background-image: url(../images/header15.jpg);
}

.Page_services.Page_services-specials #img_head {
  background-image: url(../images/header17.jpg);
}
#mainBody #mainContent .canvas {
  float: right;
  max-width: 30%;
  margin: 0 20px 20px 20px;
  padding: 3px;
  border: 1px solid #2E4D66;
}

#mainBody #mainContent .service_btn {
  margin: 0px 0px 10px 0px;
  text-align: right;
  padding: 0px 10px 5px 5px;
  font-size: 16px;
  border-top: 1px solid #03507d;
}
#mainBody #mainContent .service_btn a {
  border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  display: inline-block;
  background-color: #03507d;
  margin: 0 0 3px 3px;
  padding: 4px 10px;
  border-top: 1px solid #03507d;
}
#mainBody #mainContent .service_btn a.order {
  background-color: #EDD770;
  color: #03507d;
}

#mainBody #mainContent .service_btn a:hover {
  background-color: #eae3bb;
  color: #03507d;
}

#mainBody #mainContent p.service a {
  color: #FFFFFF;
}

#mainBody #mainContent p.service a:hover {
  color: #012235;
}
.serv_text {

}

#mainBody #mainContent .orderBox {
  float: left;
  width: 28%;
  vertical-align: middle;
  text-align: left;
  margin: 15px 2%;
  padding: 0px;
}
#mainBody #mainContent .orderBoxInt {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #234c66;
  -moz-box-shadow: 1px 1px 5px rgba(68,0,0,0.3);
  -webkit-box-shadow: 1px 1px 5px rgba(68,0,0,0.3);
  box-shadow: 1px 1px 5px rgba(68,0,0,0.3);
  /*filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=1,MakeShadow=true,ShadowOpacity=0.30);*/
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=1,MakeShadow=true,ShadowOpacity=0.30)";*/
  zoom: 1;
}
#mainBody #mainContent .orderBox img.photo {
  float: right;
}

#mainBody #mainContent .orderBox ul li {
  padding: 2px 0px;
}
#orderLC .orderBox ul li {
  padding: 6px 0px;
}

#mainBody #mainContent .orderBox h2 {
  color: #FFF;
  line-height: 22px;
  font-size: 26px;
  margin: 20px 0px;
}

#mainBody #mainContent #orderVR.orderBox  h2 {
  font-size: 19px;
}
#mainBody #mainContent .orderBox h2 span {
  font-size: 18px;
  color: #FFF;
}
#mainBody #mainContent .orderBox .darkBlu {
  background: url(../images/bg-stripes-blue.png) transparent repeat;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  padding: 0px 0 10px 0px;
}
#mainBody #mainContent .orderBox p.pricing {
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  font-style: italic;
}
#mainBody #mainContent .orderBox ul.checkmark {
  clear: both;
}
#mainBody #mainContent .orderBox ul.checkmark li {
  list-style-type: disc;
  list-style-image: url(../images/check.png);
}
#mainBody #mainContent .orderBox h3 {
  color: #FFF;
  line-height: 22px;
  font-size: 18px;
  padding: 10px 10px 7px 10px;
  border-bottom: 1px solid #D6DEE3;
  margin: 0 0 10px 0;
}
#mainBody #mainContent .orderBox p {
  text-align: center;
}

.btnBlue {
  color: #ffffff;
  padding: 26px 20px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #333;
  width: 226px;
  height: 36px;
  text-align: left;
  background-image: url(../images/btnBlue.png);
  display: inline-block;
  line-height: 0px;
  font-size: 24px;
  font-weight: normal;
  margin: 10px 0 0 0;
}
.infoButtons {
  position: fixed;
  right: 0;
  top: 200px;
  padding: 15px;
  background-color: #021825;
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  display: none;
  z-index: 12000;
}
.infoButtons .btn.bluorder {
  width: 90%;
  padding: 10px 5%;
  background-image: none;
}
.infoButtons .btn.bluorder:hover {

  color: #FFF;
}

span.click {
  font-size: 12px;
}
.featured span.click {
  font-size: 12px;
  color: #0B2838;
}
.planname {
  background-color: #0B2838;
  -moz-border-radius: 0px 0 10px 10px;
  -webkit-border-radius: 0px 0 10px 10px;
  border-radius: 0 0 10px 10px;
  text-align: center;
  padding: 10px;
  margin: 0px 10px;
}

.btnInfo {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #000000;
  background-color: #ed9c28;
  border-color: #eea236;
  display: block;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btnInfo span {
  color: #000000
}
.btnInfo:hover {

  border-color: #d58512;
  background-color: yellow;
}

#mainBody #mainContent .orderBox ul.icons {
  clear: both;
  margin: 10px;
}
#mainBody #mainContent .orderBox ul.icons li {
  background-repeat: no-repeat;
  background-position: 0 .4em;
  padding: 10px 10px 10px 45px;
  list-style-image: none;
}
#mainBody #mainContent .orderBox ul.icons {
  min-height: 160px;
}
#mainBody #mainContent  .perfect {
  min-height: 255px;
}
#mainBody #mainContent  .perfect p{
  margin-left: 20px;
  margin-top: 20px;
  text-align: left;
}
#mainBody #mainContent  #orderLC .orderBoxInt {
}

#mainBody #mainContent .orderBox ul.icons li:nth-child(1), #mainBody #mainContent .orderBox ul.icons li:nth-child(4) {

  background-image: url(../images/photo-icon1.png);
}
#mainBody #mainContent .orderBox ul.icons li:nth-child(2) {
  background-image: url(../images/photo-icon2.png);
}
#mainBody #mainContent .orderBox ul.icons li:nth-child(3) {
  background-image: url(../images/photo-icon3.png);
}

a.btnOrange {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FFBF40), color-stop(1, #FF8B00));
  background: -moz-linear-gradient(center top, #FFBF40 5%, #FF8B00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBF40', endColorstr='#FF8B00');
  background-color: #FF8B00;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #eeb44f;
  display: inline-block;
  color: #ffffff;
  font-family: arial;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
  padding: 6px 6px;
  text-shadow: 1px 1px 0px #cc9f52;
  width: 110px;
  margin: 0px 8px 0 8px;
}

#PCMS_Plugin_MediaViewer {
  vertical-align: middle;
  z-index: 1;
  margin-left: 15px;
  margin-right: 15px;

}
.shadow {
  margin-top: -5px;
}

.gallerythumbs {
  text-align: center;
}

/* POPUP MODAL STYLES */

.divbox_default.white {

  box-shadow: 4px 4px 8px #a2a2a2;
  background: #171717 !important;
  /* padding: 3px;  */
  /*background: rgba('0','0','0', 0.6);*/
  border: 1px solid #a2a2a2; */
}
.divbox_default .closed {
  right: -10px;
  top: -10px;
}

/* ORDER PAGES */

.orderingwrapper {
  width: 100%;
  margin: 60px 0 0 0;
}
#mainBody #mainContent .orderingwrapper ul li,
#mainBody #mainContent .ordercolumn ul li {
  list-style-image: none !important;
  min-height: 58px;
}
.ordercolumn.features {
  background: url(../images/bg-stripes-blue.png) transparent repeat;
  color: #eae3bb;
  height: auto;
  min-height: 255px;
  width: 26% !important;
  float: left;
  margin: 179px 0 0 0;
}

.vacation .ordercolumn.features {
  width: 24% !important;
  margin: 179px 0 0 0;
}
.features.cost {
  width: 20px;
}
.ordercolumn.features p.heading {
  margin: -30px 0 0 0;
  font-size: 1.4em;
  padding: 2px 0px !important;
  height: 30px;
}
.ordercolumn.features p.heading span {
  padding: 0 0 0 20px;
  font-size: 11px;
}
.ordercolumn.features ul {
  margin: 0px;
  padding: 0px;
}

.ordercolumn.features ul li {
  border-bottom: 1px solid #033452;
  width: 100%;
  margin: auto;
  padding: 16px 0px 16px 10px;
  height: 22px;
  line-height: 16px;
}
.ordercolumn.features ul li .small {
  font-size: 11px;
  margin: 0 0 0 0px;
  padding: 0 0 0 0;
  display: block;
  text-align: left;
}
.ordercolumn.features ul li span.cost {
  font-size: 14px;
  margin: 0 5px 0 0;
  padding: 0 0 0 0;
  float: right;
  width: 56px;
  text-align: center;
}

.ordercolumn li.doubletxt {
  padding: 2px 0;
  min-height: 50px;
  text-align: left;

}
.ordercolumn li.doubletxt input {
  margin-left: 55px;
}
@media (max-width: 992px) {
.ordercolumn li.doubletxt input {
  margin-left: 15px;
}
}
/*.vacation.plans .ordercolumn li.doubletxt input {
  margin-left: 35px;
}*/
.plans {
  margin: 0px;
  border-radius: 5px;
  position: relative;
}
.plans ul {
  /*background-color: #244e68;*/
  margin: 10px 0px;
  padding: 0px 0px;
  border-right: 1px solid #033452;

}
.plans ul li {
  border-bottom: 1px solid #033452;
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 10px 0px;
  height: 34px;
}

.ordercolumn.features ul li:nth-child(2n), .plans ul li:nth-child(2n+1) {
  border-bottom: 1px solid #4c6e83;
}
.ordercolumn.features ul li:nth-child(2n+1) {
  border-bottom: 1px solid #033452;
}
.plans ul li.green {
  color: #2AAD65;
  text-shadow: 1px 1px 0px #333;
}

.plans h2 {
  border: none;
  padding: 5px;
  background: url(../images/camera-icon.png) transparent center left no-repeat;
  margin: -40px 20px 0 10px;
  text-align: right;
  font-size: 16px;
}

.plans .ordercolumn {
  float: left;
  width: 24%;
  text-align: center;
}
/*
.vacation.plans .ordercolumn {
  width: 23%;
}*/
.plans .ordercolumn:nth-of-type(1) ul {
  border-radius: 15px 0px 0px 15px;
}
.plans #marketingPlan ul {
  background-color: #154868;
}
.plans #finehomePlan ul {
  background-color: #062538;
}
.plans #luxuryPlan ul {
  background-color: #021825;
}
.plans .featured {
  background: rgb(183,199,190); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(183,199,190,1) 47%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(3,52,82,1) 52%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(47%,rgba(183,199,190,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(52%,rgba(3,52,82,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(183,199,190,1) 47%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(3,52,82,1) 52%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(183,199,190,1) 47%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(3,52,82,1) 52%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(183,199,190,1) 47%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(3,52,82,1) 52%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(183,199,190,1) 47%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(3,52,82,1) 52%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7c7be', endColorstr='#033452',GradientType=0 ); /* IE6-9 */
  border-radius: 15px 15px;
}
.plans .featured ul {
  background-color: #F8DB40 !important;
}
.sample-link {
  display: inline-table;
  text-align: center;
  margin-top: 0px;
  opacity: .9;
  width: 10px;
  height: 52px;
}
.sample-link a {
  color: #FFE102;
  display: block;
  text-decoration: none;
}

.info div[class*="icon-"] {
  /* color: #021825; dark blue */
  color: #E4C200;
  float: right;
  /*background-color:  #eae3bb;*/
  padding: 6px;
  margin-top: -6px;
  font-size: 16px;
}
.sample-link [class*="icon-"] {
  color: #E4C200;
  font-size: 16px;
  /*background-color: #021825;*/
  padding: 6px 0;
}
.tour-sample a {
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  padding: 0 0 5px 0;
}

.plans .featured h2 {
  /*margin: -50px 10px 10px 10px; */
  color: rgb(10, 23, 85);
}
.plans .ordercolumn:nth-of-type(4) ul {
  border-radius: 0px 15px 15px 0px;
}
.vacation.plans .ordercolumn:nth-of-type(3) ul {
  border-radius: 0px 15px 15px 0px;
}

.plans .featured .blue, .plans .featured .tour-sample a, .plans .featured .tour-sample span {
  color: #033452;
}
.plans p.pricing {
  margin: -10px 0 0 0;
  font-style: italic;
  color: #c1c1c1;
}
.plans a.btnBlue {
  color: #ffffff;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #333;
  width: 173px;
  height: 30px;
  text-align: left;
  background-image: url(../images/btnOrder.png);
  display: inline-block;
  line-height: 30px;
  font-size: 24px;
  font-weight: normal;
}
form input#Submit, .bluorder {
  background-image: url(../images/arrow.png);
  background-color: #5699A1;
  background-image: url(../images/arrow.png), -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5699A1), color-stop(1, #2B6F75) );
  background-image: url(../images/arrow.png), -moz-linear-gradient( center top, #5699A1 5%, #2B6F75 100% );/* FF3.6+ */
  background-image: url(../images/arrow.png), -webkit-linear-gradient(top, #5699A1, #2B6F75); /* Chrome 10+, Saf5.1+ */
  background-image: url(../images/arrow.png), -ms-linear-gradient(top, #5699A1, #2B6F75); /* IE10 */
  background-image: url(../images/arrow.png), -o-linear-gradient(top, #5699A1, #2B6F75); /* Opera 11.10+ */
  background-image: url(../images/arrow.png), linear-gradient(top, #5699A1, #2B6F75); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5699A1', endColorstr='#2B6F75');
  background-position: 95% center;
  background-repeat: no-repeat;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
  text-indent: -9px;
  border: 1px solid #2B6F75;
  display: inline-block;
  color: #ffffff;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  padding: 10px 50px 10px 20px;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0px #cc9f52;
}
form input#Submit:hover, .bluorder:hover {
  color: #000;
  background-color: #5699A1;
  text-shadow: 0px 0px 0px #cc9f52;
}
form input#Submit:active, .bluorder:active {
  position: relative;
  top: 1px;
}
form input#Submit, .bluorder.inactive {
  background-image: url(../images/arrow.png);
  background-color: #5699A1;
  background-image: url(../images/arrow.png), -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5699A1), color-stop(1, #2B6F75) );
  background-image: url(../images/arrow.png), -moz-linear-gradient( center top, #5699A1 5%, #2B6F75 100% );/* FF3.6+ */
  background-image: url(../images/arrow.png), -webkit-linear-gradient(top, #5699A1, #2B6F75); /* Chrome 10+, Saf5.1+ */
  background-image: url(../images/arrow.png), -ms-linear-gradient(top, #5699A1, #2B6F75); /* IE10 */
  background-image: url(../images/arrow.png), -o-linear-gradient(top, #5699A1, #2B6F75); /* Opera 11.10+ */
  background-image: url(../images/arrow.png), linear-gradient(top, #5699A1, #2B6F75); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5699A1', endColorstr='#2B6F75');
  background-position: 95% center;
  background-repeat: no-repeat;
}
input.bluorder.noarrow {
  background-image: none;
}
.noline {
  border-bottom: none !important;
}
.noline.price {
  padding: 0px 0 10px 0;
  height: 44px;
}
.noline i {
  font-size: 12px;
  color: yellow;
}
.featured .noline i {

  color: #021825;
}
.info {
  position: relative;
  float: left;
  margin-right: 5px;
  width: 180px;
  height: 16px;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  text-align:left;
}
.vacation .info {
  width: 70%;
}


.info span {
  display: none;
}

.info:hover span {
  display: block;
  position: relative;
  left: 180px;
  margin-top: /*-67px;*/-45px;
  background-color: #074061;
  color: white;
  border: 2px solid #033452;
  z-index: 100;
  width: 185px;
  height: auto;
  min-height: 27px;
  padding: 10px;
}

.vacation .info:hover span {
  left: 160px;
}


.info:hover span:after {
  content: '';
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  left: -10px;
  top: 22px;
  border-right: 2px solid #033452;
  border-top: 2px solid #033452;
  background-color: #074061;
  filter: progid:DXImageTransform.Microsoft.Matrix(
  M11=0.7071067811865474,
  M12=-0.7071067811865477,
  M21=0.7071067811865477,
  M22=0.7071067811865474,
  SizingMethod='auto expand');
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865474, M12=-0.7071067811865477, M21=0.7071067811865477, M22=0.7071067811865474, SizingMethod='auto expand')";
  -ms-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

#selectedplan i {
  font-size: 12px;
  font-weight: normal;
}

#choosePlan i {
  font-size: 12px;
  font-weight: normal;
}

.radio {
  background-color: #012235;
  min-width: 245px !important;
  position: relative;
  min-height: 25px;
}

.radio input {
  margin-top: 5px;
}

div.more {
  border-top: 1px solid #184560;
  width: 100%;
  margin-top: 30px;
}
div.more a {
  padding: 5px 15px;
  background-color: #184560;
  float: right;
  display: inline-block;
  text-decoration: none;
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
}
div.more a:hover {
  background-color: #315B83;
  text-align: justify
}

/* ORDER DETAIL PAGES */

table.orderDetail tr td {
  padding: 8px 5px 0px 5px;
  border-bottom: 1px dotted #184560;
  vertical-align: top;
}
table.orderDetail tr td.noline {
  border-width: 0px;
}
table.orderDetail .color_strip {
  font-size: 28px;
  border-bottom: 1px solid #184560;
  padding: 8px;
  line-height: 30px;

}
table.orderDetail .color_strip .small {
  font-size: 14px;
  color: rgb(255, 112, 0);
  float: right;
  padding-top: 18px;
}
table.orderDetail .smaller {
  font-size: 13px;
  color: rgb(255, 112, 0);
}

.contact_part {
  float: right;
  width: 55%;
  padding: 0 0 0 3%;
  border-left: 1px solid #FFF;
}
.contact_part_left {
  float: left;
  width: 35%;
  padding: 0 5% 0 0%;
}
.PCMS_Module_Contact form {
  clear: left;
  padding: 0px 0 0 0;
  display: table;
  width: 370px;
}
.PCMS_Module_Contact #Submit-element {
  text-align: right;
}
.PCMS_Module_Contact form dt {
  width: 50%;
  float: left;
  clear: both;
  margin: 8px;
}
.PCMS_Module_Contact form dt label {
  display: block;
  width: 100%;
}
.PCMS_Module_Contact form dd {
  margin: -28px 0 0 0;
  float: right;
}
.PCMS_Module_Contact form dd:after {
  content: ' ';
  clear: both;
  height: 1px;
}
.PCMS_Module_Sitemap ul.navItems {
  clear: both;
  padding: 70px;
}
.PCMS_Module_Sitemap ul li {
  line-height: 30px;
  text-decoration: none;
}
.PCMS_Module_Sitemap ul li a {
  text-decoration: none;
}

.PCMS_Module_Sitemap ul li a:hover {
  text-decoration: underline;
}
.PCMS_Module_FAQs h2, .PCMS_Module_FAQs .recordList {
  clear: both;
  padding: 30px 0 0 200px;
}
.PCMS_Module_FAQs h2 a {
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  display: block;
}
.testi_block {
  padding: 0 85px 25px 25px;
  margin: 15px 0px;
  border: 1px solid #072436;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: url(/Resources/images/quotes.png) transparent 98% 10px no-repeat;
}
.testi_block:nth-of-type(2n) {
  padding: 0 25px 25px 95px;
  background: url(/Resources/images/quotes_left.png) transparent 2% 10px no-repeat;
}
.testi_block p.testimonial:nth-of-type(1) {
  font-weight: bold;
}

#join label {
  width: 250px;
  display: inline-block;
}
#join textarea {
  width: 550px;
}
#join #Submit {
  margin-left: 255px;
}

/* Bootstrap */

/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

button, input, select, textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button, input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
  cursor: pointer;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

input, textarea, .uneditable-input {
  width: 206px;
}

textarea {
  height: auto;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  min-height: 30px;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"], input[type="checkbox"] {
  margin: 0px 5px 5px 0px;
  line-height: normal;
}

input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
  width: auto;
}

select, input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}

select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

select[multiple], select[size] {
  /*height: auto;*/
}

select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/* SPECIFIC STYLES */

textarea#requests, input#h_titletext, textarea#h_ecard_subject, textarea#h_epostcardtext2, textarea#h_youtubetext1, input#h_text {
  width: 100%;
}
input#cd_qty {
  width: 30px;
}
.newcustomerinfo {
  display: none;
}
/* FORM TOOLTIPS */

label {
  display: inline-block;
  width: 5em;
}
fieldset div {
  margin-bottom: 2em;
}
fieldset .help {
  display: inline-block;
}
.ui-tooltip, .arrow:after {
  background: black;
  border: 2px solid white;
}
.ui-tooltip {
  padding: 10px 20px;
  color: white;
  border-radius: 20px;
  font: bold 14px "Helvetica Neue", Sans-Serif;
  text-transform: uppercase;
  box-shadow: 0 0 7px black;
}
.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}
.arrow.top {
  top: -16px;
  bottom: auto;
}
.arrow.left {
  left: 20%;
}
.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  tranform: rotate(45deg);
}
.arrow.top:after {
  bottom: -20px;
  top: auto;
}
@font-face {
  font-family: 'icomoon';
  src: url('/Resources/Files/fonts/icomoon.eot');
  src: url('/Resources/Files/fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('/Resources/Files/fonts/icomoon.ttf') format('truetype'), url('/Resources/Files/fonts/icomoon.woff') format('woff'), url('/Resources/Files/fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class*="icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-warning:before {
  content: "\e600";
}
.icon-notification:before {
  content: "\e601";
}
.icon-question:before {
  content: "\e602";
}
.icon-info:before {
  content: "\e603";
}
.icon-info2:before {
  content: "\e604";
}
.icon-blocked:before {
  content: "\e605";
}
.icon-checkmark-circle:before {
  content: "\e606";
}
.icon-checkmark:before {
  content: "\e607";
}
.icon-checkmark2:before {
  content: "\e608";
}
.icon-facebook:before {
  content: "\e609";
}
.icon-google-plus:before {
  content: "\e60a";
}
.icon-twitter:before {
  content: "\e60b";
}
.icon-youtube:before {
  content: "\e60c";
}
.icon-mail:before {
  content: "\e60d";
}
.icon-binoculars:before {
  content: "\e60e";
}
.icon-images:before {
  content: "\e60f";
}
.icon-camera:before {
  content: "\e610";
}
.icon-film:before {
  content: "\e611";
}
.icon-image:before {
  content: "\e612";
}
.icon-arrow-up-right:before {
  content: "\e613";
}
.icon-image:before {
  content: "\e614";
}
.icon-arrow-up-right2:before {
  content: "\e615";
}
.icon-new-tab:before {
  content: "\e616";
}
.icon-link:before {
  content: "\e617";
}

#mnuBtn {
  background-color: #efefef;
  background: -moz-linear-gradient(center top , #ffffff 5%, #edf2ff 100%) repeat scroll 0 0 #ffffff;
  border: 2px solid #cccacc;
  border-radius: 6px;
  box-shadow: 0 1px 0 0 #ffffff inset;
  color: #375960;
  display: none;
  float: right;
  font-family: arial;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  margin: 10px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  text-shadow: 1px 1px 0 #ffffff;
  width: 71px;
}
#mnuBtn:hover {
  background: -moz-linear-gradient(center top , #edf2ff 5%, #ffffff 100%) repeat scroll 0 0 #edf2ff;
}
#mnuBtn:active {
  position: relative;
  top: 1px;
}
.ordercolumn.features.mobile-lg-show {
  display: none;
}
.mobile-lg-show {
  display: none;
}
/*fix for IE8*/
.slidesjs-control {
   background-image: url('/Resources/Content/MediaViewer/1/Files/ORIGINAL/1-1-home.jpg');

}
.promo {
  text-align: center;
}
.promoheader {
  font-size: 12px;
}
.visible-lg {

}

/*start responsiveness */

@media all and (max-width: 992px) {

  #header_int, #mainContent, #wrapper, #mainBody #mainContent #wrapper, #mainBody #mainContent, #footer_int {
    width: 100% !important;
  }

  #mainBody #mainContent #wrapper, #mainBody #mainContent {
    width: 96% !important;
  }
  .Page_Index  #mainBody #mainContent #wrapper, .Page_Index #mainBody #mainContent {
    width: 100% !important;
  }
  .Page_services #navigation ul li ul.ul_navItem_7, .PCMS_Module_FAQs #navigation ul li ul.ul_navItem_18 {
    width: 135px;
  }
  #navigation ul li ul li a {
    min-width: auto;
    width: 102px
  }
  .Page_Index #mainBody #navigation, .Page_Index #navigation_int {
    margin-top: 0px;
  }
  #slides, .slidesjs-container[style], .slidesjs-control[style], .slidesjs-slide img[style] {
    width: 100% !important;
    max-width: 100% !important;
  }
  #slides {
    height: auto;
    margin: 10px 0 0;
    min-height: 220px;
  }
  .slide-overlay {
    display: none;
  }
  #PCMS_Plugin_MediaViewer {
    padding-left: 0px;
  }
  .Page_Index .grid {
    width: 28%;
  }
  .Page_Index .grid img {
    width: 100%;
  }
  .grid a.pic {
    max-height: 180px;
  }
  #headerSocial {
    float: right;
    margin: 13px 0px 0 0%;
  }
  #join textarea {
    max-width: 90% !important;
  }

  #overlay img, .Page_Index #wrapper .caption img, .caption img {
    max-width: 100%;
    width: 100%;
  }
  .showcase img.linkPic {
    width: 90%;
  }
  .Page_services-virtual-tours img.linkPic,
  .Page_services-sunset-night img.linkPic {
     width: 30%;
  }
  #headerLogo {

    max-width: 170px;
  }
  #headerLogo img {
    max-width: 100%;
  }
  #img_head {
    margin-top: -35px;
  }
  #navigation_int {
    padding: 0 0 0 170px;
    width: 600px;
  }

  .Page_services #navigation ul li ul.ul_navItem_7, .PCMS_Module_FAQs #navigation ul li ul.ul_navItem_18 {
    position: fixed;
  }
  .caption {
    padding-top: 0px;
  }
  .Page_Index #mainBody #mainContent h1 {
    width: 90%;
    padding: 0 5%;
    margin-top: 0px;
  }
  .Page_Index #mainBody #mainContent h1 br {
    display: none;
  }
  .Page_Index .grid_container {
    width: 100%;
  }
  .Page_Index #mainBody #mainContent #wrapper {
    background-image: none;
  }
  .Page_Index #wrapper #overlay {
    display: none;
  }
  .Page_services #mainBody #mainContent #services_content_int  {
    margin-left: 130px;
  }

  .Page_services img.servicesthumbs {
    width: 100%;
    height: auto;
  }
  #mainBody #mainContent img.linkPic {
    max-width: 90%;
    height: auto;

  }
  .plans h2 {
    margin: -40px 0 0 0;
    background-image: none;
    text-align: center;
  }
  .plans .featured h2 {
    /*margin: -40px 0px -5px;*/
  }
  #mainBody #mainContent .service_btn a {
    padding: 4px;
  }

  /* susanne 2019-03-31 */
  /* ORDER page */
  .ordercolumn.features {
    clear: left;
    width: 200px !important;
  }
  .info {
    width: 150px;
  }
  .ordercolumn.features ul li span.cost {
    width: 27px;
  }


   .footerColumn {
    float: left;
    padding: 6px 1%;
    text-align: left;
    width: 18%;
  }
  .footerColumn_int {
    margin: 0px;
  }


}

@media all and (max-width: 768px) {

  body {
    font-size: 1.35em;

  }
  #mainBody #mainContent  {
      font-size: 14px;
    line-height: 18px;
  }
  #mnuBtn {
    display: inline-block;
  }

  #header {
    height: 110px;
    background-image: none;
  }
  #headerLogo {

    max-width: 150px;
  }
  #headerLogo img {
    max-width: 100%;
  }
  #headerSocial {
    float: right;
    /*margin: -50px 13px 20px 0%;*/
    margin:13px 13px 20px 0%;
  }
  .Page_Index #mainBody #navigation, .Page_Index #mainBody #mainContent #wrapper, .Page_Index .grid_container, #mainBody #navigation, #navigation, #navigation_int {

    height: auto;
    padding: 10px 0;
    width: 100% !important;
    margin-top: 65px;
  }
  #navigation_int {

  }

  #navigation {
    display: none;

    margin-bottom: 0px;

  }
  #navigation_int {
    /* top: 70px; */
  }

  #mainBody #navigation ul li a, #mainBody #navigation ul li a:hover, #navigation ul li a {
    color: #000;
    padding: 4px;
  }
  #mainBody #navigation ul, #navigation ul {
    margin: 0;
    padding: 0;
  }
  #mainBody #navigation ul li, #navigation ul li {

    border-bottom: 1px solid gray;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.231;
    list-style-type: none;
    margin: 4px 0;
    /*padding: 7px 20px; */
    text-align: left;
    display: list-item;
    background-color: #428fbc;
  }
  #mainBody #navigation ul li ul li, #navigation ul li ul li {
    opacity: .9;
  }
   #navigation ul li ul {
    margin: 5px 0;
   }
  #navigation ul li ul {
    left: 0 !important;
    margin: 5px 0 5px !important;
    position: relative !important;
    top: 1px !important;
    width: 100% !important;
  }
  .Page_services #navigation ul li ul.ul_navItem_7, .PCMS_Module_FAQs #navigation ul li ul.ul_navItem_18 {
    padding: 0px;
  }
  #navigation ul li ul li {
    font-size: 1em;
    margin: 0px;
    border-bottom: 0px solid gray;
    padding: 0px;
  }
  #navigation ul li a {
    color: #fff;
    display: block;
    font-size: 1.45em;
    line-height: 1.35em;
    padding: 7px 0px 7px 0px;
    width: 100%;
    width: 94%;
    padding: 7px 3%;
  }
  #navigation ul li ul li a {
    display: block;
    width: 94%;
    padding: 7px 3%;
    margin: 0px;
  }
  .Page_Index #mainBody {
    margin-top: 0px;
  }
  .Page_Index #navigation_int {

      margin-top: -80px;
      min-height: 330px;
  }
  .Page_Index .grid {

  }
  .Page_services #mainBody #mainContent .service {
    float: none;
    padding: 0;
  }

  .Page_services #mainBody #mainContent #services_content_int {
    margin-left: 0px;
  }
  .Page_services #mainBody #mainContent .service, .showcase, .PCMS_Module_FAQs h2, .PCMS_Module_FAQs .recordList {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  #mainBody #mainContent .orderBox {
    width: 90%;
  }
  #mainBody #mainContent h1 {
    width: 90%;
    float: none;
    text-align: left;
    padding: 10px 5%;
    margin: 20px 0;

  }
  .contact_part_left {
    float: none;
    padding: 0 5% 0 0;
    width: 95%;
  }
  .contact_part {
    width: 97%;
  }
  .ordercolumn.features.mobile-lg-show {
    display: block;


  }
  .mobile-lg-show {
    display: block;


  }

  .plans ul {
    background-color: transparent;
  }
  .plans .ordercolumn
   {
    width: 48%;
    padding-top: 20px;
  }
  .plans .ordercolumn ul,
  .plans .ordercolumn:nth-of-type(1) ul {
    border-radius: 15px;
  }
  .ordercolumn.features {
    clear: left;
    width: 48% !important;
    /* Susanne 2019-03-28 from 129 to 150 */
    margin: 150px 0 0;
  }
  .icon-info {
    display: none;
  }
  .vacation.plans .ordercolumn {
    width: 48%;
    float: left;
    clear: right;
  }
  .vacation .ordercolumn.features {
    margin: 157px 0 0 0;
    width: 48% !important;
  }

  .Showcasethumbs-quarter {

    width: 47%;
  }

  .footerColumn {
    float: left;
    padding: 6px 1%;
    text-align: left;
    width: 98%;
    border-bottom: 1px solid #eae3bb;
  }
  /* ORDER page */
  .ordercolumn.features p.heading {
    /* height: 50px;   2019-03-31 susanne */
    text-align: left;

    margin-left: 10px;
    margin-top: 0;
  }
  .ordercolumn.features p.heading span {
    display: none;
  }
  .ordercolumn.features ul li span.cost {
    width: 56px;
  }
  .info {
    width: 60%;
  }
  .small.clear {
    display: none !important;
  }

  .orderingwrapper:first-of-type {
    margin-top: 0;
  }
  table.orderDetail ,
  table.orderDetail tbody ,
  table.orderDetail tr ,
  table.orderDetail tr td {
    /*display: block;
    width: 100%;
    clear: both;*/
  }


}
/* end 768 */
/* start 480 */
@media all and (max-width: 480px) {
  .infoButtons {
    display: none !important;
  }
  .Page_Index .grid {
    width: 96%;
    padding: 10px 1%;
  }
  #mainBody #mainContent  {
      font-size: 14px;
    line-height: 18px;
  }
  #mainBody #mainContent h1 {
    position: absolute;
    top: 120px;
    padding: 10px 2%;
    font-size: 30px;
  }
  .Page_Index #mainBody #mainContent h1 {
    position: relative;
    top: 0;
    padding: 10px 2%;
  }

  #header {
    height: 230px;
  }
  .Page_Index  #header {

    height: 110px;
  }
  .Page_Index  #headerLogo {
    float: left;
    height:110px;
  }
  .Page_Index #mainBody {
    margin-top: 50px;
  }
  #img_head {
    margin-top: -15px;
  }
  #mainBody #navigation, #navigation, #navigation_int{
    margin-top: 0;
  }
  .Page_Index #navigation_int {

    margin-top: 0px;
    min-height: 330px;
  }
  #navigation_int {
    margin-top: 15px;
  }
  /* main content */
  .Page_services img.servicesthumbs {
    width: 98%;
    padding: 1%;
  }
  #mainBody #mainContent img.linkPic {
    max-width: 98%;
    padding: 1%;
  }
  #slides {
    min-height: 170px;
  }

  .grid a.pic {
    border-width: 0px;
  }
  .ordercolumn.features p.heading {
    height: 50px;
    text-align: left;

    margin-left: 10px;
  }
  .ordercolumn.features p.heading span {

  display: none;
  }
  .info {
    width: 60%;
  }
  .small.clear {
    display: none !important;
  }

  .ordercolumn.features ul li:nth-child(2n), .plans ul li:nth-child(2n+1) {
    border-bottom: 1px solid #4c6e83;
   }
  .ordercolumn.features ul li span.cost {
    width: 43px;
    text-align: center;
    font-size: 10px;

  }
  .plans .ordercolumn {
    padding-bottom: 50px;
    padding-top: 0px !important;
  }

  .ordercolumn.features {
    width: 52%;
    /*margin: 107px 0 0;*/
    padding-bottom: 0;
  }
  .plans .ordercolumn ul {
    border-radius: 0px !important;
  }
  .plans .ordercolumn #standardPlan ul {
    background-color: #145883;
  }
  #mainBody #mainContent .ordercolumn img.linkPic {
    max-width: 90%;
    height: 72px;
  }
  .plans p.pricing {
    font-size: 10px;
  }

  .vacation.plans .ordercolumn {
    width: 48%;
    float: left;
    clear: right;
  }
  .ordercolumn.features {
    /* Susanne 2019-03-28  */
    margin: 127px 0 0;
  }

  .vacation .ordercolumn.features {
    margin: 129px 0 0 0;

  }
  .Showcasethumbs-third,
  .Showcasethumbs-quarter {
    width: 100%;

  }
  .Showcasethumbs-third span,
  .Showcasethumbs-quarter span{
    display: block;
    clear:both;
  }
  .Page_services-virtual-tours img.linkPic,
  .Page_services-sunset-night img.linkPic {
     width: 90%;
  }
  /* generic classes */
  .hidden-xs {
    display: none;
  }
  #join #Submit {
    margin-left: 0px;
  }

  /* footer */
  .footerColumn {
    float: left;
    padding: 6px 1%;
    text-align: left;
    width: 98%;
    border-bottom: 1px solid #eae3bb;
  }
  #footer_int div:nth-of-type(2) {
    padding: 6px 1%;
  }


}
/* end 480 */
/* start 360 */
@media (max-width: 360px) {
  #slides {
    min-height: 140px;
  }
  #headerSocial {
    float: right;
    margin: -50px 13px 20px 0%;
  }
  .Page_Index #headerSocial {
    margin: 0px 13px 20px 0%;
  }
  .PCMS_Module_Contact form {
    width: 100%;
  }
  .PCMS_Module_Contact form dd {
    float: none;
    margin: 0;
  }
  .PCMS_Module_Contact #Submit-element {
    text-align: left;
  }
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .footerColumn {
    width: 100%;
  }
}
}