/*
last 9-28-17 - trying to find the bad break issue when moving to iphone. 
fa-bar on mobile is still showing up as slip-side stacked italic looking
nav bar is splitting on smaller screens prob need to clear some stuff
edge padding on mobile still not great
missing products
*/

/* Float Elements 
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}

/* Clear Floats
---------------------------------*/
.clear {
  clear: both;
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.figure{ margin:0px;}

img{ max-width:100%;}

a, a:hover, a:active{ outline:0px !important}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Predominate Styles
---------------------------------*/
body {
	background:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#888888;
	margin:0;
}

h1{
    font-family: athelas, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 32pt;
	color:#C9C8C7;
	letter-spacing: 0px;
	margin:0 0 15px 0;
	text-align:center;
	text-transform:uppercase;
	text-transform:capitalize;
}

h2{
	font-size:34px;
	color:#3B3B3B;
	font-family: futura-pt-condensed, sans-serif;
	font-weight:700;
	letter-spacing: -1px;
	margin:0 0 15px 0;
	text-align:center;
	text-transform:capitalize;
}

h3{
	font-family: "futura-pt-condensed",sans-serif;
	color:#4F4F4F;
	font-size:20px;
	margin:0 0 5px 0;
	text-transform:uppercase;
	font-weight:700;
}

h6{
	font-size:18px;
	color:#888888;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	text-align:center;
	margin:0 0 60px 0;
	color: #B6ABCF;
}
p{
	line-height:32px;
	margin:0;
	font-family: athelas, serif;
	font-style: normal;
	font-weight: 400;
	font-size:20px;
}

/* Header Styles
---------------------------------*/

.header{
	text-align:center;
	background:url("../m-img/headerbkg.jpg") top center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding:180px 0;
}

/* SHOOT! The above path does not seem to show up beyond a local site. 
---------------------------------*/

.logo{
	width:391px;
	margin:0 auto 15px;
}
.header h1{
	font-family: "futura-pt-condensed",'Libre Baskerville', serif;
	font-size:55px;
	font-weight:400;
	letter-spacing: -1px;
	margin:0 0 22px 0 ;
	color:#fff;
}
.jheader{
	text-align:center;
	background:url(../m-img/jheaderbkgd.jpg) top center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding:60px 0;
}
.jheader h4{
	font-family: 'Libre Baskerville', serif;
	color:#222222;
	font-size:24px;
	margin:0 0 5px 0;
	text-transform:none;
	font-weight:400;
}


.we-create{
	padding:0;
	margin:35px 0 55px;
}
.wp-pic{
	margin-bottom:20px;
}
.we-create li{
	display:inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size:24px;
	color: #B6ABCF;
	text-transform: uppercase;
	font-weight: 400;
	margin:0 5px 0 0;
	padding:0 0 0 15px;
	text-shadow: 2px 2px 3px #22026F;
}
.we-create li:first-child{
	background:none;
}

/*-- no longer used
.start-button {
	padding-left: 0px;
}
.start-button li a{
color: #fff;
}
*/

.link{
	padding:15px 35px;
	background:#28327a;
	color:#fff !important;
	font-size:16px;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
	display:inline-block;
	border-radius:3px;
	text-transform:uppercase;
	line-height:25px;
	margin-bottom:20px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.link:hover {
	text-decoration:none;
	color:#28327a !important;
	background:#fff;
}

.link:active, .link:focus {
	background: #28327a;
	text-decoration:none;
	color:#fff !important;
}

/* Nav Styles
---------------------------------*/
.main-nav-outer{
	padding:0px;
	border-bottom:2px solid #22026F;
	box-shadow:0 4px 5px -3px #000000;
	position:relative;
	background:#FFFFFF;
}
.main-nav{
	text-align:center;
	margin:5px 0 0px;
	padding:0;
	list-style:none;
	
}
.main-nav li{
	display:inline;
	margin:0 1px;
}
.main-nav li a{
	display:inline-block;
	color:#363535;
	text-transform:uppercase;
		font-size:12px;
	font-weight:700;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	line-height:20px;
	margin:7px 32px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.main-nav li a:hover{ 
	text-decoration:none;
	color:cornflowerblue
}

.small-logo{ 
	padding:0 32px;
}

.main-section{
	padding:90px 0 110px;
}


/* SECTION About MDI
---------------------------------*/


.about-list{
	padding:0 0 0 0;
	font-size:14px;
	margin-bottom:40px;
}
.about-list-col1{
	float:left;
	width:60px;
}
.about-list-col1 i{
	font-style:normal;
	font-size:38px;
	display:block;
	color:#777777;
	font-family: 'FontAwesome';
	line-height:38px;
}
.about-list-col2{
	overflow:hidden;	
}

.main-section.greychunk{
	background:#efefef;
}
.main-section.greychunk p{
	font-weight:400;
	font-size: 14pt;
    font-family: athelas, serif;
	line-height: 120%;
	margin:0px;
}
.about h2{
	font-family: "futura-pt-condensed",sans-serif;
	font-weight:700;
	padding:0;
	margin:20px 0 70px;
	text-transform:none;
	font-size:42px;
	color:#222222;
}
.about-list-col2 p{
	font-weight:400;
	font-size: 14pt;
    font-family: athelas, serif;
	line-height: 120%;
	margin:0px;
}


/* SECTION Featured words
---------------------------------*/
.featured-words{
	font-size:14px;
}
.featured-words h2{
	text-align:left;
}
.featured-box{
	padding:0 0 0 0;
	margin-bottom:25px;
	font-size:14px;
}
.featured-box h3{
	margin-bottom:5px;
}
.featured-box p{
	font-weight:400;
	font-size: 14pt;
    font-family: athelas, serif;
	line-height: 110%;
	margin:0px;
}
.featured-words p.padding-b{
	padding-bottom:35px;
}
.featured-box-col1{
	width:60px;
	float:left;
}
.featured-box-col1 i{
	display:block;
	line-height:38px;
	font-family: 'FontAwesome';
	font-size:38px;
	color:#777777;
	font-style:normal;
}
.featured-box-col2{ overflow:hidden;}
.featured-box.magic{
	background:url(../img/magic.png) left top no-repeat;
}
.featured-box.packaged{
	background:url(../img/packaged.png) left top no-repeat;
}
.featured-box.seo{
	background:url(../img/seo.png) left top no-repeat;
}
/*-- no longer used
.Learn-More{
	display:inline-block;
	padding:0 5px 0 0;
	color:#28327a;
	font-size:16px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	line-height:24px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.Learn-More i{ 
	padding-right:15px;
}

.Learn-More:hover, .Learn-More:focus{ 
	text-decoration:none;
	color: #111;
}
*/

/* SECTION Products
---------------------------------*/
.Products-nav{
	padding:0;
	margin:0 0 45px 0;
	list-style:none;
	text-align:center;
}
.Products-nav li{
	margin:0 10px;
	display:inline;
}
.Products-nav li a{
	display:inline-block;
	padding:10px 22px;
	font-size:12px;
	line-height:20px;
	color:#222222;
	border-radius:4px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;

	background:#f7f7f7;
	margin-bottom:5px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.Products-nav li a:hover{
	background:#28327a;
	color:#fff;
	text-decoration:none;
}

.productsContainer{
	margin:0 auto;
	padding-left:15px;
}

.Products-box{
	text-align:center;
	margin-bottom:30px;
	height:350px;
	width:350px;
	overflow:hidden;
	float:left;
	padding:0;
}
.Products-box img{
	margin-bottom:25px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
}

.Products-box img:hover {
	opacity: 0.6;
}

.Products-nav li a.current{
	background:#28327a;
	color:#fff;
	text-decoration:none;
}
img {
   max-width:100%;
}

/* no transition on .isotope container */

.isotope .isotope-item {
  /* for sorting */
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

.main-section.paddind{
	padding-bottom:60px;
}

/* SECTION Training
---------------------------------*/
.training-part{
	background:url(../m-img/section-bg3.jpg) center center no-repeat;
	background-size:cover;
	padding:55px 0;
	text-align:center;
}
.training-part-head{
	   font-family: athelas, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20pt;
		line-height:30px;
	padding:0;
	margin:20px 0 70px;
	text-transform:none;
	color:#FFFFFF;
	text-shadow: 3px 3px 3px #0d192b;
	/*
	color:#fdfdfd;
	font-size:28px;
	line-height:41px;
	margin:30px 0 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	*/
}
.training{
	padding:0;
	margin:20px 0 0;
	list-style:none;
	text-align:center;
}
.training li{
	display:inline;
	margin:0 15px;
}
.training li a{
	display:inline-block;
}
.training li a img{
	margin-bottom:15px;
	border-radius:50%;
}
.training li a:hover{
	text-decoration:none;
}
.training li a h3{
	color:#ffffff;

}
.training li a span{
	color:#f1f1f1;
}


.mdi-logo-part{
	background:#28327a;
	padding:25px 0;
    filter: alpha(opacity=60);
}
.mdi-logo-part ul{
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}
.mdi-logo-part ul li{
	display:inline;
	margin:0 25px;
}
.mdi-logo-part ul a{
	display:inline-block;
	margin: 0 120px;
}
.main-section.support{
	padding:85px 0;
}
.main-section.support h6{
	margin-bottom:40px;
}


/* SECTION Support
---------------------------------*/
.tsupport-block{
	max-width:993px;
	margin:0 auto;
}
.tsupport-box{
	width:30.66%;
	margin-right: 3.82979%;
	height: 490px;
	overflow: hidden;
	text-align: center;
	float: left;
}
.tsupport-box span{
	margin-bottom:24px;
	display:block;
}
.tsupport-box:nth-of-type(3n+0){ margin:0;}
.tsupport{
	width:auto;
	height:auto;
	position:relative;
	border-radius:50%;
	box-shadow:0px 0px 0px 7px rgba(241,241,241,0.80);
	margin:7px 7px 25px 7px;	
}
.tsupport-shadow{
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	border-radius:50%;
	position:absolute;
	width:100%;
	height:100%;
	z-index:10;
}
.tsupport-shadow a{
	display:block;
	width:100%;
	height:100%;
}
.tsupport:hover .tsupport-shadow{
	box-shadow:inset  0px 0px 0px 148px rgba(17,17,17,0.80);
}
.tsupport:hover ul{ display:block; opacity:1}
.tsupport img{
	display:block;
	border-radius:50%;
}
.tsupport ul{
	display:block;
	opacity:0;
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	text-align:center;
	margin-top:-14px;
	z-index:15;
	transition:all 0.6s ease-in-out;
	-moz-transition:all 0.6s ease-in-out;
	-webkit-transition:all 0.6s ease-in-out;
}
.tsupport ul li{
	display:inline;
	margin:0 11px;
}
.tsupport ul li a{
	font-family: 'FontAwesome';
	display:inline-block;
	font-size:28px;
	color:#fff;	
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.tsupport ul li a:hover, .tsupport ul li a:focus{
	text-decoration:none;
}
.tsupport ul li a.fa-twitter:hover{
	color:#55acee;
}
.tsupport ul li a.fa-facebook:hover{
	color:#3b5998;
}
.tsupport ul li a.fa-linkedin:hover{
	color:#cb2026;
}
.tsupport ul li a.fa-google-plus:hover{
	color:#dd4b39;
}
.support-faq{
	font-size:15px;
	color:#aaa;
	font-family: 'Open Sans', sans-serif;
}
.panel-body{
	font-size:15px;
	color:#000000;
	font-family: 'Open Sans', sans-serif;
	margin-left: 30px;
}
.panel-collapse{
	background-color: #E6E8FF
}
/* Talk xrd
---------------------------------*/
/* bloated - still need to clean up after adobe font fix - maj ----*/

.talkxrd{
	background:url(../m-img/section-bkg1.jpg) top center no-repeat;
	background-size:cover;
	padding:60px 0 10px;
	text-align:center;
}
.talkxrd h2{
    font-family: athelas, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 30pt;
	padding:0;
	margin:20px 0 70px;
	text-transform:none;
	color:#FFFFFF;
	text-shadow: 3px 3px 3px #0d192b;
}

.talkxrd1{
	background:url(../m-img/section-bkg1.jpg) top center no-repeat;
	background-size:cover;
	padding:60px 0 10px;
	text-align:center;
}
.talkxrd1 h2{
    font-family: athelas, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 30pt;
	padding:0;
	margin:20px 0 70px;
	text-transform:none;
	color:#FFFFFF;
	text-shadow: 3px 3px 3px #0d192b;
}

.talkxrd2{
	background:url(../m-img/section-bkg2.jpg) top center no-repeat;
	background-size:cover;
	padding:60px 0 10px;
	text-align:center;
}
.talkxrd2 h2{
    font-family: athelas, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 30pt;
	padding:0;
	margin:20px 0 70px;
	text-transform:none;
	color:#FFFFFF;
	text-shadow: 3px 3px 3px #0d192b;
}

.talkxrd3{
	background:url(../m-img/section-bkg3.jpg) top center no-repeat;
	background-size:cover;
	padding:60px 0 10px;
	text-align:center;
}
.talkxrd3 h2{
    font-family: athelas, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 30pt;
	padding:0;
	margin:20px 0 70px;
	text-transform:none;
	color:#FFFFFF;
	text-shadow: 3px 3px 3px #0d192b;
}
/*-------------*/

/* SECTION Contact
---------------------------------*/
.main-section.contact{
	padding:90px 0 100px;
}

.main-section.contact{
	background:url(../m-img/world.jpg) left 190px no-repeat;
}
.contact-info-box{
	font-size:15px;
	margin:0 0 14px 68px;
	padding-left:0;
}
.contact-info-box h3{
	font-size: 15px;
	font-weight:400;
	float:left;
	width:102px;
	margin-right:12px;
	line-height:28px;
}
.contact-info-box h3 i{
	font-style:normal;
	font-size:18px;
	color:#222222;
	font-family: 'FontAwesome';
	font-weight:normal;
	margin-right:7px;
}
.contact-info-box span{
	line-height:28px;
	display:block;
	overflow:hidden;
}
.social-link{
	padding:35px 0;
	margin:0 0 0 68px;
	display:block;
	overflow:hidden;
	list-style:none;
}
.social-link li{
	float:left;
	margin-right:8px;
}
.social-link li a{
	display:block;
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	font-size:25px;
	color:#fff;
	background:#000000;
	border-radius:50%;
	transition:all 0.3s ease-in-out;
}
.social-link li a:hover, .social-link li a:focus{
	text-decoration:none;
}


.form{
	margin:0 66px 0 30px;
}
.input-text{
	padding:15px 16px;
	border:1px solid #ccc;
	width:100%;
	height:50px;
	display:block;
	border-radius:4px;
	font-size:15px;
	color:#aaa;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 15px 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.input-text:focus {
	border: 1px solid #28327a;
	outline:0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);	
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}

.input-text.text-area{
	height:165px;
	resize:none;
	overflow:auto;
}
.input-btn{
	width:175px;
	height:50px;
	background:#28327a;
	border-radius:4px;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	border:0px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.input-btn:hover{
	background: #111;
	color: #fff;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: #28327a;
    border:1px solid #28327a;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

/* Footer
---------------------------------*/

.footer{
	background:url(../m-img/footbk.jpg) left top repeat;
	padding:35px 0 35px;
}
.footer-logo{
	margin:15px auto 35px;
	width: 150px;
}
.copyright, .credits{
	color:#8B8B8B;
	font-size:10px;
	display:block;
	text-align:center;
}

.copyright a, .credits a{
	color:#7cc576;
	font-weight:600;
	text-decoration: none;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.copyright a:hover, .credits a:hover {
	color: #fff;
}

.res-nav_click {
	line-height:38px;
	font-family: 'FontAwesome';
	font-size:38px;
	text-decoration: none !important;
	color:#777777;
	font-style:normal;
	display:none;
	width:42px;
	height:27px;
	margin:20px auto;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.res-nav_click:hover, .res-nav_click:active, .res-nav_click:focus {
	color: #969EF3 !important;
}

.productsContainer{
	max-width: 1140px;
}


/* Animation Timers
---------------------------------*/
.delay-02s { 
	animation-delay: 0.2s; 
	-webkit-animation-delay: 0.2s; 
}
.delay-03s { 
	animation-delay: 0.3s; 
	-webkit-animation-delay: 0.3s; 
}
.delay-04s { 
	animation-delay: 0.4s; 
	-webkit-animation-delay: 0.4s; 
}

.delay-05s { 
	animation-delay: 0.5s; 
	-webkit-animation-delay: 0.5s; 
}
.delay-06s { 
	animation-delay: 0.6s; 
	-webkit-animation-delay: 0.6s; 
}

.delay-07s { 
	animation-delay: 0.7s; 
	-webkit-animation-delay: 0.7s; 
}
.delay-08s { 
	animation-delay: 0.8s; 
	-webkit-animation-delay: 0.8s; 
}

.delay-09s { 
	animation-delay: 0.9s; 
	-webkit-animation-delay: 0.9s; 
}
.delay-1s { 
	animation-delay: 1s; 
	-webkit-animation-delay: 1s; 
}
.delay-12s { 
	animation-delay: 1.2s; 
	-webkit-animation-delay: 1.2s; 
}