/*
Table Of Contents
 
 1.) Typography
 2.) Default Styles
 
 *-- Common styles --*
 a.) Container and Grids
 
 3.) Header - Main
 4.) Main - Content
 5.) Banner - Main
 6.) CTA - Content
 7.) Applications - List
 9.) Split - Band
 9.) Module - Info
 10.) Split - Columns
 11.) CTA - Banner - Right
 12.) Two - Column - Articles
 13.) CTA - Banner - Left
 14.) Social - Feeds
 15.) CTA - Content2
 16.) Footer - Main
 
 17.) Inner Pages - Common Styles
      Banner Inner
      Content Inner
      Content Default
      Sidebar
 
 18.) Intro - Content
 19.) Ribbon - Box
 20.) Team - Info
 21.) Capabilities - Info
 22.) Content - Slider
 23.) Split - Band2
 24.) Two - Column - Articles2
 25.) Single - Band
 26.) CTA - Content3
 27.) Two - Column - Articles3
 28.) Case - Studies
 29.) CTA - Content4
 30.) Tab - Content
 31.) Two - Column - Articles4
 32.) Two - Column - Articles5
 33.) Quick - Statistics
 34.) Content - Slider2
 35.) CTA - Banner
 36.) Blog - Page
 37.) Post - Page
 38.) Fancybox
 39.) Title - Description - (Notes)
 40.) Background Colors and Text - Colors
 
===============================================*/

/*
 1.) Typography
----------------------------------------*/

@import url("bootstrap.min.css") all;
@import url("font-awesome.css") all;
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url("animate.css") all;
@import url("mmenu.all.css") all;


/*
 2.) Default Styles
----------------------------------------*/

html {
	font-size: 1.000rem;
}

body {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1rem;
	color: #000000;
	line-height: 1.75rem;
	background: #71b0b7;
	margin: 0;
	padding: 0;
}

pre {
	word-break: normal;
	word-wrap: normal;
}

img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	line-height: .5em;
}

@media (max-width: 991px) {
body {
	font-size: 0.9375rem;
	line-height: 1.625rem;
}
}

@media (max-width: 767px) {
body {
	font-size: 0.9375rem;
	line-height: 1.438rem;
}
}


/*= Links 
=======================================================*/

a {
	font-weight: 700;
	color: #e87e36;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
	outline: 0;
}

a:hover,
a:active,
a:focus {
	color: #1f8aa7;
	text-decoration:underline;
	outline: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

a:visited {
	outline: 0;
	text-decoration: none;
}

a[href^="tel:"], 
a[href^="fax:"] {
	color: #e87e36;
	text-decoration: none;
}

a:hover[href^="tel:"], 
a:hover[href^="fax:"] {
	color: #1f8aa7;
	text-decoration: underline;
}


/*= Headings: P, H1, H2, H3, H4, H5, H6 
=======================================================*/

h1,
h2,
h3,
h4,
h5 {
	font-weight: 400;
	color: #000000;
	padding: 0;
	margin: 0;
}

h1 {
	font-weight: 300;
	font-size: 3rem;
	line-height: 3.25rem;
	letter-spacing: -0.02em;
	padding-bottom: 24px;
}

h1 a {
	font-weight: 300;
}

h2,
h1.post-title {
	font-size: 2.25rem;
	line-height: 2.5rem;
	letter-spacing: -0.02em;
	padding-bottom: 5px;
}

h2 a {
	font-weight: 400;
}

h1.post-title {
	font-weight: 300;
	padding-bottom: 41px;
}

h1.post-title a {
	font-weight: 300;
}

h3 {
	font-weight: 600;
	font-size: 1.75rem;
	line-height: 2rem;
	letter-spacing: -0.02em;
	padding-bottom: 5px;
}

h3 a {
	font-weight: 600;
}

h4 {
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.75rem;
	letter-spacing: -0.01em;
	padding-bottom: 5px;
}

h4 a {
	font-weight: 600;
}

h5 {
	font-weight: 700;
	font-size: 1.375rem;
	line-height: 1.375rem;
	padding-bottom: 5px;
}

p {
	padding: 0 0 13px 0;
	margin: 0;
}

p:last-child {
	padding: 0 0 25px 0;
}

em,
em a {
	font-weight: 400;
	font-style: italic;
}

strong,
strong a {
	font-weight: 700;
}

.regular,
.regular a {
	font-weight: 400;
}

.light,
.light a {
	font-weight: 300;
}

.light-italic {
	font-weight: 300;
	font-style: italic;
}

.semi-bold,
.semi-bold a {
	font-weight: 600;
}

.semi-bold-italic {
	font-weight: 600;
	font-style: italic;
}

.center {
	text-align: center;
}

@media (max-width: 991px) {
h1 {
	font-size: 2.5rem;
	line-height: 2.75rem;
}

h2,
h1.post-title {
	font-size: 1.875rem;
	line-height: 2.125rem;
}

h1.post-title {
	padding-bottom: 28px;
}

h3 {
	font-size: 1.563rem;
	line-height: 1.875rem;
}

h4 {
	font-size: 1.375rem;
	line-height: 1.625rem;
}

h5 {
	font-size: 1.125rem;
	line-height: 1.25rem;
}

p:last-child {
	padding: 0 0 25px 0;
}
}

@media (max-width: 767px) {
h1 {
	font-size: 2.125rem;
	line-height: 2.375rem;
	padding-bottom: 15px;
}

h2,
h1.post-title {
	font-size: 1.625rem;
	line-height: 1.875rem;
}

h1.post-title {
	padding-bottom: 20px;
}

h3 {
	font-size: 1.438rem;
	line-height: 1.75rem;
}

h4 {
	font-size: 1.25rem;
	line-height: 1.5rem;
}

h5 {
	font-size: 1.063rem;
	line-height: 1.25rem;
}

p:last-child {
	padding: 0 0 15px 0;
}
}


/*= Alt - Heading
=======================================================*/

.alt-heading {
	font-weight: 300;
	font-size: 2.75rem;
	line-height: 3rem;
}

@media (max-width: 991px) {
.alt-heading {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
}

@media (max-width: 767px) {
.alt-heading {
	font-size: 2rem;
	line-height: 2.25rem;
}
}


/*= Blockquote
=======================================================*/

blockquote {
	width: 100%;
	float: left;
	font-weight: 300;
	font-size: 2.25rem;
	color: #000000;
	line-height: 2.75rem;
	text-transform: none;
	text-align: center;
	background: #e4f1f4 url(../img/dots-02.png) repeat center;
	border: none;
	border-radius: 0;
	box-shadow: none;
	position: relative;
	padding: 5%;
	margin: 27px 0 30px 0;
}

blockquote strong {
	font-weight: 400;
}

blockquote .box-inside {
	width: 100%;
	max-width: 510px;
	margin: 0 auto;
}

@media (max-width: 991px) {
blockquote {
	font-size: 2rem;
	line-height: 2.375rem;
}

blockquote .box-inside {
	max-width: 440px;
}
}

@media (max-width: 767px) {
blockquote {
	font-size: 1.75rem;
	line-height: 2rem;
	padding: 7%;
	margin: 6px 0 8px 0;
}
}


/*= Unorder List 
=======================================================*/

ul,
ol {
	list-style: none;
	padding: 10px 0 0 19px;
	margin: 0;
}

li {
	font-weight: 600;
	line-height: 1.5rem;
	position: relative;
	padding: 0 0 10px 19px;
	margin: 0;
}

li:last-child {
	padding-bottom: 15px;
}

ul li::before {
	content: "";
	width: 8px;
	height: 8px;
	float: left;
	background: #1f8aa7;
	border-radius: 20px;
	position: absolute;
	top: 8px;
	left: 0;
}

li ul:last-child li:last-child,
li ol:last-child li:last-child {
	padding-bottom: 0;
}

li ul,
li ol {
	padding-top: 10px;
}

@media (max-width: 991px) {
ul,
ol {
	padding-top: 8px;
}

li {
	line-height: 1.25rem;
}

ul li::before {
	top: 7px;
}
}

@media (max-width: 767px) {
ul,
ol {
	padding: 4px 0 0 5px;
}

li {
	line-height: 1.25rem;
	padding-bottom: 5px;
}

li:last-child {
	padding-bottom: 10px;
}
}



/*= Order List 
=======================================================*/

ol {
	counter-reset: item;
}

ol > li {
	counter-increment: item;
}

ol > li:before {
	content: counter(item);
	font-weight: 800;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

ol > li:nth-child(n+10):before {
	left: -10px;
}

ol > li:nth-child(n+100):before {
	left: -20px;
}


/* #Input Styles
================================================= */

form ul li:before {
	content: "";
	display: none;
}

textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0;
	-webkit-appearance: value;
	-moz-appearance: value;
}

input,
textarea,
select {
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

label {
	width: 100%;
	float: left;
	font-weight: 400;
	font-size: 1rem;
	color: #000000;
	line-height: 1.5rem;
	text-transform: none;
	padding: 0 0 10px 0;
	margin: 0;
}

.req {
	color: #ff0000;
}

textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	width: 100%;
	height: 40px;
	float: left;
	font-weight: 400;
	font-size: 0.9375rem;
	color: #000000;
	line-height: 1.25rem;
	background: #f5f5f5;
	border: 1px solid #dddddd;
	border-radius: 0;
	outline: none;
	position: relative;
	padding: 10px 15px;
	margin: 0;
}

textarea {
	height: 160px;
	padding: 10px 15px;
	outline: none;
	resize: none;
}

select {
	background-image: url(../images/arrow-down-select.png);
	background-size: 23px auto;
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-top: 0;
	padding-right: 35px;
	padding-bottom: 0;
}

select::-ms-expand {
	display:none;
}

/* select - Colored */
select.colorize option:not([disabled]) {
	color: #000000;
}

select.colorize option.def:not([disabled]),
select.colorize.empty:not([disabled]) {
	color: #777777;
}

::placeholder {
	color: #777777;
}

::-webkit-input-placeholder, 
::-webkit-textarea-placeholder {
	color: #777777;
}

input::-moz-placeholder, 
textarea::-moz-placeholder {
	color: #777777;
}

::-moz-placeholder {
	color: #777777;
}

::-ms-input-placeholder {
	color: #777777;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: #1f8aa7;
	outline: 0;
}


/* #Buttons
================================================== */

.btn,
button,
input[type="button"],
input[type="submit"] {
	float: none;
	display: inline-block;
	font-weight: 600;
	font-size: 1rem;
	color: #e87e36;
	line-height: 1.25rem;
	letter-spacing: 0.06em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	vertical-align: middle;
	background: none;
	border: 2px solid #e87e36;
	border-radius: 360px;
	box-shadow: none;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	outline: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 10px 30px;
	margin: 0;
}

.btn i,
button i { 
	font-size: 0.75rem;
	position: relative;
	top: -2px;
	margin-left: 2px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active,
.btn.active:focus,
button:hover,
button:focus,
button:active,
button:active:focus,
button.active,
button.active:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:active:focus,
input[type="button"].active,
input[type="button"].active:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:active:focus,
input[type="submit"].active,
input[type="submit"].active:focus {
	color: #ffffff;
	background: #e87e36;
	text-decoration: none;
	outline: 0;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-fill,
button.btn-fill,
input.btn-fill[type="button"],
input.btn-fill[type="submit"] {
	color: #ffffff;
	background: #e87e36;
	border-color: #e87e36;
}

.btn-fill:hover,
.btn-fill:focus,
.btn-fill:active,
.btn-fill:active:focus,
.btn-fill.active,
.btn-fill.active:focus,
button.btn-fill:hover,
button.btn-fill:focus,
button.btn-fill:active,
button.btn-fill:active:focus,
button.btn-fill.active,
button.btn-fill.active:focus,
input.btn-fill[type="button"]:hover,
input.btn-fill[type="button"]:focus,
input.btn-fill[type="button"]:active,
input.btn-fill[type="button"]:active:focus,
input.btn-fill[type="button"].active,
input.btn-fill[type="button"].active:focus,
input.btn-fill[type="submit"]:hover,
input.btn-fill[type="submit"]:focus,
input.btn-fill[type="submit"]:active,
input.btn-fill[type="submit"]:active:focus,
input.btn-fill[type="submit"].active,
input.btn-fill[type="submit"].active:focus {
	color: #ffffff;
	background: #1f8aa7;
	border-color: #1f8aa7;
}

.btn-white,
button.btn-white,
input.btn-white[type="button"],
input.btn-white[type="submit"] {
	color: #ffffff;
	border-color: #ffffff;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white:active:focus,
.btn-white.active,
.btn-white.active:focus,
button.btn-white:hover,
button.btn-white:focus,
button.btn-white:active,
button.btn-white:active:focus,
button.btn-white.active,
button.btn-white.active:focus,
input.btn-white[type="button"]:hover,
input.btn-white[type="button"]:focus,
input.btn-white[type="button"]:active,
input.btn-white[type="button"]:active:focus,
input.btn-white[type="button"].active,
input.btn-white[type="button"].active:focus,
input.btn-white[type="submit"]:hover,
input.btn-white[type="submit"]:focus,
input.btn-white[type="submit"]:active,
input.btn-white[type="submit"]:active:focus,
input.btn-white[type="submit"].active,
input.btn-white[type="submit"].active:focus {
	color: #ffffff;
	background: rgba(255, 255, 255, .15);
}

.btn-out {
	width: 100%;
	float: left;
}


/* #Owl-carousel
=======================================================*/

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
 @-webkit-keyframes 
fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
@keyframes 
fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev, 
.owl-carousel .owl-controls .owl-nav .owl-next, 
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-item img {
	height:auto;
	display: inline-block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.no-js .owl-carousel {
	display: block;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
	height:auto;
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(../img/owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn, 
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}


/* #Slider Controls
================================================== */

.owl-controls {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}


/* Previous and Next */
.owl-nav div {
	width: 40px;
	height: 40px;
	float: left;
	border: 2px solid #e87e36;
	border-radius: 40px;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -99999px;
	margin: -20px 0 0 0;
}

.owl-nav div:before {
	width: 100%;
	height: 100%;
	float: left;
	font-family: "FontAwesome";
	font-size: 1rem;
	color: #e87e36;
	line-height: 2.375rem;
	text-align: center;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.owl-nav .owl-prev {
	left: 20px;
}

.owl-nav .owl-prev:before {
	content: "\f053";
	padding-right: 3px;
}

.owl-nav .owl-next {
	right: 20px;
}

.owl-nav .owl-next:before {
	content: "\f054";
	padding-left: 3px;
}

@media (max-width: 991px) {
.owl-nav div {
	width: 34px;
	height: 34px;
	margin: -17px 0 0 0;
}

.owl-nav div:before {
	font-size: 0.875rem;
	line-height: 2rem;
}
}

@media (max-width: 767px) {
.owl-nav div {
	width: 30px;
	height: 30px;
	margin: -15px 0 0 0;
}

.owl-nav div:before {
	font-size: 0.75rem;
	line-height: 1.75rem;
}

.owl-nav .owl-prev {
	left: 10px;
}

.owl-nav .owl-prev:before {
	padding-right: 2px;
}

.owl-nav .owl-next {
	right: 10px;
}

.owl-nav .owl-next:before {
	padding-left: 2px;
}
}


/* Bullets */
.owl-dots {
	width: 100%;
	float: left; 
	text-align: center; 
	padding: 20px 0 0 0;
	margin: 0;
}

.owl-dots .owl-dot {
	width: 14px;
	height: 14px;
	float: none;
	display: inline-block;
	vertical-align: top;
	background: none; 
	border: 2px solid #e87e36;
	border-radius: 30px;
	text-indent: -9999px;
	padding: 0;
	margin: 0 4px;
}

.owl-dots .owl-dot.active {
	background: #e87e36; 
}

.owl-carousel .owl-controls .disabled, 
.owl-carousel .owl-controls .disabled {
	display: none!important;
}

@media (max-width: 991px) {
.owl-dots .owl-dot {
	width: 13px;
	height: 13px; 
}
}

@media (max-width: 767px) {
.owl-dots .owl-dot {
	width: 12px;
	height: 12px; 
	margin: 0 3px;
}
}



/*= Table
=======================================================*/

table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	font-size: 90%;
	table-layout: fixed;
}
.main-content thead{background: #F0F0F0;  border-bottom: 3px solid #e87e36;}
.main-content table th{padding: 10px 10px;  line-height: 163%; border: 1px solid #ccc;}
.main-content table td{padding: 3px 10px;    border: 1px solid #ccc;}
/*= Container - Main
=======================================================*/

.container-main {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}

.container {
	width: 100%;
	max-width: 1260px;
	padding: 0 30px;
}

@media (min-width: 1200px) {
.container {
	width: 100%;
	max-width: 1260px;
	padding: 0 30px;
}
}

@media (max-width: 1199px) {
.hidden-sm {
	display: none!important;
}

.visible-sm {
	display: block!important;
}
}

@media (max-width: 991px) {
.container {
	width: 100%;
	max-width: 100%;
	padding: 0 80px;
}
}

@media (max-width: 767px) {
.container {
	width: 100%;
	max-width: 540px;
	padding: 0 20px;
}
}


/*
 3.) Header - Main
----------------------------------------*/

.header-main {
	width: 100%;
	height: 75px;
	float: left;
	background: #ffffff;
	box-shadow: rgba(0,0,0, .18) 0 0 15px;
	position: relative;
	position: fixed;
	z-index: 1000;top: 0;
}
.logged-in .header-main{top:32px;}


@media (max-width: 767px) {
.header-main {
	height: 50px;
}

.header-main .container {
	padding: 0 30px;
}
.logged-in .header-main{top:46px;}
.logged-in .main-content{margin-top:50px;}
}

@media (max-width: 991px) {
.header-main .container {
	padding: 0 30px;
}
}

@media (max-width: 767px) {
.header-main .container {
	max-width: 100%;
	padding: 0 20px;
}
}


/* Site Brand */
.header-main .brand {
	width: 200px;
	float: left;
	background: #ccc;
	margin: 9px -500px 0 0;
}

.header-main .brand img {
	width: 100%;
	vertical-align: top;
}

@media (max-width: 1199px) {
.header-main .brand {
	width: 148px;
	margin-top: 3px;
}
	
	
}


/* Nav - Bar */
@media (min-width: 768px) {
.header-main .nav-bar {
	float: right;
}

/* Main - Menu */
.header-main .main-menu {
	float: left;
}

.header-main .main-menu ul {
	float: left;
	padding: 0;
	margin: 0;
}

.header-main .main-menu ul li {
	float: left;
	font-size: 0.7rem;
	position: relative;
	padding: 0;
	margin: 0 0 0 30px;
}

.header-main .main-menu ul li:after, 
.header-main .main-menu ul li:before {
	display: none;
}

.header-main .main-menu ul li > a {
	height: 75px;
	float: left;
	font-weight: 400;
	color: #e87e36;
	line-height: 4.688rem;
	letter-spacing: 0.005em;
	text-decoration: none;
	position: relative;
}

/*
.header-main .main-menu ul li.menu-item-has-children > a {
	padding-right: 15px;
}

.header-main .main-menu ul li.menu-item-has-children > a:after {
	float: right;
	content: "\f107";
	font-family: "FontAwesome";
	position: absolute;
	bottom: auto;
	left: auto;
	top: 1px;
	right: 0;
	display: block;
}
*/

.header-main .main-menu ul li:hover > a, 
.header-main .main-menu ul li.current-menu-item > a, 
.header-main .main-menu ul li.current-menu-parent > a, 
.header-main .main-menu ul li.current-menu-ancestor > a {
	color: #1f8aa7;
}

.header-main .main-menu ul li:hover > ul {
	display: block;
}

.header-main .main-menu ul li ul {
	width: 200px;
	float: left;
	text-align: left;
	background: rgba(255, 255, 255, .95);
	border: 1px solid rgba(0, 0, 0, .20);
	border-top: 3px solid #e87e36;
	box-shadow: rgba(0, 0, 0, .2) 0 2px 5px;
	display: none;
	position: absolute;
	top: 72px;
	left: 0;
	padding: 10px 0;
	margin: 0;
	z-index: 9999;
}

.header-main .main-menu ul li ul li {
	width: 100%;
	height: auto;
	float: left;
	font-size: 0.875rem;
	line-height: 1.25em;
	padding: 0;
	margin: 0;
}

.header-main .main-menu ul li ul li a {
	width: 100%;
	height: auto;
	line-height: normal;
	color: #000000;
	letter-spacing: 0.02em;
	text-transform: none;
	padding: 10px 25px 10px 18px;
}

.header-main .main-menu ul li ul li.menu-item-has-children > a {
	padding-right: 25px;
}

.header-main .main-menu ul li ul li.menu-item-has-children > a:after {
	float: right;
	content: "\f105";
	font-family: "FontAwesome";
	position: absolute;
	bottom: auto;
	left: auto;
	top: 50%;
	right: 14px;
	margin: -7px 0 0 0;
	display: block!important;
}
 
.header-main .main-menu ul li ul li.current-menu-item > a, 
.header-main .main-menu ul li ul li.current-menu-parent > a, 
.header-main .main-menu ul li ul li.current-menu-ancestor > a {
	color: #e87e36;
}
.header-main .main-menu ul li ul li:hover > a{color: #ffffff;
	background: #e87e36;}
.header-main .main-menu ul li.current-menu-item ul.sub-menu{}
.header-main .main-menu ul li.current-menu-item ul.sub-menu li:hover a{    background: #e87e36;  color: #FFF;}
.header-main .main-menu ul li ul li ul {
	border-top: 1px solid rgba(0, 0, 0, .20);
	top: -11px!important;
	left: 198px!important;
}

.header-main .main-menu ul li:nth-last-child(1) ul,
.header-main .main-menu ul li:nth-last-child(2) ul {
	/*left: auto;
	right: 0;*/
}

.header-main .main-menu ul > li:nth-last-child(1) ul li ul, 
.header-main .main-menu ul > li:nth-last-child(2) ul li ul,
.header-main .main-menu ul > li:nth-last-child(3) ul li ul,
.header-main .main-menu ul > li:nth-last-child(4	) ul li ul {
	left: auto!important;
	right: 198px!important;
}


/* Search - Box */
.header-main .search-box {
	height: 30px;
	float: right;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: relative;
	padding: 0 17px 0 0;
	margin: 23px 0 0 17px;
}

.header-main .search-box:hover,
.header-main .search-box.focus {
	padding: 0 29px 0 0;
}

.header-main .search-box .input {
	width: 0;
	height: 30px;
	font-size: 0.575rem;
	line-height: 0.875rem;
	letter-spacing: normal;
	vertical-align: top;
	background: #ffffff;
	border: 1px solid transparent;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	padding: 0;
	margin: 0;
}

.header-main .search-box ::placeholder {
	font-weight: 400;
	font-style: italic;
	color: #666666;
}

.header-main .search-box ::-webkit-input-placeholder, 
.header-main .search-box ::-webkit-textarea-placeholder {
	font-weight: 400;
	font-style: italic;
	color: #666666;
}

.header-main .search-box input::-moz-placeholder, 
.header-main .search-box textarea::-moz-placeholder {
	font-weight: 400;
	font-style: italic;
	color: #666666;
}

.header-main .search-box ::-moz-placeholder {
	font-weight: 400;
	font-style: italic;
	color: #666666;
}

.header-main .search-box ::-ms-input-placeholder {
	font-weight: 400;
	font-style: italic;
	color: #666666;
}

.header-main .search-box .btn-search {
	width: 17px;
	height: 30px;
	float: right;
	font-size: 1rem;
	color: #e87e36;
	line-height: 1.875rem;
	text-align: right;
	background: none;
	border: none;
	border-radius: 0;
	outline: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	padding: 0;
	margin: 0;
}

.header-main .search-box .btn-search.disabled {
	cursor: pointer;
}

.header-main .search-box:hover .btn-search, 
.header-main .search-box.focus .btn-search {
	width: 30px;
	color: #ffffff;
	text-align: center;
	background: #e87e36;
}

.header-main .search-box:hover .input, 
.header-main .search-box .input:focus {
	width: 85px;
	border-color: #dddddd;
	padding: 2px 10px 3px 10px;
	margin: 0;
}
}

@media (min-width: 1200px) {
.header-main .main-menu ul li {
	
	font-size: 1rem;
	
}
	
	.header-main .search-box:hover .input, 
.header-main .search-box .input:focus {
	width: 170px;
	
}
	.header-main .search-box .input {
	
		font-size: 0.875rem; }
}

@media (max-width: 767px) {
.header-main .nav-bar {
	display: none;
}
}


/* Menu - Btn */
.menu-btn {
	width: 22px;
	height: 24px;
	float: left;
	position: absolute;
	top: 17px;
	right: 30px;
	z-index: 10;
	cursor: pointer;
	display: none;
}

.menu-btn:before,
.menu-btn:after {
	display: none;
}

.menu-btn .icon-bar {
	width: 100%;
	height: 3px;
	float: left;
	text-indent: -99999px;
	background: #e87e36;
	border-radius: 1px;
	position: relative;
	transition: all 0.4s ease;
	margin: 7px 0 0 0;
}

.menu-btn .icon-bar:after {
	width: 100%;
	height: 3px;
	float: left;
	background: #e87e36;
	border-radius: 1px;
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	transition: all 0.4s ease;
}

.menu-btn .icon-bar:before {
	width: 100%;
	height: 3px;
	float: left;
	background: #e87e36;
	border-radius: 1px;
	content: "";
	position: absolute;
	top: -7px;
	left: 0;
	transition: all 0.4s ease;
}

@media (max-width: 767px) {
.menu-btn {
	display: block;
}
}

@media (max-width: 767px) {
.menu-btn {
	right: 20px;
}
}


/* MM - Menu */
.mm-menu {
	background: rgba(255, 255, 255, .93);
	color: #000000;
}

.mm-close:before {
	width: 20px;
	height: 20px;
	content: "\f00d";
	font-family: "FontAwesome";
	font-size: 1.5rem;
	color: #e87e36;
	line-height: 1.25rem;
	border: none;
	top: 17px;
	right: 20px;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg)
}

.mm-close:after {
	display: none;
}

.mm-prev:before {
	width: 20px;
	height: 20px;
	content: "\f053";
	font-family: "FontAwesome";
	font-size: 1.25rem;
	color: #e87e36;
	line-height: 1.25rem;
	border: none;
	top: 17px;
	left: 20px;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg)
}

.mm-navbar { 
	height: 120px!important;
	border-bottom: none!important;
}

.mm-hasnavbar-top-4 .mm-panels {
    top: 120px!important;
}

.search-top-fix {
	width: 100%;
	float: left;
	position: absolute;
	top: 67px;
	left: 0;
	z-index: 100;
	padding: 0 20px;
	margin: 0;
}

.search-top-fix form {
	width: 100%;
	height: 51px;
	float: left;
	border-bottom: 1px solid #cccccc;
	position: relative;
	padding: 0 0 0 50px;
	margin: 0;
}

.search-top-fix .input {
	width: 100%;
	height: 50px;
	float: left;
	font-size: 1.25rem;
	line-height: 1.875rem;
	background: none;
	border: none;
	padding: 11px 0 11px 0;
	margin: 0;
}

.search-top-fix .btn-search {
	width: 50px;
	height: 50px;
	float: left;
	font-size: 1.375rem;
	color: #000000;
	line-height: 3.125rem;
	text-align: left;
	background: none;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}

.mm-menu .mm-panel ul.mm-listview {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0!important;
}

.mm-menu .mm-panel ul.mm-listview > li {
	width: 100%;
	float: left;
	font-weight: 600;
	font-size: 0.875rem;
	color: #000000;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

.mm-menu .mm-panel ul.mm-listview > li:before {
	display: none;
}

.mm-listview > li:not(.mm-divider)::after {
	display: none;
}

.mm-menu .mm-panel ul.mm-listview > li > a {
	width: 100%;
	float: left;
	font-weight: 600;
	color: #000000;
	padding: 7px 0;
}

.mm-menu .mm-panel ul.mm-listview > li > a:after {
	font-family: "FontAwesome";
	font-size: 1.25rem;
	color: #e87e36;
}

.mm-menu .mm-panel ul.mm-listview li > .mm-next {
	width: 50px;
	float: right;
	background: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
}

.mm-menu .mm-panel ul.mm-listview li > .mm-next::before {
	width: 50px;
	float: right;
	content: "\f054";
	font-family: "FontAwesome";
	font-size: 0.875rem;
	color: #e87e36;
	line-height: 0.875rem;
	text-align: right;
	border: none;
	padding: 11px 0 0 0;
}

.mm-menu .mm-panel ul.mm-listview li > .mm-next::after {
	display: none;
}

.mm-menu .mm-panel ul.mm-listview li:hover > a, 
.mm-menu .mm-panel ul.mm-listview li.current-menu-item > a, 
.mm-menu .mm-panel ul.mm-listview li.current-menu-parent > a, 
.mm-menu .mm-panel ul.mm-listview li.current-menu-ancestor > a {
	color: #1f8aa7;
}


/*
 4.) Main - Content
----------------------------------------*/


.main-content {
	width: 100%;
	float: left; margin-top: 75px;
    position: relative;
}

/* verticalalign middle */
.outer-bg {
	width: 100%;
	height: 100%;
	float: left;
	display: table;
}

.inner-bg {
	width: 100%;
	height: 100%;
	float: none;
	display: table-cell;
	vertical-align: middle;
}

/* Social - Links */
.social-links {
	width: 100%;
	float: left;
}

.social-links ul {
	float: left;
	padding: 0!important;
	margin: 0 0 -14px 0!important;
}

.social-links ul li {
	width: auto!important;
	padding: 0!important;
	margin: 0 14px 14px 0!important;
}

.social-links ul li:before, .social-links ul li:after {
	display: none;
}

.social-links ul li a {
	width: 40px;
	height: 40px;
	float: left;
	font-family: "FontAwesome"!important;
	font-size: 1rem!important;
	color: #ffffff!important;
	line-height: 2.5rem;
	text-align: center;
	text-decoration: none!important;
	background: rgba(255, 255, 255, .20);
	border-radius: 30px;
}

.social-links ul li a:hover {
	background: rgba(255, 255, 255, .30);
}

/* Social - Links2 */
.social-links2 {
	width: 100%;
	float: left;
	padding: 0 0 30px 0;
	overflow: hidden;
}

.social-links2 ul {
	float: left;
	padding: 0;
	margin: 0 0 -5px 0;
}

.social-links2 ul li {
	width: auto;
	float: left;
	padding: 0;
	margin: 0 5px 5px 0;
}

.social-links2 ul li:before, .social-links2 ul li:after {
	display: none;
}

.social-links2 ul li a {
	width: 30px;
	height: 30px;
	float: left;
	font-family: "FontAwesome";
	font-size: 1rem;
	color: #ffffff;
	line-height: 1.875rem;
	text-align: center;
	text-decoration: none;
	background: #8c8d8d;
}

.social-links2 ul li a.fa-linkedin,  .social-links2 ul li.linkedin a{
	background: #007FB1;
}

.social-links2 ul li a.fa-twitter, .social-links2 ul li.twitter a {
	background: #1da1f2;
}

.social-links2 ul li a:hover {
	opacity: .90;
}
.sidebar_widget{width: 100%;
    float: left;
    padding: 0 0 15px 0;
    overflow: hidden;}
.sidebar_widget .widget_recent_entries ul li::before{display:none;}
.sidebar_widget .widget_recent_entries ul li{padding-left: 0; margin-bottom: 10px;  float: left; width: 100%;}
.sidebar_widget .widget_recent_entries ul li a{    color: #333;  font-weight: normal;}
.sidebar_widget .widget_recent_entries ul li a:hover{color:#e87e36;}
.sidebar_widget .widget_recent_entries ul li .post-date{float: left;  width: 100%; display: block; font-size: 14px; line-height: 20px;
font-weight: normal; color: #8c8b8b;}
.sidebar_widget .widget_recent_entries ul{padding-left:0;}

@media (max-width: 1199px) {
.social-links2 {
	text-align: center;
}

.social-links2 ul {
	width: 100%;
	margin-bottom: -7px;
}

.social-links2 ul li {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 3px 7px 3px;
}
.main-content{margin-top:50px;}
}

/* Custom - Scrollbar */
.scrollable {
	position: relative;
}

.scrollable:focus {
	outline: 0;
}

.scrollable .viewport {
	position: relative;
	overflow: hidden;
}

.scrollable .viewport .overview {
	position: absolute;
}

.scrollable .scroll-bar {
	width: 15px;
	display: none;
	background: #ffffff;
	border-radius: 30px;
	position: relative;
	z-index: 100;
}

.scrollable .scroll-bar .thumb {
	width: 11px!important;
	position: absolute;
	left: 2px;
	background: #d1d0ce;
	border-radius: 30px;
	cursor: default;
}

.scrollable .scroll-bar.vertical {
	position: absolute;
	right: 0;
	width: 15px;
	height: 100%;
}

.not-selectable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (max-width: 991px) {
.scrollable .scroll-bar {
	width: 10px;
}

.scrollable .scroll-bar .thumb {
	width: 6px!important;
	left: 2px;
}

.scrollable .scroll-bar.vertical {
	width: 10px;
}
}


/*
 5.) Banner - Main
----------------------------------------*/

.banner-main {
	width: 100%;
	float: left;
	position: relative;
	z-index: 50;
}

.banner-main .item {
	width: 100%;
	float: left;
	position: relative;
}

.banner-main figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.banner-main figure:before {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(35, 31, 32, .60);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.banner-main figure img {
	width: 100%;
	display: inline-block;
	min-width: 1400px;
	margin: 0 -700px;
}

.banner-main .banner-content {
	width: 100%;
	height: 100%;
	float: left;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

.banner-main .banner-content h1, 
.banner-main .banner-content h2 {
	font-weight: 400;
	font-size: 2.25rem;
	color: #ffffff;
	line-height: 2.875rem;
	letter-spacing: 0.01em;
	padding: 0 0 25px 0;
}

.banner-main .banner-content h1 a, 
.banner-main .banner-content h2 a {
	font-weight: 400;
	color: #ffffff;
}

.banner-main .banner-content h1:last-child, 
.banner-main .banner-content h2:last-child {
	padding-bottom: 0;
}

.banner-main .banner-content .btn {
	padding-right: 30px;
	padding-left: 30px;
}

.banner-main .banner-content .btn i {
	font-size: 1.25rem;
	margin: 0 0 0 2px;
	top: 1px;
}

.banner-main .banner-content aside {
	width: 100%;
	max-width: 780px;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0 30px;
}

.banner-main .banner-content aside.content2 {
	max-width: 940px;
}

.banner-main .owl-nav div {
	background: rgba(35, 31, 31, 0.7);
	border: none;
}

.banner-main .owl-nav div:before {
	color: #ffffff;
	line-height: 2.5rem;
}

.banner-main .owl-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	padding: 0;
}

.banner-main .owl-dots .owl-dot {
	border-color: #ffffff;
}

.banner-main .owl-dots .owl-dot.active {
	background: #ffffff;
}

@media (max-width: 991px) {
.banner-main .banner-content h1, 
.banner-main .banner-content h2 {
	font-size: 1.875rem;
	line-height: 2.5rem;
}

.banner-main .owl-nav div:before {
	line-height: 2.125rem;
}
}

@media (max-width: 767px) {
.banner-main .banner-content aside {
	padding: 0;
}

.banner-main .banner-content h1, 
.banner-main .banner-content h2 {
	font-size: 1.625rem;
	line-height: 2.25rem;
}

.banner-main .owl-nav div:before {
	color: #ffffff;
	line-height: 1.875rem;
}

.banner-main .owl-nav {
	display: none!important;
}

.banner-main .owl-dots {
	bottom: 15px;
}
}


/*
 6.) CTA - Content
----------------------------------------*/

.cta-content {
	width: 100%;
	float: left;
	background: #e87e36;
	overflow: hidden;
	padding: 23px 0;
}

.cta-content .container {
	max-width: 1200px;
}

.cta-content aside {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0 360px 0 0;
	margin: 0 -4px;
}

.cta-content aside h2 {
	color: #ffffff;
	padding: 0;
}

.cta-content aside p {
	color: #ffffff;
	letter-spacing: 0.04em;
}

.cta-content aside p:last-child {
	padding-bottom: 0;
}

.cta-content .btn {
	width: 175px;
	padding-right: 0;
	padding-left: 0;
}

.cta-content .btn-out {
	width: 360px;
	float: none;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	position: relative;
	z-index: 50;
	padding: 0 20px;
	margin: 0 0 0 -360px;
}

@media (max-width: 1199px) {
.cta-content aside {
	padding: 0 200px 0 0;
}

.cta-content .btn-out {
	width: 175px;
	margin: 0 0 0 -175px;
}
}

@media (max-width: 991px) {
.cta-content {
	text-align: center;
	padding: 15px 0 20px 0;
}

.cta-content .container {
	padding: 0 30px;
}

.cta-content aside {
	max-width: 500px;
	padding: 10px 0;
	margin: 0;
}

.cta-content aside h2 {
	padding-bottom: 7px;
}

.cta-content .btn-out {
	width: 100%;
	padding: 10px 0;
	margin: 0;
}
}

@media (max-width: 767px) {
.cta-content {
	text-align: center;
	padding: 17px 0 20px 0;
}

.cta-content .container {
	max-width: 540px;
	padding: 0 20px;
}

.cta-content aside {
	max-width: 480px;
}

.cta-content aside h2 {
	padding: 0 0 6px 0;
}

.cta-content aside p {
	color: #ffffff;
	letter-spacing: 0.04em;
}

.cta-content aside p:last-child {
	padding-bottom: 0;
}
}


/*
 7.) Applications - List
----------------------------------------*/

.applications-list {
	width: 100%;
	float: left;
	text-align: center;
	background: #f5f5f5;
	overflow: hidden;
	position: relative;
	padding: 50px 0 55px 0;
}

.applications-list h2 {
	font-weight: 300;
	padding: 0 0 38px 0;
}

.applications-list .article {
	width: 16%;
	float: none;
	display: inline-block;
	vertical-align: top;
	overflow: visible;
	padding: 0 11px;
	margin: 0 0 35px 0;
}

.applications-list .article h3 {
	width: 100%;
	float: left;
	font-weight: 700;
	font-size: 0.8125rem;
	color: #e87e36;
	line-height: 1.25rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 0;
}

.applications-list .article h3 a {
	font-weight: 700;
}

.applications-list .article h3:last-child {
	padding-bottom: 0;
}

.applications-list .article figure {
	width: 100%;
	max-width: 180px;
	float: none;
	display: inline-block;
	vertical-align: top;
	border-radius: 100px;
	overflow: hidden;
	margin: 0 0 23px 0;
}

.applications-list .article figure img {
	width: 100%;
	max-width: 180px;
	border-radius: 100px;
}

.applications-list .article figure a {
	width: 100%;
	float: left;
	position: relative;
}

.applications-list .article figure .txt {
	width: 100%;
	height: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 0.8125rem;
	color: #ffffff;
	line-height: 1.25rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	background: rgba(232, 126, 54, .80);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.applications-list .article:hover figure .txt {
	opacity: 1;
}

.applications-list .article-out {
	width: 102%;
	float: left;
	padding: 0 0 35px 0;
	margin: 0 -1% -35px -1%;
}

.applications-list .article-out:last-child {
	padding-bottom: 0;
}

.applications-list .btn {
	padding-right: 25px;
	padding-left: 25px;
}

@media (min-width: 992px) {
.applications-list .owl-carousel .owl-stage-outer {
	overflow: visible!important;
	-webkit-transform: translate3d(0, 0, 0)!important;
}

.applications-list .owl-carousel {
	width: 100%!important;
	height: auto!important;
	float: left!important;
	display: block!important;
	overflow: visible!important;
	padding: 0!important;
	margin: 0!important;
}

.applications-list .owl-carousel .owl-stage {
	width: 100%!important;
	height: auto!important;
	float: left!important;
	display: block!important;
	transform: translate3d(0, 0px, 0px)!important;
	overflow: visible!important;
	padding: 0!important;
	margin: 0!important;
}

.applications-list .owl-carousel .owl-item {
	width: 23.6667%!important;
	height: auto!important;
	float: none!important;
	display: inline-block!important;
	vertical-align: top!important;
	overflow: visible!important;
	padding: 0 11px!important;
	margin: 0 0 35px 0!important;
	left: auto!important;
	right: auto!important;
}

.applications-list .owl-carousel .owl-item .article {
	width: 100%;
	padding: 0;
	margin: 0;
}
}

@media (max-width: 991px) {
.applications-list .container {
	padding: 0 30px;
}

.applications-list .article {
	width: 24%;
}

.applications-list .owl-carousel {
	padding: 0 40px;
}

.applications-list .owl-carousel .owl-stage {
	margin-bottom: 35px;
}

.applications-list .owl-carousel .owl-item .article {
	width: 100%;
	padding: 0;
	margin: 0;
}

.applications-list .owl-nav div {
	top: 35%;
}

.applications-list .owl-nav .owl-prev {
	left: -10px;
}

.applications-list .owl-nav .owl-next {
	right: -10px;
}
}

@media (max-width: 767px) {
.applications-list {
	padding: 36px 0 40px 0;
}

.applications-list .container {
	padding: 0 20px;
}

.applications-list h2 {
	padding: 0 0 30px 0;
}

.applications-list .article {
	width: 49%;
}

.applications-list .article figure {
	margin: 0 0 15px 0;
}

.applications-list .owl-carousel .owl-item .article {
	width: 100%;
	padding: 0;
	margin: 0;
}

.applications-list .owl-nav div {
	top: 40%;
}
}

@media (max-width: 479px) {
.applications-list .article {
	width: 100%;
}
}


/*
 8.) Split - Band
----------------------------------------*/

.split-band {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
}

.split-band aside {
	width: 100%;
	max-width: 620px;
	float: right;
	padding: 0 40px;position: relative;
}

.split-band aside h2 {
	color: #ffffff;
	padding: 0 0 40px 0;
}

.split-band aside p {
	font-weight: 700;
	font-size: 1.125rem;
	color: #ffffff;
	padding: 0 0 50px 0;
}

.split-band aside p:last-child {
	padding-bottom: 0;
}

.split-band .band-cont {
	width: 50%;
	float: left;
	display: inline;
	text-align: center;
	background: #1c2617 url(../img/home-10.png) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 80px 0;    position: relative;
}
.split-band .band-cont.overlayed:before{content:' '; background:rgba(0,0,0,0.5); width:100%; height:100%; position:absolute; display:block;top: 0;}

.split-band .band-cont:nth-child(2) {
	background-color: #012659;
	background-image: url(../img/home-11.png);
}

.split-band .band-cont:nth-child(2) aside {
	float: left;
}

.split-band .band-cont:nth-child(2) aside p {
	width: 100%;
	max-width: 380px;
	float: none;
	display: inline-block;
	vertical-align: top;
}
.split-band .band-cont.bg_red{background-color: #a72257;}
.split-band .band-cont.bg_purple{background-color: #361b52;}

@media (max-width: 991px) {
.split-band aside {
	padding: 0 30px;
}

.split-band aside h2 {
	padding: 0 0 20px 0;
}

.split-band aside p {
	font-size: 1rem;
	padding: 0 0 40px 0;
}

.split-band .band-cont {
	padding: 60px 0;
}
}

@media (max-width: 767px) {
.split-band aside {
	max-width: 480px;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
}

.split-band aside h2 {
	padding: 0 0 16px 0;
}

.split-band aside p {
	padding: 0 0 30px 0;
}

.split-band .band-cont {
	width: 100%;
	text-align: center;
	padding: 50px 0;
}

.split-band .band-cont aside {
	float: none;
}

.split-band .band-cont:nth-child(2) aside {
	float: none;
}

.split-band .band-cont:nth-child(2) aside p {
	max-width: 100%;
}
}


/*
 9.) Module - Info
----------------------------------------*/

.module-info {
	width: 100%;
	float: left;
	text-align: center;
	background: #f5f5f5;
	overflow: hidden;
	padding: 70px 0;
}

.module-info h2 {
	font-weight: 300;
	padding: 0 0 52px 0;
}

.module-info .module-content {
	width: 100%;
	float: left;
	padding: 0 0 62px 0;
}

.module-info .module-content:last-child {
	padding-bottom: 0;
}

.module-info .left-cont {
	width: 49.15%;
	float: left;
}

.module-info .left-cont .article {
	width: 45%;
	float: left;
	margin: 0 2.5% 30px 2.5%;
}

.module-info .left-cont .article p {
	font-weight: 600;
	font-size: 1.375rem;
	color: #777777;
	line-height: 1.5rem;
	letter-spacing: -0.02em;
	padding: 0;
}

.module-info .left-cont .article .number {
	width: 100%;
	float: left;
	font-weight: 300;
	font-size: 8.75rem;
	color: #1f8aa7;
	line-height: 9rem;
	letter-spacing: normal;    display: inline-table;
}


.module-info .left-cont .article .number sup {
	font-weight: 400;
	font-size: 4.5rem;
	top:-55px;
	
}

.module-info .left-cont .article .number2 {
	letter-spacing: -0.23em;
	padding-right: 30px;
}

.module-info .left-cont .article .number2 .dot {
	letter-spacing: -0.04em;
}

.module-info .left-cont .article-out {
	width: 105%;
	float: left;
	margin: 0 -2.5% -30px -2.5%;
}

.module-info .right-cont {
	width: 49.15%;
	float: right;
	padding: 0 60px;
}

.module-info .right-cont p {
	font-weight: 600;
	font-style: italic;
	color: #222222;
	line-height: 1.375rem;
	padding: 0 0 10px 0;
}

.module-info .right-cont p:last-child {
	padding-bottom: 0;
}

.module-info .right-cont .address {
	width: 100%;
	max-width: 260px;
	float: right;
	text-align: left;
}

.module-info .right-cont .address p {
	font-weight: 400;
	color: #222222;
	line-height: 1.375rem;
	padding: 0 0 12px 0;
}

.module-info .right-cont .address p em {
	font-weight: 400;
	font-style: italic;
}

.module-info .right-cont .address .logo-verizon {
	width: 100%;
	float: left;
}

.module-info .right-cont .address .logo-verizon img {
	max-width: 100%;
}

.module-info .btn {
	padding-right: 25px;
	padding-left: 25px;
}
.module-info .right-cont img{max-width:100%; height:auto;}

@media (min-width:992px){
.module-info .left-cont .article .number .timer{display:table-cell; text-align:right;}
.module-info .left-cont .article .number sup{display:table-cell; text-align:left;}
}

@media (max-width: 1199px) {
.module-info .left-cont .article .number {
	font-size: 7.5rem;
	line-height: 7.75rem;
}

.module-info .left-cont .article .number sup {
	font-size: 3.75rem;
	top: -50px;
}

.module-info .right-cont {
	padding: 0 30px;
}
}

@media (max-width: 991px) {
.module-info {
	padding: 60px 0;
}

.module-info h2 {
	padding: 0 0 40px 0;
}

.module-info .module-content {
	padding: 0 0 50px 0;
}

.module-info .left-cont {
	width: 100%;
	padding: 0 0 40px 0;
}

.module-info .left-cont .article .number {
	font-size: 6.25rem;

	line-height: 6.25rem;
	padding: 0 0 5px 0;
}

.module-info .left-cont .article .number sup {
	font-size: 3.125rem;
	top: -40px;
}

.module-info .left-cont .article .number2 {
	letter-spacing: -0.18em;
	padding-right: 20px;
}

.module-info .left-cont .article .number2 .dot {
	letter-spacing: normal;
}

.module-info .left-cont .article p {
	font-size: 1.25rem;
	line-height: 1.375rem;
}

.module-info .right-cont {
	width: 100%;
	padding: 0 40px;
}

.module-info .right-cont p {
	line-height: 1.25rem;
}

.module-info .right-cont .address {
	width: 100%;
	max-width: 260px;
	float: right;
	text-align: left;
}

.module-info .right-cont .address p {
	line-height: 1.25rem;
}
}

@media (max-width: 767px) {
.module-info {
	padding: 50px 0;
}

.module-info h2 {
	padding: 0 0 30px 0;
}

.module-info .module-content {
	padding: 0 0 40px 0;
}

.module-info .left-cont {
	width: 100%;
}

.module-info .left-cont .article {
	width: 45%;
	margin: 0 2.5% 30px 2.5%;
}

.module-info .left-cont .article .number {
	font-size: 5rem;
	line-height: 5rem;
}

.module-info .left-cont .article .number sup {
	font-size: 2.5rem;
	top: -32px;
}

.module-info .left-cont .article .number2 {
	letter-spacing: -0.18em;
}

.module-info .left-cont .article p {
	font-size: 1.125rem;
	line-height: 1.25rem;
	letter-spacing: normal;
}

.module-info .left-cont .article-out {
	width: 105%;
	margin: 0 -2.5% -30px -2.5%;
}

.module-info .right-cont {
	width: 100%;
	padding: 0;
}

.module-info .right-cont .address {
	max-width: 220px;
}
}

@media (max-width: 479px) {
.module-info .left-cont .article {
	width: 100%;
	margin: 0 0 30px 0;
}

.module-info .left-cont .article-out {
	width: 100%;
	margin: 0 0 -30px 0;
}
}


/*
 10.) Split - Columns
----------------------------------------*/

.split-columns {
	width: 100%;
	float: left;
	background: #ffffff;
	overflow: hidden;
	padding: 90px 0;
}

.split-columns .container {
	max-width: 1100px;
}

.split-columns .article {
	width: 100%;
	float: left;
}

.split-columns .left-cont {
	width: 46.15%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 -2px;
}

.split-columns .left-cont .figure-out {
	width: 100%;
	float: left;
	position: relative;
	margin: 0 0 22px 0;
}

.split-columns .left-cont figure {
	width: 100%;
	float: left;
}

.split-columns .left-cont figure img {
	width: 100%;
}

.split-columns .left-cont .lightwave {
	width: 44.16%;
	float: left;
	position: absolute;
	bottom: 10%;
	left: 6%;
}

.split-columns .left-cont .lightwave img {
	width: 100%;
}

.split-columns .left-cont .address-text {
	width: 100%;
	float: left;
	padding: 0 30px;
}

.split-columns .left-cont .address-text p {
	font-weight: 600;
	font-style: italic;
	color: #222222;
	line-height: 1.375rem;
	text-align: center;
	padding: 0 0 6px 0;
}

.split-columns .left-cont .address-text p:last-child {
	padding-bottom: 0;
}

.split-columns .left-cont .address {
	width: 100%;
	max-width: 240px;
	float: right;
	text-align: left;
}

.split-columns .left-cont .address p {
	font-weight: 400;
	color: #222222;
	line-height: 1.375rem;
	letter-spacing: -0.02em;
	text-align: left;
	padding: 0 0 12px 0;
}

.split-columns .left-cont .address p em {
	font-weight: 400;
	font-style: italic;
}

.split-columns .left-cont .address .logo-cignal {
	width: 100%;
	float: left;
}

.split-columns .left-cont .address .logo-cignal img {
	max-width: 100%;
}

.split-columns .right-cont {
	width: 53.85%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0 40px 0 90px;
	margin: 0 -2px;
}

.split-columns .right-cont h2 {
	font-weight: 300;
	color: #222222;
	padding: 0 0 22px 0;
}

.split-columns .right-cont p {
	color: #222222;
	padding: 0 0 19px 0;
}

.split-columns .right-cont p:last-child {
	padding-bottom: 0;
}

.split-columns .right-cont p a {
	font-weight: 700;
}

.split-columns .right-cont .btn {
	padding-right: 22px;
	padding-left: 22px;
}

@media (max-width: 991px) {
.split-columns {
	padding: 70px 0;
}

.split-columns .container {
	padding: 0 30px;
}

.split-columns .left-cont .address-text {
	padding: 0;
}

.split-columns .left-cont .address-text p {
	line-height: 1.25rem;
}

.split-columns .left-cont .address {
	max-width: 200px;
}

.split-columns .left-cont .address p {
	line-height: 1.25rem;
}

.split-columns .right-cont {
	padding: 0 0 0 60px;
}
}

@media (max-width: 767px) {
.split-columns {
	padding: 50px 0;
}

.split-columns .container {
	max-width: 540px;
	padding: 0 20px;
}

.split-columns .left-cont {
	width: 100%;
	padding: 0 0 40px 0;
	margin: 0;
}

.split-columns .left-cont:last-child {
	padding-bottom: 0;
}

.split-columns .left-cont .lightwave {
	bottom: 12%;
	left: 6%;
}

.split-columns .left-cont .address {
	max-width: 200px;
}

.split-columns .right-cont {
	width: 100%;
	padding: 0;
	margin: 0;
}
}


/*
 11.) CTA - Banner - Right
----------------------------------------*/

.cta-banner-right {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}

.cta-banner-right figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.cta-banner-right figure img {
	width: 100%;
	min-width: 1400px;
	margin: 0 -700px;
}

.cta-banner-right .banner-content {
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}

.cta-banner-right .banner-content .container {
	width: 100%;
	max-width: 1260px;
	height: 100%;
	position: relative;
	padding: 0;
}

.cta-banner-right .banner-content aside {
	width: 100%;
	float: left;
	padding: 30px 30px 30px 75px;
}

.cta-banner-right .banner-content aside h2 {
	color: #ffffff;
	line-height: 2.875rem;
	padding: 0 0 20px 0;
}

.cta-banner-right .banner-content aside p {
	font-weight: 300;
	font-size: 1.125rem;
	color: #ffffff;
	padding: 0 0 45px 0;
}

.cta-banner-right .banner-content aside p:last-child {
	padding-bottom: 0;
}

.cta-banner-right .banner-content .aside-out {
	width: 940.85%;
	height: 100%;
	float: right;
	background: rgba(232, 126, 54, 0.90);
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 900% 0 0;
	margin: 0 -900% 0 0;
}
.cta-banner-right .banner-content .aside-out.leftos{float: left;
    left: 0;
    margin: 0 0 0 -900%;
    padding: 0 0 0 900%;}
.cta-banner-right .banner-content .aside-out.blueos{  background: rgba(51, 149, 176, 0.90);}

@media (max-width: 1199px) {
.cta-banner-right .banner-content aside {
	padding: 30px 30px 30px 50px;
}
}

@media (max-width: 991px) {
.cta-banner-right figure img {
	min-width: inherit;
	margin: 0;
}

.cta-banner-right .banner-content {
	width: 100%;
	height: inherit;
	text-align: center;
	background: #e87e36;
	position: relative;
	padding: 41px 0 50px 0;
}

.cta-banner-right .banner-content.blueos{background:rgba(51, 149, 176, 0.90);}
.cta-banner-right .banner-content .container {
	padding: 0 80px;
}

.cta-banner-right .banner-content aside {
	width: 100%;
	padding: 0;
}

.cta-banner-right .banner-content aside h2 {
	line-height: 2.625rem;
	padding: 0 0 15px 0;
}

.cta-banner-right .banner-content aside h2 br {
	display: none;
}

.cta-banner-right .banner-content aside p {
	font-size: 1rem;
	padding: 0 0 33px 0;
}

.cta-banner-right .banner-content .aside-out {
	width: 100%;
	height: inherit;
	background: none;
	position: relative;
	padding: 0;
	margin: 0;
}
.cta-banner-right .banner-content .aside-out.leftos{padding:0; margin:0;}
}

@media (max-width: 767px) {
.cta-banner-right .banner-content {
	padding: 34px 0 40px 0;
}

.cta-banner-right .banner-content .container {
	max-width: 540px;
	padding: 0 20px;
}

.cta-banner-right .banner-content aside h2 {
	line-height: 2.125rem;
	padding: 0 0 17px 0;
}

.cta-banner-right .banner-content aside p {
	font-size: 1rem;
	padding: 0 0 29px 0;
}
}


/*
 12.) Two - Column - Articles
----------------------------------------*/

.two-col-articles {
	width: 100%;
	float: left;
	background: #ffffff;
	overflow: hidden;
	padding: 30px 0;    position: relative;
}

.two-col-articles .container {
	max-width: 1060px;
}

.two-col-articles .article {
	width: 100%;
	float: left;
	border-bottom: 1px solid #c2c2c2;
	position: relative;
	padding: 70px 0;
}

.two-col-articles .article:last-child {
	border-bottom: none;
}

.two-col-articles .article h2 {
	font-weight: 300;
	color: #222222;
	line-height: 3rem;
	padding: 0 0 18px 0;
}

.two-col-articles .article h2 a {
	font-weight: 300;
	color: #222222;
	text-decoration: none;
}

.two-col-articles .article h2 a:hover {
	color: #e87e36;
}

.two-col-articles .article h2 sup {
	font-size: 1.25rem;
}

.two-col-articles .article p {
	padding-bottom: 20px;
}

.two-col-articles .article p:last-child {
	padding-bottom: 0;
}

.two-col-articles .article .btn-out {
	padding: 6px 0 0 0;
}

.two-col-articles .article .icon-play {
	width: 100%;
	float: left;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	position: relative;
}

.two-col-articles .article .icon-play:before {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: url(../images/icon-play-white.png) no-repeat center center;
	background-size: 88px auto;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
}

.two-col-articles .article .icon-play:hover:before {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.two-col-articles .article .icon-play:hover:before {
	background: rgba(0, 0, 0, 0.20) url(../images/icon-play-orange.png) no-repeat center center;
	background-size: 88px auto;
}

.two-col-articles .article figure {
	width: 42.60%;
	float: left;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.two-col-articles .article figure img {
	width: 100%;
}

.two-col-articles .article aside {
	width: 57.40%;
	float: left;
	position: relative;
	padding: 0 12.40% 0 0;
}
.two-col-articles.right_aligned .article aside{float: right;  padding: 0 0 0 12.40%;}
.two-col-articles.right_aligned .article figure{}

.two-col-articles .article:nth-child(even) figure,
.two-col-articles .article.image-left figure {
	left: -57.40%;
}

.two-col-articles .article:nth-child(even) aside,
.two-col-articles .article.image-left aside {
	left: 42.60%;
	padding: 0 0 0 12.40%;
}

@media (max-width: 1199px) {
.two-col-articles .article aside {
	padding: 0 8% 0 0;
}

.two-col-articles .article:nth-child(even) aside,
.two-col-articles .article.image-left aside {
	padding: 0 0 0 8%;
}
}

@media (max-width: 991px) {
.two-col-articles {
	padding: 10px 0;
}

.two-col-articles .container {
	padding: 0 30px;
}

.two-col-articles .article h2 {
	line-height: 2.5rem;
	padding: 0 0 14px 0;
}

.two-col-articles .article h2 sup {
	font-size: 0.9375rem;
}

.two-col-articles .article p {
	padding-bottom: 16px;
}

.two-col-articles .article figure .icon-play:before {
	background-size: 70px auto;
}

.two-col-articles .article figure .icon-play:hover:before {
	background-size: 70px auto;
}

.two-col-articles .article aside {
	padding: 0 40px 0 0;
}

.two-col-articles .article:nth-child(even) aside,
.two-col-articles .article.image-left aside {
	padding: 0 0 0 40px;
}
}

@media (max-width: 767px) {
.two-col-articles {
	padding: 20px 0;
}

.two-col-articles .container {
	max-width: 540px;
	padding: 0 20px;
}

.two-col-articles .article {
	padding: 25px 0;
}

.two-col-articles .article h2 {
	line-height: 2.125rem;
	padding: 0 0 14px 0;
}

.two-col-articles .article h2 sup {
	font-size: 0.875rem;
}

.two-col-articles .article p {
	padding-bottom: 15px;
}

.two-col-articles .article figure {
	width: 100%;
	margin: 10px 0;
}

.two-col-articles .article figure .icon-play:before {
	background-size: 60px auto;
}

.two-col-articles .article figure .icon-play:hover:before {
	background-size: 60px auto;
}

.two-col-articles .article aside {
	width: 100%;
	padding: 10px 0;
}
.two-col-articles.right_aligned .article aside{padding:10px 0;}

.two-col-articles .article:nth-child(even) figure,
.two-col-articles .article.image-left figure {
	left: 0;
}

.two-col-articles .article:nth-child(even) aside,
.two-col-articles .article.image-left aside {
	left: 0;
	padding: 10px 0;
}
}


/*
 13.) CTA - Banner - Left
----------------------------------------*/

.cta-banner-left {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}

.cta-banner-left figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.cta-banner-left figure img {
	width: 100%;
	min-width: 1400px;
	margin: 0 -700px;
}

.cta-banner-left .banner-content {
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}

.cta-banner-left .banner-content .container {
	width: 100%;
	max-width: 1260px;
	height: 100%;
	position: relative;
	padding: 0;
}

.cta-banner-left .banner-content aside {
	width: 100%;
	float: left;
	padding: 30px 75px 30px 50px;
}

.cta-banner-left .banner-content aside h2 {
	color: #ffffff;
	line-height: 2.875rem;
	padding: 0 0 32px 0;
}

.cta-banner-left .banner-content aside p {
	font-weight: 300;
	color: #ffffff;
	padding: 0 0 30px 0;
}

.cta-banner-left .banner-content aside p.large {
	font-weight: 700;
	font-size: 1.125rem;
	padding-left: 40px;
}

.cta-banner-left .banner-content aside p:last-child {
	padding-bottom: 0;
}

.cta-banner-left .banner-content .btn-out {
	padding-top: 11px;
}

.cta-banner-left .banner-content .aside-out {
	width: 940.85%;
	height: 100%;
	float: left;
	text-align: right;
	background: rgba(31, 138, 167, 0.90);
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 0 0 900%;
	margin: 0 0 0 -900%;
}

@media (max-width: 1199px) {
.cta-banner-left .banner-content aside {
	padding: 30px 50px 30px 30px;
}

.cta-banner-left .banner-content aside p.large {
	padding-left: 0;
}
}

@media (max-width: 991px) {
.cta-banner-left figure img {
	min-width: inherit;
	margin: 0;
}

.cta-banner-left .banner-content {
	width: 100%;
	height: inherit;
	text-align: center;
	background: #1f8aa7;
	position: relative;
	padding: 41px 0 50px 0;
}

.cta-banner-left .banner-content .container {
	padding: 0 80px;
}

.cta-banner-left .banner-content aside {
	width: 100%;
	padding: 0;
}

.cta-banner-left .banner-content aside h2 {
	line-height: 2.625rem;
	padding: 0 0 23px 0;
}

.cta-banner-left .banner-content aside p {
	padding: 0 0 24px 0;
}

.cta-banner-left .banner-content aside p.large {
	font-size: 1rem;
}

.cta-banner-left .banner-content .btn-out {
	padding-top: 9px;
}

.cta-banner-left .banner-content .aside-out {
	width: 100%;
	height: inherit;
	text-align: center;
	background: none;
	position: relative;
	padding: 0;
	margin: 0;
}
}

@media (max-width: 767px) {
.cta-banner-left .banner-content {
	padding: 34px 0 40px 0;
}

.cta-banner-left .banner-content .container {
	max-width: 540px;
	padding: 0 20px;
}

.cta-banner-left .banner-content aside h2 {
	line-height: 2.125rem;
	padding: 0 0 21px 0;
}

.cta-banner-left .banner-content aside p {
	font-size: 1rem;
	padding: 0 0 35px 0;
}

.cta-banner-left .banner-content aside p {
	padding: 0 0 21px 0;
}
}


/*
 14.) Social - Feeds
----------------------------------------*/

.social-feeds {
	width: 100%;
	float: left;
	background: #e4f1f4 url(../images/dots-03.png) no-repeat top center;
	overflow: hidden;
	padding: 55px 0 60px 0;
}

.social-feeds h2 {
	width: 100%;
	float: left;
	color: #e87e36;
	text-align: center;
	padding: 0 0 35px 0;
}

.social-feeds h2 a {
	font-weight: 300;
	color: #e87e36;
}

.social-feeds h2 a:hover {
	color: #1f8aa7;
}

.social-feeds .scroll-box {
	width: 100%;
	/*height: 543px;*/
	float: left;
	overflow: auto;
}

.social-feeds .box {
	width: 33.33%;
	float: left;
}

.social-feeds .box .article {
	width: 100%;
	min-height: 85px;
	float: left;
	position: relative;
	padding: 6px 11% 11px 20%;
	margin: 0 0 30px 0;
}

.social-feeds .box .article:before {
	content: "";
	width: 1px;
	height: 100%;
	float: left;
	background: #bec8cb;
	position: absolute;
	top: 0;
	left: 17%;
}

.social-feeds .box .article h3 {
	width: 100%;
	float: left;
	font-size: 1.125rem;
	line-height: 1.5rem;
	padding: 0;
}

.social-feeds .box .article h3 a {
	text-decoration: none;
}

.social-feeds .box .article .sml-title {
	width: 100%;
	float: left;
	font-weight: 600;
	font-size: 0.75rem;
	color: #999999;
	line-height: 1rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	padding: 0 0 6px 0;
}

.social-feeds .box .article .sml-title a {
	font-weight: 600;
	color: #999999;
}

.social-feeds .box .article .date {
	width: 40px;
	float: left;
	font-size: 2.25rem;
	color: #e87e36;
	line-height: 1.375rem;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top: 15px;
	left: 0;
}

.social-feeds .box .article .date span {
	font-weight: 700;
	font-size: 0.75rem;
	color: #999999;
	line-height: 0.75rem;
	letter-spacing: 0.090em;
}

.social-feeds .box-out {
	width: 100%;
	float: left;
}

.social-feeds .box.news .article h3 a, 
.social-feeds .box.blog .article h3 a {
	color: #000000;
	text-decoration: none;
}

.social-feeds .box.news .article h3 a:hover, 
.social-feeds .box.blog .article h3 a:hover {
	color: #e87e36;
}

@media (max-width: 991px) {
.social-feeds .container {
	padding: 0 20px;
}

.social-feeds h2 {
	padding: 0 0 30px 0;
}

.social-feeds .scroll-box {
	/*height: 355px;*/
}

.social-feeds .box .article {
	min-height: 68px;
	padding: 6px 11% 6px 20%;
	margin: 0 0 20px 0;
}

.social-feeds .box .article:before {
	left: 16%;
}

.social-feeds .box .article h3 {
	font-size: 0.9375rem;
	line-height: 1.188rem;
}

.social-feeds .box .article .sml-title {
	font-size: 0.625rem;
	line-height: 0.9375rem;
	letter-spacing: 0.14em;
}

.social-feeds .box .article .date {
	width: 30px;
	font-size: 1.75rem;
	line-height: 1.188rem;
	top: 17px;
}

.social-feeds .box .article .date span {
	font-size: 0.6875rem;
}
}

@media (max-width: 767px) {
.social-feeds {
	padding: 20px 0;
}

.social-feeds .container {
	padding: 0 20px;
}

.social-feeds h2 {
	padding: 0 0 25px 0;
}

.social-feeds .scroll-box {
	/*height: 330px;*/
}

.social-feeds .box {
	width: 100%;
	padding: 20px 0;
}

.social-feeds .box .article {
	min-height: 67px;
	padding: 0 0 0 60px;
}

.social-feeds .box .article:last-child {
	margin-bottom: 0;
}

.social-feeds .box .article:before {
	left: 47px;
}

.social-feeds .box:nth-child(3) .article {
	padding-right: 30px;
}
}


/*
 15.) CTA - Content2
----------------------------------------*/

.cta-content2 {
	width: 100%;
	float: left;
	text-align: center;
	background: #261248 url(../img/home-22.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	overflow: hidden;
	padding: 70px 0 65px 0;
}

.cta-content2:before {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(54, 26, 81, .70);
	position: absolute;
	top: 0;
	left: 0;
}

.cta-content2 .container {
	position: relative;
	z-index: 1;
}

.cta-content2 aside {
	width: 100%;
	max-width: 750px;
	float: none;
	display: inline-block;
	vertical-align: middle;
}

.cta-content2 aside h2 {
	color: #ffffff;
	padding: 0 0 29px 0;
}

@media (max-width: 767px) {
.cta-content2 {
	padding: 60px 0;
}
}


/*
 16.) Footer - Main
----------------------------------------*/

.footer-main {
	width: 100%;
	float: left;position: relative;
}

/* Pre - Footer */
.footer-main .pre-footer {
	width: 100%;
	float: left;
	background: #1f8aa7;
	overflow: hidden;
	padding: 45px 0;
}

.footer-main .pre-footer h2, 
.footer-main .pre-footer h3 {
	width: 100%;
	float: left;
	font-weight: 700;
	font-size: 0.875rem;
	color: #ffffff;
	line-height: 1.125rem;
	letter-spacing: 0.02em;
	padding: 0;
	margin: 0 0 8px 0;
}

.footer-main .pre-footer ol, 
.footer-main .pre-footer ul {
	width: 100%;
	max-width: 150px;
	float: left;
	padding: 0;
	margin: 0;
}

.footer-main .pre-footer p, 
.footer-main .pre-footer li {
	width: 100%;
	float: left;
	font-weight: 400;
	font-size: 0.75rem;
	color: rgba(255, 255, 255, .80);
	line-height: 1rem;
	letter-spacing: 0.02em;
	padding: 0 0 10px 0;
	margin: 0;
}

.footer-main .pre-footer p {
	line-height: 1.25rem;
	padding-bottom: 7px;
}

.footer-main .pre-footer p:last-child {
	padding-bottom: 0;
}

.footer-main .pre-footer li:before, 
.footer-main .pre-footer li:after {
	display: none;
}

.footer-main .pre-footer p a, 
.footer-main .pre-footer li a {
	font-weight: 400;
	color: rgba(255, 255, 255, .80);
}

.footer-main .pre-footer li a {
	float: left;
	padding-left: 10px;
	text-indent: -10px;
}

.footer-main .pre-footer li a:hover, 
.footer-main .pre-footer p a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.footer-main .pre-footer a[href^="tel:"], 
.footer-main .pre-footer a[href^="fax:"] {
	color: rgba(255, 255, 255, .80);
	text-decoration: none;
}

.footer-main .pre-footer a:hover[href^="tel:"], 
.footer-main .pre-footer a:hover[href^="fax:"] {
	color: #ffffff;
	text-decoration: underline;
}

.footer-main .pre-footer .social-links {
	padding-bottom: 38px;
}

.footer-main .pre-footer .social-links h2 {
	margin-bottom: 23px;
}

.footer-main .pre-footer .contact-us {
	width: 100%;
	float: left;
}

.footer-main .pre-footer .contact-us p {
	position: relative;
	padding: 0 0 15px 0;
}

.footer-main .pre-footer .contact-us p:before {
	font-family: "FontAwesome";
	font-size: 1rem;
	position: absolute;
	top: -1px;
	left: 0;
}

.footer-main .pre-footer .contact-us p.address, 
.footer-main .pre-footer .contact-us p.phone {
	padding: 0 0 8px 20px;
	margin: 0 0 0 16px;
}

.footer-main .pre-footer .contact-us p.address:before {
	content: "\f041";
}

.footer-main .pre-footer .contact-us p.phone:before {
	content: "\f095";
}

.footer-main .pre-footer .aside-cont {
	width: 17%;
	float: left;
	padding: 0 25px 30px 0;
	margin: 0;
}

.footer-main .pre-footer .aside-cont:nth-child(3) {
	width: 15%;
}

.footer-main .pre-footer .aside-cont:nth-child(4) {
	width: 16%;
}

.footer-main .pre-footer .aside-cont:nth-child(5) {
	width: 20%;
}

.footer-main .pre-footer .aside-cont:last-child {
	width: 15%;
	padding-right: 0;
}

.footer-main .pre-footer .aside-cont-out {
	width: 100%;
	float: left;
	margin-bottom: -30px;
}

@media (min-width: 768px) {
.footer-main .pre-footer .aside-cont {
	float: left;
	display: inline;
}

.footer-main .pre-footer .aside-cont-out {
	display: flex;
	flex-wrap: wrap;
}
}

@media (min-width: 1024px) and (max-width: 1199px) {
.footer-main .pre-footer .contact-us p.address, 
.footer-main .pre-footer .contact-us p.phone {
	margin: 0 0 0 9px;
}
}

@media (max-width: 991px) {
.footer-main .pre-footer .aside-cont {
	width: 33.33%;
}

.footer-main .pre-footer .aside-cont:nth-child(2) {
	width: 36.66%;
}

.footer-main .pre-footer .aside-cont:nth-child(3) {
	width: 30%;
}

.footer-main .pre-footer .aside-cont:nth-child(4) {
	width: 33.33%;
}

.footer-main .pre-footer .aside-cont:nth-child(5) {
	width: 36.66%;
}

.footer-main .pre-footer .aside-cont:last-child {
	width: 30%;
	padding-right: 25px;
}
}

@media (max-width: 767px) {
.footer-main .pre-footer {
	padding: 25px 0;
}

.footer-main .pre-footer .social-links {
	width: 100%;
	padding: 0 0 30px 0;
}

.footer-main .pre-footer .social-links h2 {
	margin-bottom: 12px;
}

.footer-main .pre-footer .contact-us {
	width: 105%;
	margin-right: -5%;
}

.footer-main .pre-footer .aside-cont {
	width: 50%;
	display: inline;
	padding: 0 25px 21px 0;
}

.footer-main .pre-footer .aside-cont:nth-child(2) {
	width: 50%;
}

.footer-main .pre-footer .aside-cont:nth-child(3) {
	width: 50%;
}

.footer-main .pre-footer .aside-cont:nth-child(4) {
	width: 50%;
}

.footer-main .pre-footer .aside-cont:nth-child(5) {
	width: 50%;
}

.footer-main .pre-footer .aside-cont:last-child {
	width: 50%;
	padding-right: 25px;
}

.footer-main .pre-footer .aside-cont-out {
	width: 105%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -21px;
}
}

@media (max-width: 399px) {
.footer-main .pre-footer h2, 
.footer-main .pre-footer h3 {
	width: 110%;
}
}


/* Copy - Rights */
.footer-main .copy-rights {
	width: 100%;
	float: left;
	background: #8cbe4a;
	overflow: hidden;
}

.footer-main .copy-rights p {
	float: left;
	font-size: 0.75rem;
	color: #ffffff;
	line-height: 1rem;
	letter-spacing: 0.01em;
	padding: 15px 0;
}

.footer-main .copy-rights p a {
	font-weight: 400;
	color: #ffffff;
	margin: 0 15px;
}

.footer-main .copy-rights .icon-logo {
	width: 20px;
	height: 20px;
	float: left;
	background: url(../images/logo-3mw.png) no-repeat top center;
	background-size: 20px auto;
	text-indent: -9999px;
	opacity: 0.20;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -10px 0 0 0;
}

.footer-main .copy-rights .foot-txt {
	width: 100%;
	float: left;
	position: relative;
	padding: 0;
}

.footer-main .copy-rights .foot-nav {
	float: right;
	margin: 0 0 0 -500px;
}

.footer-main .copy-rights .foot-nav ul {
	float: left;
	padding: 0;
	margin: 0 -15px 0 0;
}

.footer-main .copy-rights .foot-nav ul li {
	float: left;
	font-size: 0.75rem;
	color: #ffffff;
	line-height: 1rem;
	letter-spacing: 0.01em;
	padding: 15px 0;
	margin: 0 15px;
}

.footer-main .copy-rights .foot-nav ul li:before {
	display: none;
}

.footer-main .copy-rights .foot-nav ul li a {
	font-weight: 600;
	color: #ffffff;
}

@media (max-width: 991px) {
.footer-main .copy-rights .container {
	padding: 0 30px;
}
}

@media (max-width: 767px) {
.footer-main .copy-rights {
	text-align: center;
	padding: 15px 0;
}

.footer-main .copy-rights .container {
	padding: 0 20px;
}

.footer-main .copy-rights p {
	width: 100%;
	padding: 0;
}

.footer-main .copy-rights .icon-logo {
	top: 0;
	left: 50%;
	margin: 0 0 0 -10px;
}

.footer-main .copy-rights .foot-txt {
	padding: 37px 0 0 0;
}

.footer-main .copy-rights .foot-nav {
	width: 100%;
	float: left;
	margin: 15px 0 0 0;
}

.footer-main .copy-rights .foot-nav ul {
	width: 100%;
}

.footer-main .copy-rights .foot-nav ul li {
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 10px;
}
}


/*
 17.) Inner - Pages
----------------------------------------*/

/* Banner - Inner */
.banner-inner {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}

.banner-inner figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.banner-inner figure:before {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(35, 31, 32, .30);
	position: absolute;
	top: 0;
	left: 0;
}

.banner-inner figure img {
	width: 100%;
	min-width: 1400px;
	margin: 0 -700px;
}

.banner-inner .banner-content {
	width: 100%;
	height: 100%;
	float: left;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.banner-inner .banner-content h1, 
.banner-inner .banner-content h2, 
.banner-inner .banner-content p, .banner-inner .banner-content .page_titlos {
	font-weight: 400;
	font-size: 2.25rem;
	color: #ffffff;
	line-height: 2.75rem;
	letter-spacing: 0.02em;
	padding: 0;
	margin: 0;
}

.banner-inner .banner-content aside {
	width: 100%;
	max-width: 1000px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.banner-inner .banner-content .aside2 {
	max-width: 740px;
}

@media (max-width: 991px) {
.banner-inner .banner-content h1, 
.banner-inner .banner-content h2, 
.banner-inner .banner-content p, .banner-inner .banner-content .page_titlos{
	font-size: 1.875rem;
	line-height: 2.375rem;
	letter-spacing: 0.02em;
}
}

@media (max-width: 767px) {
.banner-inner .banner-content h1, 
.banner-inner .banner-content h2, 
.banner-inner .banner-content p, .banner-inner .banner-content .page_titlos {
	font-size: 1.625rem;
	line-height: 2.125rem;
	letter-spacing: 0.01em;
}
}


/* Content - Inner */
.content-inner {
	width: 100%;
	float: left;
	background: #ffffff;
	overflow: hidden;
	padding: 65px 0;
}

@media (max-width: 991px) {
.content-inner {
	padding: 60px 0;
}
}

@media (max-width: 767px) {
.content-inner {
	padding: 45px 0;
}
}


/* Content Sample Page Middle Column */
.content-default {
	width: 100%;
	float: left;
}

.content-default > ul:last-child, 
.content-default > div:last-child > ul:last-child, 
.content-default > ol:last-child, 
.content-default > div:last-child > ol:last-child {
	padding-bottom: 0;
}

.content-default > ul:last-child li:last-child, 
.content-default > div:last-child > ul:last-child li:last-child, 
.content-default > ol:last-child li:last-child, 
.content-default > div:last-child > ol:last-child li:last-child {
	padding-bottom: 0;
}

.content-default > p:last-child, 
.content-default > div:last-child > p:last-child {
	padding-bottom: 0;
}

.content-default > .txt:first-child {
	margin-top: -8px;
}

.content-default > .txt:first-child img {
	margin-top: 8px;
}

.content-default img.alignnone {
	margin: 20px 0;
}

.content-default img.aligncenter {
	max-width: 100%;
	float: none;
	display: block;
	vertical-align: middle;
	margin: 20px auto;
}

.content-default img.alignleft {
	max-width: 285px;
	float: left;
	margin: 15px 15px 15px 0;
}

.content-default img.alignright {
	max-width: 285px;
	float: right;
	margin: 15px 0 15px 15px;
}

.content-default .figure-diagram {
	width: 100%;
	float: left;
	text-align: center;
	margin: 31px 0 80px 0;
}

.content-default .figure-diagram img {
	width: auto;
	max-width: 100%;
	margin: 0;
}

.content-default .figure-graph {
	width: 100%;
	float: left;
	padding: 20px 0 30px 0;
}

.content-default .figure-graph img {
	width: 100%;
	margin: 0 0 15px 0;
}

.content-default .figure-graph .figcaption {
	width: 100%;
	float: left;
	font-weight: 400;
	font-style: italic;
	line-height: 1.375rem;
	padding: 0;
	margin: 0;
}

.content-default .figure-graph .figcaption strong {
	font-weight: 600;
	font-style: italic;
}

.content-default .date-txt {
	width: 100%;
	float: left;
	font-weight: 300;
	font-size: 0.875rem;
	color: #555555;
	line-height: 1.25rem;
	padding: 0;
	margin: 0 0 32px 0;
}

.content-default .date-txt a {
	font-weight: 400;
}

.content-default .date-txt .divider {
	margin: 0 8px;
}

.content-default .large-txt {
	width: 100%;
	float: left;
	font-weight: 300;
	font-size: 1.5rem;
	line-height: 1.75rem;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.20);
	border-right: none;
	border-left: none;
	padding: 18px 0 21px 0;
	margin: 0 0 36px 0;
}

.content-default .large-txt:last-child {
	padding-bottom: 21px;
	margin-bottom: 0;
}

.content-default .large-txt strong {
	font-weight: 600;
}

@media (max-width: 991px) {
.content-default img.alignleft {
	max-width: 255px;
}

.content-default img.alignright {
	max-width: 255px;
}

.content-default .figure-diagram {
	margin: 20px 0 50px 0;
}

.content-default .large-txt {
	font-size: 1.375rem;
	line-height: 1.625rem;
}
}

@media (max-width: 767px) {
.content-default img.alignleft {
	max-width: 245px;
}

.content-default img.alignright {
	max-width: 245px;
}

.content-default .figure-diagram {
	margin: 15px 0 35px 0;
}

.content-default .figure-graph {
	padding: 10px 0 20px 0;
}

.content-default .figure-graph img {
	margin: 0 0 8px 0;
}

.content-default .figure-graph .figcaption {
	line-height: 1.25rem;
}

.content-default .date-txt {
	margin: 0 0 20px 0;
}

.content-default .date-txt .divider {
	margin: 0 5px;
}

.content-default .large-txt {
	font-size: 1.25rem;
	line-height: 1.5rem;
	margin-bottom: 23px;
}
}

@media (max-width: 639px) {
.content-default > .txt:first-child {
	margin-top: 0;
}

.content-default > .txt:first-child img {
	margin-top: 0;
}

.content-default > .txt.first-child {
	margin-top: 0;
}

.content-default > .txt.first-child img {
	margin-top: 0;
}

.content-default img.alignnone, 
.content-default img.aligncenter, 
.content-default img.alignleft, 
.content-default img.alignright {
	width: 100%;
	max-width: 100%;
	float: left;
	margin: 0 0 20px 0;
}
}


/* File - Links */
.file-links {
	padding: 13px 0 25px 0;
}

.file-links p {
	line-height: 1.5rem;
	padding: 0 0 6px 0;
}

.file-links p:last-child {
	padding: 0;
}

.file-links p a:after {
	content: "";
	height: 24px;
	background: url(../images/icon-pdf.png) no-repeat right;
	background-size: auto 24px;
	padding: 5px 31px 2px 0;
}

@media (max-width: 991px) {
.file-links {
	padding: 9px 0 21px 0;
}

.file-links p {
	line-height: 1.375rem;
	padding: 0 0 7px 0;
}
}

@media (max-width: 767px) {
.file-links {
	padding: 8px 5% 11px 0;
}

.file-links p {
	line-height: 1.25rem;
	padding: 0 0 10px 0;
}

.file-links p a:after {
	height: 20px;
	background-size: auto 20px;
	padding: 5px 27px 2px 0;
}
}


/* Side - Nav */
.side-nav {
	width: 100%;
	float: left;
}

.side-nav h2, .side-nav h3 {
	width: 100%;
	float: left;
	font-weight: 700;
	font-size: 1.125rem;
	color: #000000;
	line-height: 1.25rem;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	padding: 0;
	margin: -3px 0 10px 0;
}

.side-nav ul {
	width: 100%;
	float: left;
	padding: 0;
}

.side-nav ul li {
	width: 100%;
	float: left;
	line-height: 1.188rem;
	padding: 0 0 1px 0;
}

.side-nav ul li::before {
	display: none;
}

.side-nav ul li:last-child {
	padding: 0;
}

.side-nav ul li a {
	width: 100%;
	float: left;
	font-weight: 600;
	text-decoration: none;
	padding: 4px 0 4px 15px;
	text-indent: -15px;
}

.side-nav ul li > a:hover {
	color: #e87e36;
	text-decoration: underline;
}

.side-nav ul li.active > a, 
.side-nav ul li > a:focus, 
.side-nav ul li > a:active {
	color: #000000;
	text-decoration: none;
}

.side-nav ul li ul {
	padding: 2px 13px 0 13px;
}

/* CTA - Box - Bg */
.cta-box-bg {
	width: 100%;
	float: left;
	margin-bottom: -30px;
}

@media (max-width: 991px) {
.cta-box-bg {
	width: 103%;
	text-align: center;
	padding: 0;
	margin: 60px -1.5% -30px -1.5%;
}
}

@media (max-width: 767px) {
.cta-box-bg {
	max-width: 100%;
	width: 100%;
	margin: 40px 0 0 0;
}
}


/* Col - Box */
.cta-box {
	width: 100%;
	float: left;
	text-align: left;
	background: #863683 url(../images/dots-01.png) no-repeat center center;
	padding: 25px;
	margin-bottom: 30px;
}

.cta-box h2, 
.cta-box h3 {
	font-weight: 300;
	font-size: 2.25rem;
	color: #ffffff;
	line-height: 2.5rem;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	padding-bottom: 8px;
	text-align: center;
}

.cta-box h2:last-child, 
.cta-box h3:last-child {
	padding-bottom: 0;
}

.cta-box p {
	font-weight: 600;
	color: #ffffff;
	line-height: 1.25rem;
	padding-bottom: 20px;
}
.cta-box p a{color:#FFF;}
 .cta-box p a:hover{color: #1f8aa7;}


.cta-box p:last-child {
	padding-bottom: 0;
}

.cta-box ul, 
.cta-box ol {
	padding: 0 15px 25px 0;
}

.cta-box ul:last-child, 
.cta-box ol:last-child {
	padding-bottom: 0;
}

.cta-box ul li {
	font-weight: 600;
	font-size: 0.875rem;
	color: #ffffff;
	line-height: 1.125rem;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	padding: 0 0 11px 28px;
}

.cta-box ul li:last-child {
	padding-bottom: 0;
}

.cta-box ul li:before {
	width: 13px;
	height: 13px;
	background: rgba(255, 255, 255, .30);
	top: 3px;
}

.cta-box ul li a {
	color: #ffffff;
	text-decoration: none;
}

.cta-box ul li a:hover, 
.cta-box ul li a:active {
	text-decoration: underline;
}

.cta-box .btn {
	min-width: 190px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 0 20px 0;
}

.cta-box .btn-out {
	text-align: center;
	padding: 0 0 10px 0;
	margin: 0 0 -20px 0;
}

@media (max-width: 991px) {
.cta-box {
	width: 47%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 0 1% 30px 1%;
}

.cta-box h2, 
.cta-box h3 {
	font-size: 2rem;
	line-height: 2.25rem;
	padding-bottom: 11px;
}

.cta-box p {
	line-height: 1.25rem;
}
}

@media (max-width: 767px) {
.cta-box {
	max-width: 100%;
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}

.cta-box:last-child {
	margin-bottom: 0;
}

.cta-box h2, 
.cta-box h3 {
	font-size: 1.875rem;
	line-height: 2.125rem;
}
}


/* Sidebar - Widgets */
.post-sidebar {
	width: 100%;
	float: left;
}

.post-sidebar aside {
	width: 100%;
	float: left;
	text-align: left;
	margin: 0 0 30px 0;
}

.post-sidebar:last-child aside:last-child {
	margin-bottom: 0;
}

.post-sidebar aside h3 {
	width: 100%;
	float: left;
	font-weight: 700;
	font-size: 1rem;
	text-transform: uppercase;
	line-height: 1.25rem;
	padding: 0 0 22px 0;
}

.post-sidebar aside ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.post-sidebar aside ul li {
	width: 100%;
	float: left;
	line-height: 1.188rem;
	padding: 0 0 13px 0;
	margin: 0;
}

.post-sidebar aside ul li::before {
	display: none;
}

.post-sidebar aside ul li:last-child {
	padding-bottom: 0;
}

.post-sidebar aside ul li a {
	width: 100%;
	float: left;
	font-weight: 600;
	text-decoration: none;
	padding: 0 0 0 15px;
	text-indent: -15px;
}

.post-sidebar .social-links3 ul li {
	padding: 0 0 22px 0;
}

.post-sidebar .social-links3 ul li a {
	padding: 0 0 0 27px;
	text-indent: 0;
}

.post-sidebar .social-links3 ul li i {
	position: absolute;
	top: 0;
	left: 0;
}

.post-sidebar .social-links3 ul li.linkedin i {
	font-size: 1.375rem;
	color: #007FB1;
	top: -2px;
}

.post-sidebar .social-links3 ul li.twitter i {
	font-size: 1.313rem;
	color: #4ba8de;
}

.post-sidebar .social-links3 ul li.message i {
	top: 2px;
	color: #999999;
}

.post-sidebar .subscribe-form form {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 58px 0 0;
	padding:0;
}

.post-sidebar .subscribe-form input[type="text"], 
.post-sidebar .subscribe-form input[type="email"],  .social-links2 .es_widget_form input[type="text"], 
.social-links2 .es_widget_form input[type="email"]{
	height: 45px;
	font-weight: 600;
	font-size: 0.8125rem;
	background: #ffffff;
	border: 2px solid #dddddd;
	border-radius: 30px 0 0 30px;
	padding: 10px 23px;
	margin: 0;
	border-radius: 30px;
}

.post-sidebar .subscribe-form input[type="text"]:focus, 
.post-sidebar .subscribe-form input[type="email"]:focus,  .social-links2 .es_widget_form input[type="text"]:focus, 
.social-links2 .es_widget_form input[type="email"]:focus{
	border-color: #1f8aa7;
}

.post-sidebar .subscribe-form button, 
.post-sidebar .subscribe-form input[type="button"], 
.post-sidebar .subscribe-form input[type="submit"], .social-links2 .es_widget_form button, 
.social-links2 .es_widget_form input[type="button"], 
.social-links2 .es_widget_form input[type="submit"] {
	width: 60px;
	height: 45px;
	line-height: 2.813rem;
	border-radius: 0 30px 30px 0;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	position: relative;
    border-radius: 30px;
    width: auto;
    padding: 0px 30px;
    height: auto;
    margin: 20px 0 0 0px;
}

@media (min-width: 768px) and (max-width: 991px) {
.post-sidebar {
	width: 100%;
	max-width: 47%;
	float: none;
	margin: 0 auto;
}
}

@media (max-width: 767px) {
.post-sidebar {
	border-top: 1px solid #e1e1e1;
	padding-top: 40px;
}
}


/*
 18.) Intro - Content
----------------------------------------*/

.intro-content {
	width: 100%;
	float: left;
	background: #ffffff url(../images/dots-04.png) repeat-y center -40px;
	overflow: hidden;
	padding: 60px 0;    position: relative;
}

.intro-content h1 {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 0 27px 0;
	margin: -20px 0 0 0;
}

.intro-content p {
	padding: 0 0 20px 0;
}

.intro-content p:last-child {
	padding-bottom: 0;
}

.intro-content .large-txt {
	width: 100%;
	float: left;
	font-weight: 300;
	font-size: 1.5rem;
	color: #222222;
	line-height: 1.75rem;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.20);
	border-right: none;
	border-left: none;
	padding: 16px 2% 21px 2%;
	margin: 0 0 36px 0;
}

.intro-content .large-txt:last-child {
	padding-bottom: 21px;
	margin-bottom: 0;
}

.intro-content .large-txt strong {
	font-weight: 600;
}

.intro-content aside {
	width: 100%;
	max-width: 630px;
	margin: 0 auto;
}
.intro-content aside blockquote{
	width: 100%;
    float: left;
    font-weight: 300;
    font-size: 1.5rem;
    color: #222222;
    line-height: 1.75rem;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.20);
    border-right: none;
    border-left: none;
    padding: 16px 2% 21px 2%;
    margin: 0 0 36px 0;
    background: transparent;
}

@media (max-width: 991px) {
.intro-content {
	padding: 50px 0;
}

.intro-content h1 {
	padding-bottom: 20px;
	margin: -17px 0 0 0;
}

.intro-content .large-txt {
	font-size: 1.375rem;
	line-height: 1.625rem;
}
}

@media (max-width: 767px) {
.intro-content {
	padding: 40px 0;
}

.intro-content h1 {
	padding-bottom: 18px;
	margin: -5px 0 0 0;
}

.intro-content p {
	padding: 0 0 15px 0;
}

.intro-content .large-txt {
	font-size: 1.25rem;
	line-height: 1.5rem;
	margin-bottom: 23px;
}
}


/* Intro - Content - About */
.intro-content.about {
	background-image: url(../images/dots-06.jpg);
}


/*
 19.) Ribbon - Box
----------------------------------------*/

.ribbon-box-out {
	width: 100%;
	float: left;
	position: relative;
	z-index: 100;
}

.ribbon-box {
	width: 228px;
	height: 228px;
	float: right;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #8cbe4a;
	border-radius: 360px;
	position: relative;
	z-index: 100;
	margin: -114px 0;
}

.ribbon-box h2 {
	width: 100%;
	float: left;
	font-weight: 300;
	color: #ffffff;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 9px 0;
}

.ribbon-box .btn-out .btn {
	padding-left: 20px;
	padding-right: 20px;
}

.ribbon-box .btn-out {
	padding: 9px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
.ribbon-box {
	width: 160px;
	height: 160px;
	right: -60px;
	margin: -80px 0;
}

.ribbon-box h2 {
	font-size: 1.375rem;
	line-height: 1.5rem;
	padding: 6px 0;
}

.ribbon-box .btn-out .btn {
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	border-width: 1px;
	padding: 7px 15px;
}

.ribbon-box .btn-out {
	padding: 6px 0;
}
}

@media (max-width: 767px) {
.ribbon-box-out {
	background: #8cbe4a;
	overflow: hidden;
	padding: 15px 0;
}

.ribbon-box {
	width: 100%;
	height: auto;
	background: none;
	margin: 0;
}

.ribbon-box h2 {
	padding: 5px 0;
}

.ribbon-box h2 br {
	display: none;
}

.ribbon-box .btn-out .btn {
	padding-left: 30px;
	padding-right: 30px;
}

.ribbon-box .btn-out {
	padding: 5px 0;
}
}


/*
 20.) Team - Info
----------------------------------------*/

.team-info {
	width: 100%;
	float: left;
	background: #f5f5f5;
	overflow: hidden;
	position: relative;
	padding: 62px 0 70px 0;
}

.team-info .container {
	max-width: 965px;
}

.team-info h2 {
	text-align: center;
	padding: 0 0 50px 0;
}

.team-info .article {
	width: 21.30%;
	float: none;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	position: relative;
	margin: 0 1.65% 3.70% 1.65%;
}

.team-info .article a {
	width: 100%;
	float: left;
	text-decoration: none;
}

.team-info .article figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.team-info .article figure img {
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.team-info .article figure:before {
	content: "";
	width: 160%;
	float: left;
	box-shadow: #000000 0 0 100px 40px;
	margin: 0 -30%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.team-info .article .author-text {
	width: 100%;
	float: left;
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	padding: 15px 6px;
}

.team-info .article .author-text .name {
	width: 100%;
    float: left;
    font-weight: 700;
    font-size: 0.870rem;
    color: #ffffff;
    line-height: 0.870rem;
    letter-spacing: 0.02em;
    padding: 0 0 4px 0;
}

.team-info .article .author-text .position {
	width: 100%;
    float: left;
    font-weight: 400;
    font-size: 0.775rem;
    color: #ffffff;
    line-height: 0.875rem;
    letter-spacing: 0.02em;
    padding: 0;
}

.team-info .article:hover figure img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.team-info .article-out {
	width: 103.86%;
	float: left;
	text-align: center;
	margin: 0 -1.93% -3.70% -1.93%;
}

@media (min-width: 992px) {
.team-info .owl-carousel .owl-stage-outer {
	overflow: visible!important;
	-webkit-transform: translate3d(0, 0, 0)!important;
}

.team-info .owl-carousel {
	width: 100%!important;
	height: auto!important;
	float: left!important;
	display: block!important;
	overflow: visible!important;
	padding: 0!important;
	margin: 0!important;
}

.team-info .owl-carousel .owl-stage {
	width: 100%!important;
	height: auto!important;
	float: left!important;
	display: block!important;
	transform: translate3d(0, 0px, 0px)!important;
	overflow: visible!important;
	padding: 0!important;
	margin: 0!important;
}

.team-info .owl-carousel .owl-item {
	width: 21.30%!important;
	height: auto!important;
	float: none!important;
	display: inline-block!important;
	vertical-align: top!important;
	overflow: visible!important;
	padding: 0!important;
	margin: 0 1.65% 3.70% 1.65%!important;
	left: auto!important;
	right: auto!important;
}

.team-info .owl-carousel .owl-item .article {
	width: 100%;
	margin: 0;
}
}

@media (max-width: 991px) {
.team-info {
	padding: 53px 0 60px 0;
}

.team-info .container {
	padding: 0 30px;
}

.team-info h2 {
	padding: 0 0 45px 0;
}

.team-info .article {
	width: 28.70%;
	margin: 0 2.10% 4.70% 2.10%;
}

.team-info .article-out {
	width: 104.94%;
	margin: 0 -2.47% -4.70% -2.47%;
}

.team-info .owl-carousel {
	padding: 0 50px;
}

.team-info .owl-carousel .owl-stage {
	margin-bottom: 4.70%;
}

.team-info .owl-carousel .owl-item .article {
	width: 100%;
	max-width: 200px;
	margin: 0;
}

.team-info .owl-nav .owl-prev {
	left: 0;
}

.team-info .owl-nav .owl-next {
	right: 0;
}

.team-info .owl-dots {
	padding: 10px 0 0 0;
}
}

@media (max-width: 767px) {
.team-info {
	padding: 43px 0 50px 0;
}

.team-info .container {
	max-width: 540px;
	padding: 0 20px;
}

.team-info h2 {
	padding: 0 0 33px 0;
}

.team-info .article {
	width: 100%;
	max-width: 200px;
	margin: 0 13px 30px 13px;
}

.team-info .article-out {
	width: 108%;
	margin: 0 -4% -30px -4%;
}

.team-info .owl-carousel {
	padding: 0 50px;
}

.team-info .owl-carousel .owl-stage {
	margin-bottom: 30px;
}

.team-info .owl-carousel .owl-item .article {
	width: 100%;
	max-width: 200px;
	margin: 0;
}

.team-info .owl-nav div {
	top: 45%;
}

.team-info .owl-nav .owl-prev {
	left: 0;
}

.team-info .owl-nav .owl-next {
	right: 0;
}
}

/* Team - Layout 2 */
@media (min-width: 1200px) {
.team-info.team2 .container {
	max-width: 1200px;
}

.team-info.team2 .article {
	width: 17%;
	margin: 0 1.3% 3% 1.3%;
}

.team-info.team2 .article-out {
	width: 103.08%;
	margin: 0 -1.54% -3% -1.54%;
}

.team-info.team2 .owl-carousel .owl-item {
	width: 17%!important;
	margin: 0 1.3% 3% 1.3%!important;
}

.team-info.team2 .owl-carousel .owl-item .article {
	width: 100%;
	margin: 0;
}
}


/*
 21.) Capabilities - Info
----------------------------------------*/

.capabilities-info {
	width: 100%;
	float: left;
	background: #ffffff;
	overflow: hidden;
	padding: 62px 0 66px 0;
}
.capabilities-info+.capabilities-info{padding-top:0;}

.capabilities-info .container {
	max-width: 1000px;
}

.capabilities-info h2 {
	text-align: center;
	padding: 0 0 63px 0;
}
.capabilities-info h2 p, .capabilities-info h2 p:last-child{padding:0;}

@media (max-width: 991px) {
.capabilities-info {
	padding: 53px 0 56px 0;
}

.capabilities-info .container {
	padding: 0 30px;
}

.capabilities-info h2 {
	padding: 0 0 50px 0;
}
}

@media (max-width: 767px) {
.capabilities-info {
	padding: 43px 0 46px 0;
}

.capabilities-info .container {
	max-width: 540px;
	padding: 0 20px;
}

.capabilities-info h2 {
	padding: 0 0 40px 0;
}

.capabilities-info h2 br {
	display: none;
}
}


/* Key - Capabilities */
.key-capabilities {
	width: 100%;
	float: left;
	padding: 0 0 70px 0;
}

.key-capabilities:last-child {
	padding-bottom: 0;
}

.key-capabilities {
	width: 100%;
	float: left;
	padding: 0 0 70px 0;
}

.key-capabilities:last-child {
	padding-bottom: 0;
}

.key-capabilities .left-cont {
	width: 100%;
	float: left;
	padding: 60px 430px 0 0;
}

.key-capabilities .left-cont h2 {
	font-weight: 300;
	text-align: left;
	padding: 0 0 22px 0;
}

.key-capabilities .left-cont p {
	padding: 0;
}

.key-capabilities .left-cont aside {
	width: 100%;
	max-width: 360px;
	float: left;
}

.key-capabilities .right-cont {
	width: 393px;
	height: 393px;
	float: left;
	position: relative;
	z-index: 50;
	margin: 0 0 0 -393px;
}

.key-capabilities .right-cont .figure-out {
	overflow: hidden;
	position: absolute;
}

.key-capabilities .right-cont .flipper-out {
	
}

.key-capabilities .right-cont .flipper-out:hover .flipper, 
.key-capabilities .right-cont .flipper-out.hover .flipper {
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}

.key-capabilities .right-cont .flipper-out, 
.key-capabilities .right-cont .front, 
.key-capabilities .right-cont .back {
	width: 266px;
	height: 197px;
}

.key-capabilities .right-cont .front img, 
.key-capabilities .right-cont .back img {
	width: 100%;
}

.key-capabilities .right-cont .dsp {
	z-index: 60;
	top: 0;
	left: 0;
}

.key-capabilities .right-cont .rf {
	z-index: 50;
	top: 0;
	right: 0;
}

.key-capabilities .right-cont .rf .flipper-out, 
.key-capabilities .right-cont .rf .front, 
.key-capabilities .right-cont .rf .back {
	width: 197px;
	height: 266px;
}

.key-capabilities .right-cont .sw {
	z-index: 50;
	bottom: 0;
	left: 0;
}

.key-capabilities .right-cont .sw .flipper-out, 
.key-capabilities .right-cont .sw .front, 
.key-capabilities .right-cont .sw .back {
	width: 197px;
	height: 266px;
}

.key-capabilities .right-cont .optics {
	bottom: 0;
	right: 0;
}

.key-capabilities .right-cont .optics .flipper-out, 
.key-capabilities .right-cont .optics .front, 
.key-capabilities .right-cont .optics .back {
	width: 266px;
	height: 197px;
}

.key-capabilities .right-cont .flipper {
	transition: 0.6s;
	transform-origin: 50% 50% 0;
	transform-style: preserve-3d;
	position: relative;
}

.key-capabilities .right-cont .front, 
.key-capabilities .right-cont .back {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.key-capabilities .right-cont .front {
	z-index: 2;
	transform: rotateY(0deg);
}

.key-capabilities .right-cont .back {
	transform: rotateY(180deg);
}

.key-capabilities .right-cont .flipper-out:hover .flipper, 
.key-capabilities .right-cont .flipper-out.hover .flipper, 
.key-capabilities .right-cont .flipper-out.flip .flipper {
	transform: rotateY(180deg);
	overflow:visible;
}

.key-capabilities .right-cont .vertical.flipper-out {
	position: relative;
}

.key-capabilities .right-cont .vertical .back {
	transform: rotateX(180deg);
}

.key-capabilities .right-cont .vertical.flipper-out .flipper {
	transform-origin: 100% 133px;
}

.key-capabilities .right-cont .vertical.flipper-out:hover .flipper {
	transform: rotateX(-180deg);
}

@media (max-width: 991px) {
.key-capabilities {
	padding: 0 0 60px 0;
}

.key-capabilities .left-cont {
	padding: 40px 430px 0 0;
}
}

@media (max-width: 767px) {
.key-capabilities {
	text-align: center;
	padding: 0 0 50px 0;
}

.key-capabilities .left-cont {
	padding: 0 0 40px 0;
}

.key-capabilities .left-cont:last-child {
	padding-bottom: 0;
}

.key-capabilities .left-cont h2 {
	text-align: center;
	padding: 0 0 15px 0;
}

.key-capabilities .left-cont h2 br {
	display: none;
}

.key-capabilities .left-cont aside {
	max-width: 100%;
}

.key-capabilities .right-cont {
	width: 279px;
	height: 279px;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.key-capabilities .right-cont .flipper-out, 
.key-capabilities .right-cont .front, 
.key-capabilities .right-cont .back {
	width: 189px;
	height: 140px;
}

.key-capabilities .right-cont .rf .flipper-out, 
.key-capabilities .right-cont .rf .front, 
.key-capabilities .right-cont .rf .back {
	width: 140px;
	height: 189px;
}

.key-capabilities .right-cont .sw .flipper-out, 
.key-capabilities .right-cont .sw .front, 
.key-capabilities .right-cont .sw .back {
	width: 140px;
	height: 189px;
}

.key-capabilities .right-cont .optics .flipper-out, 
.key-capabilities .right-cont .optics .front, 
.key-capabilities .right-cont .optics .back {
	width: 189px;
	height: 140px;
}

.key-capabilities .right-cont .vertical.flipper-out .flipper {
	transform-origin: 100% 94.5px;
}
}


/* Benefits - List */
.benefits-list {
	width: 100%;
	float: left;
}

.benefits-list .article {
	width: 180px;
	float: left;
	display: inline;
	vertical-align: top;
	margin: 0 8px 25px 8px;
}

.benefits-list .article figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	margin: 0 0 15px 0;
}

.benefits-list .article figure img {
	width: 100%;
	max-width: 120px;
}

.benefits-list .article h3 {
	font-weight: 700;
	font-size: 0.875rem;
	color: #e87e36;
	line-height: 1.125rem;
	letter-spacing: normal;
	text-transform: uppercase;
	padding: 0;
}

.benefits-list .article h3 a {
	font-weight: 700;
}

.benefits-list .article-out {
	width: 110%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	text-align: center;
	margin: 0 -5% -25px -5%;
}

@media (max-width: 991px) {
.benefits-list .article figure img {
	max-width: 100px;
}
}

@media (max-width: 767px) {
.benefits-list .article {
	width: 46%;
	max-width: 180px;
	margin: 0 2% 25px 2%;
}

.benefits-list .article figure img {
	max-width: 90px;
}
}

.awards_cont .benefits-list .article figure img{max-width:100%;}


@media (min-width: 768px){
	.awards_cont .benefits-list .article{width:18%;}
}

@media (max-width: 991px){
.awards_cont .benefits-list .article figure img {
    max-width: 90%;
}
}
@media (max-width: 767px){
.awards_cont .benefits-list .article figure img {
    max-width: 100%;
}
}

/*
 22.) Content - Slider
----------------------------------------*/

.content-slider {
	width: 100%;
	float: left;
	text-align: center;
	background: #863683 url(../img/about-27.jpg) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
	position: relative;
	padding: 92px 0 96px 0;
}

.content-slider:before {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(134, 54, 131, .90);
	position: absolute;
	top: 0;
	left: 0;
}

.content-slider .container {
	max-width: 860px;
	position: relative;
	z-index: 1;
}

.content-slider h2 {
	color: #ffffff;
	padding: 0 0 63px 0;
}

.content-slider h3 {
	font-weight: 300;
	color: #ffffff;
	padding: 0 0 23px 0;
}

.content-slider p {
	color: #ffffff;
	padding: 0;
}

.content-slider .owl-carousel {
	padding: 0 90px;
}

.content-slider .owl-nav div {
	color: #ffffff;
	background: rgba(0, 0, 0, 0.15);
	border: none;
}

.content-slider .owl-nav div:before {
	color: #ffffff;
	line-height: 42px;
}

.content-slider .owl-nav .owl-prev {
	left: 0;
}

.content-slider .owl-nav .owl-next {
	right: 0;
}

.content-slider .owl-dots {
	display: none!important;
	padding: 25px 0 0 0;
}

.content-slider .owl-dots .owl-dot {
	border-color: #ffffff;
}

.content-slider .owl-dots .owl-dot.active {
	background: #ffffff;
}

@media (max-width: 991px) {
.content-slider {
	padding: 63px 0 66px 0;
}

.content-slider .container {
	padding: 0 30px;
}

.content-slider h2 {
	padding: 0 0 40px 0;
}

.content-slider h3 {
	padding: 0 0 20px 0;
}

.content-slider p {
	color: #ffffff;
	padding: 0;
}

.content-slider .owl-carousel {
	padding: 0 70px;
}

.content-slider .owl-nav div:before {
	line-height: 35px;
}
}

@media (max-width: 767px) {
.content-slider {
	padding: 43px 0 42px 0;
}

.content-slider .container {
	max-width: 540px;
	padding: 0 20px;
}

.content-slider h2 {
	padding: 0 0 25px 0;
}

.content-slider h3 {
	padding: 0 0 15px 0;
}

.content-slider .owl-carousel {
	padding: 0;
}

.content-slider .owl-nav {
	display: none!important;
}

/*
.content-slider .owl-nav .owl-prev { left:-15px;}
.content-slider .owl-nav .owl-next { right:-15px;}
*/

.content-slider .owl-dots {
	display: block!important;
}
}


/*
 23.) Split - Band2
----------------------------------------*/

.split-band2 {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.split-band2 .band-cont {
	width: 50%;
	float: left;
	display: inline;
	text-align: center;
	background: #361a51 url(../img/dots-07.png) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
	padding: 72px 0 80px 0;
}

.split-band2 .band-cont h2 {
	color: #ffffff;
	padding: 0 0 30px 0;
}

.split-band2 .band-cont p {
	font-weight: 700;
	font-size: 1.125rem;
	color: #ffffff;
	padding: 0 0 49px 0;
}

.split-band2 .band-cont p:last-child {
	padding-bottom: 0;
}

.split-band2 .band-cont aside {
	width: 100%;
	max-width: 600px;
	float: right;
	padding: 0 80px;
}

.split-band2 .band-cont:nth-child(even) {
	background-image: url(../images/dots-08.png);
	background-color: #a62256;
}

.split-band2 .band-cont:nth-child(even) aside {
	float: left;
}

@media (max-width: 1199px) {
.split-band2 .band-cont aside {
	padding: 0 50px;
}
}

@media (max-width: 991px) {
.split-band2 .band-cont {
	padding: 60px 0;
}

.split-band2 .band-cont h2 {
	padding: 0 0 19px 0;
}

.split-band2 .band-cont p {
	font-size: 1rem;
	padding: 0 0 40px 0;
}

.split-band2 .band-cont aside {
	padding: 0 30px;
}
}

@media (max-width: 767px) {
.split-band2 .band-cont {
	width: 100%;
	padding: 50px 0;
}

.split-band2 .band-cont h2 {
	padding: 0 0 15px 0;
}

.split-band2 .band-cont p {
	padding: 0 0 30px 0;
}

.split-band2 .band-cont aside {
	max-width: 540px;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0 30px;
}

.split-band2 .band-cont:nth-child(even) aside {
	float: none;
}
}


/*
 24.) Two - Column - Articles2
----------------------------------------*/

.two-col-articles2 {
	width: 100%;
	float: left;
	background: #ffffff;
	overflow: hidden;
}

.two-col-articles2 .container {
	max-width: 1190px;
}

.two-col-articles2 .article {
	width: 100%;
	float: left;
	border-bottom: 1px solid #c2c2c2;
	position: relative;
	padding: 75px 0;
}

.two-col-articles2 .article:last-child {
	border-bottom: none;
}

.two-col-articles2 .article p {
	padding-bottom: 10px;
}

.two-col-articles2 .article p:last-child {
	padding-bottom: 0;
}

.two-col-articles2 .article ul:last-child li:last-child {
	padding-bottom: 0;
}

.two-col-articles2 .article .btn-out {
	margin-top: 10px;
}

.two-col-articles2 .article .btn-out .btn {
	padding-left: 25px;
	padding-right: 25px;
}

.two-col-articles2 .article .btn-out.active {
	display: none;
}

.two-col-articles2 .article .more-cont {
	width: 100%;
	float: left;
	display: none;
	padding: 0;
}

.two-col-articles2 .article figure {
	width: 49.50%;
	float: left;
	text-align: center;
	position: relative;
}

.two-col-articles2 .article figure img {
	width: 100%;
	border: 1px solid #d3d3d3;
	box-shadow: rgba(0, 0, 0, .10) 5px 5px 10px;
	border-radius: 2px;
}

.two-col-articles2 .article figure .fancybox-img {
	width: 100%;
	float: left;
	position: relative;
	text-decoration:none;
}

.two-col-articles2 .article figure .fancybox-img:before {
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(0, 0, 0, .40);
	border-radius: 2px;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
}

.two-col-articles2 .article figure .fancybox-img:after {
	content: "\f00e";
	font-family: "FontAwesome";
	font-size: 6.250rem;
	color: #ffffff;
	line-height: 6.250rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transform: scale(.5);
	-moz-transform: scale(.5);
	transform: scale(.5);
	opacity: 0;
}

.two-col-articles2 .article figure .fancybox-img:hover:before, 
.two-col-articles2 .article figure .fancybox-img:hover:after {
	opacity: 1;
}

.two-col-articles2 .article figure .fancybox-img:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.two-col-articles2 .article aside {
	width: 50.50%;
	float: left;
	position: relative;
	padding: 0 6.30%;
}

.two-col-articles2 .article.gray-bg {
	border: none;
}

@media (min-width: 992px) {
.two-col-articles2 .article:nth-child(odd) figure, 
.two-col-articles2 .article.image-right figure {
	left: 0;
}

.two-col-articles2 .article:nth-child(odd) aside, 
.two-col-articles2 .article.image-right aside {
	left: 0;
}

.two-col-articles2 .article.image-left figure {
	left: 0;
}

.two-col-articles2 .article.image-left aside {
	left: 0;
}
#page .two-col-articles2:nth-child(even) .article:nth-child(odd) figure{left:50.50%;}
#page .two-col-articles2:nth-child(even) .article:nth-child(odd) aside{left:-49.50%;}
}

@media (max-width: 991px) {
.two-col-articles2 {
	padding: 10px 0;
}

.two-col-articles2 .article {
	padding: 50px 0;
}

.two-col-articles2 .article figure .fancybox-img:after {
	font-size: 5rem;
	line-height: 5rem;
	margin: -40px 0 0 -40px;
}

.two-col-articles2 .article figure {
	width: 100%;
	margin: 15px 0;
}

.two-col-articles2 .article aside {
	width: 100%;
	padding: 15px 0 10px;
}
}

@media (max-width: 767px) {
.two-col-articles2 {
	padding: 0;
}

.two-col-articles2 .container {
	max-width: 540px;
}

.two-col-articles2 .article figure .fancybox-img:after {
	font-size: 3.750rem;
	line-height: 3.750rem;
	margin: -30px 0 0 -30px;
}

.two-col-articles2 .article {
	padding: 25px 0;
}
}


/*
 25.) Single - Band
----------------------------------------*/

.single-band {
	width: 100%;
	float: left;
	text-align: center;
	background: #71b0b7 url(../img/applications-6.jpg) no-repeat top center;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	overflow: hidden;
	padding: 195px 0 115px 0;
}

.single-band aside {
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
}

.single-band aside h2 {
	font-weight: 600;
	color: #ffffff;
}

.single-band aside p {
	color: #ffffff;
	padding: 0 0 10px 0;
}

.single-band aside p strong {
	font-weight: 800;
}

.single-band aside .btn-out {
	margin-top: 15px;
}

.single-band aside .btn-out .btn {
	padding-left: 25px;
	padding-right: 25px;
}

.single-band aside .btn-out.active {
	display: none;
}

.single-band aside .more-cont {
	width: 100%;
	float: left;
	display: none;
	padding: 0;
}

@media (max-width: 991px) {
.single-band {
	padding: 120px 0;
}
}

@media (max-width: 767px) {
.single-band {
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	padding: 80px 0;
}

.single-band aside {
	width: 80%;
	max-width: 340px;
}
}


/*
 26.) CTA - Content3
----------------------------------------*/

.cta-content3 {
	width: 100%;
	float: left;
	background: #8cbe4a url(../images/dots-05.png) repeat center;
	overflow: hidden;
	padding: 64px 0 61px 0;
}
.cta-content3.purplos{background: #873683 url(../images/dots-05.png) repeat center;}

.cta-content3 .container {
	max-width: 1200px;
}

.cta-content3 aside {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0 380px 0 0;
	margin: 0 -4px;
}

.cta-content3 aside h2 {
	color: #ffffff;
	padding: 0 0 11px 0;
}

.cta-content3 aside p {
	font-weight: 600;
	color: #ffffff;
	line-height: 1.25rem;
	letter-spacing: 0.04em;
}

.cta-content3 aside p:last-child {
	padding-bottom: 0;
}

.cta-content3 .btn {
	width: 220px;
	padding-right: 0;
	padding-left: 0;
}

.cta-content3 .btn-out {
	width: 340px;
	float: none;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	position: relative;
	z-index: 50;
	padding: 0 20px;
	margin: 0 0 0 -340px;
}

@media (max-width: 1199px) {
.cta-content3 aside {
	padding: 0 260px 0 0;
}

.cta-content3 .btn-out {
	width: 240px;
	margin: 0 0 0 -240px;
}
}

@media (max-width: 991px) {
.cta-content3 {
	text-align: center;
	padding: 40px 0;
}

.cta-content3 .container {
	padding: 0 30px;
}

.cta-content3 aside {
	padding: 15px 0;
	margin: 0;
}

.cta-content3 aside p {
	padding: 0 10%;
}

.cta-content3 .btn-out {
	width: 100%;
	padding: 15px 0;
	margin: 0;
}

.cta-content3 .btn {
	width: 100%;
	max-width: 220px;
	padding-right: 25px;
	padding-left: 25px;
}
}

@media (max-width: 767px) {
.cta-content3 {
	text-align: center;
	padding: 30px 0 35px 0;
}

.cta-content3 .container {
	max-width: 540px;
	padding: 0 20px;
}

.cta-content3 aside p {
	padding: 0 2%;
}
}


/*
 27.) Two - Column - Articles3
----------------------------------------*/

.two-col-articles3 {
	width: 100%;
	float: left;
	background: #ffffff;
	overflow: hidden;
}

.two-col-articles3 .container {
	max-width: 1160px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.two-col-articles3 .article {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 80px 0;
}

.two-col-articles3 .article:before, .two-col-articles2.bordered_bottom .article:before{
	content: "";
    width: 73.39%;
    height: 1px;
    float: left;
    background: #c2c2c2;
    position: absolute;
    bottom: 0;
    left: 13%;
}

.two-col-articles3 .article:last-child {
	border-bottom: none;
}

.two-col-articles3 .article:last-child:before {
	display: none;
}

.two-col-articles3 .article p {
	padding-bottom: 10px;
}

.two-col-articles3 .article ul:last-child li:last-child {
	padding-bottom: 0;
}

.two-col-articles3 .article p:last-child {
	padding-bottom: 0;
}

.two-col-articles3 .article .btn-out {
	margin-top: 10px;
}

.two-col-articles3 .article .btn-out .btn {
	padding-left: 25px;
	padding-right: 25px;
}

.two-col-articles3 .article .btn-out.active {
	display: none;
}

.two-col-articles3 .article .more-cont {
	width: 100%;
	float: left;
	display: none;
	padding: 0;
}

.two-col-articles3 .article figure {
	width: 49%;
	float: left;
	text-align: center;
	position: relative;
}

.two-col-articles3 .article figure img {
	border-radius: 2px;
	border: 1px solid #d3d3d3;
	box-shadow: rgba(0, 0, 0, .10) 5px 5px 10px;
}

.two-col-articles3 .article aside {
	width: 51%;
	float: left;
	position: relative;
	padding: 0 5% 5px 11%;
}

.two-col-articles3 .article.out {
	width: 100%;
	float: left;
}

.two-col-articles3 .article.gray-bg {
	border: none;
}

.two-col-articles3 .article.gray-bg:before {
	display: none;
}

@media (min-width: 992px) {
.two-col-articles3 .article:nth-child(even) figure, 
.two-col-articles3 .article.image-right figure {
	left: 51%;
}

.two-col-articles3 .article:nth-child(even) aside, 
.two-col-articles3 .article.image-right aside {
	padding-left: 4.3%;
	padding-right: 5%;
	left: -49%;
}

.two-col-articles3 .article.gray-bg .container {
	max-width: 1260px;
}

.two-col-articles3 .article.gray-bg figure {
	width: 49%;
}

.two-col-articles3 .article.gray-bg aside {
	width: 51%;
	padding: 0 8% 5px 8%;
}

.two-col-articles3 .article.gray-bg:nth-child(odd) figure, 
.two-col-articles3 .article.gray-bg.image-right figure {
	left: 51%;
}

.two-col-articles3 .article.gray-bg:nth-child(odd) aside, 
.two-col-articles3 .article.gray-bg.image-right aside {
	left: -50%;
}

.two-col-articles3 .article.gray-bg:nth-child(even) figure {
	left: 0;
}

.two-col-articles3 .article.gray-bg:nth-child(even) aside {
	left: 0;
}

.two-col-articles3 .article.gray-bg.image-left figure {
	left: 0;
}

.two-col-articles3 .article.gray-bg.image-left aside {
	padding-left: 5%;
	padding-right: 4.3%;
	left: 0;
}
}

@media (max-width: 991px) {
.two-col-articles3 .article {
	padding: 40px 0;
}

.two-col-articles3 .article figure {
	width: 100%;
	margin: 10px 0;
}

.two-col-articles3 .article figure img {
	width: 100%;
}

.two-col-articles3 .article aside {
	width: 100%;
	padding: 10px 0;
}
}

@media (max-width: 767px) {
.two-col-articles3 .container {
	max-width: 540px;
}

.two-col-articles3 .article {
	padding: 30px 0;
}
}


/*
 28.) Case - Studies
----------------------------------------*/

.case-studies {
	width: 100%;
	float: left;
	background: #ffffff;
	overflow: hidden;
}

.case-studies img {
	width: 100%;
}

.case-studies figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.case-studies img {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.case-studies img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.case-studies .col1 {
	width: 33.22%;
	float: left;
}

.case-studies .col2 {
	width: 66.78%;
	float: left;
}

.case-studies .col2 figure:nth-child(1) {
	width: 50.28%;
}

.case-studies .col2 figure:nth-child(2) {
	width: 49.72%;
}


/*
 29.) CTA - Content4
----------------------------------------*/

.cta-content4 {
	width: 100%;
	float: left;
	background: #863683 url(../images/dots-05.png) repeat center;
	overflow: hidden;
	padding: 80px 0;
}

.cta-content4 .container {
	max-width: 670px;
}

.cta-content4 aside {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0 225px 0 0;
	margin: 0 -4px;
}

.cta-content4 aside h2 {
	color: #ffffff;
	padding: 0 0 18px 0;
}

.cta-content4 aside p {
	font-weight: 600;
	color: #ffffff;
	line-height: 1.25rem;
	letter-spacing: 0.04em;
}

.cta-content4 aside p:last-child {
	padding-bottom: 0;
}

.cta-content4 .btn {
	width: 190px;
	padding-right: 0;
	padding-left: 0;
}

.cta-content4 .btn-out {
	width: 225px;
	float: none;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	position: relative;
	z-index: 50;
	padding: 0 20px;
	margin: 0 0 0 -225px;
}

@media (max-width: 1199px) {
.cta-content4 aside {
	padding: 0 260px 0 0;
}

.cta-content4 .btn-out {
	width: 240px;
	margin: 0 0 0 -240px;
}
}

@media (max-width: 991px) {
.cta-content4 .container {
	padding: 0 30px;
}
}

@media (max-width: 767px) {
.cta-content4 {
	text-align: center;
	padding: 30px 0;
}

.cta-content4 .container {
	max-width: 540px;
	padding: 0 20px;
}

.cta-content4 aside {
	padding: 15px 0;
	margin: 0;
}

.cta-content4 aside h2 {
	padding: 0 0 12px 0;
}

.cta-content4 .btn-out {
	width: 100%;
	padding: 15px 0;
	margin: 0;
}
}


/*
 30.) Tab - Content
----------------------------------------*/

.tab-content-out {
	width: 100%;
	float: left;
	background: #ffffff;
	overflow: hidden;
	padding: 20px 0;
}

@media (max-width: 991px) {
.tab-content-out .container {
	padding: 0 30px;
}
}

@media (max-width: 767px) {
.tab-content-out .container {
	padding: 0 20px;
}
}


/* Tab - Links */
.tab-links {
	width: 100%;
	float: left;
	position: relative;
	z-index: 100;
	margin: 0 0 -1px 0;
}

.tab-links ul {
	width: 100%;
	float: left;
	overflow: hidden;
	padding: 0 25px;
	margin: 0;
}

.tab-links ul li {
	float: left;
	box-shadow: rgba(0, 0, 0, 0.1) 4px 6px 6px;
	padding: 0;
	margin: 0 18px 0 0;
}

.tab-links ul li:before {
	display: none;
}

.tab-links ul li a {
	float: left;
	font-weight: 300;
	font-size: 1.5rem;
	color: #000000;
	line-height: 1.75rem;
	text-decoration: none;
	border: 1px solid #cccccc;
	background: #f5f5f5;
	padding: 20px 30px;
}

.tab-links ul li:hover a {
	color: #e87e36;
}

.tab-links ul li.active a {
	color: #000000;
	border-bottom-color: #ffffff;
	background: #ffffff;
}

.tab-links .selected {
	display: none;
}

@media (min-width: 768px) {
.tab-links .selectOptions {
	display: block!important;
}
}

@media (max-width: 991px) {
.tab-links ul {
	padding: 0 20px;
}

.tab-links ul li a {
	font-size: 1.375rem;
	line-height: 1.625rem;
	padding: 16px 30px;
}
}

@media (max-width: 767px) {
.tab-links {
	margin: 0 0 20px 0;
}

.tab-links ul {
	display: none;
	border: none;
	background: #f5f5f5;
	z-index: 100;
	position: absolute;
	top: 49px;
	left: 0;
	padding: 0 0 1px 0;
}

.tab-links ul li {
	width: 100%;
	box-shadow: none;
	margin: 0;
}

.tab-links ul li a {
	width: 100%;
	height: 50px;
	font-size: 1.125rem;
	line-height: 3rem;
	padding: 0 20px;
	margin: 0 0 -1px 0;
}

.tab-links ul li.active a {
	border-color: #cccccc;
}

.tab-links .selected {
	width: 100%;
	height: 50px;
	float: left;
	display: block;
	font-weight: 300;
	font-size: 1.125rem;
	color: #2d2d2d;
	line-height: 3rem;
	background: #f5f5f5;
	border: 1px solid #cccccc;
	cursor: pointer;
	position: relative;
	padding: 0 40px 0 20px;
}

.tab-links .selected a {
	font-weight: 300;
	color: #2d2d2d;
	text-decoration: none;
}

.tab-links .selected:before {
	content: "";
	width: 0;
	height: 0;
	float: right;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #000000;
	position: absolute;
	top: 50%;
	right: 20px;
	margin: -3px 0 0 0;
}
}


/* Tab - Content */
.tab-content {
	width: 100%;
	float: left;
	box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 4px;
	border: 1px solid #cccccc;
	background: #ffffff;
	overflow: hidden;
}

.tab-content h2 {
	width: 100%;
	float: left;
	font-weight: 700;
	font-size: 1.125rem;
	color: #444444;
	line-height: 1.375rem;
	letter-spacing: normal;
	border-bottom: 1px solid #cccccc;
	padding: 0 0 20px 0;
	margin: 0 0 14px 0;
}

.tab-content  p {
	padding-bottom: 15px;
}

.tab-content p:last-child {
	padding-bottom: 0;
}

.tab-content figure {
	width: 45%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	margin: 0 -2px;
}

.tab-content figure img {
	max-width: 100%;
}

.tab-content aside {
	width: 55%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding-right: 35px;
	margin: 0 -2px;
}

.tab-content .tab-inner {
	width: 100%;
	float: left;
	padding: 70px 8.35%;
}

@media (max-width: 991px) {
.tab-content .tab-inner {
	padding: 50px 30px;
}

.tab-content .tab-inner aside {
	padding-right: 30px;
}
}

@media (max-width: 767px) {
.tab-content .tab-inner {
	padding: 40px 20px;
}

.tab-content .tab-inner figure {
	width: 100%;
	text-align: center;
	margin: 0 -2px;
}

.tab-content .tab-inner figure img {
	max-width: 100%;
}

.tab-content .tab-inner aside {
	width: 100%;
	padding-right: 0;
	margin: 0 0 25px 0;
}

.tab-content .tab-inner aside h2 {
	padding: 0 0 19px 0;
}
}


/*
 31.) Two - Column - Articles4
----------------------------------------*/

.two-col-articles4 {
	width: 100%;
	float: left;
	background: #f5f5f5;
	overflow: hidden;
}

.two-col-articles4 .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.two-col-articles4 .article {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #cccccc;
	position: relative;
	padding: 60px 0;
}

.two-col-articles4 .article:last-child {
	border-bottom: none;
}

.two-col-articles4 .article p {
	padding-bottom: 10px;
}

.two-col-articles4 .article ul:last-child li:last-child {
	padding-bottom: 0;
}

.two-col-articles4 .article p:last-child {
	padding-bottom: 0;
}

.two-col-articles4 .article .btn-out {
	margin-top: 10px;
}

.two-col-articles4 .article .btn-out .btn {
	padding-left: 25px;
	padding-right: 25px;
}

.two-col-articles4 .article figure {
	width: 49%;
	float: left;
	text-align: left;
	position: relative;
}

.two-col-articles4 .article figure img {
	width: 100%;
	border-radius: 2px;
	border: 1px solid #d3d3d3;
	box-shadow: rgba(0, 0, 0, .10) 5px 5px 10px;
}

.two-col-articles4 .article aside {
	width: 51%;
	float: left;
	position: relative;
}

@media (min-width: 992px) {
.two-col-articles4 .article aside {
	padding: 0 4% 5px 6%;
}

.two-col-articles4 .article:nth-child(odd) figure {
	left: 51%;
}

.two-col-articles4 .article:nth-child(odd) aside {
	left: -49%;
	padding: 0 6% 5px 4%;
}

.two-col-articles4 .article.image-left figure {
	left: 0;
}

.two-col-articles4 .article.image-left aside {
	left: 0;
	padding: 0 4% 5px 6%;
}
}

@media (min-width: 1200px) {
.two-col-articles4 .article aside {
	padding: 0 11% 5px 4.5%;
}

.two-col-articles4 .article:nth-child(odd) aside {
	padding: 0 4.5% 5px 11%;
}

.two-col-articles4 .article.image-left figure {
	left: 0;
}

.two-col-articles4 .article.image-left aside {
	left: 0;
	padding: 0 11% 5px 4.5%;
}
}

@media (max-width: 991px) {
.two-col-articles4 .article {
	padding: 40px 0;
}

.two-col-articles4 .article figure {
	width: 100%;
	margin: 10px 0;
}

.two-col-articles4 .article figure img {
	width: 100%;
}

.two-col-articles4 .article aside {
	width: 100%;
	padding: 10px 0;
}
}

@media (max-width: 767px) {
.two-col-articles4 .article {
	padding: 30px 0;
}
}


/*
 32.) Two - Column - Articles5
----------------------------------------*/

.two-col-articles5 {
	width: 100%;
	float: left;
	background: #f5f5f5;
	overflow: hidden;
}

.two-col-articles5 .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.two-col-articles5 .article {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #cccccc;
	position: relative;
	padding: 60px 0;
}

.two-col-articles5 .article:last-child {
	border-bottom: none;
}

.two-col-articles5 .article p {
	padding-bottom: 10px;
}

.two-col-articles5 .article ul:last-child li:last-child {
	padding-bottom: 0;
}

.two-col-articles5 .article p:last-child {
	padding-bottom: 0;
}

.two-col-articles5 .article .btn-out {
	margin-top: 10px;
}

.two-col-articles5 .article .btn-out .btn {
	padding-left: 25px;
	padding-right: 25px;
}

.two-col-articles5 .article figure {
	width: 67%;
	float: left;
	text-align: right;
	position: relative;
	margin: 0 0 0 -9%;
}

.two-col-articles5 .article figure img {
	width: 100%;
	border-radius: 2px;
	border: 1px solid #d3d3d3;
	box-shadow: rgba(0, 0, 0, .10) 5px 5px 10px;
}

.two-col-articles5 .article aside {
	width: 42%;
	float: left;
	position: relative;
	padding: 0 5% 5px 5%;
}

@media (min-width: 992px) {
.two-col-articles5 .article aside {
	padding: 0 2% 5px 5%;
}

.two-col-articles5 .article:nth-child(even) figure, 
.two-col-articles5 .article.image-right figure {
	text-align: left;
	left: 42%;
	margin-left: 0;

	margin-right: -9%;
}

.two-col-articles5 .article:nth-child(even) aside, 
.two-col-articles5 .article.image-right aside {
	left: -58%;
	padding: 0 5% 5px 3%;
}
}

@media (min-width: 1200px) {
.two-col-articles5 .article aside {
	padding: 0 5% 5px 5%;
}
}

@media (max-width: 991px) {
.two-col-articles5 .article {
	padding: 40px 0;
}

.two-col-articles5 .article figure {
	width: 100%;
	margin: 10px 0;
}

.two-col-articles5 .article figure img {
	width: 100%;
}

.two-col-articles5 .article aside {
	width: 100%;
	padding: 10px 0;
}
}

@media (max-width: 767px) {
.two-col-articles5 .article {
	padding: 30px 0;
}
}


/*
 33.) Quick - Statistics
----------------------------------------*/

.quick-statistics {
	width: 100%;
	float: left;
	text-align: center;
	background: #54a077 url(../images/toolkit-4.jpg) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
	position: relative;
	padding: 70px 0;
}

.quick-statistics aside {
	width: 22%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 1.30% 40px 1.30%;
}

.quick-statistics aside p {
	font-weight: 300;
	font-size: 1.125rem;
	color: #ffffff;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	padding: 0 0 15px 0;
}

.quick-statistics aside p:last-child {
	padding-bottom: 0;
}

.quick-statistics aside .icon {
	width: 100%;
	height: 82px;
	float: left;
	line-height: 5.125rem;
	text-align: center;
	overflow: hidden;
	margin: 0 0 23px 0;
}

.quick-statistics aside .icon img {
	max-width: 100%;
	vertical-align: bottom;
}

.quick-statistics aside .num {
	font-weight: 800;
	font-size: 2.25rem;
	color: #ffffff;
	line-height: 2.25rem;
	padding: 0;
	margin: 0 -30px;
}

.quick-statistics aside .num .in {
	font-weight: 300;
}

.quick-statistics .aside-bg {
	width: 102.90%;
	float: left;
	margin: 0 -1.45% -40px -1.45%;
}

@media (max-width: 1199px) {
.quick-statistics aside .num {
	font-size: 1.875rem;
	line-height: 2.125rem;
}
}

@media (max-width: 991px) {
.quick-statistics {
	padding: 60px 0;
}

.quick-statistics .container {
	padding: 0 30px;
}

.quick-statistics aside p {
	font-size: 1rem;
	padding: 0 0 10px 0;
}

.quick-statistics aside .icon {
	margin: 0 0 17px 0;
}

.quick-statistics aside .num {
	font-size: 1.625rem;
	line-height: 1.875rem;
}
}

@media (max-width: 767px) {
.quick-statistics {
	padding: 50px 0;
}

.quick-statistics .container {
	padding: 0 20px;
}

.quick-statistics aside {
	width: 100%;
	max-width: 180px;
	margin: 0 10px 40px 10px;
}

.quick-statistics aside .num {
	margin: 0;
}

.quick-statistics .aside-bg {
	width: 100%;
	margin: 0 0 -40px 0;
}
}


/*
 34.) Content - Slider2
----------------------------------------*/

.content-slider-out {
	width: 100%;
	float: left;
	padding: 20px 0;
}

.content-slider-out h2 {
	text-align: center;
	padding: 0 30px 33px 30px;
}

.content-slider.slider2 {
	background: #8cbe4a;
	padding: 72px 0 76px 0;
}

.content-slider.slider2:before {
	display: none;
}

.content-slider.slider2 .container {
	max-width: 880px;
}

.content-slider.slider2 .owl-nav div {
	background: rgba(0, 0, 0, 0.13);
}

@media (max-width: 991px) {
.content-slider.slider2 {
	padding: 53px 0 56px 0;
}
}

@media (max-width: 767px) {
.content-slider-out h2 {
	padding: 0 20px 27px 20px;
}

.content-slider.slider2 .container {
	max-width: 540px;
}

.content-slider.slider2 {
	padding: 43px 0 42px 0;
}
}


/*
 35.) CTA - Banner
----------------------------------------*/

.cta-banner {
	width: 100%;
	float: left;
	background: url(../images/toolkit-9.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	overflow: hidden;
	position: relative;
	padding: 150px 0;
}

.cta-banner:before {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(0, 0, 0, 0.50);
	position: absolute;
	top: 0;
	left: 0;
}

.cta-banner .container {
	max-width: 860px;
	position: relative;
	z-index: 1;
}

.cta-banner h2 {
	color: #ffffff;
	letter-spacing: normal;
	padding: 0 0 2px 0;
}

.cta-banner p {
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.04em;
	padding: 0;
}

.cta-banner aside {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	padding: 0 200px 0 0;
	margin: 0 -4px;
}

.cta-banner .btn {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}

.cta-banner .btn-out {
	width: 185px;
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 -185px;
}

@media (max-width: 991px) {
.cta-banner {
	padding: 100px 0;
}

.cta-banner .container {
	padding: 0 30px;
}
}

@media (max-width: 767px) {
.cta-banner {
	padding: 70px 0;
}

.cta-banner h2 {
	padding: 0 0 5px 0;
}

.cta-banner aside {
	text-align: center;
	padding: 12px 0;
	margin: 0;
}

.cta-banner .btn {
	width: 185px;
}

.cta-banner .btn-out {
	width: 100%;
	margin: 12px 0;
}
}


/*
 36.) Blog - Page
----------------------------------------*/

/* Filter - Bar */
.filter-bar {
	width: 100%;
	float: left;
	background: #f1f1f1;
	overflow: hidden;
	padding: 20px 0;
	position: relative;
    z-index: 10;
}

.filter-bar .container {
	max-width: 1210px;
}

.filter-bar .form-field {
	width: 100%;
	float: left;
	position: relative;
}

.filter-bar .form-field ul {
	width: 103.33%;
	float: left;
	padding: 0;
	margin: 0 -1.665% -20px -1.665%;
}

.filter-bar .form-field ul li {
	width: 30%;
	float: left;
	padding: 0;
	margin: 0 1.665% 20px 1.665%;
}

.filter-bar .form-field ul li:before {
	display: none;
}

.filter-bar .form-field select {
	height: 40px;
	background-color: #ffffff;
	border-color: #cdcdcd;
}

@media (max-width: 991px) {
.filter-bar .container {
	padding: 0 30px;
}
}

@media (max-width: 767px) {
.filter-bar .container {
	max-width: 540px;
	padding: 0 20px;
}

.filter-bar .form-field ul {
	width: 100%;
	margin: 0 0 -10px 0;
}

.filter-bar .form-field ul li {
	width: 100%;
	margin: 0 0 10px 0;
}
}


/* Feature - Content */
.feature-content {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 0 90px 0;
}

.feature-content:last-child {
	padding-bottom: 0;
}

.feature-content .article {
	width: 100%;
	max-width: 1020px;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.feature-content .article h2 {
	letter-spacing: normal;
	padding: 0 0 10px 0;
}

.feature-content .article p {
	line-height: 1.5rem;
	padding: 0 0 15px 0;
}

.feature-content .article p:last-child {
	padding-bottom: 0;
}

.feature-content .article .date-txt {
	width: 100%;
	float: left;
	font-weight: 300;
	font-size: 0.875rem;
	color: #555555;
	line-height: 1.25rem;
	letter-spacing: 0.02em;
	padding: 0 0 21px 0;
	margin: 0;
}

.feature-content .article .date-txt a {
	font-weight: 400;
}

.feature-content .article .date-txt .divider {
	padding: 0 10px;
}

.feature-content .article .btn-out {
	padding-top: 6px;
}

.feature-content .article figure, .feature-content .article .tribe-events-event-image {
	width: 48.82%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.feature-content .article figure img, .feature-content .article .tribe-events-event-image img {
	max-width: 100%;
}

.feature-content .article aside {
	width: 47.05%;
	float: right;
	padding: 10px 0 0 0;
}


@media (max-width: 991px) {
.feature-content {
	padding: 0 0 70px 0;
	margin: -15px 0;
}

.feature-content .article p {
	line-height: 1.375rem;
}

.feature-content .article figure, .feature-content .article .tribe-events-event-image {
	width: 100%;
	margin: 15px 0;
}

.feature-content .article aside {
	width: 100%;
	padding: 15px 0;
}
.feature-content .article .btn-out{text-align:center;}
}

@media (max-width: 767px) {
.feature-content {
	padding: 0 0 50px 0;
	margin: -10px 0;
}

.feature-content .article .date-txt .divider {
	padding: 0 4px;
}

.feature-content .article figure, .feature-content .article .tribe-events-event-image {
	margin: 10px 0;
}

.feature-content .article aside {
	padding: 10px 0;
}
}


/* Blog - List */
.blog-list {
	width: 100%;
	float: left;
}

.blog-list .article {
	width: 30.03%;
	float: left;
	display: inline;
	text-align: center;
	margin: 0 1.65% 38px 1.65%;
}

.blog-list .article > a {
	width: 100%;
	float: left;
	text-decoration: none;
}

.blog-list .article h3 {
	font-weight: 400;
	font-size: 1.25rem;
	color: #000000;
	line-height: 1.375rem;
	letter-spacing: normal;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	padding: 0;
}

.blog-list .article h3 a {
	font-weight: 400;
	color: #000000;
}

.blog-list .article figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	margin: 0 0 27px 0;
}

.blog-list .article figure img {
	max-width: 100%;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.blog-list .article:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.blog-list .article:hover h3,
.blog-list .article h3 a:hover {
	color: #e87e36;
}

.blog-list .article-out {
	width: 103.50%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 80px 0;
	margin: 0 -1.65% -38px -1.65%;
}

.blog-list .article-out:last-child {
	padding-bottom: 0;
}

.blog-list .btn-out {
	text-align: center;
}

@media (max-width: 991px) {
.blog-list .article {
	width: 45.20%;
	margin: 0 2.40% 30px 2.40%;
}

.blog-list .article h3 {
	font-size: 1.125rem;
	line-height: 1.375rem;
}

.blog-list .article figure {
	margin: 0 0 27px 0;
}

.blog-list .article-out {
	width: 105.64%;
	padding: 0 0 60px 0;
	margin: 0 -2.40% -30px -2.40%;
}
}

@media (max-width: 767px) {
	.blog-list .article {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.blog-list .article h3 {
	font-size: 1rem;
	line-height: 1.375rem;
}

.blog-list .article figure {
	margin: 0 0 17px 0;
}

.blog-list .article-out {
	padding: 0 0 40px 0;
}
}
@media (min-width:480px){
	.blog-list .article figure img{min-height: 252px;}
}

@media (max-width: 479px) {

.blog-list .article-out {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
}


/*
 37.) Post - Page
----------------------------------------*/

.back-to-blog {
	width: 100%;
	float: left;
	margin: 0 0 29px 0;
}

.back-to-blog a {
	font-weight: 600;
	position: relative;
	padding: 0 0 0 20px;
}

.back-to-blog a:before {
	content: "\f0a8";
	font-family: "FontAwesome";
	line-height: 1em;
	position: absolute;
	top: 3px;
	left: 0;
}

@media (max-width: 1199px) {
.back-to-blog {
	margin: -20px 0 15px 0;
}
}

.comment-form {
	width: 100%;
	float: left;
	padding: 0px 0 85px 0;
}
div.comment-form{padding-top:25px;}
.comment-form:last-child {
	padding-bottom: 0;
}

.comment-form h3 {
	width: 100%;
	float: left;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.5rem;
	padding: 0 0 10px 0;
}

.comment-form ul {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

.comment-form ul li {
	width: 48%;
	float: left;
	display: inline;
	padding: 0;
	margin: 0 0 30px 0;
}

.comment-form ul li:nth-child(2) {
	margin-right: 4%;
}

.comment-form ul li:nth-child(3) {
	margin-right: 0;
}

.comment-form ul li.full {
	width: 100%;
}

.comment-form ul li:before {
	display: none;
}

@media (max-width: 767px) {
.comment-form {
	padding: 30px 0 50px 0;
}

.comment-form ul li {
	width: 100%;
	margin-bottom: 20px;
}

.comment-form ul li:nth-child(2) {
	margin-right: 0;
}

.comment-form ul li:nth-child(3) {
	margin-right: 0;
}
}

.pagination-post {
	width: 100%;
	float: left;
	text-align: center;
}

.pagination-post div {
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 45px;
}

.pagination-post div a {
	text-decoration: none;
}

.pagination-post div i {
	margin: 0 5px;
}

@media (max-width: 767px) {
.pagination-post div {
	width: 50%;
	text-align: left;
	margin: 0 -2px;
}

.pagination-post div.nav-next {
	text-align: right;
}
}


/*
 38.) Fancybox
----------------------------------------*/

.fancybox-wrap, 
.fancybox-skin, 
.fancybox-outer, 
.fancybox-inner, 
.fancybox-image, 
.fancybox-wrap iframe, 
.fancybox-wrap object, 
.fancybox-nav, 
.fancybox-nav span, 
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: none;
	color: #444;
	text-shadow: none;
	margin-top: 30px;
}

.fancybox-image {
	background: #ffffff;
	border: 2px solid #dddddd;
	border-radius: 16px;
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-outer, 
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #444444;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, 
.fancybox-close, 
.fancybox-prev span, 
.fancybox-next span {
	background-image: url('../img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -38px;
	right: 0;
	width: 35px;
	height: 29px;
	color: #e87e36;
	background: none;
	border: 5px solid #e87e36;
	border-radius: 3px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-close:before {
	width: 100%;
	height: 100%;
	float: left;
	content: "\f00d";
	font-family: "FontAwesome";
	font-size: 1.375rem;
	color: #e87e36;
	line-height:18px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(0, 0, 0, .80);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
	visibility: hidden;
	font-size: 0.8125rem;
	line-height: 1.25rem;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 1.5rem;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

@media (max-width: 991px) {
.fancybox-skin {
	border-radius: 12px;
}

.fancybox-image {
	border-radius: 11px;
}
}

@media (max-width: 767px) {
.fancybox-skin {
	border-radius: 10px;margin-top: 30px;
}

.fancybox-image {
	border-radius: 9px;
}

.fancybox-close {
	top: -25px;
	width: 30px;
	height: 25px;
	border-width: 2px;
}

.fancybox-close:before {
	font-size: 1.125rem;
	line-height: 1.188rem;
}
}


/*
 39.) Title - Description - (Notes)
----------------------------------------*/

.notes-title {
	width: 100%;
	float: left;
	padding: 60px 0 20px 0;
}

.notes-title aside {
	width: 100%;
	float: left;
}

.notes-title aside p {
	font-weight: 300;
	font-style: italic;
	font-size: 1.125rem;
	color: #808080;
	line-height: 1.563rem;
	padding: 0;
}

.notes-title aside .title-txt {
	width: 100%;
	float: left;
	font-weight: 600;
	font-size: 1.25rem;
	color: #4b4e53;
	line-height: 1.375rem;
	padding: 0 0 3px 0;
}

@media (max-width: 991px) {
.notes-title {
	padding: 40px 0 20px 0;
}

.notes-title .container {
	padding: 0 20px;
}
}

@media (max-width: 767px) {
.notes-title {
	padding: 30px 0 20px 0;
}

.notes-title .container {
	padding: 0 10px;
}

.notes-title aside p {
	font-size: 1rem;
	line-height: 1.438rem;
}

.notes-title aside .title-txt {
	font-size: 1.125rem;
	line-height: 1.25rem;
}
}


/*
 40.) Background and Text - Colors
----------------------------------------*/

/* Padding - None */
.top-none {
	padding-top: 0!important;
}

.bottom-none {
	padding-bottom: 0!important;
}


/* Colors */
.bright-orange {
	color: #e87e36!important;
}

.aqua {
	color: #1f8aa7!important;
}

.brick-red {
	color: #950508!important;
}

.lime {
	color: #8cbe4a!important;
}

.purple {
	color: #863683!important;
}

.plum {
	color: #361a51!important;
}

.light-teal {
	color: #71b0b7!important;
}

.rose {
	color: #a62256!important;
}


/* Background - Colors */
.bright-orange-bg {
	background-color: #e87e36!important;
}

.aqua-bg {
	background-color: #1f8aa7!important;
}

.brick-red-bg {
	background-color: #950508!important;
}

.lime-bg {
	background-color: #8cbe4a!important;
}

.purple-bg {
	background-color: #863683!important;
}

.plum-bg {
	background-color: #361a51!important;
}

.light-teal-bg {
	background-color: #71b0b7!important;
}

.rose-bg {
	background-color: #a62256!important;
}

.gray-bg {
	background-color: #f5f5f5!important;
}

.su-spoiler{margin-top: 15px;    margin-bottom: 0 !important;}
.su-spoiler-style-default > .su-spoiler-title, .su-spoiler-title{    float: none;
    display: inline-block;
    font-weight: 600;
    font-size: 1rem;
    color: #e87e36;
    line-height: 1.25rem;
    letter-spacing: 0.06em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    vertical-align: middle;
    background: none;
    border: 2px solid #e87e36;
    border-radius: 360px;
    box-shadow: none;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    outline: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 30px;
    margin: 0;
    padding-left: 25px !important;
    padding-right: 25px !important;}
	
	.su-spoiler-style-default.white > .su-spoiler-title{color:#FFF;border-color:#FFF;}
	.su-spoiler-style-default.white > .su-spoiler-title:hover{color: #ffffff;
    background: rgba(255, 255, 255, .15);}
	
.su-spoiler-icon{right: 0 !important;
    left: auto !important;
    font-size: 0.75rem !important;
    position: relative;
    top: 0px !important;
    margin-left: 6px;
    padding-right: 0;
    position: relative !important;
    float: right;}
.su-spoiler-style-default > .su-spoiler-content, .su-spoiler-content{ padding: 0 0 !important; margin-top: 1em;}

.su-spoiler-style-default > .su-spoiler-title:hover, .su-spoiler-title:hover, .su-spoiler-style-default > .su-spoiler-title:active, .su-spoiler-title:active{
color: #ffffff;
    background: #e87e36;
    text-decoration: none;
    outline: 0;	
}
.form-submit{ margin: 25px 0 0;float: left;}
.centered{text-align:center;}
.side-nav a{width:100%; float:left;}
.side-nav a.w--current{color:#1f8aa7;}
.side-nav .current-menu-item a{color:#1f8aa7;}
.search-bar.indexos{margin-bottom: 30px;}
.search-bar.indexos input{    max-width: 85%;  margin: 0 16px 20px 0;  min-height: 44px;}
.anchor{display: block; height: 90px; margin-top: -90px;visibility: hidden;}
.logged-in .anchor{}
.feature-content .article a.titlos_link{color:#000000;}
.feature-content .article a.titlos_link:hover, .feature-content .article a.titlos_link:hover h2{color:#e87e36; text-decoration:none;}
img.retina_logo{display:none;}
.social-links2 input[type="search"]{ max-width: 60%; margin-right: 15px; line-height: 1.40rem;height: auto;}

.sidebar-menu-btn {
    width: 50px;
    height: 43px;
    float: left;
    background: #e87e36;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s;
    display: none;
    position: fixed;
    right: 5px;
    bottom: 0;
    z-index: 40;
    cursor: pointer;
    opacity: 1 !important;
}
.sidebar-menu-btn .icon-bar {
    width: 100%;
    float: right;
    text-decoration: none;
    position: relative;
    padding: 10px;
}
.sidebar-menu-btn .icon-bar span {
    width: 100%;
    height: 3px;
    float: left;
    background: #fff;
    position: relative;
    transition: all .4s ease;
    margin: 10px 0;
}
.sidebar-menu-btn.close {
    width: 28px;
    height: 28px;
    position: fixed;
    right: 18px;
}
.sidebar-menu-btn.close .icon-bar {
    padding: 6px;
}
.sidebar-menu-btn.close .icon-bar span {
    background: none;margin: 7px 0;
}
.sidebar-menu-btn .icon-bar span:before {
    content: "";
    width: 100%;
    height: 3px;
    float: left;
    background: #fff;
    position: absolute;
    top: -9px;
    left: 0;
    transition: all .4s ease;
}
.sidebar-menu-btn .icon-bar span:after {
    content: "";
    width: 100%;
    height: 3px;
    float: left;
    background: #fff;
    position: absolute;
    top: 9px;
    left: 0;
    transition: all .4s ease;
}
.sidebar-menu-btn.close .icon-bar span:before {
    height: 3px;
    top: 0;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
}
.sidebar-menu-btn.close .icon-bar span:after {
    height: 3px;
    top: 0;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
}
.mm-offcanvas.mm-menu{z-index:9999;}
.card{}
.latest-link{    padding: 0 0 30px 0;}
.single-white-paper .content-default{text-align:center;}
#load_more, #load_more_resources{margin:60px 0;}
body .gform_wrapper ul li.gfield{    float: left;  width: 100%;  padding: 0;}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium{width:100% !important;}

.single-white-paper h1, .single-acacia-resources h1{font-size: 1.75rem; font-weight: 400;  line-height: 2.3rem;}

.events-list #tribe-events-content .tribe-events-loop{ max-width: 100% !important;}
#tribe-events-content .tribe-events-list-separator-month{display:none;}
#tribe-events-content .tribe-events-list-separator-month+.type-tribe_events.tribe-events-first{padding-top:0;margin-top: 20px;}
#tribe-events-content.tribe-events-list .type-tribe_events{padding: 0 18px 45px; width: 33%; float: none; margin: 20px 0 0;  display: inline-block;vertical-align: top;}
#tribe-events-content.tribe-events-list .tribe-events-loop .tribe-events-event-image{width:100%; margin: 0 0 15px; text-align: center;}
#tribe-events-content.tribe-events-list .tribe-events-loop .event-info{float:left; width:100%; margin:0 0 7px;}
#tribe-events-content.tribe-events-list .tribe-events-loop .tribe-event-schedule-details{font-size: 10px; margin: 0 10px -2px 0; line-height: 12px; clear: both;
color: #666; text-align: left; text-transform: uppercase; /* border-right: 1px solid #e5e5e5; */ float: left; padding-right: 10px; padding-left: 0;
line-height: 22px; width: 100%;}
#tribe-events-content.tribe-events-list .tribe-events-list-event-title{ clear: both; line-height: 1.1em;  font-size: 20px; color: #444; margin: 0px 0 1px;float: left;
    font-weight: 400;    width: 100%;}
#tribe-events-content.tribe-events-list .tribe-events-venue-details{font-size: 12px;   margin: 10px 0 0;  color: #666;  padding: 0;float: left;    border-top: none;}
.tribe-events-list .tribe-events-loop .tribe-events-content:before{ content: ''; width: 100%; height: 1px; position: absolute;  left: 0; right: 0; top: 15px;
    background: #eaba99;}
.tribe-events-list .tribe-events-loop .tribe-events-content .tribe-events-read-more{font-size: 12px;text-transform: uppercase; font-weight: 600; background: #fff;    padding: 0 5px;    position: relative;z-index: 2;}
#tribe-events-content.tribe-events-list .tribe-events-loop .tribe-events-content{text-align: right;  position: relative;  padding: 0;}
#tribe-events-content.tribe-events-list	.tribe-events-user-recurrence-toggle{display:none;}
#tribe-events-footer .tribe-events-sub-nav li::before, .tribe-events-notices li::before{ display:none;}
.tribe-events-list h2.tribe-events-page-title{display:none;}
.single-tribe_events .tribe-events-event-image{max-width: 50%;  float: left; margin-right: 1.5em;}
.category_filter{ position: relative;  float: left;  width: 100%;  background: #f1f1f1;    padding: 20px;text-align:center;}
.category_filter select{ max-width: 280px;  float: none;color:#e87e36 !important;  background-color: #FFF; border: 1px solid #cdcdcd;}
.category_filter select option{color:#e87e36 !important;background:#FFF;}
.category_filter select:focus{border-color:1px solid #dddddd;}
ul.tribe-events-sub-nav li:before{display:none;}
#tribe-events-content.tribe-events-list .tribe-events-loop .feature-content .article .tribe-events-event-image{width: 48.82%; float: left;}
.tribe-events-loop .feature-content{padding-bottom:60px;}

@media (max-width: 1199px){
.category-list {
    width: 240px;
    float: right;
    display: none;
    background: #ededed;
    border: 1px solid #e87e36;
    border-radius: 3px;
    padding: 30px 20px;
    margin: 0;
    z-index: 200;
    position: fixed;
    bottom: 0;
    right: 0;
    max-height: 80%;
    overflow-y: auto;
}
.header-main+.banner-inner{    margin-top: 50px;}
}
@media (max-width: 1199px) and (min-height: 399px){

.sidebar-menu-btn {
    display: block;
}
.overlay-bg {
    width: 100%;
    height: 100%;
    float: left;
    background: rgba(0,0,0,.7);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 100;
}
}
@media (min-width: 1200px){
.category-list { display: block !important; overflow: visible !important;  height: auto !important;}
.header-main+.banner-inner{    margin-top: 75px;}

}

@media (max-width: 991px){
	#tribe-events-content.tribe-events-list .tribe-events-loop .feature-content .article .tribe-events-event-image{width:100%;}
	#tribe-events-content.tribe-events-list .type-tribe_events{display: inline-block; width: 45.20%;  margin: 0 2% 30px;  float: none;}
	.single-tribe_events #tribe-events-content .tribe-events-event-meta dd a{ width: 100%;  word-wrap: break-word;}
}
@media (max-width:767px){
	iframe{max-width:100%; height:auto;}
	.table_holder{padding: 0 10px 0 0;   border-right: 1px solid #CCC; overflow-x:auto; overflow-y:hidden;}
#tribe-events-content.tribe-events-list .type-tribe_events{width:100%;}	
.single-tribe_events .tribe-events-event-image{max-width: 100%;}
#tribe-events-content.tribe-events-list .tribe-events-loop .feature-content .article .tribe-events-event-image{width:100%;}
.tribe-events-sub-nav li a, .tribe-events-sub-nav li a:hover, .tribe-events-sub-nav li a:visited{  background: #FFF;  color: #e87e36 !important;}
}

@media(min-width:768px){
.content-default .w-col-4{width:32.9%; display:inline-block;}

}



@media (max-width:600px){
	html #wpadminbar{margin-top:-46px;}
}

/* for high resolution display */

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	.header-main .brand img{display:none;}
	.header-main .brand img.retina_logo{display:block;}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
 .key-capabilities .right-cont{background:url('../images/Puzzle-Combined.png') no-repeat top center; background-size:100% auto;}
 .key-capabilities .right-cont .figure-out{display:none;}
 
 }


/* ---------------------------- Begin WordPress Core ---------------------------- */

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 0.6875rem;
	line-height: 1.063rem;
	margin: 0;
	padding: 0 4px 5px;
}

@media (max-width: 600px) {
.alignleft, .alignright, .aligncenter, .alignnone {
	float: none;
	margin: 5px auto;
	display: block;
}
}

@media (min-width:1200px){
	.content-inner.contact-page .container{max-width:1000px;}
}

@media (min-width:992px){
	.content-inner.contact-page .container .col-md-4{    padding-left: 2%;}
}
.gform_wrapper .top_label li.gfield.gf_left_half:before{background: transparent;}
.gform_wrapper ul.gform_fields li.gfield.gf_list_inline label{ float: left;  max-width: 80%;}
.gform_wrapper ul li.gfield.gf_list_inline.field_description_below div.ginput_container_radio{float: left;max-width: 20%;  margin: 0;}
.gform_wrapper ul li.gfield.gf_list_inline.field_description_below ul{ margin: 0;}
.split-band.four_col{}
.split-band.four_col .band-cont{width: 22.61%;background-image:url(../images/dots-2.png);background-repeat: no-repeat;  background-position: center center;
background-color: #8cbe4a; padding: 50px 0;}
.split-band.four_col .band-cont:nth-child(2n+1){background-image:url(../images/dots-3.png);}
.split-band.four_col .band-cont:first-child{width:27.39%; background-image:url(../images/dots-1.png);}
.split-band.four_col .band-cont:last-child{width:27.39%;background-image:url(../images/dots-4.png);}
.split-band.four_col .band-cont aside{ max-width: 100%;    padding: 0px 25px;}
.split-band.four_col .band-cont.green{background-color: #8cbe4a;}
.split-band.four_col .band-cont.orange{ background-color: #e87e36;}
.split-band.four_col .band-cont.pink{background-color: #a62256;}
.split-band.four_col .band-cont.blue{background-color: #1f8aa7;}
.split-band.four_col .band-cont aside a{color:#FFF;text-decoration:underline;}
.split-band.four_col .band-cont aside h2{font-size: 34px; text-transform: uppercase; padding: 0 23% 10px; line-height: 45px;}
.split-band.four_col .band-cont aside p{max-width:100%;}
.intro-content.map_band{background: #FFF;padding-bottom: 0;}
.intro-content.map_band .container{max-width:100%; padding:0;}
.two-col-articles.right_aligned + .intro-content.map_band{padding-top:0;}

#listing-wrap.listing-loading{ background: url(../images/loading.gif) center center no-repeat;min-height: 120px;}
#next-page-button-wrap:before {
    background: url(../images/loading.gif) center bottom no-repeat;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#next-page-button-wrap.bar-loading:before {
    opacity: 1;
    z-index: 1;
}
#next-page-button-wrap{ margin:0 0 20px;    position: relative;}
#next-page-button-wrap a{ display: inline-block;
    font-weight: 600;
    line-height: 1.25rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border: 2px solid #e87e36;
    border-radius: 360px;
    padding: 10px 30px; z-index: 10;
    position: relative;    margin: 60px 0 0;}
#next-page-button-wrap a:hover{color: #ffffff;
    background: #e87e36;
    text-decoration: none;
    outline: 0;}
.category-list .sidebar_menu{margin: 0 0 40px;
    float: left;
    width: 100%;}
.subscribe_form{position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(255,255,255,0.8);
    padding: 15px 0;    z-index: 100;transition: height 2s ease-out;
    opacity: 1;}
.subscribe_form h3{display:none;}
.subscribe_form label{display:none;}
.subscribe_form form{max-width: 500px; margin: 0 auto;}
.subscribe_form p{padding:0;}
.subscribe_form input[type="email"]{ max-width: 63%;  float: left; height: auto;}
.subscribe_form input[type="submit"]{float: right;  max-width: 35%;  border: 1px solid #e87e36;  color: #FFF; background: #e87e36;}
.subscribe_form input[type="submit"]:hover{}
.subscribe_form .close_btn{position: absolute;
    top: 0px;
    right: 20px;
    color: #e87e36;
    font-size: 30px;
    cursor: pointer;}
.subscribe_form .close_btn i{}

.tribe-events-single .tribe-venue a { display:none;}
.feature-content .article p.tribe-venue a:first-child{ display:none;}
.tribe-related-events li:before{display:none;}



@media (max-width:500px){
	.subscribe_form{box-shadow: 0px 0px 5px #888, 0px -1px 14px #CCC;}
	.subscribe_form form{text-align:center;}
	.subscribe_form input[type="email"]{max-width:100%;}
	.subscribe_form input[type="submit"]{float: none;  max-width: 100%; margin: 10px auto 0;}
}


@media (max-width:1024px){
	.split-band.four_col .band-cont{width:50%;}
	.split-band.four_col .band-cont:first-child, .split-band.four_col .band-cont:last-child{width:50%;}
}

@media (max-width:767px){
	.gform_wrapper ul.gform_fields li.gfield.gf_list_inline label{max-width:100%;}
	.gform_wrapper ul li.gfield.gf_list_inline.field_description_below div.ginput_container_radio{width:100%; max-width:100%;}
	.gform_wrapper ul li.gfield.gf_list_inline.field_description_below div.ginput_container_radio li{float: left;  margin: 0 20px 0 0;}
	.gform_wrapper ul li.gfield.gf_list_inline.field_description_below div.ginput_container_radio li label{width: auto;}
	.split-band.four_col .band-cont{width:100%;}
	.split-band.four_col .band-cont:first-child, .split-band.four_col .band-cont:last-child{width:100%;}
}


/* ---------------------------- Text meant only for screen readers ---------------------------- */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;/* Above WP toolbar. */
}

/* ---------------------------- End WordPress Core ---------------------------- */

@media print{
	a[href]:after{content: ''; }
	.header-main{position:relative;}
	
	.owl-carousel .owl-stage{width:100% !important; transform:none !Important;    transition: none !important;}
	.owl-carousel .owl-item{display:none;    width: 100% !important;}
	.owl-carousel .owl-item.active{display:block; margin-right:0 !important;}
	.banner-main figure img{      margin: 0px -475px;  transform: none !important;  min-width: 740px;transform-style: unset !important;}
	#applications.owl-carousel .owl-item.active{display:none;}
	#applications.owl-carousel .owl-item.active:first-child{display:block;}
}