@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;
}

*, *::after, *::before, body {
  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;
}


.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;	
}

.content-navigation .menu-wrap .dropdown-menu {
	background: rgba(255,255,255,.8);	
}

.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%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: #000;
  -webkit-transition: background-color 0.3s;
  -moz-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;
  -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
  transition: transform .3s, top .3s, background-color 0s;
}
.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);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.burgernav .menu-icon.is-clicked::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-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%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-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;
    -moz-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);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-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: 20em;
}

.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;
	white-space: nowrap;
}

.demo a:hover {
	background: #333;
	color: #fff;
	text-decoration: none;
}

#scroll {
    visibility: visible;
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    -webkit-transition: -webkit-transform 0.3s 0.5s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.3s 0.5s, visibility 0s 0s;
    transition: transform 0.3s 0.5s, visibility 0s 0s;
    -webkit-animation: scroll 1.2s 0.9s;
    -moz-animation: scroll 1.2s 0.9s;
    animation: scroll 1.2s 0.9s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background: rgba(255,255,255,0.8);
	display: block;
    position: absolute;
    top: 67vh;
    left: -webkit-calc(50vw - (4px - 4px)/2);
    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;
    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;
	transition: opacity .2s ease;
  border: none;
  outline: none;
}
.pricing button:hover {
	opacity: .9;
}
.pricing button:active {
	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;
	color: #fff;
}

#bottombar a {
	color: #fff;
	text-decoration: none;
}

#bottombar a:hover {
	text-decoration: none;
	color: #ffb04f;
}

#bottomwrap {
	float: none;
	margin: 2em auto;
}

#more strong, #more b, #community strong, #community b {
    color: #fff;
	font-family: 'Montserrat', sans-serif;
}

#details img {
    width: 10em;
    padding: 0 0 2em 0;
}

#details a {
	color: #ffb04f;	
}

#email {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    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: 0.4em 0.7em 0.35em 0.8em;
    border: 1px solid #ffb04f;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	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;
}



/* 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;
  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;
  -moz-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%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: 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;
  -moz-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);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  -o-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);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-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;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-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;
}
.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);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-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);
  }
}
@-moz-keyframes cd-bounce {
  0% {
    -moz-transform: scale(0);
  }
  60% {
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(234, 74, 85, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(234, 74, 85, 0.8);
  }
  100% {
    -webkit-transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(234, 74, 85, 0);
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(234, 74, 85, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(234, 74, 85, 0.8);
  }
  100% {
    -moz-transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(234, 74, 85, 0);
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(234, 74, 85, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(234, 74, 85, 0.8);
  }
  100% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    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);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-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;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-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;
}
.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;
    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%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-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%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-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%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-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%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-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);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transition-property: transform 0.2s;
  -moz-transition-property: transform 0.2s;
  transition-property: 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%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-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%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-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%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-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;
  -moz-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);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-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;
  -moz-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 0 2em 1em;
	}
	
	#subscribe {
    	padding: 0 0 0 1em;
	}
	
	#details {
    	padding: 2em 0 0 1em;
	}
	
	div.maintxtwrap {
		top: 30%;
		position: relative;
		padding: 1em 1.5em;;
		left: 0;
		right: 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: 45%;
    	padding: 0 0 0 3em;
	}
	
	#subscribe .form-control {
		width: 14em;
	}
	
	
	#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%);
		-moz-transform: translateX(0) translateY(-50%);
		-ms-transform: translateX(0) translateY(-50%);
		-o-transform: translateX(0) translateY(-50%);
		transform: translateX(0) translateY(-50%);
	}
	
	.maintxtwrap {
		top: 40%;
		z-index: 9990;
	}
}
@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);
    -moz-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%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-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: 16.66%;	
		padding: 0;	
	}
	
	
	#subscribe {
    	padding: 0 4em 0 0;
		width: 50%;
	}
	
	#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%;
    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%;
    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 ----*/
 
@-moz-keyframes bounce {
  20%, 50%, 20%, 20%, 20% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-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% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -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 {
  -moz-animation: bounce 3s infinite;
  -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;
	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: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.zoomer__image {
	display: block;
	margin: 0;
	-webkit-flex: none;
	-ms-flex: none;
	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: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	height: 0;
	min-height: 100%;
	margin: 0 auto;
	padding: 2em 0;
	pointer-events: none;
	opacity: 0;
	color: #fff;
	-webkit-align-items: center;
	-ms-flex-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);
	-webkit-flex: none;
	-ms-flex: none;
	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: transform 0.5s;
	-webkit-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;
	transition: none;
}

.zoomer__image {
	-webkit-transition: opacity 0.3s 0.3s;
	transition: opacity 0.3s 0.3s;
}

.zoomer--active .zoomer__image {
	opacity: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.preview img {
	-webkit-transition: -webkit-transform 0.6s 0.3s;
	transition: transform 0.6s 0.3s;
	-webkit-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: transform 0.3s;
}

.content2 {
	-webkit-transition: left 0s;
	transition: left 0s;
}

.content__item {
	-webkit-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;
	transition-delay: 0.3s;
}

.content--open,
.content__item--current {
	-webkit-transition: none;
	transition: none;
}

.content__item-img {
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-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);
	transition-timing-function: cubic-bezier(0.2,1,0.3,1);
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}

.content__item-inner {
	-webkit-transition: -webkit-transform 0.6s, opacity 0.3s;
	transition: transform 0.6s, opacity 0.3s;
	-webkit-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;
	transition-timing-function: cubic-bezier(0.2,1,0.3,1), ease;
	-webkit-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;
    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;
    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;
    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;
	}
}

@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);
    -moz-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;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	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 a{
	background: #f84495;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 1em;
	display: inline-block;
	text-align: center;
	font: 700 1em/1em 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #fff;
	float: left;
	text-decoration: none;
	margin: 2em 0 0 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;
    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;
    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;
	}
.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: 6em;
	}
	
.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: -.3em;
}

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: -moz-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-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: -moz-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-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: -moz-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-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 {
    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;
	transform: scale(.5);
}

.slick-active.slick-center img {
    opacity: 1;
    border: 4px solid #ccc;
    max-width: 150px;
    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;
	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;
    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;
	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: -moz-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 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: 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;
	}


/*--- Responsive Score ---*/

.content-navigation,.burgernav{
	display:none;
}

.arrowit a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  transition: opacity .3s;
}

#arrowbtn a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border-radius: 100%;
  box-sizing: border-box;
}
#arrowbtn a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 36px;
  height: 36px;
  margin: -75px 0 0 -8px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}

.clientlogo {
    margin: 0;
}

#rightcarousel .carousel-inner>.item>img {
	border: 1px solid #eee;	
}

#top_form {
    margin: 0 0 5em 0;
	padding: 0;
}

.clientname {
    border: 0;
    padding: 2em 0;
    margin: 0;
    display: block;
    float: none;
}

.testi-desc {
    display: block;
    height: auto;
    text-align: justify;
    border-bottom: 1px solid #999;
    padding: 0 0 4em 0;
}

.cname {
	font-weight: 700;	
	letter-spacing: -0.5px;
}

.clear {
	clear: both;	
}

.quoteit {
	margin: 8.4em 0 0 0;	
}

.tquote {
    padding: 0 0 2em 0;
}
	
.item b {
	font: 700 1.4em/1.5em 'Montserrat', Arial, sans-serif;
	display: block;
}

#leftcarousel {
    float: right;
	font: 300 1.1em/1.7em 'Montserrat', Arial, sans-serif;	
	text-align: left;
	color: #666;
	padding: 0;
}

#carousel-a {
    padding: 5em 0;
}

#leftcarousel .carousel-sync .carousel-control {
    display: block;
    background: none;
    color: #333;
}


#rightcarousel {
	margin: 7em 0 0 0;
	padding: 0;
}

#rightcarousel .carousel-sync .carousel-control {
    display: none;  
}


.carousel-sync ol.carousel-indicators {
	display: none;	
}

#heroheader {
	background: url(https://cloudfront.roya.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/landing/herobg3.jpg);
	background-size: cover;
	display: table;
    overflow: hidden;
    position: relative;
    height: 95vh;
    width: 100%;	
}


.mid {
	display: table-cell;
    vertical-align: middle;
    text-align: center;
	width: 100%;
    height: 100%;
    overflow: hidden;
}


#mainwrapper {
	max-width: 80em;
	margin: 0 auto;
	float: none;
}

.spaceit {
	padding: 10em 0 0 0;	
}

#formhead {
	background: #333333;
	font: 300 1.4em/1.5em 'Montserrat', Arial, sans-serif;
	color: #fff;
	padding: 2em;
	letter-spacing: 1px;
	text-align: center;
	border-radius: 1.2em 1.2em 0 0;
}

#formhead .span-1 b, #formhead .span-1 strong {
	font-size: 1.2em;
}

#formhead b, #formhead strong {
	font-weight: 700;
	font-size: 1.4em;
	text-transform: uppercase;
}


.form-control:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
}

/*
#ipadslide {
	background: url(https://cloudfront.roya.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/landing/ipad.png) top right no-repeat;
	background-size: cover;	
	height: 70em;
	padding: 2em 0;
}
*/


#formbtm {
	background: #5bb7d8;
	color: #333;
	letter-spacing: 1px;
	font-size: 1.2em;
	padding: 3em 1.2em;
	border-radius: 0 0 2em 2em;
}

#formbtm input.form-control {
	border: 0px !important;
	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	border-radius: 10px !important;
	font-size: 1em;
	font-family: 'Montserrat', Arial, sans-serif;
	padding: 1.6em 1.6em 1.6em 2.2em;
	text-align: center;
}

.form-control {
	width: 89%;
    margin: 0 auto;	
}

.form-group.required:before {
    content: '.';
    position: relative;
    top: 2.4em;
    color: #fff;
    font-family: Fontawesome;
    left: 1em;
}

.submitform {
	background: #333;
	color: #fff;
	display: block;
	text-align: left;
    margin: 0 auto;
    padding: 0.6em 1em;
	letter-spacing: 1px;
	font-weight: 700 !important;
	text-transform: uppercase;
	border: 0px !important;
	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	border-radius: 10px !important;
}

.submitform:hover {
	background: #333;
	color: #fec65a;
}


.submitform i.fa.fa-long-arrow-right {
    float: right;
    font-size: 1.3em;
}


.fa-long-arrow-right:before {
    padding: 0 0 0 0.5em;
}


#lefttxt {
	font: 300 1.2em/1.8em 'Montserrat', Arial, sans-serif;	
	padding: 2em 0 2em 0;
}

.headline {
	font: 700 1.7em/1.2em 'Montserrat', Arial, sans-serif;
	color: #333;
	text-align: center;
	padding: 2em 0em;
}

#lefttxt .span-1, #btmhighlight .span-1 {
	font-weight: 700;
	font-size: 1.2em;
	padding: 1em 0 0 0;
	display: block;
	text-align: left;
}

#lefttxt .parag {
	text-align: justify;
	color: #666;
}

.parag p {
    font-size: 1.1em;
    line-height: 1.6em;
}

#thumblist {
	padding: 5em 0;	
}

#thumbwrap {
	max-width: 100em;
	float: none;
	margin: 0 auto;
}

.txtbreak {
	padding: 1.5em 0;
	text-align: center;
}

#bluegreen {
    background: #5fa39a;
    padding: 5em 0 17em 0;
}

.greenradius {
	background: #478b82;
	border-radius: 50px;
	padding: 1.3em;
	width: 80px;
}

.radiusdesc {
	font: 300 1.2em/1.5em 'Montserrat', Arial, sans-serif;	
	color: #fff;
	padding: 1em 0 0 1em;
}

.circle {
	margin: 0 0 1em 0;	
}

.btndemo a{
    display: block;
    padding: 1em;
    width: 10em;
    background: #fec65a;
    text-align: center;
    font: 700 1.1em/1.5em 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    border-radius: 17px;
    margin: 3em auto;
	text-decoration: none;
	color: #333;
}


.btndemo a:hover {
	background: #333;
	color: #fff;
	text-decoration: none;
}


#btmhighlight {
    margin: -12em 0 0 0;
    z-index: 5;
	color: #333;
	font-size: 1.2em;
	font-family: 'Montserrat', Arial, sans-serif;
	height: 28em;
	background: #fff;
	padding: 0;
}

#btmhighlightleft {
	padding: 2em 2em 0 2em;	
}

#btmhighlightright {
	background: url(https://cloudfront.roya.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/landing/doctors.jpg) no-repeat;
	background-position: 92% 40%;	
	height: 12.7em;
	position: absolute;
	bottom: 0;
	right: 0;
}


.btmshadow {
	background: url(https://cloudfront.roya.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/landing/shadow.png) center center;
	background-size: cover;
	z-index: 2;
	position: relative;
	display: block;
	height: 4.4em;
}

/*
.btnclick {
    display: block;
    width: 10em;
    background: #fec65a;
    text-align: center;
    font: 700 1em/1.5em 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    border-radius: 17px;
    margin: 2em 0 2.5em 0;
    padding: 0.6em;
	float: left;
	clear: both;
}*/


.btnclick a:hover {
	background: #333;
	color: #fff;
	text-decoration: none;
}

.btnclick a {
	color: #333;	
	text-decoration: none;
	display: block;
    width: 10em;
    background: #fec65a;
    text-align: center;
    font: 700 1em/1.5em 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    border-radius: 17px;
    margin: 2em 0 2.5em 0;
    padding: 0.6em;
	float: left;
	clear: both;
}


#bottombar {
    margin: -24em 0 0 0 !important;
    padding: 23em 0 0 0 !important;
	z-index: -1;
}


.thumbimg {
	margin: 1.6em auto 1em;
	width: 100%;
 	border: 1px solid #eee;
}




/* Rain */
div#slideshow {
    position: initial;
    visibility: visible;
    opacity: 1;
}

.carousel-sync ol.carousel-indicators {
    position: relative;
    text-align: right;
	background: transparent;
    left: 0;
    margin: -7em 0 0;
    width: 100%;
}
.carousel-sync ol.carousel-indicators li {
  background-color: #999 !important;
  background-color: rgba(70,70,70,.25) !important;
}

.carousel-sync ol.carousel-indicators.active {
  background-color: #444 !important;
}

.carousel-sync .carousel-control {
    display: none;
}
.author{
	font-weight:bold;
}
.tag-line{
	font-size: 17px;
	font-weight:bold;
}
#carousel-b{
	background-image: url('https://www.royacdn.com/unsafe/smart/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/landing/ipad.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
#carousel-b>img {
    max-width: none;
}
div#carousel-c{
    position: relative;
    visibility: visible;
    width: 100%;
    opacity: 1;
}
.quote-image{
	width: 50%!important;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}
.carousel-holder{
	margin: 15px 15px 15px 15px;
	font-family: Montserrat, Arial, sans-serif;
}


.carousel-control .glyphicon-chevron-left {
    left: 100%;
    margin-left: 8em;
    top: 7%;
    margin-top: -10px;
}


.carousel-control .glyphicon-chevron-right {
	top: 7%;
}



/** PLACE YOUR MOBILE AND UP CSS HERE **/

@media (min-width: 768px) {
	
.mid {
    width: 100%;
    left: -webkit-calc(0vw - (14px - 4px)/2);
    left: calc(0vw - (14px - 4px)/2);
}
	
.headline {
	font: 700 2.3em/1.2em 'Montserrat', Arial, sans-serif;
	padding: 1em 0;
	font-size: 35px;
}

.headline h2{
	font-size:1.02em
}
	
.thumbimg {
	width: 70%;	
}
	
.radiusdesc {
	padding: 1em 0;
	text-align: center;
	float: none;
	margin: 0 auto;
}
	
.greenradius {
	float: none;
	margin: 0 auto;
}
	
.circle {
	margin: 0;	
}

#bottombar {
    margin: -12em 0 0 0 !important;
    padding: 11em 0 0 0 !important;
	z-index: 1;
}

#btmhighlight {
	height: 14em;
}

	
#lefttxt {
	padding: 0em 2em 4em 2em;
}
	
#leftcarousel {
	max-width: 60em;	
}
	
#formbtm {
	padding: 3em 3em;	
}

#formbtm.twostep{
	padding: 0px 3em 3em
}
	
#carousel-b {
	display: none;
}
	
.carousel-control .glyphicon-chevron-left {
    left: auto;
    margin-left: auto;
    top: 13%;
    margin-top: -10px;
}

.carousel-control .glyphicon-chevron-right {
    margin-right: -30px;
    top: 13%;
}
	
}

@media (min-width: 992px) {
	
#top_form {
    margin: 0em 0 5em 0;
}
	
.mid {
    width: 100%;
    left: -webkit-calc(2vw - (14px - 4px)/2);
    left: calc(2vw - (14px - 4px)/2);
}
	
.thumbimg {
	width: 100%;	
}

.radiusdesc {
	padding: 1em 0em;
	text-align: center;
	margin: 0 auto;
	float: none;
}
	
#lefttxt {
	padding: 0 4em 0 0;	
}
	
#lefttxt .span-1 {
	text-align: justify;	
}

#carousel-b {
    padding: 3em 0 6em 6em;
    margin: 7em 0 0 0;
	display: inline-block;
}
	
#leftcarousel {
	max-width: 70em;	
	text-align: justify;
}
	

#formbtm input.form-control {
    width: 80%;
	margin: 0 auto;
}
		
}

@media (min-width: 1200px) {
/* KenJo*/
div.mid {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
/* end */
	
.mid {
    width: 70%;
    left: -webkit-calc(15vw - (14px - 4px)/2);
    left: calc(15vw - (14px - 4px)/2);
	width: 70em !important;
	left: 50%;
	margin-left: -35em !Important;
}	

.radiusdesc {
	padding: 1em 2em;
	text-align: left;
	float: left;
}
	
.greenradius {
	margin: 0;
	float: left;
}

.clientlogo {
	float: left;
	padding: 0;
    display: block;
    clear: both;
}
	
#carousel-a {
    padding: 10.8em 10em;
	padding: 15vw 6vw;
}
	
#carousel-b {
    padding: 7em 0 10em 11em;
    margin: 7em 0 0 0;
}
	
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -10px;
}


.carousel-control .glyphicon-chevron-right {
    margin-right: -10px;
	top: 50%;
}
	
.clientname {
	float: left;	
	display: inline-block;
}
	

    
}

@media screen and (min-width: 1900px) {
  .mid {
    width: 45%;
    left: -webkit-calc(26vw - (24px - 4px)/2);
    left: calc(26vw - (24px - 4px)/2);
	width: 80em !important;
	left: 50%;
	margin-left: -40em !important;
	}
	
	
  #leftcarousel {
	margin: 20em auto;  
  }
	
   #rightcarousel {
	    margin: 15em 0 10em 0;
   }
	
 .clientlogo {
	float: right;	
    display: inline-block;
	padding: 2em 0;
	 clear: none;
   }
	
#carousel-a {
    padding: 5em 10em;
}
	
#carousel-b {
    padding: 7em 0 13em 15em;
    margin: 0;
}
	
}

/* kenneth */

@media only screen and (max-width: 1199px) {
	a.left.carousel-control {
		left: auto;
		right: 2em;
	}
	
	#leftcarousel .carousel-sync .carousel-control {
		width: auto;
		margin: 0 3vw 0 0;
	}
}

@media only screen and (max-width: 991px) {
	#leftcarousel .carousel-sync .carousel-control {
		width: auto;
		margin: 0 4vw 0 0;
	}
	
	.show-carousel {
		display: block !important;
	}
	
	.carousel-sync .carousel-inner {
		max-width: 85%;
		float: right;
	}
	
	#rightcarousel .carousel-inner>.item>img {
		padding: 0;
		max-width: 95%;
		float: right;
		margin: 0 auto !important;
	}
	
	#leftcarousel .carousel-inner {
		max-width: 100%;
	}

	div#carousel-b {
		max-width: 95%;
		float: right;
		padding: 0;
		padding: 6em 0 11em;
	}
	
	div#carousel-a {
		padding: 2em 0;
	}
	
	div#lefttxt {
		padding-bottom: 1em;
	}

	div#formbtm {
		margin-bottom: 2em;
	}
	
	div#heroheader, #heroheader #mainwrapper {
		padding-right: 0;
		padding-left: 0;
	}
	
	div#rightcarousel {
		margin: 3em 0 0 0;
	}
}

@media only screen and (max-width: 767px) {
	.carousel-control .glyphicon-chevron-left {
		left: auto !Important;
    	margin-left: auto !Important;
	}
	
	#leftcarousel .carousel-sync .carousel-control {
		margin: 2vw 0 0 0;
	}
	
	div#carousel-b {
		max-width: 90vw;
		padding: 8vw 0 15vw;
		border-radius: 20px;
	}
}

@media only screen and (max-width: 421px) {
	#leftcarousel .carousel-sync .carousel-control {
		margin: 0 !Important;
	}
}


.carousel-sync .carousel-inner {
	cursor: -webkit-grab;
}

.carousel-inner:active {
    cursor: -webkit-grabbing;
}


img.img-responsive.lead-arrow {
    max-width: 130px;
    float: right;
    position: absolute;
    bottom: 169px;
    right: 25px;
}

img.img-responsive.gauge{
	max-width: 250px;
	margin: auto;
}

@media (max-width: 991px){
	img.img-responsive.lead-arrow{
		display: none

	}
}

.max.site-header {
    max-width: 100em;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
	flex: 1;
}
	

.site-logo img {
	float: none;
	margin: 0 auto;
	width: 25em;
}