
@import url('https://fonts.googleapis.com/css?family=Hind:400,700|Montserrat:300,400,700');

/* 1. GLOBAL STYLES */

.to-do {
	color:red!important;
	font-weight: bold!important;
	text-align: center;
}

body {
	background: #111;
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
	color: #777;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.04em;
	-webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	letter-spacing: -0.2px;
}

h1 {
	font-size: 40px;
}

p {
	font-size: 20px;
	color: #666;
	font-weight: 400;
	font-family: 'Hind', sans-serif;
}

b, strong {
	font-weight: 700;
}

a {
	color: #333;
}

a:hover {
	color: #933ded;
}

a, a:hover, a:focus, button, button:hover {
	outline: 0;
	text-decoration: none;
	transition: .4s;
}

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*  UTILITIES  */

.make-yellow {
	color: #ffcc00;
}

.space20 {
	margin-bottom: 20px;
}

.space30 {
	margin-bottom: 30px;
}

.space40 {
	margin-bottom: 40px;
}

.space50 {
	margin-bottom: 50px;
}

.space60 {
	margin-bottom: 60px;
}

.space70 {
	margin-bottom: 70px;
}

.space80 {
	margin-bottom: 80px;
}

.space90 {
	margin-bottom: 90px;
}

.no-padding {
	padding: 0;
}

input:focus, button:focus, .slick-slide {
	outline:none;
	box-shadow:none;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video iframe,
.video object,
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.btn {
	padding: 0px 40px;
	line-height: 50px;
	font-size: 13px;
	font-weight: 700;
	border: medium none;
	text-transform: uppercase;
	letter-spacing: 0;
	border-radius: 0px;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
}

.btn-md {
	padding: 0px 20px;
	line-height: 45px;
}

.btn-lg {
	padding: 0px 40px;
	line-height: 55px;
	font-size: 16px;
}

.btn-xs {
	padding: 0px 16px;
	line-height: 34px;
	font-size: 12px;
}

.btn-ico {
	padding-right: 70px;
	position: relative;
}

.btn-ico i {
	font-size: 11px;
	display: block;
	position: absolute;
	top: 5px;
	text-align: right;
	line-height: 40px;
	right: 30px;
}

.btn-default {
	color: #FFF;
	background-color: #933ded;
}

.btn-default2 {
	color: #FFF;
	background-color: #000;
}

.btn-default2:hover {
	color: #fff;
	background-color: #933ded;
}

.btn-default3 {
	color: #933ded;
	background-color: #fff;
}

.btn-white:hover,
.btn-default:hover {
	background: #000;
	color: #fff;
}

.btn-border {
	border: 2px solid #fff;
	color: #fff;
	background: transparent;
	line-height: 46px;
}

.btn-border:hover {
	border: 2px solid #933ded;
	background: #933ded;
	color: #fff;
}

.padding-80 {
	padding: 100px 0;
}

.content-head h2 {
	margin: 0px 0px 10px;
	font-size: 38px;
	letter-spacing: -1px;
}

.content-head p {
	opacity: 0.8;
	padding: 0px 24%;
	font-size: 16px;
	letter-spacing: 0.04em;
}

.content-head.text-left p {
	opacity: 0.8;
	padding: 0px 46% 0 0;
	font-size: 17px;
}
.bg-gray {
	background: #f5f5f5;
}

/* 2. HEADER STYLES */

.navbar-default {
	position: fixed;
	border: none;
	border-radius: 0px;
	padding: 12px 0;
	transition: .4s;
	background: transparent;
	margin: 0;
	height: 64px;
	font-family: 'Montserrat', sans-serif;
	z-index: 8888;
}

.navbar-brand {
	color: #fff !important;
	font-size: 30px;
	margin-top: 19px;
	font-weight: 700;
	transition: all 0.4s ease 0s;
	letter-spacing: -1px;
	padding: 22px 0 0;
	line-height: 0;
}

.navbar-logo {
	height: 34px;
}

.navbar-nav.navbar-right:last-child {
	margin-right: 25px;
}

.navbar-default .navbar-nav > li > a {
	color: #1a1a1a;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
}

.navbar-default .navbar-nav > li.active > a ,
.navbar-default .navbar-nav > li > a:hover {
	color: #ffcc00;
	background-color: #1a1a1a;
	border-radius: 16px;
}

.navbar-nav > li > .dropdown-menu ,
.navbar-nav > li > .dropdown-menu ul {
	background: #933ded;
	border: none;
	border-radius: 0;
	padding: 0;
	border: none;
	position: absolute;
	min-width: 180px;
	background-size: 175px;
	left: 0px;
	right: auto;
}

.navbar-nav > li > .dropdown-menu {
	margin-top: 30px;
	display: block !important;
	opacity: 0;
	visibility: hidden;
	transition: .4s;
}

.navbar-nav > li:hover > .dropdown-menu {
	margin-top: 0px;
	display: block;
	opacity: 1;
	visibility: visible;
	transition: .4s;
}

.navbar-nav > li > .dropdown-menu li {
	position: relative;
}

.navbar-nav > li > .dropdown-menu ul.dropdown-menu {
	top: 30px;
	left: -100%;
	margin-left: -21px;
	display: block !important;
	opacity: 0;
	visibility: hidden;
	transition: .4s;
}

.navbar-nav > li > .dropdown-menu li:hover .dropdown-menu {
	top: -2px;
	display: block;
	opacity: 1;
	visibility: visible;
	transition: .4s;
}

.navbar-nav > li > .dropdown-menu.dropdown-mega {
	background: #933ded;
	border: none;
	border-radius: 0;
	padding: 0;
	border: none;
	position: absolute;
	min-width: 400px;
	background-size: 175px;
	left: 0px;
	right: auto;
}

.dropdown-menu.dropdown-mega li {
	width: 50%;
	float: left;
	padding: 0;
}

.dropdown-menu li a {
	padding: 15px 25px;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.15);
	font-size: 11px;
	text-transform: uppercase;
	display: table;
	letter-spacing: 1px;
	width: 100%;
}

.dropdown-menu li a:hover {
	background: rgba(0,0,0,0.1);
	color: #fff;
}

.dropdown-menu li h5 {
	color: #FFF;
	font-weight: 400;
	margin: 0px 0px 15px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}

.mega-menu {
	border-right: 1px solid rgba(255,255,255,0.15);
}

.dropdown-menu li:last-child .mega-menu {
	border-right: none;
}

.navbar-default .navbar-toggle ,
.navbar-default .navbar-toggle:hover ,
.navbar-default .navbar-toggle:focus {
	border: none;
	background: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-scroll {
	background: #fff;
}

.navbar-scroll .navbar-nav > li > a {
	padding: 25px 15px !important;
}

.navbar-scroll .navbar-brand {
	margin-top: 5px;
}

.navbar-scroll .navbar-brand > img {
	display: block;
	max-width: 170px;
	transition: .4s;
}

.navbar-scroll .top-contact {
	margin: 13px 0px 0px 13px !important;
}

.navbar-toggle {
	padding: 9px 0px 9px 10px;
	margin-right: 5px;
}

.navbar-collapse {
	overflow: hidden !important;
}

.top-contact {
	color: #fff;
	padding: 20px 30px 0px 45px;
	font-size: 23px;
	display: table;
	z-index: 999;
	transition: all 0.4s ease 0s;
	cursor: pointer;
	height: 75px;
	position: relative;
	font-weight: 700;
	letter-spacing: -1px;
}

.top-contact span {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	color: #933ded;
	margin-bottom: -4px;
	letter-spacing: 0px;
	font-weight: 600;
}

.top-contact i {
	position: absolute;
	height: 100%;
	top: 4px;
	left: 0px;
	text-align: center;
	color: #933ded;
	font-size: 39px;
	line-height: 77px;
	width: 40px;
}

.top-contact:hover {
	right: -0px;
	transition: .4s;
}

/* Intro */

.intro {
	/*background-image: linear-gradient(-142deg, #FFF300 0%, #FFCC00 100%);*/
	background-color: #ffcc00;
	background-size: cover;
	position: relative;
	padding: 30px 0;
	color: #1a1a1a;
	letter-spacing: -0.5px;
	padding-top:10px;
	padding-bottom: 46px;
}

@media only screen and (min-width: 768px)  {
	.intro {
		margin-bottom: 30px;
	}
}
.intro h1 {
	font-size: 54px;
	line-height: 60px;
	font-weight: 700;
	margin-bottom: 30px;
}

.intro .intro-sub-text {
	color: #2a2a2a;
	margin-top: 10px;
	font-weight: bold;
	color:#D1B700;
	letter-spacing: 0.4px;
}

@media only screen and (max-width: 767px)  {
	.rj-logo {
		max-width: 96%;
	}
}

@media only screen and (max-width: 767px)  {
	.intro h2, .intro h4 {
		text-align: left;
	}

	.intro .intro-sub-text {
		font-size: 30px;
		text-align: left;
		padding: 0 0;
	}

	p,h1,h2,h3,h4,h4,h5 {
		text-align: left;
	}
}

/* Slides */

section {
	padding: 60px 0;
}

section h2 {
	margin-bottom: 22px;
	font-size: 33px;
}

.dark-light-section {
	background-color: #2a2a2a;
}

.transition-section {
	letter-spacing: -0.5px;
}

.transition-section h1 {
	margin-bottom: 20px;
}

#strategy.transition-section .p-big {
	color:#2a2a2a;
}

.transition-icon {
	margin-bottom: 30px;
	color:red;
}

#strategy.transition-section {
	background-color: #fff;
	color: #1a1a1a;
}

.p-big {
	font-size: 30px;
	letter-spacing: -0.5px;
}

.p-quote {
	font-size: 30px;
	letter-spacing: -0.4px;
}

.slide-title {
	font-size: 30px;
	letter-spacing: -0.5px;
	font-family: 'Montserrat',sans-serif;
	color: #eaeaea;
	margin-bottom: 90px;
}

#teams img {
	margin:0 auto;
	padding: 0 20px;
}

.text-dark {
	color: #2a2a2a
}

.text-light {
	color: #eaeaea
}

.gm-container img {
	margin: 0 auto;
}

@media only screen and (max-width: 767px)  {
	.gm-container-left {
		margin-bottom: 30px
	}

	.team-slide-text p {
		margin-bottom: 40px;
	}

	#teams img {
		padding: 0 60px;
	}
}

@media only screen and (min-width: 768px)  {
	.gm-container-left {
		padding-right: 28px;
	}
	.gm-container-right {
		padding-left: 28px;
	}
	.team-slide-block {
		height:460px;
	}

	.team-slide-text{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	.team-slide-text p {
		font-size: 22px;
	}
}
.app-btn {
	background: #933ded;
	color: #fff;
	text-transform: uppercase;
	padding: 12px 30px 8px 55px;
	position: relative;
	font-size: 26px;
	text-align: left;
	display: table;
	margin-bottom: 11px;
	float: left;
	margin-right: 10px;
	border-radius: 3px;
	font-weight: 700;
}

.app-btn span {
	display: block;
	font-weight: 400;
	text-transform: none;
	font-size: 12px;
	margin-bottom: -4px;
}

.app-btn i {
	position: absolute;
	left: 23px;
	top: 14px;
	font-size: 45px;
}

.app-btn:hover {
	background: #000;
	color: #fff;
}

/* 4. ICON BOX / SERVICES STYLES */


.ico {
	width: 80px;
	height: 80px;
	display: table;
	background: #933ded;
	margin: 0 auto 25px;
	border-radius: 50%;
}

.icon-box .fa-stack-1x {
	font-size: 40px;
	line-height: 80px;
	color: #fff;
}

.icon-box h4 {
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 400;
	margin: 20px 0px 15px;
	text-transform: uppercase;
}

.icon-box p {
	font-size: 13px;
	line-height: 22px;
	margin: 0px;
}

.icon-box .text-primary {
	color: #f5f5f5;
}

/* 5. DUAL CONTENT STYLES */

.dual-content {
	position: relative;
	background: #2488b7!important;
}

.dual-img {
	background-size: cover;
	position: absolute;
	height: 100%;
	width: 66%;
	top: 0;
}

.dc-info {
	padding: 70px 40px 70px;
}

.dc-info h4 {
	margin: 0px 0px 28px;
	font-size: 45px;
	line-height: 50px;
	color: #FFF;
	letter-spacing: -1px;
}

.dc-info p {
	color: #fff;
	margin-bottom: 25px;
	line-height: 30px;
}

.dc-info li {
	font-size: 14px;
	line-height: 23px;
	padding: 7px 0px 10px;
	font-weight: normal;
	letter-spacing: 0.04em;
}

.dc-info li span {
	font-size: 16px;
	color: #fff;
	margin-right: 15px;
	position: relative;
	top: 1px;
}

.dc-info li a {
	color: #fff;
}

/* 6. INFO CONTENT */

.info-content {
	padding: 100px 0;
}

.info-content h4 {
	margin: -20px 0px 20px;
	font-size: 45px;
	line-height: 50px;
	color: #111;
	letter-spacing: -1px;
}

.info-content p {
	margin-bottom: 30px;
}

/* 7. FEATURE CONTENT */

.feature-content {
	background: #222;
	position: relative;
	padding: 100px 0px;
}

/* 8. TESTIMONIALS */

.testimonials {
	padding: 100px 0;
}

.quote-info {
	padding: 35px 30px;
	border: 1px solid #e5e5e5;
}

.quote-info .quote {
	font-size: 16px;
	line-height: 26px;
	color: #787878;
	margin: 0px 0px 30px;
	letter-spacing: 0.5px;
}

.quote-info .author {
	display: block;
	overflow: hidden;
}

.quote-info .author-avatar {
	width: 54px;
	height: 54px;
	border-radius: 99px;
	float: left;
}

.quote-info .author-info {
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin-left: 16px;
	font-style: normal;
	margin-top: 6px;
}

.quote-info .author-info .name {
	color: #444;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
}

.quote-info .author-info .company {
	color: #933ded;
	font-weight: 500;
	font-size: 14px;
}

.quote-item {
	padding: 0 15px;
}

.slick-dots {
	display: table;
	margin: 20px auto 0;
}

.slick-dots li {
	float: left;
	margin: 0 3px;
}

.slick-dots li button {
	font-size: 0px;
	width: 9px;
	height: 9px;
	padding: 0;
	background: transparent;
	border: 1px solid #933ded;
	border-radius: 50%;
}

.slick-dots li.slick-active button {
	background: #933ded;
}

/* 9. CTA CONTENT */

.cta-content {
	padding: 90px 0;
	background: #333;
	position: relative;
}

.head-ico {
	width: 60px;
	height: 60px;
	display: table;
	margin: 0px auto;
	line-height: 60px;
	color: #933ded;
	font-size: 50px;
}

.cta-content p {
	color: #fff;
	opacity: 0.6;
}

.cta-content .btn {
	background: #933ded;
	font-size: 14px;
	line-height: 60px;
	padding: 0px 70px 0 35px;
	letter-spacing: 1px;
	color: #fff;
}

.cta-content .btn i {
	font-size: 18px;
	top: 9px;
}

/* 10. CLIENTS */

.clients {
	padding: 30px 0;
	position: relative;
	z-index: 77;
	margin-top: 0px;
}

.clients .container {
	padding: 0 100px;
}

.clients img {
	max-width: 140px;
	transition: all 0.3s ease 0s;
	opacity: 0.2;
	filter: grayscale(1);
}

.clients img:hover {
	transition: all 0.3s ease 0s;
	opacity: 1;
	filter: grayscale(0);
	cursor: pointer;
}

.clients .col-md-2 {
	width: 20%;
}

/* 11. PRICING TABLE */

.pricing {
	padding: 90px 0 90px;
}

.price {
	font-size: 55px;
	font-weight: 400;
	color: #fff;
	padding: 10px 0 0;
}

.price-cents {
	vertical-align: super;
	font-size: 35%;
	color: #777;
}

#business .list-group-item {
	color: #aaa;
	font-size: 14px;
	border: medium none;
	margin: 0px;
	text-transform: none;
	letter-spacing: 0px;
	padding: 10px 15px;
}

.list-group {
	padding: 15px 0px;
	overflow: hidden;
	background: transparent;
}

.list-group li {
	background: transparent;
}

#business .panel-body {
	font-size: 12px;
	line-height: 25px;
	font-weight: 400;
	color: #000;
	padding: 15px 0;
}

.buy-btn {
	background: transparent;
	display: table;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	padding: 18px 15px;
	font-size: 12px;
	margin: 0 auto;
	width: 100%;
}

#business .panel-body {
	background: transparent;
}

#business .panel-body p {
	color:#fff;
	font-size:12px;
}

#business .panel-default {
	padding: 40px 15px 20px;
	font-size: 16px;
	border: none;
	letter-spacing: 2px;
	color: #ffcc00;
	border-radius: 0;
	margin: 0 0 -15px;
	box-shadow: none;
	border: 1px solid #e5e5e5;
}

#business .panel-default > .panel-heading {
	font-size: 24px;
	border: none;
	letter-spacing: 2px;
	color: #ffcc00;
	border-radius: 0;
	margin: 0 0 -15px;
	padding: 0px 0 10px;
	font-family: 'Montserrat', sans-serif;
}

#business .col-md-3 {
	padding: 0;
	margin-right: -1px;
}

#business .panel-default > .panel-heading span {
	top: -2px;
	position: relative;
}

.panel-default.active {
	background: #933ded;
	border: 1px solid #933ded !important;
	transform: scale(1.05);
	position: relative;
	z-index: 777;
}

#business .panel-default.active ,
#business .panel-default.active .buy-btn ,
#business .panel-default.active .panel-body ,
#business .panel-default.active .list-group-item ,
#business .panel-default.active .price ,
#business .panel-default.active,
#business .panel-default.active .panel-heading {
	color: #fff;
}

#business .panel-default.active i {
	position: absolute;
	font-size: 18px;
	top: 15px;
	right: 11px;
	color: #fff;
	padding: 0;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: rgba(0,0,0,0.1);
}

/* 12. SUBPAGE HEADER */

.page-head {
	background: #222 Url(../images/bg/8.jpg) no-repeat center;
	background-size: cover;
	padding: 180px 0 90px;
	position: relative;
}

.page-header {
	padding-bottom: 0px;
	margin: 0px;
	border: medium none;
	font-size: 51px;
	color: #FFF;
	letter-spacing: -1px;
}

.breadcrumb {
	background: transparent;
	margin-top: 5px;
}

.breadcrumb li {
	color: #fff;
	font-size: 13px;
	letter-spacing: 2px;
}

.breadcrumb li a {
	color: #fff;
}

.breadcrumb > .active {
	color: #fff;
}

/* 13. BLOG */

.blog-content {
	padding: 100px 0;
}

.blog-content article {
	margin-bottom: 60px;
}

.blog-content article h2 {
	font-size: 28px;
	letter-spacing: auto;
	margin: 0px 0px 15px !important;
	font-weight: 200;
}

.blog-content article h2 a {
	color: #000;
}

.blog-meta {
	font-size: 13px;
	margin-bottom: 15px;
	position: relative;
	left: -9px;
	letter-spacing: 1px;
}

.blog-meta .ti-user {
	font-size: 10px;
	position: relative;
	top: -1px;
}

.blog-content article p {
	font-size: 13px;
	margin-bottom: 30px;
}

.blog-meta i {
	color: #000;
	position: relative;
	top: 1px;
	margin-left: 9px;
	font-size: 14px;
	margin-right: 1px;
}

/* 14. SIDEBAR */

.side-widget {
	margin-bottom: 30px;
}

.side-widget .well {
	margin: 0;
	border-radius: 0px;
	background: transparent;
}

.side-widget .well p {
	margin: 0px;
	font-size: 13px;
}

.side-widget h4 {
	margin: 0px 0px 15px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 3px;
	font-weight: 600;
}

.search {
	position: relative;
}

.search input {
	border: 1px solid #e5e5e5;
	border-radius: 0px;
	height: 49px;
	padding: 0 20px;
	color: #000;
}

.search button {
	background: #933ded;
	border: none;
	color: #fff;
	height: 45px;
	width: 45px;
	position: absolute;
	top: 2px;
	right: 2px;
}

.blog-cat li a {
	font-size: 12px;
	margin-bottom: 7px;
	display: table;
	color: #888;
}

.blog-classic-side article h2 {
	margin: 0px 0px 10px;
}

.blog-classic-side article p {
	margin-bottom: 20px;
}

.rmore i {
	margin-left: 15px;
}

.pagination li a {
	border-radius: 0px !important;
}

.pagination > li > a, .pagination > li > span {
	padding: 0px 10px;
	line-height: 45px;
	height: 43px;
	min-width: 45px;
	color: #666;
}

.pagination li a:hover, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #fff;
	border-color: #933ded;
	color: #933ded;
}

.blog-thumb {
	padding: 300px 0 50px;
	background-size: cover;
}

.blog-thumb h1 {
	color: #FFF;
	font-size: 50px;
	letter-spacing: 1px;
	margin: 0px 0px 22px;
	font-weight: 100;
}

.blog-thumb .blog-meta {
	color: #eee;
}

.blog-thumb .blog-meta i {
	color: #933ded;
}

.blog-single-excerpt {
	padding: 50px 15px 80px;
}

.blog-single-excerpt p {
	font-size: 14px;
	margin-bottom: 25px;
	line-height: 26px;
}

blockquote {
	padding: 11px 20px;
	margin: 8px 5% 23px;
	border-left: 5px solid #EEE;
	line-height: 31px;
	font-style: italic;
	color: #333;
	font-size: 16px;
}

/* 15. COMMENTS */

.comments {
}

.comments h2 {
	margin: 40px 0px 30px;
	letter-spacing: 4px;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 500;
}

.comments .media {
	margin: 0px 0px 20px;
	padding: 25px 0;
	border-bottom: 1px solid #e5e5e5;
}

.media-sub {
	width: 95%;
	margin-left: 5% !important;
}

.media-object {
	display: block;
	border-radius: 50%;
	max-width: 80px;
}

.media-heading {
	margin: 0px 0px 12px;
	font-size: 16px;
	letter-spacing: 0;
	text-transform: uppercase;
}

.media-heading small {
	letter-spacing: 0;
}

.media-body {
	font-size: 13px;
	line-height: 22px;
}

.blog-comment {
}

.blog-comment h2 {
	margin: 70px 0px 30px;
	letter-spacing: 4px;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 500;
}

.comment-form input {
	border: 1px solid #e5e5e5;
	height: 50px;
	margin-bottom: 15px;
	padding: 0 25px;
	border-radius: 0;
	width: 100%;
}

.comment-form textarea {
	border: 1px solid #e5e5e5;
	height: 120px;
	margin-bottom: 15px;
	padding: 25px 25px;
	border-radius: 0;
	width: 100%;
}

/* 16. GOOGLE MAP */

.gmap {
	padding: 0px;
	height: 500px;
	width: 100%;
	background: #111;
}

.gmap div {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#map {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

#map.large {
	height: 100%;
}

#map img {
	max-width: none !important;
}

/* 17. CONTACT */

.contact {
}

#contactForm {
}

#contactForm input {
	height: 50px;
	padding: 0 20px;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: 400;
	width: 100%;
	margin: 0 0 20px;
	border: 1px solid #e5e5e5;
	border-radius: 0px;
}

#contactForm textarea {
	height: 130px;
	padding: 20px;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: 400;
	width: 100%;
	margin: 0 0 20px;
	border: 1px solid #e5e5e5;
	border-radius: 0px;
}

.error-info {
	padding: 180px 0;
}

.error-info h1 {
	font-size: 200px;
}

.error-info p {
	padding: 0px 25%;
}

.statusMessage,.successmessage,.errormessage {
	display: none;
	width: 100%;
	background: #fff;
	border: 1px solid #e5e5e5;
	margin: 0px auto 15px;
	padding: 20px;
	border-radius: 0px;
}

.errormessage p, .statusMessage p, .successmessage p {
	margin: 0px !important;
	color: #999;
	font-size: 14px;
	margin: 0 !important;
}

.success-ico {
	background: url(../images/success.png);
	width: 25px;
	height: 25px;
	float: left;
	margin-right: 15px;
	position: relative;
	top: 0px;
	background-size: 25px;
}

.error-ico {
	background: url(../images/error.png);
	width: 25px;
	height: 25px;
	float: left;
	margin-right: 15px;
	position: relative;
	top: 0px;
	background-size: 25px;
}

#sendingMessage i {
	color:#00BCD4;
	font-size:18px;
	margin-right:10px;
}

/* 18. MAILCHIMP */

.ketchup-error {
	display: none !important;
}

#result {
	width: 100%;
	display: table;
	text-align: center;
	font-size: 12px;
	padding: 5px 15px;
	margin-top: 5px;
}

/* 19. FOOTER */

footer {
	background: #222;
	padding:80px 0 280px;
}

footer p {
	font-size:28px;
}

p.contact-info, p.contact-info>a {
	color:#fff;
	font-size: 32px;
	line-height: 40px;
}

p.contact-info>a:hover {
	color:#ffcc00;
}

@media only screen and (max-width: 767px)  {
	footer p {
		font-size:20px;
		text-align: center;
	}

	footer {
		padding-left:28px;
		padding-right:28px;
	}

	p.contact-info, p.contact-info>a {
		color:#fff;
		font-size: 22px;
		line-height: 30px;
	}

	p.contact-info>a:hover {
		color:#ffcc00;
	}
}

/* 20. RESPONSIVE STYLES */

@media only screen and (min-width: 993px)  and (max-width: 4000px)  {

	.center-content {
		display: flex;
		align-items: center;
		flex-direction: row;
	}

	.book-margins {
		width: 700px;
		margin: 0 auto;
	}

	.big-margins {
		padding: 0 120px;
	}

	.gm-margins {
		margin-left: 80px;
		margin-right: 80px;
		padding: 0 40px;
	}

}

/* Desktop (1051 - 1200px) */
@media only screen and (min-width: 1051px)  and (max-width: 1200px)  {

	.navbar-default .navbar-nav > li > a {
		font-size: 10px;
		padding-left: 6px;
		padding-right: 6px;
	}

}

/* Ipad - Desktop (768 - 1050px) */
@media only screen and (min-width: 768px)  and (max-width: 1050px)  {

	.top-contact {
		display: none;
	}

	.navbar-default .navbar-nav > li > a {
		font-size: 11px;
	}

	.navbar-nav.navbar-right:last-child {
		margin-right: 0;
	}

	.navbar-brand {
		padding: 22px 15px 0;
	}

	.navbar-nav > li > a {
		padding: 34px 6px 32px;
	}

	.clients .col-md-2 {
		width: 20%;
		float: left;
	}

	.clients .col-md-2 img {
		width: 100%;
	}

	.icon-box p {
		font-size: 13px;
		line-height: 22px;
		margin: 0 0 30px;
		padding: 0 25px;
	}

	.intro1 {
		height: auto;
		padding: 215px 0 150px;
	}

	.intro1 .container, .intro1 .row {
		height: auto;
	}

	.info-content h4 {
		margin: 0px 0px 20px;
	}

	.info-content h4 br {
		display: none;
	}

	#dual-info .col-md-6 {
		width: 50%;
		float: left;
	}

	.dc-info {
		padding: 90px 20px 80px;
	}

	.dc-info h4 {
		font-size: 38px;
	}



	.feature-content {
		padding: 90px 0px 50px;
	}

	#business .col-md-3 {
		width: 50%;
		float: left;
	}

	.panel-default.active {
		transform: scale(1);
	}

	.intro6 h2 {
		font-size: 45px;
		line-height: 44px;
		margin: 0px 0px 20px;
	}

	.intro6 p {
		font-size: 13px;
		line-height: 26px;
		padding: 0px;
	}

	.intro6 p br {
		display: none;
	}

	#intro6-slider img {
		margin-top: 50px;
	}

	.intro7 {
		padding: 180px 0 120px;
	}

	.intro7 p {
		padding: 0px 10%;
	}

	.intro8 {
		background: #333 url(../images/bg/8.jpg) no-repeat left bottom;
		background-size: cover;
		padding: 170px 0 130px;
	}

	.intro8 .intro-video {
		margin-top: 40px;
	}

	.intro9 {
		padding: 200px 0 140px;
	}

	.intro9 p {
		padding: 0px 10% 30px;
	}

	.intro10 p {
		padding: 0px 10%;
	}

	.blog-classic-side article p {
		margin-bottom: 20px;
		font-size: 11px;
		line-height: 21px;
	}

}

/* Ipad - Desktop (960 - 1150px) */
@media only screen and (min-width: 250px)  and (max-width: 767px)  {

	.book-margins {
		padding: 30px;
	}

	.container {
		max-width: 400px;
		margin: 0 auto;
	}

	p {
		font-size: 18px;
	}

	.intro1 {
		height: auto;
		padding: 130px 0 80px;
	}

	.intro1 .container ,
	.intro1 .row {
		height: auto;
	}

	.top-contact {
		display: none;
	}

	.navbar-brand {
		padding: 6px 0 0;
		margin-left: 15px;
	}

	.navbar-default {
		max-height: 64px;
	}

	.intro1 h2 {
		font-size: 37px;
		line-height: 45px;
	}

	.intro1 p {
		font-size: 13px;
		line-height: 23px;
		padding: 0 5px;
	}

	.intro1 .btn {
		min-width: 230px;
		margin-bottom: 5px;
	}

	.clients .col-md-2 {
		width: 50%;
		float: left;
	}

	.clients .col-md-2:last-child {
		width: 100%;
	}

	.clients .container {
		padding: 0 10px;
	}

	.icon-box p {
		margin: 0 0 30px;
	}

	.info-content h4 {
		margin: 20px 0px 20px;
		font-size: 38px;
		line-height: 44px;
	}

	.dual-img {
		height: 400px;
		width: 100%;
		position: relative;
	}

	.dc-info h4 {
		margin: 0px 0px 22px;
		font-size: 34px;
		line-height: 43px;
	}

	.feature-content {
		padding: 90px 0px 50px;
	}


	#business .col-md-3 {
		padding: 0 15px;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.panel-default.active {
		transform: scale(1);
	}

	.cta-content .btn {
		font-size: 11px;
	}

	.dc-info {
		padding: 60px 15px 40px;
		max-width: 400px;
		margin: 0 auto;
	}

	.navbar-default .navbar-collapse {
		top: 60px;
		position: absolute;
		width: 100%;
		left: 0px;
		right: 0px;
		background: #000;
		margin: 0px auto;
		max-width: 400px;
		border: medium none;
	}

	.nav {
		height: 48vh !important;
		overflow: scroll;
	}

	.navbar-nav > li > a {
		padding: 10px 20px 10px;
	}

	.navbar-nav > li > .dropdown-menu.dropdown-mega ,
	.navbar-nav > li > .dropdown-menu,
	.navbar-nav > li > .dropdown-menu ul {
		position: relative;
		min-width: 100%;
		opacity: 1 !important;
		visibility: visible !important;
		margin: 0 0 15px;
	}

	.navbar-nav.navbar-right:last-child {
		margin-right: 0;
	}

	.navbar-nav {
		margin: 7.5px 0px;
	}

	.navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}

	.navbar-nav > li > .dropdown-menu ul.dropdown-menu {
		top: 0px;
		left: 0;
		margin-left: 0;
		display: block !important;
		opacity: 0;
		visibility: hidden;
		transition: .4s;
		box-shadow: none;
		margin-bottom: 0px;
	}

	.navbar-toggle {
		padding: 11px 0px 9px 10px;
	}

	.intro2 {
		padding: 110px 0 0px;
	}

	.intro3 h2 {
		font-size: 45px;
		line-height: 50px;
	}

	.intro3 p {
		padding-right: 0;
	}

	#main-slider {
		max-width: 90%;
		margin: 0 5%;
		display: table;
		width: 100%;
		top: 50px;
		margin-bottom: -50px;
	}

	.countdown.styled div {
		width: 50%;
		font-size: 50px;
		font-weight: 700;
		text-align: center;
	}

	.countdown.styled div span {
		font-size: 16px;
	}

	.intro10 {
		padding: 130px 0 90px;
	}

	.intro10 h2 {
		font-size: 38px;
		line-height: 46px;
	}

	.intro10 p {
		font-size: 13px;
		line-height: 25px;
		padding: 0px 0;
	}

	.intro-newsletter .col-md-8 {
		padding: 0 2px 2px;
	}

	.page-header {
		font-size: 40px;
	}

	.page-head {
		padding: 130px 0 55px;
	}

	.blog-meta {
		font-size: 11px;
		left: -7px;
		letter-spacing: 0.5px;
	}

	.blog-content article h2 {
		margin: 25px 0px 15px !important;
	}

	.pagination > li > a {
		line-height: 37px;
		height: 37px;
		min-width: 38px;
	}

	.cta-content p br {
		display: none;
	}

}

/* CUSTOM */


.navbar-nav>li>a:hover {

}

.navbar-brand {
	margin-top: 4px;
	padding: 0;
}

.prod-cc {
	position: absolute;
	left: -320px;
}

.text-over-dark {
	color: #eaeaea;
	letter-spacing: 0.5px;
}

#team h2, #team h4, #team p {
	text-align: center;
}

#team-core {
	padding-left: 20px;
	padding-right: 20px;
}

#team-core:after {
  content: "";
  display: table;
  clear: both;
}

.teammate-container h4 {
	color:#eaeaea;
	font-size:22px;
	margin-top:15px;
	margin-bottom: 10px;
}

.teammate-container p {
	color:#777;
	line-height: 22px;
	font-size: 18px;
}

.teammate-photo {
	width:100%;
	border-radius: 50%;
}

@media only screen and (max-width: 767px)  {
	.teammate-container h4 {
		font-size:18px;
	}

	.teammate-container p {
		line-height: 22px;
		font-size: 16px;
	}
}

.mail-link {
	color: #fff;
}

.info-pop {
	font-weight: bold;
	color: #555;
	cursor: pointer;
	border-bottom:2px dotted;
	border-color: #bbb;
}

.tooltip-inner {
	max-width: 320px;
	padding: 10px 12px;
	color: #fff;
	background-color: #1a1a1a;
	border-radius: 6px;
	font-size: 14px;
}

.tooltip.top .tooltip-arrow {
	border-top-color: #1a1a1a;
}

.cheats {
	color: #1EA3DD;
	font-weight: bold;
}


.rj-tip {
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	color:#aaa;
}

.cc-list {
	margin-left: 30px;
	font-size: 13px;
}

.cc-list li {
	padding-bottom: 10px;
}

.business p {
	padding: 0px 20%;
	font-size: 16px;
	letter-spacing: 0.04em;
}

.panel {
	background-color: #1a1a1a;
}

.panel-default > .panel-heading {
	color: #ffcc00;
	background-color: #1a1a1a;
}

#enterprise-p .panel {
	background-color: transparent;
}

#enterprise-p .panel-default {
	color: #ffcc00;
	border-radius: 0;
	margin: 0 0 -15px;
	box-shadow: none;
	background-color: #eee;
}


#enterprise-p > .panel-default > .panel-heading {
	background-color: transparent;
	color:#1a1a1a;
}

.text-over-darks {
	color:#ccc;
}

.numbahs {
	color:#ffcc00;
	font-weight:bold;
}

.references li {
	margin-bottom:10px;
}

.more-than {
	font-weight: bold;
	color: #1a1a1a;
}

#accomplish .content-head p {
	padding: 0px 23%;
	letter-spacing: 0.04em;
}

.our-def {
	font-style: italic;
	font-weight: bold;
	color:#666;
}

.compet p {
	text-align: left;
}

.reff {
	font-size: 70%;
	vertical-align: super;
	opacity: 0.6;
}

.billions {
	border-bottom:2px solid;
	border-color: #ffcc00;
}
.plan-divide {
	font-size: 10px!important;
	opacity: 0.2;
}

.plan-divide i {
	padding:0 15px;
}


/*SKIN YELLOW TEMP*/

a:hover {
	color: #FFC107;
}

.btn-default {
	background-color: #FFC107;
}

.btn-default2:hover {
	background-color: #FFC107;
}

.btn-default3 {
	color: #FFC107;
}

.btn-border:hover {
	border: 2px solid #FFC107;
	background: #FFC107;
}

.navbar-default .navbar-nav > li.active > a ,
.navbar-default .navbar-nav > li > a:hover {
	color: #ffcc00;
}

.navbar-nav > li > .dropdown-menu ,
.navbar-nav > li > .dropdown-menu ul {
	background: #FFC107;
}

.navbar-nav > li > .dropdown-menu.dropdown-mega {
	background: #FFC107;
}

.top-contact span {
	color: #FFC107;
}

.top-contact i {
	color: #FFC107;
}

.app-btn {
	background: #FFC107;
}

.countdown.styled div span {
	color:#FFC107;
}

.ico {
	background: #FFC107;
}

.dual-content {
	background:#FFC107;
}

.quote-info .author-info .company {
	color: #FFC107;
}

.slick-dots li button {
	border: 1px solid #FFC107;
}

.slick-dots li.slick-active button {
	background: #FFC107;
}

.head-ico {
	color: #FFC107;
}

.cta-content .btn {
	background: #FFC107;
}

#pricing .panel-default > .panel-heading {
	color: #FFC107;
}

.panel-default.active {
	background:#FFC107;
	border:1px solid #FFC107 !important;
}
.search button {
	background: #FFC107;
}

.pagination li a:hover, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	border-color: #FFC107;
	color:#FFC107;
}

.blog-thumb .blog-meta i {
	color:#FFC107;
}

#game-mechanics {
	color:#dadada;
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
}

#game-mechanics li {
	background-repeat: no-repeat;
	padding-left: 30px;
}

#game-mechanics li {
	margin-bottom: 18px;
}

.gm-notes {
	color: #888;
	font-size: 15px;
}

.double-phone-wrapper {
	margin: 30px auto;
	padding: 0 50px;
}

.double-phone-wrapper-item {
	padding:0 12px;
}

@media only screen and (max-width: 767px)  {
	.double-phone-wrapper-item {
		margin-bottom: 30px;
	}

	.gyms-row {
		margin: 0 10px;
	}

}

/* UTILS */

.wiki-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
}

.linky {
	text-decoration: underline;
}

.linky:hover, .linky:focus, .linky:active {
	text-decoration: underline;
	color:#56C7FF;
}

/* Strategy Title */

.strategy-title {
	background-image: linear-gradient(-142deg, #FFF300 0%, #FFCC00 100%);
	background-color: #ffcc00;
	background-size: cover;
	position: relative;
	padding: 50px 0;
	color: #1a1a1a;
	letter-spacing: -0.5px;
}

.strategy-title-css {
	margin-top: 70px;
	margin-bottom: 40px;
}

.strategy-title h1 {
	font-size: 42px;
	line-height: 50px;
	font-weight: 700;
	margin-bottom: 20px;
}

.strategy-title .strategy-title-sub-text {
	color: #2a2a2a;
	font-size: 30px;
	padding: 0 120px;
	margin-bottom: 0;
}

@media only screen and (max-width: 767px)  {
	.strategy-title h2, .strategy-title h4 {
		text-align: left;
	}

	.strategy-title .strategy-title-sub-text {
		font-size: 30px;
		text-align: left;
		padding: 0 0;
	}

	p,h1,h2,h3,h4,h4,h5 {
		text-align: left;
	}
}

.svg-bg {
	/*background-color: #ffcc00;*/
/*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='charlie-brown' fill='%23f9bb00' fill-opacity='0.52'%3E%3Cpath d='M9.8 12L0 2.2V.8l10 10 10-10v1.4L10.2 12h-.4zm-4 0L0 6.2V4.8L7.2 12H5.8zm8.4 0L20 6.2V4.8L12.8 12h1.4zM9.8 0l.2.2.2-.2h-.4zm-4 0L10 4.2 14.2 0h-1.4L10 2.8 7.2 0H5.8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");*/
}

.rj-logo {
	margin-top: 14px;
	margin-bottom: 20px;
	max-height: 64px;
}

.a-500s-company {
	padding:29px 20px;
	height:98px;
	position: absolute;
	right:0;
}

#topbar {
	position: absolute;
	top: 102px;
	left: 0;
	width: 100%;
	z-index: 999999;
	padding:0;
	background-color: #ffcc00;
}

@media only screen and (max-width: 767px)  {
	#topbar {
		display:none;
	}
	.a-500s-company {
		display: block;
		padding:0px;
		height:38px;
		position: static;
		margin: 0 auto;
	}
	.intro {
		padding-bottom: 20px;
	}
}

.header-navigation {
	margin: 0 auto;
	display: table;
	line-height: 50px;
}

.header-navigation a {
	font-weight: 400;
	font-size:16px;
	letter-spacing: 0.2px;
	font-family: 'Montserrat', sans-serif;
	/* STRATEGY: */
color: #1a1a1a;
}

.header-navigation > .nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background: none!important;
		font-size: 18px;
		font-weight: 700;
		padding-left: 20px;
		padding-right: 20px;
		/*margin-left: 10px;*/
		/*margin-right: 10px;*/
}

.ul-nav {
	position: relative;
	width: 100%;
}

.header-sub-navigation {
	margin: 0 auto;
	display: table;
	font-family: 'Montserrat', sans-serif;
}

.header-sub-navigation a {
	letter-spacing: 0.3px;
	font-weight: bold;
	font-size:20px;
	color:#FFDE00;
	opacity:1;
}

.header-sub-navigation a:hover {
	letter-spacing: 0.3px;
	font-weight: bold;
}

/* Arrow, based on @shojberg's http://www.cssarrowplease.com/ */

.arrow-wrapper {
	margin-left: 300px;
	margin-right: 140px;
	margin-top: 22px;
	margin-bottom: 14px;
	background-color: #D1B700;
	border-radius: 10px;
}

.arrow {
	position: relative;
}
.arrow:after, .arrow:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow:after {
	border-color: rgba(255, 222, 0, 0);
	border-bottom-color: #FFDE00;
	border-width: 0px;
	margin-left: 0px;
}
.arrow:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #D1B700;
	border-width: 18px;
	margin-left: -18px;
}

.section-header {
	margin-bottom: 50px;
	padding: 0 80px;
}

@media only screen and (max-width: 767px)  {
	.section-header {
		/*margin-bottom: 50px;*/
		padding: 0 20px;
	}

	section h1{
		font-size: 36px;
	}

}

@media only screen and (min-width: 767px)  {
.opportunity-title{
	padding: 0 200px;
}
}
section .title {
	font-family: 'Montserrat', sans-serif;
	color:#ffcc00;
	margin-bottom: 30px;
}

section .title span{
	font-size: 18px;
	line-height: 30px;
	display: inline-block;
	vertical-align: sub;
	margin-left: 10px;
}

section h1{
	color:#eaeaea;
	margin-bottom: 14px;
}

section h2 {
	color:#c0c0c0;
	font-weight:lighter;
	font-size:24px;
	line-height: 29px;
}
@media only screen and (min-width: 767px)  {
section h2 {
	padding: 0 200px;
}
}
section h3 {
	color:#eaeaea;
	margin-bottom: 20px;
	line-height: 30px;
}

section p {
	color:#cacaca;
}

section .topic {
	margin-bottom:70px;
}

.cms-logos {
	padding-top:30px;
	line-height: 100px;
	white-space: nowrap;
}

.cms-logos > * {
  vertical-align: middle;
}

.cms-logo {
	max-height: 90px;
	display: inline-block;
}

@media only screen and (max-width: 767px)  {
	.cms-logo {
		max-height: 60px;
		max-width: 250px;
	}
}

.acq-logos img {
	width:100%;
}

.integration-method {
	background-color: #171717;
	/*border: 1px solid #171717;*/
	border-radius: 20px;
	padding: 30px;
	margin-top: 15px;
}

.integration-method-container {
	margin-top: 20px;
}

.integration-method-icon {
	margin-bottom: 20px;
	text-align: center;
}

.integration-method-option {
	font-weight: bold;
	line-height: 30px;
	font-size: 19px;
	margin-bottom: 20px;
	text-align: center;
}

.integration-method-icon img {
	height:58px;
}

.integration-method-description {
	font-size: 18px;
	text-align: center;
	color: #9a9a9a;
}

.requests {
	margin-top:20px;
}

.requests img {
	margin-bottom: 20px;
}

.mobile-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 20px;
	text-align:center;
	letter-spacing: 0.3px;
	opacity: 0.3;
}

.open-image-popup:hover {
	cursor: pointer;
}

.acq-full-list {
	text-align: center;
	margin-top: 40px;
	font-size: 16px;
}

.acq-full-list a {
	color:#ffcc00;
}

.acq-full-list a:hover {
	color:#FFE787;
	text-decoration: underline;
}

.gyms-row .img-responsive {
	vertical-align: middle;
	display: inline-block;
	max-height: 90px;
}

.gyms-row {
	text-align: center;
	padding: 30px 0;
	line-height: 95px;
}
