@charset "utf-8";
/* CSS Document */
html {
	font-size: 16px;

}
body {
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size: 1rem;
    line-height: 1.3;
	margin: 0 auto;
}
/*-------------------------FONT STYLING START----------------------*/
p {
	font-size: 1rem;
}
h1 {
	font-size: 2rem;
	font-weight: bold;
}
h2 {
	font-size: 1.75rem;
	font-weight: bold;
}
h3 {
	font-size: 1.5rem;
	font-weight: bold;
}
body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/*-------------------------FONT STYLING START----------------------*/

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
}
.homesection h5 {
	font-size: 18px;
}
.homesection ul {
	-moz-padding-start: none!important;
}
.homesection ul li {
	list-style:none;
	margin-left:auto;
	margin-right:auto;
}
/*-------------------------FONT STYLING END------------------------*/

/*-------------------------SITE CLASSES START----------------------*/
.panel.custom.panel-homesection .panel-body a {
	 color:#eeeeee !important;
 }
div[pagelayout^="Home"] .panel-homesection {
    min-height: 600px;
}

.homesectionimg img {
	width:100%;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.homesection {
	min-height:150px;
	padding:10px 13px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.relative {
	position: relative;
}
/*-------------------------SITE CLASSES END------------------------*/

.wrapperwide {
	height: 250px;
	width: 100%;
}
.wrapper {
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
/*-------------------------HEADER START----------------------------*/

.header {
	padding-top: 15px;
	padding-left: 15px;
	text-align: center;
}
header .cms-cm-icons, header .cms-custom-links {
  display:none;
}
.top-menu ul li {
	display:inline;
	list-style: none;
}

.top-menu ul li a {
	font-weight: 600;
	padding-left: 5px;
	font-size: 13px;
}
.sociallinks a {
	margin-right: 5px;
	margin-bottom: 10px;
	font-size: 16px;
}
.sociallinks a img {
	/*height: 28px;*/
	opacity: 0.7;
	/*width: 28px;*/
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
.sociallinks a img:hover {
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
/* main nav */
.yamm > li > ul.dropdown-menu {
    line-height:2.2rem;
}
.nav.navbar-nav.yamm > li:last-child {
    border:none;
}

.navbar {
	min-height: 44px;
}
.navbar-default {
	margin-left:15px;
	margin-right:15px;
	margin-top: 10px;
	text-align: left;
	width:auto !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.navbar-nav > li {
  border-right: 0.1em solid;
}
.navbar-nav > li:last-child {
    border:none;
}
.navbar-default .navbar-nav > li > a {
	line-height: 16px;
}
.dropdown-menu {
	font-size: inherit;
}
/*-------------------------HEADER END------------------------------*/

/*-------------------------MAIN START------------------------------*/

/*.content {
	padding-top: 20px;
}*/

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

#cm-icons {
    height: 85px;
    margin-top: 20px;
}
#cm-icons div {
    float: left;
    text-align: center;
    width: 20%;
}
#cm-icons div a {
    font-size: 13px;
    text-decoration: none;
}
#cm-icons div a img {
    -moz-border-radius: 80px;
	-webkit-border-radius: 80px;
	border-radius: 80px;
    height: 35%;
    width: 35%;
	border: 2px solid;
}
#cm-icons div a img:hover {
    opacity: 1;
}
/*-------------------------MAIN END--------------------------------*/

/*-------------------------FOOTER START----------------------------*/

footer {
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.copyright {
	padding-top: 15px;
}


/*-------------------------FOOTER END------------------------------*/

/*-------------------------MEDIA QUERIES START---------------------*/

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
 .wrapper {
 position: relative;
 z-index: 2;
 margin: auto;
 width: 750px;
}
 .col-sm-15 {
 width: 20%;
 float: left;
}
.zoom {
 position:relative;
 left:0px;
 top:0px;
 border: none;
 -webkit-transition: all .5s ease;
 -moz-transition: all .5s ease;
 -o-transition: all .5s ease;
 transition: all .5s ease;
}
.zoom:hover {
 -webkit-transform: scale(1.12);
 -moz-transform: scale(1.12);
 -o-transform: scale(1.12);
 transform: scale(1.12);
 z-index:9999;
 cursor:  auto;
}
/* .navigation {
 text-align: center;
 margin-top: 20px;
}*/
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
 .wrapper {
 margin: auto;
 width: 972px;
}
.feature-bg-img {
	background-image: url(https://devchambermaster.blob.core.windows.net/cms/themes/rembrandt/images/BizCard.jpg);
	display: block;
	max-width: 100%;
	height:348px;
}
.feature {
	left: 342px;
	position: absolute;
	top: 122px;
}
.feature-text {
	background-color: rgba(0, 0, 0, 0.5);
	/*  float: left;  */
	bottom: 0px;
	position: absolute;
	width: 96.6%;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-size:2.3em;
	color: #efefef;
}
 .col-md-15 {
 width: 20%;
 float: left;
}
 .header {
 text-align: right;
}
/* .navigation {
  margin-left:10px;
 margin-right:10px;
 margin-top: 30px;
 padding:8px 10px 8px 10px;
 text-align: left;
 width:auto !important;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}*/
 .logo {
 text-align: left;
}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
 .wrapper {
 margin: auto;
 width: 1170px;
}
.feature {
	left: 311px;
}
 .col-lg-15 {
 width: 20%;
 float: left;
}
/* .navigation {
 margin-top: 30px;
}*/
}

/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
.feature {
	left: 341px;
}
.feature-text {
	width: 95.9%;
}
}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {

.feature {
	left: 0;
}
.feature-text {
  color: #555555;
  	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-size:2.3em;
}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px)  {
.feature-text {
  color: #555555;
  	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-size:2.3em;
}
.feature .flex-next, .feature .flex-prev {display: none; }
}

@media only screen and (min-width : 768px) {
  header .cms-cm-icons, header .cms-custom-links {
	  display: block;
	}
}

/*-------------------------MEDIA QUERIES END-----------------------*/

/*-------------------------RESETS START----------------------------*/

.wrapper table {
	border-spacing: 0 !important;
}
/*-------------------------RESETS END------------------------------*/
@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}
@media (max-width: 768px) {
    .feature-bg-img .feature .cms-content {
        max-width: 350px;
        margin: auto;
    }
}
cms #cm-cms-edit-widget[currentarea="Home Biz Card Local Feature 0"] .image-controls[show="2"] .cm-widget-help-text:before {
    content: 'recommended image size 330px wide x 150px high';
}
cms #cm-cms-edit-widget[currentarea="Home Biz Card Local Feature 0"] .image-controls[show="2"] #preserve-aspect-option {
    display: none;
}
