/* covid notice */
.notice {
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/covid_banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    /*height: 83px;*/
    padding: 24px 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
	position: relative;
	z-index: 1;
	top: -10px;
}
.notice .fa {
	font-size: 14px;
    margin-right: 5px;
}
.notice .svg-inline--fa {
    top: 3px;
    position: relative;
	height: 1.6em !important;
	width: auto !important;
}
.notice p {
    color: #fff !important;
	text-align: center;
    max-width: 80%;	
}
.notice a {
	background-color: #ffb04f;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	padding: 0 20px;
	border-radius: 20px;
	color: #333333;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 20px;
	transition: all .5s;
}
.notice a:hover {
	background-color: #f84495;
	color: #fff;
	text-decoration:none;
}
.notice p:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 34px;
	height: 26px;
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/telehealth_icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 20px;
}
@media(max-width: 1199px) {
	.notice a {
		display: block;
		max-width: 150px;
		margin: 10px auto 0;
	}
}
@media(max-width:991px) {
    .notice {
        top: 73px !important;        
    }
}
@media(max-width:600px) {
    .notice p:before{
        display: block;
        margin: 0 auto 10px auto;
    }
}
@media 
	(-webkit-min-device-pixel-ratio: 2), 
	(-o-min-device-pixel-ratio: 2/1), 
	(min-resolution: 192dpi) { 
    .notice {
        background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/covid_banner_2x.jpg);
    }
}
/* end covid notice */

@media (min-width: 1800px) {
	div.rev-container {
		width: 60% !important;
		float: none;
		margin: auto;
	}
}

@media (min-width: 1199px) {

	.container {
		margin: 10em 0;	
	}

}

@media (max-width: 1799px) {
	div.rev-container {
		width: 70% !important;
	}
}

@media (max-width: 1499px) {
	div.rev-container {
		max-width: 80% !important;
		width: 100% !Important;
	}
}

@media (max-width: 1299px) {
	div.rev-container {
		max-width: 98% !important;
		width: 100% !Important;
	}
}


button.slick-prev.slick-arrow {
	display: none !Important;
}

button.slick-next.slick-arrow {
	display: none !important;
}

#tophead {
	width: 100%;
	height: auto;
	background: #fff;
	padding: 0.1em 0 0 0;
	position: relative;
	z-index: 999;
}

*, *::after, *::before, body {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}


.bg-content {
	background: transparent !important;	
}


.clear {
	clear: both;	
}

p {
	margin: 0 0 10px;
	font: 400 1em/1.3em 'PT Sans Caption', sans-serif;
	text-align: justify;
	color: #666;
}
.details p {
	font: 400 1em/1.5em 'PT Sans Caption', sans-serif;
}

.imgres {
	max-width: 100%;
	min-width: 100%;
}



/* menu */

.content-navigation .menu-wrap {
	display: inline-block;
	float: left;
	padding: 0 0 0 2.3em;
}

.navigation-text-color li a, .navigation-text-color li a:hover {
	color: #333;
}

.bg-nav {
	background: #fff;
}

.navigation-text-color li a{
	color: #333;
	font: 400 0.9em/1em 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.navigation-text-color li a:hover {
	color: #f84495;	
}

.content-navigation .menu-wrap > ul > li > a .caret {
	display: inline-block !important;	
}

.content-navigation .menu-wrap .dropdown-menu {
	background: rgba(255,255,255,.8) !important;	
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	color: #fa4d99;
	text-decoration: none;
	background-color: transparent;
	outline: 0;
}

.content-navigation .menu-wrap .dropdown-menu li a:hover {
	background: transparent;	
}

.caret {
	margin-left: 8px;	
}


.content-navigation .menu-wrap > ul > li.dropdown.open, .content-navigation .menu-wrap > ul > li.dropdown:hover, .content-navigation .menu-wrap > ul > li.dropdown:active {
	border-color: transparent;
}


/*mobile menu*/


.burgernav .menu-icon {
	/* this span is the central line of the menu icon */

	position: absolute;
	right: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 18px;
	height: 2px;
	background-color: #000;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
	/* these are the upper and lower lines in the menu icon */
}
.burgernav .menu-icon::before, .burgernav .menu-icon:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #000;
	right: 0;
	-webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
	-webkit-transition: top .3s, background-color 0s, -webkit-transform .3s;
	transition: top .3s, background-color 0s, -webkit-transform .3s;
	-o-transition: transform .3s, top .3s, background-color 0s;
	transition: transform .3s, top .3s, background-color 0s;
	transition: transform .3s, top .3s, background-color 0s, -webkit-transform .3s;
}
.burgernav .menu-icon::before {
	top: -5px;
}
.burgernav .menu-icon::after {
	top: 5px;
}
.burgernav .menu-icon.is-clicked {
	background-color: rgba(0, 0, 0, 0);
}
.burgernav .menu-icon.is-clicked::before, .burgernav .menu-icon.is-clicked::after {
	background-color: white;
}
.burgernav .menu-icon.is-clicked::before {
	top: 0;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.burgernav .menu-icon.is-clicked::after {
	top: 0;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}

.label:after, .label:before  {
	content: '\A';	
	display: block;
}

.topnav {
	position: fixed;
	left: 0;
	top: 0;
	padding: 3em 0 0 0;
	height: 100%;
	width: 100%;
	background: rgba(51, 51, 51, 0.95);
	z-index: 99999;
	text-align: center;
	/*-webkit-backface-visibility: hidden;
	backface-visibility: hidden;*/
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.topnav li {
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	list-style: none;
	text-transform: capitalize;
}
.topnav a {
	display: inline-block;
	padding: 0.1em 0.3em;
	margin: .5em 0;
	border-radius: 0.25em;
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
	transition: background 0.2s;
	color: #fff;
	font: 400 1.2em/1em 'PT Sans Caption', Courier New, sans-serif;
}

.topnav a:hover {
	text-decoration: none;	
}

.fa-inverse {
	color: #333 !important;
}

.no-touch .topnav a:hover {
	color: #ccc;
	text-decoration: line-through;
}

.topnav.is-visible {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.label {
	font: 700 1.3em/1em "Montserrat", sans-serif !important;
	text-transform: uppercase !important;
	letter-spacing: 2px;
	margin: 4em 0 0 0 !important;
	color: #ffb04f;
}

.site-header .menu-toggle {
	display: none !important;	
}


/* header */

#headerbg {
	background: url(https://cdn.roya.com/clients/roya.com/header.jpg) top center;
	background-size: cover;
	width: 100%;
	height: 80vh;
}


#headertxt {
	text-align: center;
	position: absolute;
	top: 1em;
}

#header-main {
	color: #333;
	letter-spacing: 4px;
	text-transform: uppercase;
}


#header-main p{
	font: 700 1.3em/1.3em 'Montserrat', sans-serif;
	letter-spacing: 2px;
}

#header-desc {
	font: italic 400 1.2em/2em 'Libre Baskerville', serif;
	color: #333;
	width: 38em;
	display: inline-block;
	text-align: center;
	border-bottom: 1px solid #000;
	line-height: 0.1em;
}

#header-desc em {
	padding: 1em;
	background: #fbfbfb;
	margin: 2em 0 0 0;
}

.site-header .logo {
	padding: 0 0 0 2em;	
}

.site-header .logo img {
	width: 12em !Important;	
}

.site-header .menu-toggle .icon-bar {
	color: #333;
	background: #333;
}

.site-header .menu-toggle {
	background: none;	
	float: right;
}

.site-header {
	max-width: 100em;
	margin: 0 auto;
}


.demo {
	float: right;
	margin: 1.1em 0 0;
}

.demo a {
	background: #f84495;
	width: 12em !important;
	padding: 0.5em 2em;
	border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	text-transform: uppercase;
	color: #fff;
	font: 700 0.9em/1em 'Montserrat', sans-serif;
	font:700 12.5px/18px 'Montserrat', sans-serif;
	white-space: nowrap;
}

.demo a:hover {
	background: #333;
	color: #fff;
	text-decoration: none;
}

#scroll {
	visibility: visible;
	-webkit-transform: translateX(-50%) scale(1);
	-ms-transform: translateX(-50%) scale(1);
	transform: translateX(-50%) scale(1);
	-webkit-transition: -webkit-transform 0.3s 0.5s, visibility 0s 0s;
	-webkit-transition: visibility 0s 0s, -webkit-transform 0.3s 0.5s;
	transition: visibility 0s 0s, -webkit-transform 0.3s 0.5s;
	-o-transition: transform 0.3s 0.5s, visibility 0s 0s;
	transition: transform 0.3s 0.5s, visibility 0s 0s;
	transition: transform 0.3s 0.5s, visibility 0s 0s, -webkit-transform 0.3s 0.5s;
	-webkit-animation: scroll 1.2s 0.9s;
	animation: scroll 1.2s 0.9s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background: rgba(255,255,255,0.8);
	display: block;
	position: absolute;
	top: 67vh;
	left: calc(50vw - (4px - 4px)/2);
	width: 44px;
	height: 44px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	border-radius: 50%;
	color: #333;
}


#scroll .fa {
	display: block;
	font-size: 2em!important;
	margin: 8px 0 0 -31px;
}

a#scroll:hover {
	text-decoration: none;
}



#topboxes {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 0!important;
	background: url(https://cdn.roya.com/clients/roya.com/tricolor.jpg) top center no-repeat;
}


#boxcat1, #boxcat2, #boxcat3 {
	float: left;
	padding: 2em 1em;
	display: inline-block;
	font-size: 1.1em;
	font-family: 'PT Sans Caption', sans-serif;
	height: 19em;
	line-height: 1.8em;
	list-style: none;
}

#boxcat1 li:before, #boxcat2 li:before, #boxcat3 li:before {
	content: "\f00c";
	padding: 0 1em 0 0;
	font-family: fontawesome;
	list-style-type: none;
}

#boxcat1 ul li, #boxcat2 ul li, #boxcat3 ul li {
	list-style-type: none;
}


#cta1, #cta2, #cta3 {
	float: left;
	padding: 2em 1em;
	display: inline-block;
	font-size: 1.2em;	
	font-family: 'PT Sans Caption', sans-serif;
}


#cta1 a, #cta2 a, #cta3 a {
	border: 1px solid #333;
	width: 100%;
	display: block;
	padding: 0.4em 1em;
	color: #333;
	-webkit-border-radius: 5px;
	text-decoration: none;
	margin: 0 0 3em 0;	
}

#boxcat1, #cta1 {
	padding: 2em;
	text-align: justify;	
}


#boxcat2, #cta2 {
	padding: 2em;
}

#boxcat3, #cta3 {
	padding: 2em;	
}


#boxcat {
	display: inline-block;
	height: auto;
	background: #fff;
}


#boxcatwrap {
	padding: 0;	
	max-width: 110em;
	margin: 0 auto;
	float: none;
}

#boxcatwrap2 {
	padding: 0;	
	max-width: 90em;
	margin: 0 auto;
	float: none;
	clear: both;
}

#box-desc1, #box-desc2, #box-desc3 {
	text-align: justify;
	font: 400 1em/1.6em 'PT Sans Caption', sans-serif;
}


.box1, .box2, .box3 {
	text-transform: uppercase;
	color: #fff;
	font: 400 1.2em/4em 'Montserrat', sans-serif;	

}

.box1 {
	background: #ffad33;	
}

.box2 {
	background: #1bb9de;	
}

.box3 {
	background: #01a99a;	
}


.box1::before, .box2::before, .box3::before {
	padding: 1em;
	display: inline-block;
	vertical-align: middle;	
}


.box1::before {
	background: url(https://cdn.roya.com/clients/roya.com/icon_realestate.png) no-repeat;
	background-size: 35px;
	content: '';
	margin: 1em 0 0 0;
	position: relative;
	top: -0.6em;
	left: -1em;
}


.box2::before {
	background: url(https://cdn.roya.com/clients/roya.com/icon_medical.png) no-repeat;
	background-size: 32px;
	content: '';
	margin: 1em 0 0 0;
	position: relative;
	top: -0.4em;
	left: -0.6em;
}

.box3::before {
	background: url(https://cdn.roya.com/clients/roya.com/icon_legal.png) no-repeat;
	background-size: 35px;
	content: '';
	margin: 1em 0 0 0;
	position: relative;
	top: -0.7em;
	left: -0.6em;
}

#box-desc1 li, #box-desc2 li, #box-desc3 li {
	list-style: none;
	padding: 0.4em 0;
}

#box-desc1 li:before, #box-desc2 li:before, #box-desc3 li:before {
	content: "\f00c";
	padding: 0 1em 0 0;
	font-family: fontawesome;
}


a.learnmore {
	border: 1px solid #666;
	border-radius: 0.4em;
	padding: 0.6em 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333;
	text-align: center;
	font: 400 0.9em/1em 'Montserrat', sans-serif;
	display: block;
}

a.learnmore:hover {
	text-decoration: none;
	background: #f84495;
	color: #fff;
	border: 1px solid #f84495;
}


#scrollbg {
	padding: 0;
	position: relative;
	min-height: 100%;
	z-index: 300;
	background: transparent;
}


#platform {
	min-height: 100%;
	background: #333 url(https://cdn.roya.com/clients/roya.com/wood3.jpg) right center no-repeat;
	width: 100%;
	background-size: cover;
	padding: 0;
}

#paraimg1 {
	position: absolute;
	left: 0;
	z-index: 4;
}

#platformhalf {
	float: left;
	display: inline-block;
	padding: 0;
	position: relative;
}

#platformtxt {
	color: #fff;	
}

#platformtxt b, #platformtxt strong {
	color: #ffb04f;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.4em !important;
}

.cke_pagebreak {
	border-top: 5px solid #fff;
	margin: 1.2em 0 0 0;
	width: 15%;
}


#capabilities {
	background: #fff;
	position: relative;
	width: 100%;
	height: auto;
	padding: 0 0 2em 0;
}



#roya-contactform {
	max-width: 55em;
	display: block;
	margin: 4em auto;
	float: none;
	clear: both;
}


#roya-contactform .form-control {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	outline: 0 !Important;
	-webkit-box-shadow: none !Important;
	box-shadow: none !Important;
	border: 1px solid #ccc !Important;
}


#roya-contactform input, #roya-contactform textarea {
	outline: 0;	
	font: 400 1em/1em 'PT Sans Caption', sans-serif;
}

#roya-contactform input[type="submit"] {
	display: inline-block;
	padding: 0.8em 1em;
	color: #fff;
	background: #f74496;
	text-transform: uppercase;
	margin: 2em 0 0 0;
	text-decoration: none;
	font: 700 1em/1em 'Montserrat', sans-serif;
	outline: 0;
	border: 0;
}

#roya-contactform input[type="submit"]:hover {
	background: #333;
}	

.grey2 {
	background: #fafafa;	
}



.capbox {
	float: left;
	display: inline-block;
	text-align: center;
}


.subtitle, .subtitle a{
	color: #44a69a;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: 400 1.4em/1.2em 'Montserrat', sans-serif;
	padding: 1.2em 0 0 0;
	outline: 0;
	text-align: center;
	text-decoration: none;
}

.box-desc {
	text-align: justify;
	color: #666;
	font: 400 1em/1.6em 'PT Sans Caption', sans-serif;
	margin: 2em 0 0 0;
}


.box-desc p {
	line-height: 1.6em;	
}

.fa-stack-2x {
	color: #ddd;	
}

.fa-stack-1x {
	font-size: 0.8em !important;	
}


.hideContent {
	overflow: hidden;
	line-height: 1em;
	height: 40em;
}

.showContent {
	line-height: 1em;
	height: auto;
}
.showContent{
	height: auto;
}


.show-more{
	cursor: pointer;
	width: 19em;
	display: block;
	margin: 4em auto;   
}

.show-more a {
	color: #fff;	
	padding: 0.6em 1.2em;
	background: #f84495;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font: 700 1.2em/2em 'Montserrat', sans-serif;
}

.show-more a:link, .show-more a:hover, .show-more a:visited {
	text-decoration: none;
}

#caphide{
	display: none;
}

#caphide2 {
	display: none;
}


#box-icon {
	font-size: 1.5em;
}


/* pricing box */

.pricing .fa {
	padding: 0 2em;
}

.fa-check {
	color: #44916b !important;
}

.pricing .fa-close {
	color: #fc4545 !important;
}

.pricing {
	text-align: left;
	border: 1px solid #fafafa;
	color: #666;
	font-size: 1em;
	font-weight: 400;
	padding-left: 0;
	margin-bottom: 30px;
	font-family: 'PT Sans Caption', sans-serif;
}
.pricing img {
	display: block;
	margin: auto;
	width: 32px;
}
.pricing li:first-child {
	padding: 0 13px;
}
.pricing li {
	list-style: none;
	padding: 13px;
}
.pricing li + li {
	border-top: 1px solid #f0f0f0;
}

.pricing h3 {
	margin-bottom: 0;
	font-size: 36px;
}

.pricing button {
	width: auto;
	margin: auto;
	font-size: 15px;
	font-weight: bold;
	border-radius: 50px;
	color: #fff;
	padding: 9px 24px;
	background: #aaa;
	opacity: 1;
	-webkit-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
	border: none;
	outline: none;
}
.pricing button:hover {
	opacity: .9;
}
.pricing button:active {
	-webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.x-table {
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100%;
}

.yellow {
	background: #ffb04f;
	padding: 1em 0 !important;
	margin: 2em 0 0 0;
}

.green {
	background: #44916b;
	padding: 2em 0 2em 0 !important;
}

.yellow, .green {
	color: #fff !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 0.9em !important;
	display: block;
	text-align: center;
}

.pricingbox li.empty {
	display: block;
	padding: 1.93em 0 !important;
}

.pricingbox li:nth-child(even) {
	background: #f2f0f0;
}


.content h1, .pricingbox h1 {
	text-transform: uppercase;
	color: #44a69a;
	letter-spacing: 2px;
	font-size: 2em;
	padding: 0 0 1.5em 0;
	text-align: center;
	font: 700 1.4em/1.5em 'PT Sans Caption', sans-serif;
}

.pricingbox p {
	font: 0.8em/1.3em 'PT Sans Caption', sans-serif;
	color: #666;
}

.pricingbox {
	position: relative;
	clear: both;
	margin: 0 auto;
	max-width: 72em;
}

#competition {
	background: #fafafa;
	display: block;
	position: relative;
	height: auto;
	float: none;
	clear: both;
	padding: 3em 0;
}

.divider {
	border: 1px solid #eee;
	height: 1px;
	width: 100%;
	display: block;
	clear: both;
}

.divider2 {
	border-bottom: 1px solid #eee;
	height: 1px;
	width: 100%;
	display: block;
	clear: both;
	padding: 5em 0 0 0;	
}

#signature img {
	max-width: 100%;
	min-width: 100%;
}


/* footer */

#bottombar {
	background: #333;
	position: relative;
	height: auto;
	margin: 0;
	/*font: 400 1em/1.6em 'PT Sans Caption', sans-serif;*/
	font: 400 14px/22px 'montserrat', sans-serif;
	color: #fff;
}

#bottombar a {
	color: #fff;
	text-decoration: none;
}

#bottombar a:hover {
	text-decoration: none;
	color: #ffb04f;
}

#bottomwrap {
	float: none;
	margin: 4em auto;
	padding:0;
	overflow: auto;
}
@media screen and (min-width: 768px) and (max-width:991px) {
	#bottomwrap {
		padding:0 20px !important;
	}

	div.review-site p {
		text-align: left;
	}

	.col-xs-12.review-site {
		position: absolute;
		top: 50px;
		left: 149px;
	}
}

#more strong, #more b, #community strong, #community b {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}

#details img {
	width: 10em;
	padding: 0 0 2em 0;
}
@media screen and (max-width: 768px) {
	#details img {
		padding:0;
	}
}

#details a {
	color: #ffb04f;	
}

#email {
	border-radius: 0;
	outline: 0;
}

#subscribe .form-group {
	display: inline-block;	
}

#subscribe .form-control {
	outline: 0;
	color: #222;
	border: 1px solid #fff;
}

#submit {
	background: #ffb04f;
	color: #222;
	padding: 5px 10px;
	border: 1px solid #ffb04f;
	border-radius: 0;
}

#credit {
	padding: 2em 1em 2em 1em;	
	font: 700 0.9em/1em 'Montserrat', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #666;
}

#bottombar #details p {
	color: #fff !important;
	margin: 0;
	font: 400 14px/22px montserrat, sans-serif !important;
}

@media screen and (max-width: 767px) {
	#bottombar #more, #bottombar #community, #bottombar #subscribe, #bottombar #details {
		max-width: 310px;
		margin: 0 auto 30px;
		display: block;
		float: none;
		text-align: center;
	}
	#bottombar #more .img-responsive, #bottombar #community .img-responsive, #bottombar #subscribe .img-responsive, #bottombar #details .img-responsive {
		margin: 0 auto 20px;
		float: none;
		display: block;
	}
	#bottombar #details {
		margin: 0 auto;
	}
	#bottombar #details p {
		text-align: center;
		color: #fff !important;
	}
}

/* Specialty: Plastic Surgery Page */

.plastic-feature {
	padding: 5em 2em 2em 2em;
}



/* Specialty: Real Estate Page */


.vertical-feature {
	padding: 1.5em;	
}

a.pulse-more {
	display: block;
	padding: 0.9em 0 0 0;
	text-decoration: none !Important;
}

a.pulse-more:hover {
	text-decoration: none;	
}

.img-replace {
	/* replace text with background images */
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.no-touch .btn:hover {
	background-color: #756da4;
}





@media only screen and (min-width: 1170px) {
	.btn {
		width: 190px;
		height: 60px;
		line-height: 60px;
		margin-right: 15px;
		font-size: 1.4rem;
		letter-spacing: 2px;
	}
}


.product {
	position: relative;
	width: 90%;
	max-width: 1170px;
	margin: 2em auto -7em;
}
.product.marketing {
	margin-bottom: 0;
}
.product-intro {
	padding: 50px 0;
	text-align: center;
}
.product-intro h1 {
	margin-bottom: 10px;
	font-size: 2em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	color: #333;
	font-family: 'PT Sans Caption', sans-serif;
}
.product-intro p {
	margin: 0 auto;
	padding: 1em 0;
	font-size: 1.2em;
	line-height: 1.3em;
	font-family: 'PT Sans Caption', sans-serif;
}


.no-csstransforms3d #cd-start {
	/* remove start button if CSS 3D Transforms are not supported */
	display: none;
}

.product-mockup {
	width: 90%;
	/* set here the max-width for the mockup */
	max-width: 450px;
	margin: 0 auto 50px;
	position: relative;
}
.product-mockup img {
	display: block;
	position: relative;
	/* Firefox bug - 3D CSS transform, jagged edges */
	outline: 1px solid transparent;
	max-width: 100%;
	border: 1px solid #eee;
}


.product-mockup2 {
	width: 90%;
	/* set here the max-width for the mockup */
	margin: 0 auto 50px;
	position: relative;
}
.product-mockup2 img {
	display: block;
	position: relative;
	/* Firefox bug - 3D CSS transform, jagged edges */
	outline: 1px solid transparent;
	max-width: 100%;
	border: 1px solid #eee;
}


.no-csstransforms3d .product:after {
	content: "";
	display: table;
	clear: both;
}
.no-csstransforms3d .product-mockup {
	float: right;
}
.no-csstransforms3d .product-mockup::before {
	display: none;
}

.3d-right-side, .3d-bottom-side {
	display: none;
}


.single-point {
	position: absolute;
	border-radius: 50%;
}
.single-point > a {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: inherit;
	background: #ea4a55;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.3);
	z-index: 2;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.single-point > a::after, .single-point > a:before {
	/* rotating plus icon */
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-color: #ffffff;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
.single-point > a::after {
	height: 2px;
	width: 12px;
}
.single-point > a::before {
	height: 12px;
	width: 2px;
}
.single-point::after {
	/* this is used to create the pulse animation */
	content: '';
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: inherit;
	background-color: transparent;
	-webkit-animation: cd-pulse 2s infinite;
	animation: cd-pulse 2s infinite;
}
.single-point:nth-of-type(1) {
	bottom: 30%;
	right: 45%;
}
.single-point:nth-of-type(2) {
	top: 35.5%;
	right: 18%;
}
.single-point:nth-of-type(3) {
	top: 3%;
	left: 4%;
}

li#seo {
	bottom: 83%;
	right: 94%;
}

li#specdesign {
	top: 40.5%;
	right: 47%;
}

li#phonetrack {
	top: 91%;
	left: 5%;
}

.single-point.is-open > a {
	background-color: #ea4a55;
}
.single-point.is-open > a::after, .single-point.is-open > a::before {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(135deg);
	transform: translateX(-50%) translateY(-50%) rotate(135deg);
}
.single-point.is-open::after {
	/* remove pulse effect */
}
.single-point.is-open .more-info {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s, -webkit-transform 0.3s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s, -webkit-transform 0.3s 0s;
	-o-transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s, -webkit-transform 0.3s 0s;
}
.single-point.visited > a {
	background-color: #ea4a55;
}
.single-point.visited::after {
	/* pulse effect no more active on visited elements */
}
@media only screen and (min-width: 480px) {
	.single-point.is-open .more-info.left {
		right: 140%;
	}
	.single-point.is-open .more-info.right {
		left: 140%;
	}
	.single-point.is-open .more-info.top {
		bottom: 140%;
	}
	.single-point.is-open .more-info.bottom {
		top: 140%;
	}
}


.no-csstransforms3d .single-point {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

@-webkit-keyframes cd-bounce {
	0% {
		-webkit-transform: scale(0);
	}
	60% {
		-webkit-transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
	}
}
@keyframes cd-bounce {
	0% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}
	60% {
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes cd-pulse {
	0% {
		-webkit-transform: scale(1);
		-webkit-box-shadow: inset 0 0 1px 1px rgba(234, 74, 85, 0.8);
		box-shadow: inset 0 0 1px 1px rgba(234, 74, 85, 0.8);
	}
	50% {
		-webkit-box-shadow: inset 0 0 1px 1px rgba(234, 74, 85, 0.8);
		box-shadow: inset 0 0 1px 1px rgba(234, 74, 85, 0.8);
	}
	100% {
		-webkit-transform: scale(1.6);
		-webkit-box-shadow: inset 0 0 1px 1px rgba(234, 74, 85, 0);
		box-shadow: inset 0 0 1px 1px rgba(234, 74, 85, 0);
	}
}
@keyframes cd-pulse {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-webkit-box-shadow: inset 0 0 1px 1px rgba(234, 74, 85, 0.8);
		box-shadow: inset 0 0 1px 1px rgba(234, 74, 85, 0.8);
	}
	50% {
		-webkit-box-shadow: inset 0 0 1px 1px rgba(234, 74, 85, 0.8);
		box-shadow: inset 0 0 1px 1px rgba(234, 74, 85, 0.8);
	}
	100% {
		-webkit-transform: scale(1.6);
		-ms-transform: scale(1.6);
		transform: scale(1.6);
		-webkit-box-shadow: inset 0 0 1px 1px rgba(234, 74, 85, 0);
		box-shadow: inset 0 0 1px 1px rgba(234, 74, 85, 0);
	}
}
.single-point .more-info {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	text-align: left;
	line-height: 1.5;
	background-color: rgba(255, 255, 255, 0.95);
	padding: 2em 1em 1em;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s, -webkit-transform 0.3s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s, -webkit-transform 0.3s 0s;
	-o-transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s, -webkit-transform 0.3s 0s;
}
.single-point .more-info::before {
	/* triangle next to the interest point description - hidden on mobile */
	content: '';
	position: absolute;
	height: 0;
	width: 0;
	display: none;
	border: 8px solid transparent;
}
.single-point .more-info h2 {
	font: 700 2em/1em 'Montserrat', sans-serif;
	margin-bottom: .6em;
	margin-top: 0;
}
.single-point .more-info p {
	color: #3d385a;
	padding-top: 1em;
	font: 400 1.2em/1.5em 'PT Sans Caption', sans-serif;
	text-align: left;
}
@media only screen and (min-width: 480px) {
	.single-point .more-info {
		position: absolute;
		width: 350px;
		height: auto;
		padding: 2em;
		overflow-y: visible;
		line-height: 1.4;
		border-radius: .25em;
		-webkit-box-shadow: 0 0 20px rgba(61, 56, 90, 0.3);
		box-shadow: 0 0 20px rgba(61, 56, 90, 0.3);
	}
	.single-point .more-info::before {
		display: block;
	}
	.single-point .more-info.left, .single-point .more-info.right {
		top: 50%;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.single-point .more-info.left::before, .single-point .more-info.right::before {
		top: 50%;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.single-point .more-info.left {
		right: 160%;
		left: auto;
	}
	.single-point .more-info.left::before {
		border-left-color: rgba(255, 255, 255, 0.95);
		left: 100%;
	}
	.single-point .more-info.right {
		left: 160%;
	}
	.single-point .more-info.right::before {
		border-right-color: rgba(255, 255, 255, 0.95);
		right: 100%;
	}
	.single-point .more-info.top, .single-point .more-info.bottom {
		left: 50%;
		right: auto;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.single-point .more-info.top::before, .single-point .more-info.bottom::before {
		left: 50%;
		right: auto;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.single-point .more-info.top {
		bottom: 160%;
		top: auto;
	}
	.single-point .more-info.top::before {
		border-top-color: rgba(255, 255, 255, 0.95);
		top: 100%;
	}
	.single-point .more-info.bottom {
		top: 160%;
	}
	.single-point .more-info.bottom::before {
		border-bottom-color: rgba(255, 255, 255, 0.95);
		bottom: 100%;
	}
	.single-point .more-info h2 {
		margin-bottom: 0;
	}

}

.close-info {
	/* close the interest point description - only on mobile */
	position: fixed;
	top: 0;
	right: 0;
	height: 44px;
	width: 44px;
}
.close-info::after, .close-info:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	background-color: #ea4a55;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-webkit-transition-property: transform 0.2s;
	-webkit-transition-property: -webkit-transform 0.2s;
	transition-property: -webkit-transform 0.2s;
	-o-transition-property: transform 0.2s;
	transition-property: transform 0.2s;
	transition-property: transform 0.2s, -webkit-transform 0.2s;
}
.close-info::after {
	height: 2px;
	width: 16px;
}
.close-info::before {
	height: 16px;
	width: 2px;
}
@media only screen and (min-width: 480px) {
	.close-info {
		display: none;
	}
}


/* panorama effect */

#panorama {
	position: relative;
	height: 80vh;
	display: block;
}



/* canvas cms */

#canvas-cms {
	padding: 0;
}

html, body {
	height: 100%;
	-webkit-overflow-scrolling: touch;
}



a.demobtn {
	display: inline-block;
	padding: 0.8em 1em;
	color: #333;
	background: #fff;
	text-transform: uppercase;
	margin: 2em 0.5em 0 0.5em;
	border-radius: 0.8em;
	text-decoration: none;
	font: 400 0.9em/1em 'Montserrat', sans-serif;
}


a.demobtn2 {
	display: inline-block;
	padding: 0.8em 1em;
	color: #fff;
	background: #f74496;
	text-transform: uppercase;
	margin: 2em 0.5em 0 0.5em;
	text-decoration: none;
	font: 700 1em/1em 'Montserrat', sans-serif;
	width: 15em;
	position: relative;
	left: 50%;
	margin-left: -7.5em;
}

a.demobtn3 {
	display: inline-block;
	padding: 0.8em 1em;
	color: #fff;
	background: #44a69a;
	text-transform: uppercase;
	margin: 2em 0.5em 0 0;
	text-decoration: none;
	font: 700 1em/1em 'Montserrat', sans-serif;
}


.maintxt {
	position: relative;
	height: 90vh;
	background-color: #93a748;
	z-index: 1;
}

.maintxtwrap {
	position: absolute;
	z-index: 9999 !Important;
	left: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);	
}

.maintxt h1 {
	color: #333;
	text-align: center;
	font-size: 2.2rem;
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.marketingimg {	
	background-image: url('https://cdn.roya.com/clients/roya.com/mktg2.jpg');
	background-size: cover;
	background-attachment: fixed;
}

.marketingimg .overlay {
	background: rgba(0,0,0,0.8);
	height: 100%;
}

@media (min-width: 1920px) {
	.maintxt p {
		font: 400 1.6em/1.6em 'PT Sans Caption', sans-serif !important
	}
}

@media (max-width: 1198px) {
	div.site-header .logo {
		padding: 0px 0px 0px 10px;
	}
	.content-navigation .menu-wrap {
		padding: 0;
	}
	.content-navigation .menu-wrap > ul > li > a {
		padding: 27px 8px !important;
	}
	.content-navigation .menu-wrap ul {
		margin-left: -5px;
	}
	#box-desc1, #box-desc2, #box-desc3 {
		min-height: 300px;
	}
	#box-desc1 a.learnmore, #box-desc2 a.learnmore, #box-desc3 a.learnmore {
		display: block;
		position: absolute;
		width: 86%;
		bottom: 40px;		
	}
}

.maintxt p {
	color: #666;
	font: 400 1.2em/1.5em 'PT Sans Caption', sans-serif;
	text-align: center;
	padding: 2em 0 0 0;
}

@media only screen and (min-width: 768px) {
	#boxcat {
		padding: 0;
	}
	.maintxt h1 {
		font-size: 4.8rem;
		line-height: 1em;
		font-weight: 700;
		margin-top: 3em;
	}
}

.fixedbg {
	position: relative;
	padding: 3em 5% 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.fixedbg h2, .fixedbg p {
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fixedbg h2 {
	font-size: 2.4rem;
	margin-bottom: 1em;
	font-family: "Montserrat", sans-serif;
}
.fixedbg p {
	line-height: 1.6;
	font-family: 'PT Sans Caption', sans-serif;
}
.fixedbg .light-background h2, .fixedbg .light-background p {
	color: #0f594d;
}
.fixedbg .contentleft::after {
	/* phone image on small devices */
	content: '';
	display: block;
	width: 100%;
	padding: 60% 0 20% 0;
	margin: 2em auto 0;
}
.fixedbg.img-1 {
	background-color: #bf5b43;
}
.fixedbg.img-1 .contentleft::after {
	background: url("https://cloudfront.roya.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/img/img_mobile_1.png") no-repeat;
	background-size: 100% auto;
	margin-right: -3em !important;
}
.fixedbg.img-2 {
	background-color: #ee9328;
}
.fixedbg.img-2 .contentleft::after {
	background: url("https://cloudfront.roya.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/img/img_mobile_2.png") no-repeat;
	background-size: 100% auto;
	margin-right: -3em !important;
}
.fixedbg.img-3 {
	background-color: #d8687e;
}
.fixedbg.img-3 .contentleft::after {
	background: url("https://cloudfront.roya.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/img/img_mobile_3.png") no-repeat;
	background-size: 100% auto;
	margin-right: -3em !important;
}
.fixedbg.img-4 {
	background-color: #3a96a3;
}
.fixedbg.img-4 .contentleft::after {
	background: url("https://cloudfront.roya.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/img/img_mobile_4.png") no-repeat;
	background-size: 100% auto;
	margin-right: -3em !important;	
}
.fixedbg.img-6,.fixedbg.img-5,.fixedbg.img-7 {
	background-color: #252122;
	padding-bottom: 1px;
}
.fixedbg.img-5 .contentleft::after {
	background: url("https://cloudfront.roya.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/img/mobile_crm_img5.jpg") no-repeat;
	background-size: 100% auto;
	margin-right: -3em !important;	
}
.fixedbg.img-6 .contentleft::after {
	background: url("https://cloudfront.roya.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/img/mobile_crm_img6.jpg") no-repeat;
	background-size: 100% auto;
	margin-right: -3em !important;	
}
.fixedbg.img-7 .contentleft::after {
	background: url("https://cloudfront.roya.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/img/calltracking2.jpg") no-repeat;
	background-size: 100% auto;
	margin-right: -3em !important;	
}


@media only screen and (min-width: 768px) {
	.fixedbg {
		height: 100vh;
		padding: 0;
	}
	.fixedbg h2 {
		font-size: 3.6rem;
		font-weight: 700;
	}
	.fixedbg p {
		font-size: 1.5em;
		line-height: 1.8;
	}
	.fixedbg .contentleft {
		width: 50%;
		position: absolute;
		left: 5%;
		top: 50%;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.fixedbg .contentleft::after {
		display: none !important;
	}
	.fixedbg.img-1 {
		background-image: url(https://cloudfront.roya.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/img/img_1.jpg);
	}
	.fixedbg.img-2 {
		background-image: url("https://cloudfront.roya.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/img/img_2.jpg");
	}
	.fixedbg.img-3 {
		background-image: url("https://cloudfront.roya.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/img/img_3.jpg");
	}
	.fixedbg.img-4 {
		background-image: url("https://cloudfront.roya.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/img/img_4.jpg");
	}
	.fixedbg.img-5 {
		background-image: url("https://cloudfront.roya.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/img/crm_img5.jpg");
	}	
	.fixedbg.img-6 {
		background-image: url("https://cloudfront.roya.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/img/crm_last.png");
	}
	.fixedbg.img-7 {
		background-image: url("https://cloudfront.roya.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/img/calltracking2.jpg");
	}	
}
@media only screen and (min-width: 1048px) {
	.fixedbg {
		background-attachment: fixed;
	}
	.fixedbg .contentleft {
		width: 40%;
		left: 10%;
	}



}

.cd-vertical-nav {
	position: fixed;
	z-index: 2;
	left: 3%;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
}
.cd-vertical-nav a {
	display: block;
	height: 40px;
	width: 40px;
	/* image replace */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: transparent url(https://cloudfront.roya.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/img/cd_icon_arrow.svg) no-repeat center center;
	-webkit-transition: opacity 0.2s 0s, visibility 0.2s 0s;
	-o-transition: opacity 0.2s 0s, visibility 0.2s 0s;
	transition: opacity 0.2s 0s, visibility 0.2s 0s;
}
.cd-vertical-nav a.cd-prev {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-bottom: 10px;
}
.cd-vertical-nav a.inactive {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
	-o-transition: opacity 0.2s 0s, visibility 0s 0.2s;
	transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
@media only screen and (min-width: 1200px) {
	.cd-vertical-nav {
		display: block;
	}
	div#cta3 {
		padding: 4em 2em 0 5em;
	}
}

.no-js .cd-vertical-nav {
	display: none;
}


@media (max-width: 768px) {
	#header-main {
		font: 400 1.3em/1.3em 'PT Sans Caption', sans-serif
	}

	#header-main p{
		font: 700 1.4em/1.3em 'Montserrat', sans-serif;
		letter-spacing: 0;	
	}

	#header-desc {
		padding: 1em 0 0 0;	
	}


	.burgernav {
		display: inline-block;	
	}

	.demo {
		display: none;	
	}

	.box1, .box2, .box3 {
		text-align: left;
		padding: 0 0 0 3em;
		margin: 0 auto;
	}

	#box-desc1, #box-desc2, #box-desc3 {
		padding: 1em 2em;
	}

	#boxcat {
		margin: 0;
		padding: 0;
	}

	.capbox {
		width: 99%;	
		padding: 1em .8em 3em .8em;
	}

	#platform {
		background-attachment: scroll;	
	}

	#platformhalf {
		width: 100%;
		padding: 1em 1em 2em 11em;
		height: 160px;
	}

	#platformtxt {
		color: #fff;
		margin: -10em 0 0 0;
	}

	#paraimg1 {
		bottom: -193px;
		width: 200px;	
	}

	#headertxt {
		top: 0;	
		left: 0;
		padding: 0px;
	}

	#more, #community {
		width: 43.33%;
		padding: 0;
	}

	#subscribe {
		padding:0;
	}

	#details {
		padding: 0;
	}

	div.maintxtwrap {
		top: 30%;
		position: relative;
		padding: 1em 1.5em;;
		left: 0;
		right: 0;
		-webkit-transform: translateX(0%) translateY(0%);
		-ms-transform: translateX(0%) translateY(0%);
		transform: translateX(0%) translateY(0%);
	}
	.maintxt p {
		padding: 0px;
		font-size: 1.3em !important;
	}


	.testimonial .description {
		padding: 20px !Important;
		text-align: left !important;
	}

	.container {
		margin: 0 0 2em 0;	
	}

}


@media only screen and (min-width: 769px) {

	#header-main {
		font: 400 1.8em/1em 'PT Sans Caption', sans-serif;
	}

	#header-main p{
		font: 700 1.1em/1.3em 'Montserrat', sans-serif;
		letter-spacing: 2px;
	}

	#header-desc {
		padding: 2em 0 0 0;	
	}


	.demo, .content-navigation .menu-wrap {
		display: none;
	}

	.visible-xs, .nav-open .main-navigation {
		display: inline-block !important;	
	}

	.box1, .box2, .box3 {
		text-align: left;
		margin: 0 auto;
		padding: 0 11em;
	}

	#box-desc1, #box-desc2, #box-desc3 {
		padding: 2em 12em;	
	}

	#boxcat {
		padding: 0;	
	}

	.capbox {
		width: 50%;	
		padding: 1em 3em 3em 3em;
		min-height: 21em;
	}

	#paraimg1 {
		width: 560px;
		bottom: -92px;
	}

	#platform {
		background-attachment: scroll;	
	}

	#platformhalf {
		width: 45%;	
		height: 600px;
	}

	#platformtxt {
		margin: 31% 0;
		font: 1.1em/1.4em 'PT Sans Caption', sans-serif;	
	}

	#more, #community {
		width: 12.33%;
		padding: 0;
	}

	#subscribe {
		width: 46.5%;
		padding: 0 0 0 3em;
	}

	#subscribe .form-control {
		width: 13.5em;
	}


	#details {
		width: 25.66%;
		padding: 0 0 0 2em;
	}

	.burgernav .cd-menu-text {
		display: inline-block;
	}
	.burgernav .menu-icon {
		left: 2em;
		right: 0;
		-webkit-transform: translateX(0) translateY(-50%);
		-ms-transform: translateX(0) translateY(-50%);
		transform: translateX(0) translateY(-50%);
	}

	.maintxtwrap {
		top: 40%;
		z-index: 9990;
	}
}

@media only screen and (min-width: 768px) {
	#more, #community {
		width: 12.33%;
		padding: 0;
	}
}
@media (max-width: 991px) {
	.bg-content {
		overflow-x: hidden;
	}

	#content {
		overflow-x: hidden;
	}	

	div#boxcat1, div#boxcat2, div#boxcat3 {
		padding: 2em 3em;
	}

	div.websolution-responsive {
		background: url(https://s3.amazonaws.com/static.organiclead.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/img/responsive.jpg) no-repeat;
		background-size: cover;
		height: 450px;
		background-position: 25% 100%;
	}

	#cta-client {
		padding-bottom: 3em;
	}

	div#btm-bgwhite {
		background: #fff;
		position: relative;
		top: -9em;
		margin-bottom: -9em !important;
		margin: 0 auto;
		display: block;
		width: 100%;
		float: none;
		padding: 5em 3em;
		height: 25em;
		-webkit-box-shadow: 0px 0px 13px -2px rgba(204,204,204,0.4);
		box-shadow: 0px 0px 13px -2px rgba(204,204,204,0.4);
	}

	#footer-cta-content {
		padding: 0 0 2em 0;
	}

	div.btm-logo img {
		max-width: 200px;
		float: none;
		margin: 0 auto 1em;
	}

	div.sched1 a {
		position: relative;
		width: 220px;
		left: 50%;
		margin-left: -110px;
		float: left;
	}

	div.sched2 a {
		position: relative;
		width: 220px;
		left: 50%;
		margin-left: -110px;
	}

	div.mobilePads {
		padding: 0 4em;
	}

	#pods div {
		padding: 0 !important;
	}

	div#pods {
		margin: 3em 0 2em !important;
	}

	div#rightnav {
		float: left;
		width: 100%;
	}

	div#mobileSelection {
		padding: 0 2em !Important;
	}

	.title p {
		text-align: center !important;
	}

	.thickborder {
		width: 10em;
		height: 0.5em;
		display: block;
		background: #333;
		position: relative;
		left: 50%;
		margin-left: -5em;
	}

	.advancePhoto {
		padding: 0px;
		width: 100%;
		overflow: hidden;
	}

	div#solutionwrapper {
		padding: 4em 3em !important;
	}

	div.solText {
		text-align: left;
		margin: 2em 0 0 4em;
		font: 700 1.1em/1.2em 'Montserrat', sans-serif;
	}

	.solPhoto:after {
		content: '';
		position: absolute;
		height: 100%;
		border-right: 1px solid #000;
		right: -50px;
		top: 0;
	}

	.solutionsBlock {
		padding: 1em 0;
	}

	.burgernav {
		width: 70px;
		padding-left: 1em;
		background-color: transparent;
		line-height: 30px;
		right: 0;
		top: 3em;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.burgernav {
		position: fixed;
		right: 15px;
		top: 35px;
		height: 5em;
		width: 50px;
		z-index: 999999;
	}
	#box-desc1, #box-desc2, #box-desc3 {
		min-height: auto;
	}
	#box-desc1 a.learnmore, #box-desc2 a.learnmore, #box-desc3 a.learnmore {
		position: initial;
		bottom: initial;
	}
}


@media (min-width: 992px) {
	.iTeam {
		padding: 0px 5em;
		max-width: 45%;
	}

	div#iblk2 {
		border-left: 1px solid #333;
		border-right: 1px solid #333;
	}

	.contact-wrapper:not(:last-of-type) {
		border-right: 1px solid #eee;
	}
	.burgernav, .burgernav .cd-menu-text {
		display: none;
	}
	.demo, .content-navigation .menu-wrap {
		display: inline-block;
	}
	#box-desc1, #box-desc2, #box-desc3 {
		padding: 2em;	
	}

	.box1, .box2, .box3{
		padding: 0 5em;
	}

	#platformtxt {
		font-size: 1.5em;	
	}

	.capbox {
		padding: 1em 3em 3em 3em;
	}

	#bottomwrap {
		max-width: 64em;	
	}

	#more, #community {
		width: 13.66%;	
		padding: 0;
	}

	#subscribe {
		width: 53%;	
		padding: 0;
	}

	#subscribe .form-control {
		width: 25em;
	}

	#details {
		width: 19.66%;	
		padding: 0;
	}

	.x-table {
		max-width: 24em;	 
	}

	#capwrap {
		max-width: 65em;
	}

	#capwrap2 {
		max-width: 75em;
	}
}


@media only screen and (min-width: 1200px) {

	.visible-xs {
		display: none !important;	
	}

	.box1, .box2, .box3 {
		margin: 0 auto;	
	}

	.box2 {
		text-align: center;	
	}

	.box3 {
		text-align: left;
		padding: 0 0 0 5em;
	}

	.box1 {
		text-align: right;
		padding: 0 5em 0 0;
	}


	#box-desc1 {
		padding: 1em 4em 0 10em;
		height: 15em;
	}

	#box-desc2 {
		padding: 1em 5em;
		height: 15em;
	}

	#box-desc2 ul{
		margin: 1.3em 0;
	}

	#box-desc3 {
		padding: 1em 9em 0 6em;	
		height: 15em;
	}

	#box-desc3 ul {
		margin: 0 0 3.4em 0;
	}


	#paraimg1 {
		width: 1000px;
		bottom: -165px;
	}


	#platformhalf {
		width: 50%;
		height: 600px;
	}

	#platformtxt {
		margin: 11% 0;
		font: 1.9em/1.4em 'PT Sans Caption', sans-serif;
		width: 75%;
	}

	#more, #community, #details {
		width: 17.66%;	
		padding: 0;	
	}


	#subscribe {
		padding: 0 4em 0 0;
		width: 47%;
	}

	#subscribe .form-control {
		width: 25em;
	}

	#bottomwrap {
		max-width: 79em;	
	}

}


@media only screen and (min-width: 1600px) {

	.capbox {
		width: 33.3%;	
		padding: 1em 1em 3em 1em;
		min-height: 21em;
	}

	#platformhalf {
		width: 35%;
		height: 600px;
	}

	#boxcat1, #cta1 {
		padding: 4em 4em 0 9em;
		text-align: justify;	
	}


	#boxcat2, #cta2 {
		padding: 4em 0;
	}

	#boxcat3, #cta3 {
		padding: 4em 0 0 6em;	
	}


	#headertxt {
		top: 6em;
	}

	#capwrap, #capwrap2 {
		max-width: 85em;
		float: none;
		margin: 2em auto;
		z-index: 300;
	}    
} 

@media only screen and (min-width: 1200px) {
	#boxcat1, #cta1 {
		padding: 4em 4em 0 9em;
		text-align: justify;	
	}


	#boxcat2, #cta2 {
		padding: 4em 0;
	}

	#boxcat3, #cta3 {
		padding: 4em 0 0 6em;	
	}
}

@media (min-width: 998px) {
	.col-sm-10.maintest-wrap {
		position: relative;
		left: 50%;
		margin-left: -42%;
	}
}


/* Specialty: Medical */


.tmtimeline {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
} 


.tmtimeline li {
	position: relative;
	display: block;
	padding: 2em 13em 0 0;
}


/* The line */
.tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 4px;
	background: #eee;
	left: 20%;
	margin-left: -43px;
}

/* The date/time */
.tmtimeline > li .tmtime {
	display: block;
	width: 25%;
	padding-right: 100px;
	position: absolute;
}

.tmtimeline > li .tmtime span {
	display: block;
	text-align: right;
}

.tmtimeline > li .tmtime span:first-child {
	font-size: 0.9em;
	color: #bdd0db;
}

.tmtimeline > li .tmtime span:last-child {
	font-size: 2.9em;
	color: #fff;
}

.tmtimeline > li:nth-child(odd) .tmtime span:last-child {
	color: #fff;
}

/* Right content */
.tmtimeline > li .tmlabel {
	margin: -70px 0 15px 25%;
	/* background: #fff; */
	color: #333;
	font-family: 'IM Fell English', serif;
	padding: 2em 0 0 0;
	font-size: 0.9em;
	font-weight: 300;
	line-height: 1.5em;
	position: relative;
	border-radius: 5px;
}

.tmtimeline > li:nth-child(odd) .tmlabel {
	background: #fff;
}

.tmtimeline > li .tmlabel h2 { 
	margin-top: 0px;
	margin-bottom: 0.7em;
	padding: 0 0 10px 0;
	line-height: 0.9em;
	color: #666;
	font-size: 2em;
	text-align: left;
	font: 700 1.8em/1em 'PT Sans Caption', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}



/* The triangle */
.tmtimeline > li .tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #fff;
	border-width: 10px;
	top: 10px;
}

.tmtimeline > li:nth-child(odd) .tmlabel:after {
	/*border-right-color: #fff;*/
}

/* The icons */
.tmtimeline > li .tmicon {
	width: 50px;
	height: 50px;
	font-family: 'ecoico';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.4em;
	line-height: 50px;
	-webkit-font-smoothing: antialiased;
	position: relative;
	color: #fff;
	background: #ffb04f;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 3px #fff;
	box-shadow: 0 0 0 3px #fff;
	text-align: center;
	left: 20%;
	top: 0;
	margin: 0 0 0 -30px;
}

.tmicon-surgery:before {
	content: url(https://cloudfront.roya.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/surgery.png);
}

.tmicon-chiro:before {
	content: url(https://cloudfront.roya.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/chiropractric.png);
}

.tmicon-opto:before {
	content: url(https://cloudfront.roya.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/optometry.png);
}

.tmicon-earth:before {
	content: "D";
}

.tmicon-wellness:before {
	content: url(https://cloudfront.roya.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/wellness.png);
}


/* Example Media Queries */
@media screen and (max-width: 65.375em) {

	.tmtimeline > li .tmtime span:last-child {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 47.2em) {
	.tmtimeline:before {
		display: none;
	}

	.tmtimeline > li .tmtime {
		width: 100%;
		position: relative;
		padding: 0 0 20px 0;
	}

	.tmtimeline > li .tmtime span {
		text-align: left;
	}

	.tmtimeline > li .tmlabel {
		margin: 0 0 30px 0;
		padding: 1em;
		font-weight: 400;
		font-size: 95%;
	}

	.tmtimeline > li .tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		border-bottom-color: #fff;
		top: -20px;
	}

	.tmtimeline > li:nth-child(odd) .tmlabel:after {
		border-right-color: transparent;
		border-bottom-color: #fff;
	}

	.tmtimeline > li .tmicon {
		position: relative;
		float: left;
	}

	.tmtimeline li {
		padding: 1em 0 2em;
	}

	.tmtimeline li:before {
		position: absolute;
		top: 0;
		left: 40px;
		width: 0;
		content: '';
		border: 2px solid #e3e3e3;
		height: 100%;
		z-index: 300;
	}

	.tmlabel {
		padding: 3em 2.5em 0em 5em !Important;
	}

	.tmtimeline > li .tmicon {
		width: 50px;
		height: 50px;
		z-index: 500;
		font-family: 'ecoico';
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		font-size: 1.4em;
		line-height: 50px;
		-webkit-font-smoothing: antialiased;
		position: relative;
		color: #fff;
		background: #ffb04f;
		border-radius: 50%;
		-webkit-box-shadow: 0 0 0 3px #fff;
		box-shadow: 0 0 0 3px #fff;
		text-align: center;
		left: 44px;
		top: 0;
		margin: 0 0 0 -30px;
	}
}

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }


/* ------- Arrow ----*/
@-webkit-keyframes bounce {
	20%, 50%, 20%, 20%, 20% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}
@keyframes bounce {
	20%, 50%, 20%, 20%, 20% {
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-ms-transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-ms-transform: translateY(-15px);
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

.arrow {
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
	width: 40px;
	height: 40px;
	background-image: url('https://cloudfront.roya.com/smart/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/arrowdown.png');
	background-repeat: no-repeat;
	background-size: contain;
}

.bounce {
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}

.arrowdown{
	display: block;
	z-index: 2;
	position: absolute;
	bottom: 8%;
	left: 50%;
	color: #fff;
}


/* careers */

.panel-default>.panel-heading {
	background-color: transparent !important;	
}

.panel-heading {
	padding: 1em 3em !important;
}

.panel-title {
	text-transform: uppercase;
	font: 400 1em/1em 'Montserrat', Arial, sans-serif;
}

.main-content h4 a {
	color: #666;	
}


.panel-body {
	padding: 2em 3em;
	font: 400 1em/1.5em 'PT Sans Caption', sans-serif;
	text-align: justify;
	color: #666;
}


.panel-group .panel+.panel {
	margin-top: 0 !important;	
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webskit-border-radius: 0 !important;
}


/* Websites Page */

.container {
	position: relative;
	overflow-x: hidden;
	overflow-y: scroll;
	width: 100%;
	height: 100%;
	-webkit-overflow-scrolling: touch;
}

.noscroll .container {
	overflow-y: scroll;
}

.slider {
	position: relative;
	z-index: 200;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 7em;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
}
/* Rain  */
#carousel-a {
	position: initial;
	top: 0;
	visibility: visible;
	width: 100%;
	opacity: 1;
}
#carousel-b {
	position: initial;
	top: 0;
	visibility: visible;
	width: 100%;
	opacity: 1;
}
/*  */

.slide {
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 100%;
	opacity: 0;
}

.slide--current {
	position: relative;
	z-index: 100;
	visibility: visible;
	opacity: 1;
}

.slide__mover {
	position: relative;
	z-index: 100;
}

.slide__title {
	font: 700 1.75em/2em 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #555;
	margin: 0 auto;
	padding: 1em 0 0 0;
}

.slide__title span {
	font-size: 55%;
	font-weight: bold;
	display: block;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #35303d;
}

.slider__nav {
	position: absolute;
	bottom: 2em;
	width: 100%;
	text-align: center;
}

.button {
	font-size: 1.31em;
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin: 0 25px;
	padding: 0;
	cursor: pointer;
	color: #333;
	border: none;
	background: none;
}

.button:focus {
	outline: none;
}

.button:hover {
	color: #333;
}

.text-hidden {
	position: absolute;
	top: 200%;
}

.button--zoom {
	background: #333;
	border: 2px solid #333;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font: 400 1em/1em 'Montserrat', sans-serif;
	padding: 1em;
}

.button--zoom:hover {
	background: #fff;
	border: 2px solid #333;
	color: #333;
}

.button--close {
	font-size: 1.8em;
	position: fixed;
	top: 30px;
	right: 30px;
	margin: 0;
	opacity: 0;
	color: #fff;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.button--close:hover {
	color: #fdd446;
}

.content--open .button--close {
	opacity: 1;
}

.fa-close {
	color: #fff;	
}

/* Zoomer */
.zoomer {
	position: relative;
	height: 560px; /* this is needed for IE10 so that vertical flexbox centering works */
}

.flex-center {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.zoomer__image {
	display: block;
	margin: 0;
	-ms-flex: none;
	-webkit-box-flex: 0;
	flex: none;
}

.zoomer__area,
.preview {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

.zoomer__area:focus {
	outline: none;
}

.zoomer__area--size-1 {
	/* Apple Watch */
	width: 96px;
	height: 118px;
}

.zoomer__area--size-2 {
	/* iPhone */
	width: 112px;
	height: 198px;
}

.zoomer__area--size-3 {
	/* MacBook */
	width: 315px;
	height: 200px;
}

.zoomer__area--size-4 {
	/* iPad */
	width: 150px;
	height: 200px;
}

.zoomer__area--size-5 {
	/* iMac */
	width: 315px;
	height: 189px;
}

.preview {
	overflow: hidden;
	/*background: #18191b;*/
}

.preview img {
	display: block;
	border-radius: inherit;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.zoomer--active .preview img {
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

.rounded {
	border-radius: 15px;
}

.rounded-right {
	border-radius: 0 15px 15px 0;
}

.preview__content {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}
/* Content */
.content2 {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: -100%;
	overflow: hidden;
	overflow-y: scroll;
	width: 100%;
	height: 100vh;
	background: #18191b;
	-webkit-overflow-scrolling: touch;
}

.content--open {
	left: 0;
}

.content__item {
	position: absolute;
	top: 0;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	overflow: hidden;
	height: 0;
	min-height: 100%;
	margin: 0 auto;
	padding: 2em 0;
	pointer-events: none;
	opacity: 0;
	color: #fff;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.content__item--current {
	pointer-events: auto;
	opacity: 1;
}

.content__item--reset {
	height: auto;
}

.content2 h2 {
	text-transform: uppercase;
	font: 700 3.5em/1.5em 'Montserrat', sans-serif;
	margin: 0;
	color: #fdb04e;
}

.content2 h3 {
	font-size: 1.95em;
	font-weight: normal;
	margin: 0.25em 0 0.5em;
	color: #685884;
}

.content2 p {
	font-size: 1.2em;
	line-height: 1.5;
	font-family: 'PT Sans Caption', sans-serif;
	color: #ccc;
}

.content__item-img {
	display: block;
	max-width: 40vw;
	max-height: 80vh;
	-webkit-transform: translate3d(-120%,0,0);
	transform: translate3d(-120%,0,0);
	-ms-flex: none;
	-webkit-box-flex: 0;
	flex: none;
}

.content__item--current .content__item-img {
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
}

.content__item-inner {
	padding: 0 10vw 0;
	opacity: 0;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}

.content__item--current .content__item-inner {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


/**************************/
/* All synced transitions */
/**************************/

.zoomer {
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	-o-transition: transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-o-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.zoomer.zoomer--notrans {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.zoomer__image {
	-webkit-transition: opacity 0.3s 0.3s;
	-o-transition: opacity 0.3s 0.3s;
	transition: opacity 0.3s 0.3s;
}

.zoomer--active .zoomer__image {
	opacity: 0;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.preview img {
	-webkit-transition: -webkit-transform 0.6s 0.3s;
	transition: -webkit-transform 0.6s 0.3s;
	-o-transition: transform 0.6s 0.3s;
	transition: transform 0.6s 0.3s;
	transition: transform 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
	-o-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
	transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}

.zoomer--active .preview img {
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.content2 {
	-webkit-transition: left 0s;
	-o-transition: left 0s;
	transition: left 0s;
}

.content__item {
	-webkit-transition: opacity 0s;
	-o-transition: opacity 0s;
	transition: opacity 0s;
}

.content2,
.content__item {
	/* delay for content to disappear and zoomer to start transitioning back to 0 */
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.content--open,
.content__item--current {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.content__item-img {
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	-o-transition: transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7,1,0.8,1);
	-o-transition-timing-function: cubic-bezier(0.7,1,0.8,1);
	transition-timing-function: cubic-bezier(0.7,1,0.8,1);
}

.content__item--current .content__item-img {
	-webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
	-o-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
	transition-timing-function: cubic-bezier(0.2,1,0.3,1);
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}

.content__item-inner {
	-webkit-transition: -webkit-transform 0.6s, opacity 0.3s;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.6s;
	transition: opacity 0.3s, -webkit-transform 0.6s;
	-o-transition: transform 0.6s, opacity 0.3s;
	transition: transform 0.6s, opacity 0.3s;
	transition: transform 0.6s, opacity 0.3s, -webkit-transform 0.6s;
	-webkit-transition-timing-function: cubic-bezier(0.7,1,0.8,1), ease;
	-o-transition-timing-function: cubic-bezier(0.7,1,0.8,1), ease;
	transition-timing-function: cubic-bezier(0.7,1,0.8,1), ease;
}

.content__item--current .content__item-inner {
	-webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1), ease;
	-o-transition-timing-function: cubic-bezier(0.2,1,0.3,1), ease;
	transition-timing-function: cubic-bezier(0.2,1,0.3,1), ease;
	-webkit-transition-duration: 1.7s;
	-o-transition-duration: 1.7s;
	transition-duration: 1.7s;
}

/* Media Queries */
@media screen and (max-width: 50em) {
	.content__item {
		display: block;
	}
	.content__item-img {
		max-width: calc(100% - 80px);
		max-height: 70vh;
	}
	.content2 h2 {
		font-size: 3em;
	}
	.content__item-inner {
		font-size: 82%;
		padding: 4em 3em 2em;
	}
}


/*Kenneth Edits */	

@media (min-width: 992px) {

	.clientSec:after {
		background: url(https://cloudfront.roya.com/smart/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/Reviews_headshot/rev_before2.png) no-repeat top right;
		/* background-size: contain; */
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
		content: '';
	}
}

.coreText {
	color: #f64495;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5rem;
	margin-top: 1.5em;
}

.contact-wrapper {
	padding: 0px 4%;
	border-bottom: 1px solid #e3e3e3;
	height: 250px;
}

.contact-titles {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.8rem;
	text-transform: uppercase;
	font-weight: bold;
	color: #44a69a;
	margin: 2% 0 5%;
}

.contact-inf {
	font: 400 1.1em/1.4em 'PT Sans Caption', sans-serif;
	color: #666;
}

.fix-padding {
	padding: 5%;
}

.blurb-wrapper img {
	max-width: 120px;
	float: none;
	margin: auto;
	clear: both;
	padding: 1em;
}

.page-container {
	float: none;
	margin: auto;
	max-width: 90%;
	clear: both;
	padding: 1% 3%;
}

span.text-Oh {
	color: #484848;
}

.clientName {
	font-size: 18px;
	font-weight: bold;
	font-family: 'PT Sans Caption', sans-serif;
}

header#contactBanner {
	background: url(https://cloudfront.roya.com/smart/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/img/royaoffice2_2.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: scroll;

}

#contactusBanner {
	background: url(https://cloudfront.roya.com/smart/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/img/contact_bg3.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: scroll;
	background-position: 100%;
}

#websitesbg {
	background: url(https://cloudfront.roya.com/smart/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/img/websitesbg.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: scroll;
}

.formtxt {
	text-align: center !important;	
	padding: 1em 0.5em;
}


.rev-container {
	max-width: 90%;
	float: none;
	margin: auto;
}

.clientRevBlock {
	padding: 2em 3em;
}

.clientSec {
	padding: 2em 0;
	min-height: 14em;
}

@media (max-width: 991px) {
	div.clientphoto {
		float: none !Important;
		margin: auto !important;
		width: 220px !Important;
		height: 200px !important;
	}

	div.clientName {
		text-align: center !important;
	}

	div.clientState {
		text-align: center !Important;
	}

	div.clientRevBlock {
		padding: 2em 0em !Important;
		border: 0 !Important;
	}
	div.rev-container {
		max-width: 100% !Important;
	}
}

.clientphoto {
	width: 170px;
	float: none;
	height: 150px;
	overflow: hidden;
	margin: auto;
}

.clientName a {
	font-size: 22px;
	text-decoration: none !important;
	color: #f74496;
}

.clientName {
	text-align: center !important;
	margin-top: 0.5em;
}

.clientState {
	font-weight: normal;
	text-align:left;
	font-family: 'PT Sans Caption', sans-serif;
}

.clientRevItem {
	font-size: 16px;
	line-height: 25px;
	font-family: 'PT Sans Caption', sans-serif;
}

.rev-wrapper {
	background: #fbfbfb;
	padding: 4em 3em;
	border: 1px solid #eee;
}

li#chiroTop {
	bottom: 94%;
	right: 94%;
}

li#chiroMid  {
	top: 34.5%;
	right: 23%;
}

li#chiroBot {
	top: 60.5%;
	left: 35%;
}

div.highlighted .subtitle a, div.highlighted .subtitle, div.highlighted h4 {
	color: #f84495 !important;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	letter-spacing: 0px;
}

div.highlighted .subtitle:before {
	position: absolute;
	top: 18%;
	left: 8%;
	width: 100%;
	height: auto;
	content: '-';
	text-align: left;
	color: #ea4a55;
}

div.highlighted .subtitle:after {
	position: absolute;
	top: 18%;
	right: 8%;
	width: 100%;
	height: auto;
	content: '-';
	text-align: right;
	color: #ea4a55;
}

#revtxt {
	position: relative;
	height: 100vh;
	background-color: #93a748;
	-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	z-index: 1;
	background: url(https://cloudfront.roya.com/smart/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/img/Reviews_updated2.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: scroll;
	height: 70vh;
}

.testimonial{
	text-align: center;
}
.testimonial .pic{
	width: 95px;
	height: 95px;
	border-radius: 50%;
	margin: 0 auto 40px;
	border: 4px solid #93a748;
	overflow: hidden;
}
.testimonial .pic img{
	width: 100%;
	height: auto;
}
.testimonial .description {
	color: #666666;
	font-size: 15px;
	font-style: italic;
	line-height: 24px;
	margin-bottom: 20px;
	padding: 0px 15em;
	text-align: center;
}
.testimonial .testimonial-prof{
	margin:20px 0;
}
.testimonial .title{
	font-size: 20px;
	color: #56b6d9;
	margin-right: 20px;
	text-transform: capitalize;
}
.testimonial .title:after{
	content: "";
	margin-left: 30px;
	border-right: 1px solid #808080;
}
.testimonial .testimonial-prof small{
	display: inline-block;
	color: #56b6d9;
	font-size: 17px;
}
.owl-theme .owl-controls .owl-buttons div{
	background: transparent;
	opacity: 1;
}
.owl-buttons{
	position: absolute;
	top: 8%;
	width: 100%;
}
.owl-prev{
	position: absolute;
	left:30%;
}
.owl-next{
	position: absolute;
	right:30%;
}
.owl-prev:after,
.owl-next:after{
	content: "\f060";
	font-family: 'FontAwesome';
	width: 28px;
	height: 28px;
	font-size: 16px;
	color:#808080;
	-webkit-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}
.owl-next:after{
	content: "\f061";
}

@media only screen and (max-width: 767px) {
	div.content {
		overflow-x: hidden;
	}

	dv.descWrapper {
		width: 100% !important;
	}

	div.mobilePads {
		padding: 0 2em;
	}

	div.descWrapper {
		width: 100%;
	}

	.pricingbox p {
		padding: 0 2em;
	}

	.fixedbg.img-7 .contentleft::after {
		background: url(https://cloudfront.roya.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/img/ctracking.png) no-repeat;
		background-size: 100% auto;
		margin-right: -3em !important;
	}

	.close-modal {
		top: 0;
		right: 10px;
		transform: scale(1.5);
	}
}

@media only screen and (max-width: 479px){
	.owl-prev{
		left: 10%;
	}
	.owl-next{
		right: 10%;
	}

	.mainTest-wrap {
		position: relative;
		left: 50%;
		margin-left: -42%;
	}
}

@media (max-width: 630px){
	img.zoomer__image {
		max-width: 730px !important;
	}
}

.caphide{
	display:none;
}

/* o-an */

.p1 {
	font-size: 1.1em;	
	line-height: 1.8em !important;
}

@media (max-width: 1600px) {
	#headertxt {
		top: 7em;	
	}
}

#feat h1 {
	font: 700 2.3em/1.3em 'Montserrat', sans-serif;	
	padding: 0;
	color: #44a69a;
}

#feat p {
	font: 400 1.2em/1.7em 'PT Sans Caption', sans-serif;
}

#feat img {
	padding: 1em 1em 6em 1em;	
}


#bottomcta {
	background: #ddf1f8;
}


#pods {
	margin: 10em 0;	
}

#pods h4 {
	font: 700 1.4em/1em 'Montserrat', sans-serif;
}

#pods div {
	padding: 1em 3em 0 0;
}

#pods p {
	font: 400 1.2em/1.7em 'PT Sans Caption', sans-serif;
	text-align: left;
	border-bottom: 1px solid #333;
	padding: 0 0 2em 0;
}

#pods .cta a{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #333;
	font-size: 1.1em;
	text-decoration: none;
}

#pods .cta a:hover {
	color: #f84495;	
}


#pods .cta a:after {
	content: '\f105';
	padding: 0 0 0 1em;
	font-family: 'Fontawesome';
}


/* partial */

#bottomcta {
	background: #ddf1f8;	
}


#bottomcta h1 {
	font: 700 3em/1em 'Montserrat', sans-serif;
	color: #4a4a4a;
	text-transform: capitalize;
	margin: 3em 0 0 0;
	letter-spacing: 0;
	padding: 0 0 4em 0;
}

#btm-bgwhite {
	background: #fff;
	position: relative;
	top: -9em;
	margin-bottom: -9em !important;
	margin: 0 auto;
	display: block;
	width: 100%;
	float: none;
	padding: 5em;
	height: 20em;
	-webkit-box-shadow: 0px 0px 13px -2px rgba(204,204,204,0.4);
	box-shadow: 0px 0px 13px -2px rgba(204,204,204,0.4);
}

#btm-bgwhite p {
	font: 400 1.3em/1.6em 'PT Sans Caption', sans-serif;
	text-align: center;
	padding: 0 0 0.8em 0;
	max-width: 26em;
	margin: 0 auto;
}

.sched1 a{
	background: #44a69a;
	border-radius: 10px;
	padding: 1em;
	display: inline-block;
	text-align: center;
	font: 700 1em/1em 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #fff;
	float: right;
	text-decoration: none;
	margin: 2em 0 0 0;
}

.sched2{
	text-align:center;
}
.sched2 a{
	background: #f84495;
	border-radius: 10px;
	padding: 1em;
	display: inline-block;
	text-align: center;
	font: 700 1em/1em 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	margin: 2em auto 0;
}


.sched1 a:hover, .sched2 a:hover {
	background: #333;	
}

.brand-title {
	text-align: center;
	text-transform: uppercase;
	margin: 5em 0 2em 0;
	font: 400 1.2em/1em 'PT Sans Caption', sans-serif;
	letter-spacing: 2px;	
}

.greybg {
	background: #f5f5f5;	
}



.btm-logo {
	padding: 0 0 8em 0;	
}

@media only screen and (max-width: 640px) {


	div.brand-title {
		line-height: 1.5em;
		padding: 0 1em;
	}

	div#btm-bgwhite {
		padding: 1em;
		height: 20em;
	}

	div#btm-bgwhite p {
		padding: 0 !Important;
	}

	div.solutionsBlock {
		padding: 1em 0;
	}
	div.custom-wrap {
		max-width: 90% !important;
		padding: 0 !important;
	}

	.maintxt p.headerDesc {
		padding: 0px;
		font-size: 1.1em !Important;
		line-height: 1.9 !Important;
		text-align: justify !important;
		padding: 0 1.5em;
	}

	.maintxt h1 {
		color: #333;
		padding-bottom: 0em;
	}

	div#solutionwrapper {
		padding: 4em 0 !important;
	}

	.title p {
		text-align: center !important;
		font-size: 2.1em !Important;
	}

	#websolBg .maintxtwrap {
		top: 0% !important;
	}

	span.arrowdown {
		bottom: 0;
	}
}

#capwrap, #capwrap2 {
	float:none;
	margin: 2em auto;
}

@media only screen and (max-width: 649px) {
	header div.maintxtwrap {
		top: 0% !important;
		padding: 1em;
	}
}


a.clickMe {
	z-index: 99999;
	display: block;
	width: 100vw;
	height: 50px;
	position: absolute;
	bottom: 0;
}

body.modal-open {
	padding: 0px !Important;
}

button.btn.btn-default {
	text-align: right;
	border: 0 !important;
	background: transparent !important;
	font: 300 1em/1em 'montserrat';
	text-transform: uppercase;
	letter-spacing: 0;
	outline: 0 !Important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	position: absolute;
	top: -1em;
	right: -1em;
	color: transparent !important;
}

#seedemo textarea.form-control {
	min-height: 10em;
}

#roya-contact-form input.form-control {
	outline: 0 !Important;
	-webkit-box-shadow: none !Important;
	box-shadow: none !Important;
	border: 1px solid #ccc !important;
}

div.modal-footer {
	border-top: 0;
}

#seedemo h1 {
	font: 700 2em/1em 'montserrat', sans-serif;
	text-transform: uppercase;
	color: #666
}

div#botbords {
	border-bottom: 5px solid rgba(102,102,102,0.8);
	width: 12em;
	padding: .4em;
}

.modal-content {
	background: url(https://cdn.roya.com/clients/roya.com/tab_min.png) #fff no-repeat;
	background-position: 7em 0em;
}

button.btn.btn-default:before {
	content: '\f00d';
	font-family: fontAwesome;
	position: relative;
	color: #666;
	font-size: 1.5em;
	left: 2.1em;
	top: .2em;
}

#seedemo .form-control {
	background: rgba(255,255,255,0.9) !important;
}

.modal-dialog {
	top: 10vh;
}

@media only screen and (max-width: 1169px) {
	button.btn.btn-default {
		top: 0;
		right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.modal-content {
		width: 90%;
		left: 50%;
		margin-left: -47%;
	}
}

@media only screen and (max-width: 640px) {
	.modal-content {
		background-position: 0em 0em;
	}
}

@media only screen and (max-width: 420px) {
	.modal-content {
		background-position: 0em 0em;
	}
}


/* Header Change */ /* 11-23 */

@media only screen and (min-width: 992px) {
	.navigation-text-color {
		padding: 0;
	}
	.content-navigation .menu-wrap {
		padding: 0 !important;
	}
	.descWrapper p.headerDesc {
		font-size: 1.4em;
	}
}

@media only screen and (max-width: 767px) {
	div.maintxt p {
		font: 400 1.4em/1.5em 'PT Sans Caption', sans-serif;
		padding: 0 2em;
	}
	div#tophead {
		overflow: hidden;
	}
	div.site-header {
		overflow: visible;
	}
}

@media only screen and (max-width: 1299px) and (min-width: 992px) {
	.logo {
		width: 11%;
	}

	.navigation-text-color {
		width: 72%;
	}

	.content-navigation .menu-wrap {
		width: 100vw;
		padding-left: 1em;
	}

	.demo {
		padding: 0 0 0 2em;
	}

	.thePhone {
		padding: 0 0 0 1em;
	}
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
	p.headerDesc {
		top: -2em;
		position: relative;
	}
}

@media only screen and (max-width: 991px) {

	a#phonelink {
		display: block;
	}

	div.team-bg-top {
		padding: 2em 0 0;
		margin-top: 4em;
	}

	img#rOffice {
		max-width: 500px;
		padding: 0;
	}

	.slider.slider-nav.slick-initialized.slick-slider.slick-dotted {
		padding-top: 5em !Important;
	}

	.slider.slider-for.indexer.slick-initialized.slick-slider {
		bottom: 0 !important;
	}

	div#t-gallery {
		padding: 0 1em !Important;
	}

	div#rOffice-holder {
		padding: 0 !Important;
	}

	div#pods-left {
		display: inline-block;
		padding: 2em;
	}

	div#tholder {
		border-color: transparent;
	}

	div#tholder img {
		max-width: 500px;
		float: none;
		margin: 1em auto;
		border: 2px solid #ccc;
	}

	div#tophead {
		height: 9em;
	}

	.maintxt p {
		font: 400 1.4em/1.5em 'PT Sans Caption', sans-serif;
		padding: 0;
	}

	.site-header .logo > a {
		display: block;
		text-align: center;
		position: relative;
		top: 1em;
	}

	.demo {
		display: block !Important;
		width: 100%;
		padding-bottom: 2em;
	}

	.site-header .logo {
		max-width: 100% !Important;
	}
	.thePhone {
		display: none;
	}

	.theDemo {
		width: 10em;
		left: 50%;
		margin-left: -4.5em;
	}
	img#bigmaster {
		max-width: 150px;
		float: none !Important;
		margin: auto;
	}
	img#bigmasters {
		float: none !Important;
	}

	.iDescription {
		text-align: center !important;
		max-width: 100% !Important;
		padding: 0 2em;
	}
	.iDescription p {
		padding: 0 !Important;
		text-align: center !Important;
	}
}

/* Stock */

.col-xs-12.thePhone a {
	background: transparent;
	color: #313131;
	padding: 0;
	letter-spacing: .1em;
}

.demo {
	float: right;
	margin: .7em 0 0;
}

.col-xs-12.thePhone {
	position: relative;
	top: -2px;
}

div#boxcatwrap a {
	color: #fff;
	text-decoration: none !Important;
}

.hid {
	display: none;
}

#whiterow .arrow {
	-webkit-filter: invert(100%);
}

#whiterow .arrowdown {
	bottom: 5em;
}

#scheds {
	background: rgb(255,255,255);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 50%,rgba(251,251,251,1) 51%,rgba(210,210,210,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)),color-stop(50%, rgba(245,245,245,1)),color-stop(51%, rgba(251,251,251,1)),to(rgba(210,210,210,1)));
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 50%,rgba(251,251,251,1) 51%,rgba(210,210,210,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 50%,rgba(251,251,251,1) 51%,rgba(210,210,210,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2d2d2',GradientType=0 );
}

.lightUp {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255,255,255,0.7);
}

div#applying {
	background: rgb(255,255,255);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 50%,rgba(251,251,251,1) 51%,rgba(210,210,210,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)),color-stop(50%, rgba(245,245,245,1)),color-stop(51%, rgba(251,251,251,1)),to(rgba(210,210,210,1)));
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 50%,rgba(251,251,251,1) 51%,rgba(210,210,210,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 50%,rgba(251,251,251,1) 51%,rgba(210,210,210,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2d2d2',GradientType=0 );
}

#getcode a {
	color: #fff;
	font: 700 1.1em/1em 'Montserrat', sans-serif;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none !Important
}

#code {
	background: rgb(255,255,255);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 50%,rgba(251,251,251,1) 51%,rgba(210,210,210,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)),color-stop(50%, rgba(245,245,245,1)),color-stop(51%, rgba(251,251,251,1)),to(rgba(210,210,210,1)));
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 50%,rgba(251,251,251,1) 51%,rgba(210,210,210,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 50%,rgba(251,251,251,1) 51%,rgba(210,210,210,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2d2d2',GradientType=0 );
}

#iWhite button.btn.btn-default:before {
	content: '\f00d';
	font-family: fontAwesome;
	position: relative;
	color: #fff;
	font-size: 1.5em;
	left: 2.1em;
	top: .2em;
}


#credit a { 
	color: #666;
}

/* Team Slider */

div#sync1 .item {
	background: transparent;
}

#sync2 .item {
	background: transparent;
}

#sync2 .synced .item {
	background: transparent;
}


.iDescription h2 {
	color: #333;
	text-align: left;
	margin-bottom: -.5em;
	font-size: 3.2rem;
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.iDescription h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5em;
	color: #313131;
}

.iDescription h4 {
	font-family: 'montserrat', sans-serif;
	font-size: 1.4em;
	text-transform: uppercase;
	color:#fff;
}


.iDescription {
	text-align: left;
}

.iHold img {
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	overflow: hidden;
	border-radius: 50%;
	border: 4px solid rgba(234,234,234,1);
	opacity: .4;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	max-width: 120px;
	float: none;
	margin: auto;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
}

.slick-active.slick-center img {
	opacity: 1;
	border: 4px solid #ccc;
	max-width: 150px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
}

.iThumb-wrapper {
	outline: 0;
	min-height: 180px;
	cursor: pointer;
}

img#bigmasters {
	max-width: 300px;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	left: 3em;
}

img#bigmasters.Awesome {
	max-width: 450px !Important;
	left: 5em;
}

.iThumb-wrapper h2 {
	font: 700 1.4em/1em 'montserrat', sans-serif !important;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
	border-bottom: 2px solid #fff;
	line-height: 0 !Important;
	width: 110%;
	margin-left: -5%;
}

.iThumb-wrapper h3 {
	font: 300 1em/1em 'Pt sans caption', sans-serif;
	margin-top: -3px;
	color: #fff;
	letter-spacing: 1px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
}

.iThumb-wrapper b {
	background: #5ebbdc;
	padding: 0 .5em;
}

.slick-active.slick-center h2, .slick-active.slick-center h3 {
	opacity: 1;
}

.slider.slider-nav.slick-initialized.slick-slider.slick-dotted {
	padding: 0;
}

.slider.slider-for.slick-initialized.slick-slider {
	padding: 0;
}

.iDescription {
	text-align: left;
	max-width: 35em;
}

div.iCustom-wrap p {
	max-width: 60em;
	float: none;
	margin: auto;
}

div.iDescription p {
	padding: 0 5em 2em 0;
	line-height: 1.7em;
	color:#fff;
}

.xtra-size {
	padding-top: .8em;
	width: 15em;
	position: relative;
	left: 50%;
	margin-left: -7.5em;
}

.slider.slider-nav.slick-initialized.slick-slider.slick-dotted {
	background-size: cover;
	padding: 12em 0 0px;
	min-height: 400px;
}

.team-bg-top {
	position: relative;
	bottom: -7em;
	padding: 0;
}

.team-bg-top :focus {
	outline: 0 !Important;
}

.slider.slider-for.indexer.slick-initialized.slick-slider {
	position: relative;
	bottom: -7em;
}

/* toppers */

#dBars {
	max-width: 70%;
	float: none;
	margin: auto;
	padding: 2em 0 0 6em;
}

.iText p {
	font: 700 1.1em/1.2em 'Montserrat', sans-serif;
	padding: 2.2em 0.7em;
	color: #333;
	width: 15em;
}

.iTop-photo img {
	min-width: 100%;
	padding: 1em 0em 0em 0;
}

.iTop-blocks {
	padding: 0;
	position: relative;
	left: -1em;
}

.iBlockings {
	margin: 2em 0 3em;
}

div#rightnav ul li a {
	font-weight: bold;
}

.widther {
	max-width: 90%;
	float: none;
	margin: auto;
}

.iblock {
	padding: 3em 0 0px 3em;
}

.iTeam:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 16em;
	top: -6em;
	background: -webkit-radial-gradient(center, ellipse cover, rgba(195,239,255,0.76) 0%,rgba(151,216,240,0.38) 50%,rgba(32,124,202,0.37) 51%,rgba(125,185,232,0) 100%);
	background: -webkit-radial-gradient(center, ellipse, rgba(195, 239, 255, 0.64) 0%,rgba(151, 216, 240, 0) 50%,rgba(32, 124, 202, 0) 51%,rgba(125,185,232,0) 100%);
	background: -o-radial-gradient(center, ellipse, rgba(195, 239, 255, 0.64) 0%,rgba(151, 216, 240, 0) 50%,rgba(32, 124, 202, 0) 51%,rgba(125,185,232,0) 100%);
	background: radial-gradient(ellipse at center, rgba(195, 239, 255, 0.64) 0%,rgba(151, 216, 240, 0) 50%,rgba(32, 124, 202, 0) 51%,rgba(125,185,232,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2c3efff', endColorstr='#007db9e8',GradientType=1 );
}

@media only screen and (min-width: 1600px) {
	div#dBars  {
		max-width: 85em;
	}
}

@media only screen and (max-width: 1600px) {
	div#dBars {
		max-width: 85%;
	}
	.widther {
		max-width: 98%;
	}
}

@media only screen and (max-width: 1200px) {
	div#dBars {
		max-width: 96%;
	}
}

@media only screen and (max-width: 991px ) {
	div#dBars {
		max-width: 90%;
		padding: 2em 0 0;
	}
	div.iTop-photo img {
		max-width: 90px;
		min-width: 90px;
		float: none;
		margin: auto;
	}

	div.iText p {
		width: 100%;
		text-align: center;
	}

	div#iblk2:before {
		content: '';
		border-top: 1px solid #333;
		width: 15em;
		height: 2px;
		position: absolute;
		left: 50%;
		margin-left: -7.5em;
		top: -3em;
	}

	div#iblk2:after {
		content: '';
		border-top: 1px solid #333;
		width: 15em;
		height: 2px;
		position: absolute;
		left: 50%;
		margin-left: -7.5em;
		bottom: -2em;
	}
}

div#team-class {
	background: url(https://www.royacdn.com/unsafe/smart/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/team/team_backgroundv3.png);
	background-size: 100% 100%;
	margin: 8em 0 0;
}

/* custom slider buttons */

.slick-prev::before {
	content: '\f053';
	font-family: fontAwesome;
	text-shadow: -1px 0px 5px #a3a3a3;
	font-size: 36px;
}

.slick-next::before {
	content: '\f054';
	font-family: fontAwesome;
	text-shadow: -1px 0px 5px #a3a3a3;
	font-size: 36px;
}

a#phonelink {
	color: #4a4a4a !important;
	text-decoration: none !important;
}

@media only screen and (max-width: 2600px) and (min-width: 1999px) {
	div.colider {
		left: 48%;
		width: 24em;
		top: 25%;
	}
}

@media only screen and (min-width: 1921px) {
	.slider.slider-nav.slick-initialized.slick-slider.slick-dotted {
		background-size: cover;
		padding: 16em 0 0px;
		min-height: 480px;
	}
}

@media only screen and (max-width: 1920px) {
	div#capwrap.iCustom-wrap {
		margin-bottom: -5em;
	}
	div.max-w{
		margin: 0px;
		padding:0px	
	}
}

@media only screen and (max-width: 991px) {
	div#capwrap.iCustom-wrap {
		margin-bottom: 2em;
	}
	div.blog-summary-wrapper{
		padding: 0px;
	}	
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
	.iDescription h4 {
		text-align: left;
	}
	.iDescription p {
		text-align: left !important;
	}
	div.iDescription {
		padding: 5em 3em;
	}
	img#bigmasters {
		max-width: 350px;
	}
	img#bigmasters.Awesome {
		max-width: 420px !Important;
		left: -3em;
	}	
}

@media only screen and (max-width: 420px) {
	#bottomcta h1 {
		font-size: 2.5em;
		padding: 0em 0 5em;
	}
	#feat h1 {
		font-size: 1.8em;
	}
}

@media only screen and (max-width: 349px) {
	header.maintxt {
		height: 95vh !Important;
	}	
}


/* blog */

@media only screen and (min-width: 1600px){
	.subpage-content{
		max-width: 85em;
		margin: auto;
		float: none;
	}
}
div.page-blog-item-wrapper{
	padding: 50px 0px;
}

@media only screen and (min-width: 992px) {
	div.site-header .navigation-text-color li a {
		font: 600 12.6px/14px'Montserrat', sans-serif !important;
	}
}

@media 
	(-webkit-min-device-pixel-ratio: 2), 
	(-o-min-device-pixel-ratio: 2/1), 
	(min-resolution: 192dpi) { 
		#bottombar {
			font: 300 14px/22px 'montserrat', sans-serif
		}

		#bottombar #details p {
			font: 300 14px/22px montserrat, sans-serif !important;
		}

		div.site-header .navigation-text-color li a {
			font: 400 12.6px/14px 'Montserrat', sans-serif !important;
		}


	}

@media only screen and (max-width: 1199px) {
	#bottombar {
		font: 300 13px/22px 'montserrat', sans-serif !important;
	}

	#bottombar #details p {
		font: 300 13px/22px montserrat, sans-serif !important;
	}
}

@media only screen and (max-width: 1199px) and (min-width:992px) {
	#subscribe {
		width: 51% !important;
	}

	#details {
		width: 21.66%;
		padding: 0;
	}

	#subscription .fieldset {
		max-width: 80%;
	}

	.content {
		overflow-x: visible;
	}
	
	


}


@media only screen and (min-width: 1999px) {
	div.site-header {
		max-width: 1400px;
		margin: 0 auto;
	}

	div.pg-container {
		max-width: 1400px;
		padding: 0 2em !important;
		float: none;
		margin: 0 auto;
		clear: both;
	}

	div#bottomwrap {
		max-width: 1400px;
		padding: 0 2em !important;
	}

	div#tophead .content-navigation .menu-wrap {
		padding: 0 !Important;
	}

	div.demo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin-top: 0px !important;
		height: 75px;
		padding: 0 2em 0 0;
	}

	#default .demo {
		margin: 0 !important;
		left: 0;
		top: -5px;
	}

	.demo div {
		width: auto;
	}

	.site-header .logo img {
		width: 170px !Important;
	}

	#default .thePhone {
		position: relative;
		top: 2px;
	}
}

@media only screen and (max-width: 1999px) and (min-width: 992px) {
	div.site-header {
		max-width: 1400px;
		margin: 0 auto;
	}

	div.pg-container {
		max-width: 1400px;
		padding: 0 !important;
		float: none;
		margin: 0 auto;
		clear: both;
	}

	div#bottomwrap {
		max-width: 1400px;
		padding: 0 2em !important;
	}

	.demo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding-right: 2em;
		height: 75px;
	}

	.demo div {
		width: auto;
	}
}

@media only screen and (max-width: 1199px) {
	div.demo {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}