/* ==========================================================================
	#Reset
========================================================================== */
* { padding: 0; margin: 0; outline: 0; }

/* ==========================================================================
	#Base
========================================================================== */
article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section { display: block; }

html,
body { height: 100%; }

html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { min-width: 980px; background: #fff; font-family: 'PT Sans', sans-serif; font-size: 13px; line-height: 1.54; color: #747474; -webkit-font-smoothing: antialiased; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

img { border: 0; vertical-align: middle; }
strong { font-weight: bold; }
small { font-size: 80%; }

ul,
ol { list-style-position: inside; }

button,
input,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -webkit-font-smoothing:antialiased; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] { cursor: pointer; -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }

::-webkit-input-placeholder { opacity: 1; }
:-moz-placeholder { opacity: 1; }
::-moz-placeholder { opacity: 1; }
:-ms-input-placeholder { opacity: 1; }

button { overflow: visible; }
textarea { overflow: auto; resize: none; }

table { border-collapse: collapse; border-spacing: 0; }
th,
td { padding: 0; }

/* ==========================================================================
	#Helpers
========================================================================== */
.alignleft { float: left; }
.alignright { float: right; }
.hidden { display: none; visibility: hidden; }

.form-row:before,
.form-row:after,
.clearfix:before,
.clearfix:after { display: table; content: ' '; }
.form-row:after,
.clearfix:after { clear: both; }

/* ==========================================================================
	#Containers
========================================================================== */
.wrapper { position: relative; overflow: hidden; min-height: 100%; }
.wrapper-inner { padding: 65px 0 0; }
.container { width: 1170px; }

/* ==========================================================================
	#Buttons
========================================================================== */
.btn { display: inline-block; border: 0; border-radius: 0; vertical-align: middle; cursor: pointer; }

.btn-green { padding: 12px 30px; background: #3fbdda; color: #fff; text-transform: uppercase; }

/* ==========================================================================
	#Icons
========================================================================== */
[class^="ico-"],
[class*=" ico-"] { display: inline-block; vertical-align: middle; background: url(images/sprite.png) 0 0 no-repeat; }

.ico-like { width: 27px; height: 27px; background-position: -275px -35px; }
.ico-check,
.ico-email,
.ico-trial { width: 32px; height: 32px; margin-right: 14px; }
.ico-check { background-position: -173px -35px; }
.ico-email { background-position: -207px -35px; }
.ico-trial { background-position: -241px -35px; }
.ico-arrow-up { width: 14px; height: 8px; margin-top: 16px; background-position: -557px -35px; }
.ico-bubble { width: 22px; height: 18px; background-position: -376px -35px; }
.ico-play { width: 38px; height: 38px; background: url(images/ico-play.png) 0 0 no-repeat; }
.ico-question { width: 16px; height: 16px; background-position: -379px -58px; }
.ico-rotate { width: 18px; height: 17px; background: url(images/rotate.png) 0 0 no-repeat; }

/* ==========================================================================
	#Header
========================================================================== */
.header { position: fixed; top: 0; left: 0; z-index: 1050; width: 100%; height: 65px; padding: 15px 45px 0 35px; background: #343d46;
	-webkit-backface-visibility: hidden; 
	   -moz-backface-visibility: hidden; 
	    -ms-backface-visibility: hidden; 
	        backface-visibility: hidden; 
}
.header-inner { float: right; }

.nav,
.nav-access { float: left; }

.nav > ul > li,
.nav-access li { float: left; }

.nav { position: relative; padding-top: 3px; }
.nav ul { list-style: none outside none; }
.nav > ul > li { position: relative; padding-bottom: 20px; margin-left: 40px; }
.nav > ul > li > a { font-size: 18px; color: #929293; text-transform: lowercase; }
.nav > ul > .current > a,
.nav > ul > li:hover > a { text-decoration: none; color: #00a5db; }
.nav > ul > li:hover ul { opacity: 1; visibility: visible; }

.nav ul ul { display: block; position: absolute; top: 100%; left: 0; width: auto; overflow: hidden; border-top: 3px solid #e3613f;  margin: 0; list-style: none outside none; opacity: 0; visibility: hidden;
	-webkit-transition: 300ms; 
	     -o-transition: 300ms; 
	        transition: 300ms;
	
	-webkit-backface-visibility: hidden; 
	   -moz-backface-visibility: hidden; 
	    -ms-backface-visibility: hidden; 
	        backface-visibility: hidden; 
}
.nav ul ul li { }
.nav ul ul li + li { border-top: 1px solid #5a626a; }
.nav ul ul a { display: block; padding: 7px 20px; background: #343d46; color: #00a5db; white-space: nowrap;
	-webkit-transition: 300ms;
	     -o-transition: 300ms;
	        transition: 300ms;
}
.nav ul ul a:hover { background: #444d56; text-decoration: none; }

.nav-access ul { overflow: hidden; list-style: none outside none; }
.nav-access { padding: 7px 0 0 39px; }
.nav-access a { font-size: 14px; color: #ccc; text-transform: lowercase; }

.logo { display: block; overflow: hidden; background: url(images/sprite.png) 0 0 no-repeat; text-indent: 100%; white-space: nowrap; }
.logo-3dti { float: left; width: 122px; height: 33px; background-position: 0px -41px; }
.logo-3d { width: 472px; height: 33px; margin: 0 auto; background-position: -173px 0px; }
.logo-autodesk { position: absolute; top: 18px; left: 42px; width: 171px; height: 39px; background-position: 0px 0px; }

.slogan { position: absolute; top: 28px; right: 20px; font-size: 19px; color: #6c6c6c; }

.nav-toggle { display: none; }

/* ==========================================================================
	#Banner
========================================================================== */
.banners { padding-bottom: 5px; }
.banners .col-sm-7,
.banners .col-sm-5 { padding: 0; }
.banner-head { height: 77px; padding: 22px 0 29px; background: #e3613f; text-align: center; }
.banner-head h3 { margin: 0; font-size: 20px; color: #e6e6e6; }

.banner-body,
.slider li { position: relative; overflow: hidden; height: 477px; }

.slide-content,
.slider .slides,
.slider .bx-wrapper { height: 477px; }

.fsr-container { position: relative; overflow: hidden; background-repeat: no-repeat; background-size: cover; }
.fsr-image { position: absolute; }
.fsr-hidden { display: none; }

.banner-head .title-3d { padding: 0 55px; font-family: 'Microgramma MediExte', sans-serif; font-size: 30px; color: #000;text-align: left; font-weight: normal; }
.banner-head .title-3d span { color: #fff; }

.banner-secondary .banner-head { padding-right: 33px; background: #046281; text-align: right; }
.banner-secondary .banner-head h3 { padding-top: 3px; }
.banner-secondary .banner-body { position: relative; background: #1f1f1f; }
.banner-secondary .banner-entry { position: absolute; top: 50%; left: 0; width: 100%; font-size: 48px; line-height: 2.5; color: #008ebd; text-align: center; font-weight: bold; }

.banner-body { position: relative; }
.slider-video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; }
.slider-video video { position: absolute; bottom: 0px; right: 0px; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: -1000; overflow: hidden; }

.mobile .slider-video .video { display: none; }
.mobile .slider-video { background: url(images/video.jpg) 50% 50% no-repeat;
	-webkit-background-size: cover; 
	        background-size: cover; 
}

.slider { position: relative; }
.slide-content { display: table; width: 100%; }
.slide-content-inner { display: table-cell; height: 100%; vertical-align: middle; }
.slide-content { /*position: absolute; top: 50%; left: 0;*/ display: table; width: 100%; text-align: center; font-size: 36px; color: #fff; }
.slide-content h1,
.slide-content p { display: inline-block; background: url(images/slide-text-overlay.png) 0 0 repeat; }
.slide-content h1 { padding: 0 20px 11px; margin-bottom: 31px; font-size: 60px; line-height: 1.1; }
.slide-content p { padding: 5px 10px 9px; line-height: 1; }
.slider .bx-pager { position: absolute; bottom: 10px; left: 0; z-index: 52; width: 100%; text-align: center; line-height: 0; }
.slider .bx-pager-item { display: inline-block; padding: 0 4px; }
.slider .bx-pager-item a { display: block; width: 8px; height: 8px; overflow: hidden; border-radius: 50%; border: 1px solid #595959; text-indent: 100%; white-space: nowrap; }
.slider .bx-pager-item .active,
.slider .bx-pager-item a:hover { background: #595959; }

.slide-2 .slide-content { color: #e2e2e2; }
.slide-2 p { padding: 20px 40px 16px; font-size: 24px; }
.slide-2 h1 { padding: 9px 15px 16px; font-size: 48px; }
.slide-2 .slide-images img { height: 63px; width: auto; margin: 0 25px; }
.slide-2 .slide-images { padding-bottom: 27px; }

.slide-3 p { font-size: 30px; }
.slide-3 .slide-arrows { padding-bottom: 27px; }
.slide-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(images/slide-overlay.png) 0 0 repeat; }

.video-outer { position: relative; width: 620px; margin: 0 auto; }
.video-caption { background: #000; font-size: 30px; color: #a5a5a5; opacity: 1; filter: alpha(opacity=100);
	-webkit-transition: 1000ms left; 
	     -o-transition: 1000ms left; 
	        transition: 1000ms left;
}
.video-caption p { padding: 0; margin-bottom: 0;  }

.video-caption-top { position: relative; top: 40px; left: 0; width: 620px; margin: 0 auto; z-index: 7; }
.video-caption-bottom { position: relative; left: -9999px; width: 650px; margin: 0 auto; }
.video-caption-bottom:after { position: absolute; left: 100%; top: -25px; width: 0; height: 0; border-style: solid; border-width: 50px 0 50px 50px; border-color: transparent transparent transparent #000; content: '';  }

.action-1 .video-outer { left: 0; }
.action-2 .video-caption-top { left: 0; }
.action-2 .btn-play { left: 50%; }

.slider-paging { position: absolute; bottom: 10px; left: 0; z-index: 52; width: 100%; text-align: center; line-height: 0; }
.slider-paging a { display: inline-block; width: 8px; height: 8px; overflow: hidden; border-radius: 50%; border: 1px solid #595959; text-indent: 100%; white-space: nowrap; }
.slider-paging .active,
.slider-paging a:hover { background: #595959; }

.video-image { position: absolute; top: 0; left: 0; width: 100%; }
.video-image img { width: 100%; height: auto; }

.video-image-end { z-index: 1;  }
.video-image-start { z-index: 5; }

.slide-images { position: relative; width: 640px; height: 360px; margin: 0 auto; }
.slide-images a { position: relative; display: block; width: 640px; height: 360px; background: #000; }
.slide-images img { position: absolute; top: 0; left: 0; opacity: 0; width: 100%; height: auto; 
	-webkit-transition: 2000ms opacity; 
	     -o-transition: 2000ms opacity; 
	        transition: 2000ms opacity; 
}
.slide-images .current { opacity: 1; }
.video-playing { background: rgba(0,0,0, .8); }
.video-playing .slide-images { display: none; }
.video-playing .video-outer { position: relative; opacity: 1; z-index: 1;  }

.slider .bx-pager { display: none; }

.btn-play { position: absolute; left: 50%; bottom: 30px;  z-index: 10; display: block; width: 60px; height: 60px; background: url(images/btn-play.png) 0 0 no-repeat; margin: 0 0 0 -30px;
	-webkit-transition: 1000ms left; 
	     -o-transition: 1000ms left; 
	        transition: 1000ms left; 
}
.animate { position: relative; 
	-webkit-transition: 300ms;
	     -o-transition: 300ms;
	        transition: 300ms;
}
.animate-left { left: -100%; }
.animate-right { left: 100%; }
.animate-top { top: 100px; }
.animate-fade { opacity: 0;
	-webkit-transition: 1000ms; 
	     -o-transition: 1000ms; 
	        transition: 1000ms; 
}

.animate-delay {
	-webkit-transition-delay: 1500ms; 
	     -o-transition-delay: 1500ms; 
	        transition-delay: 1500ms; 
}

.animate-first {
	-webkit-transition-delay: 0ms; 
	     -o-transition-delay: 0ms; 
	        transition-delay: 0ms; 
}

.animate-second {
	-webkit-transition-delay: 700ms; 
	     -o-transition-delay: 700ms; 
	        transition-delay: 700ms; 
}

.animate-third {
	-webkit-transition-delay: 1500ms; 
	     -o-transition-delay: 1500ms; 
	        transition-delay: 1500ms; 
}

.animate-fourth {
	-webkit-transition-delay: 2000ms; 
	     -o-transition-delay: 2000ms; 
	        transition-delay: 2000ms; 
}

.current .animate-left { left: 0; }
.current .animate-right { left: 0; }
.current .animate-top { top: 0; }
.current .animate-fade { opacity: 1; }

.slide-arrows {
	-webkit-animation: arrowsAnimation 1500ms infinite;
    animation: arrowsAnimation 1500ms infinite;
}

@-webkit-keyframes arrowsAnimation {
    0%  { margin-left: 0; }
    50% { margin-left: 150px; }
    100% { margin-left: 0; }
}

@keyframes arrowsAnimation {
    0%  { margin-left: 0; }
    50% { margin-left: 150px; }
    100% { margin-left: 0; }
}


/* ==========================================================================
	#Sections
========================================================================== */
.section-head-striped { border-top: 1px solid #e0dede; }
.section-head-striped .section-title { position: relative; top: -11px; display: inline-block; padding: 0 25px 0 10px; background: #fff; margin: 0; font-size: 18px; color: #0f0f0f; }

.inner { overflow: hidden; padding: 15px 40px 0; }

.inner-content { float: left; width: 800px; }
.inner-aside { float: right; width: 240px; }


.nav-secondary { width: 780px; padding-bottom: 6px; border-width: 1px 0; border-style: solid; border-color: #e0dede; margin: 16px 0 35px -100px; }
.nav-secondary ul { overflow: hidden; margin-bottom: 0; list-style: none outside none;  }
.nav-secondary li { float: left; padding-right: 30px; }
.nav-secondary a { display: block; padding-top: 5px; border-top: 3px solid transparent; color: #333; }
.nav-secondary a:hover,
.nav-secondary .current a { color: #3fbdda; border-top-color: #3fbdda; text-decoration: none; }

.section-head-double-stripe { overflow: hidden;  }
.section-head-double-stripe .section-title { margin: 0; float: left; padding-right: 7px; font-family: 'Museo Slab 500', sans-serif; font-size: 18px; color: #333; font-weight: normal; }
.double-stripe { display: block; overflow: hidden; height: 8px; border-width: 1px 0; border-style: solid; border-color: #e0dede; margin-top: 6px; }

.video { position: relative; height: 0; padding-bottom: 56.25%; }
.video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.section { margin-top: 35px; }
.section .section-body { overflow: hidden; padding: 20px 10px 0; }
.section-sidebar { float: right; width: 255px; }
.section-content { float: left; width: 780px; }

.section-border { position: relative; display: block; height: 30px; margin-bottom: 55px; background: #333; }
.section-border:before { position: absolute; top: 100%; left: 50%; width: 0; height: 0; border-style: solid; margin-left: -28px;border-width: 16px 28px 0 28px; border-color: #333 transparent transparent transparent; content: ''; }

/* ==========================================================================
	#Aricle
========================================================================== */
.article { line-height: 1.7; }

.article img.alignleft,
.article img.alignright { margin-bottom: 23px; }
.article img.alignleft { margin-right: 15px; }
.article img.alignright  { margin-left: 15px; }

.quote { border-color: #3fbdda; background: #f6f6f6; font-size: 13px; font-style: italic; }

/* ==========================================================================
	#Accordion
========================================================================== */
.accordion-section { border-bottom: 1px solid #e0dede; }
.accordion-head { position: relative; padding-left: 40px; cursor: pointer; }
.accordion-head h3 { padding: 14px 0; margin: 0; font-family: 'Museo Slab 500', serif; font-size: 13px; color: #333; font-weight: normal; }
.accordion-toggle { position: absolute; top: 10px; left: 0; width: 22px; height: 22px; background: url(images/sprite.png) -352px -35px no-repeat; }
.accordion-head:hover .accordion-toggle { background-position: -328px -35px; }

.open .accordion-head:hover .accordion-toggle,
.open .accordion-toggle { background-position: -304px -35px; }

.accordion-body { display: none; }

/* ==========================================================================
	#Widgets
========================================================================== */
.widget { margin-bottom: 35px; }
.widgets { margin-bottom: 0; list-style: none outside none; }
.widget-head { padding-bottom: 15px; }
.widget-tabs { border: 1px solid #f1f2f2; }
.widget-title { margin: 0; font-family: 'Museo Slab 500', serif; font-size: 13px; color: #333; font-weight: normal; }

.updates { margin-bottom: 0; list-style: none outside none; }
.update { overflow: hidden; padding: 20px 15px; }
.update ~ .update { border-top: 1px solid #f1f2f2; }
.update-image { float: left; padding-right: 14px;
	-webkit-transition: 300ms; 
	     -o-transition: 300ms; 
	        transition: 300ms; 
}
.update-image:hover { opacity: 0.7;  }
.update-content { overflow: hidden; padding-top: 2px; }
.update-title { margin: 0; }
.update-title a { font-size: 13px; line-height: 1.54; color: #333; }
.update-title a:hover { color: #a0ce4e; text-decoration: none; }
.update-date { display: block; margin-top: 2px; font-size: 13px; line-height: 1.54; color: #747474; }

.slider-photos { position: relative; }
.slider-photos .bx-pager { position: absolute; bottom: 10px; left: 0; z-index: 52; width: 100%; text-align: center; line-height: 0; }
.slider-photos .bx-pager-item { display: inline-block; padding: 0 4px; }
.slider-photos .bx-pager-item a { display: block; width: 8px; height: 8px; overflow: hidden; border-radius: 50%; background: #767675; text-indent: 100%; white-space: nowrap; }
.slider-photos .bx-pager-item .active,
.slider-photos .bx-pager-item a:hover { background: #171717; }

/* ==========================================================================
	#Tabs
========================================================================== */
.tabs-nav ul { overflow: hidden; background: #f1f2f2; margin-bottom: 0; list-style: none outside none; }
.tabs-nav li { float: left; width: 33.33%; }
.tabs-nav li + li { border-left: 1px solid #fff; }
.tabs-nav a { display: block; border-top: 3px solid transparent; text-align: center; background: #f1f2f2; font-family: 'Museo Slab 500', serif; font-size: 13px; line-height: 38px; color: #333;
	-webkit-transition: 300ms; 
	     -o-transition: 300ms; 
	        transition: 300ms; 
}
.tabs-nav .current a { border-color: #3fbdda; background: #fff; }
.tabs-nav a:hover { background: #fff; text-decoration: none; }
.tabs-nav a:hover .ico-bubble { background-position: -400px -35px; }

.tab { display: none; } 
.tab.current { display: block; }

/* ==========================================================================
	#Section Programs
========================================================================== */
.section-programs { padding: 18px 0 5px; border-top: 1px solid #e8e8e8; background: #f8f8f8; }
.list-programs { margin: 0; list-style: none outside none; font-size: 0; text-align: center; }
.list-programs li { display: inline-block; padding: 0 50px; vertical-align: top; }
.list-programs span { display: block; font-size: 12px; }
.list-programs img { box-shadow: 1px 1px 2px #9b9b9b; }
.list-programs a { color: #828282;  }

/* ==========================================================================
	#Section Training
========================================================================== */
.section-training { padding: 21px 10px 60px; }
.section-training .section-head { position: relative; padding-bottom: 29px; border-bottom: 2px solid #dbdbdb; text-align: center; }
.section-training .section-head p { margin: 0; font-size: 24px; color: #7a7a7a; }
.section-training .section-body { padding-top: 40px; }
.section-training .section-title { margin: 0; padding-bottom: 6px; font-size: 42px; color: #000; letter-spacing: 2px; }
.section-training .section-title span { color: #0695b8; }
.section-training .section-title small { font-size: 36px; color: #7a7a7a; }
.section-training .section-head .ico-like { position: absolute; bottom: -14px; left: 50%; margin-left: -14px; }

.trainings { margin-bottom: 0; list-style: none outside none; }
.training { text-align: center; }
.training-inner { position: relative; height: 218px; }
.training-front { display: block; padding: 25px 0 30px; border-radius: 3px; background: #f6f6f6; }
.training-front .ico-rotate { position: absolute; top: 10px; right: 10px; }
.training-letter { display: block; width: 65px; height: 65px; border-radius: 50%; margin: 0 auto 12px; background: #333; text-align: center; font-size: 30px; line-height: 65px; color: #dedbdb; font-weight: bold; }
.training-title { padding-bottom: 25px; margin: 0; font-size: 30px; color: #787878; font-weight: bold; }
.training-entry { font-size: 18px; color: #787878; }

.training-back { display: block; padding: 55px 15px 0; background: #e3613f; border-radius: 3px; }
.training-back .training-entry { font-size: 24px; color: #fff; }

.training-front,
.training-back { position: absolute; top: 0; width: 100%; height: 100%;
	-webkit-transition: 500ms; 
	     -ms-transition: 500ms; 
	     -o-transition: 500ms; 
	        transition: 500ms;

	-webkit-transform-style: preserve-3d; 
	   -moz-transform-style: preserve-3d; 
	    -ms-transform-style: preserve-3d; 
	        transform-style: preserve-3d;
	
	-webkit-backface-visibility: hidden; 
	   -moz-backface-visibility: hidden; 
	    -ms-backface-visibility: hidden; 
	        backface-visibility: hidden; 
}

.training .training-front { z-index: 10; 
	-webkit-transform: rotateY(0deg); 
	    -ms-transform: rotateY(0deg); 
	     -o-transform: rotateY(0deg); 
	        transform: rotateY(0deg); 
}
.training.flip .training-front { z-index: -1; 
	-webkit-transform: rotateY(180deg); 
	    -ms-transform: rotateY(180deg); 
	     -o-transform: rotateY(180deg); 
	        transform: rotateY(180deg); 
}


.training .training-back { z-index: -1; 
	-webkit-transform: rotateY(-180deg); 
	    -ms-transform: rotateY(-180deg); 
	     -o-transform: rotateY(-180deg); 
	        transform: rotateY(-180deg); 
}

.training.flip .training-back { z-index: 10; 
	-webkit-transform: rotateY(0deg); 
	    -ms-transform: rotateY(0deg); 
	     -o-transform: rotateY(0deg); 
	        transform: rotateY(0deg); 
}

/* ==========================================================================
	#Section Stories
========================================================================== */
.section-stories { padding: 0 0 38px; } 
.section-stories .section-body { padding: 0 40px; }

/* ==========================================================================
	#Entries
========================================================================== */
.entries { overflow: hidden; margin: 0 -40px 0 0; list-style: none outside none; }
.entry { float: left; width: 240px; padding: 0; border: 1px solid #ebeaea; border-bottom-width: 2px; margin-right: 35px; color: #1d2329; }
.entry-title {padding-bottom: 4px;  margin: 0; font-size: 18px; }
.entry-meta { font-size: 14px; font-style: italic; }
.entry-image { position: relative; margin-bottom: 11px; overflow: hidden; }
.entry-image img { width: 100%; height: auto;  }
.entry-image .ico-play { position: absolute; bottom: 5px; left: 5px; }
.entry-content { padding: 0 15px; }
.entry-head { border-bottom: 1px solid #ebeaea; margin-bottom: 4px; text-align: center; }
.entry-body { padding-top: 23px; border-top: 1px solid #ebeaea; }
.entry-body p { margin: 0; font-size: 12px; line-height: 2; font-style: italic; }
.entry-actions .link-more { font-size: 12px; color: #000; }

/* ==========================================================================
	#Section Callout
========================================================================== */
.frame-alt { border-bottom: 0; }

.callout { overflow: hidden; padding: 12px 50px 12px 55px; background: #f6f6f6; }
.callout-title { float: left; padding-top: 12px; margin: 0; font-size: 36px; color: #4d4d4d; letter-spacing: 2px; }
.callout-title span { color: #ff5a00; }
.callout-actions { float: right; }

.btn-callout { position: relative; padding: 6px 37px 13px; border: 2px solid #363839; background: #046281; font-size: 34px; color: #fff; letter-spacing: 2px; }
.btn-callout:hover { background: #e3613f; }
.btn-callout .arrow { position: absolute; top: 50%; left: -2px; width: 0; height: 0; border-width: 10px 0 10px 16px; border-style: solid; border-color: transparent transparent transparent #f6f6f6; margin-top: -10px; }

.callout-alt { padding: 20px 30px 17px; border-left: 3px solid #3fbdda; margin-bottom: 20px; }
.callout-alt .callout-content { overflow: hidden; }
.callout-alt .callout-title { float: none; padding-bottom: 12px; font-family: 'Museo Slab 500', serif; font-size: 18px; color: #333; font-weight: normal; letter-spacing: 0; }
.callout-alt .callout-actions { text-align: center; }
.callout-alt .callout-actions .btn { margin-bottom: 5px;  }

/* ==========================================================================
	#Testimonials
========================================================================== */
.testimonial { padding: 43px 35px 30px 30px; background: #f6f6f6; }
.testimonial-entry { border: 0; margin: 0; padding: 0 0 5px; font-size: 18px; line-height: 1.7; color: #767676; letter-spacing: 1px; }
.testimonial-meta { display: block; font-size: 13px; color: #434343; text-align: right; letter-spacing: 1px; }

.testimonials { margin-bottom: 0; list-style: none outside none; }


.section-testimonials .section-head { padding-bottom: 0; }
.section-testimonials .section-title { padding-left: 10px; }
.section-testimonials-gallery .section-head { padding-bottom: 5px; }

.section-testimonials-gallery .section-body { padding: 8px 15px 0 25px; }
.testimonials-gallery img { width: 100%; height: auto; border: 1px solid #000; }

.section-video .section-body { position: relative; padding: 0 45px; }

.section-testimonials,
.section-testimonials-gallery,
.section-video { padding-bottom: 20px; }

/* ==========================================================================
	#Section News
========================================================================== */
.section-news-outer { padding: 0 0 30px; }
.section-news .section-head { padding-bottom: 11px; }
.section-news .entry { padding-bottom: 20px; }

/* ==========================================================================
	#Section Partners
========================================================================== */
.section-partners { padding-bottom: 30px; }

.list-partners { overflow: hidden; margin-bottom: 0; list-style: none outside none; }
.list-partners li { float: left; width: 305px; }
.list-partners li + li { margin-left: 100px;  }

/* ==========================================================================
	#Section Welcome
========================================================================== */
.section-welcome { padding-top: 17px; }
.section-welcome .section-head { padding-bottom: 37px; }
.section-welcome .section-body { line-height: 1.7; }

/* ==========================================================================
	#Services
========================================================================== */
.services { margin-bottom: 30px; list-style: none outside none; }
.service-title { padding-bottom: 10px; font-family: 'Museo Slab 500', serif; font-size: 18px; color: #333; font-weight: normal; }

/* ==========================================================================
	#Form
========================================================================== */
.form { position: relative; padding: 32px 0 0 45px; color: #959595; letter-spacing: 1px; }

.form-head { width: 330px; padding-bottom: 38px; text-align: center; text-transform: uppercase; }
.form-head h2 { padding-bottom: 2px; margin: 0; font-size: 36px; }
.form-head p { margin: 0; font-size: 18px; }

.form-ribbon { position: absolute; top: 39px; right: 40px; width: 120px; height: 120px; padding: 22px 0 0; border-radius: 50%; background: #e3613f; font-size: 14px; line-height: 1; color: #fff; text-align: center; }
.form-ribbon span { display: block; }
.form-ribbon span + span { padding-top: 15px;  }
.form-ribbon small { display: block; padding-top: 5px; font-size: 12px; }

.form-row { padding-bottom: 12px; } 

.checkbox { margin: 0; }
.checkbox label { display: block; overflow: hidden; padding: 0; }
.checkbox input { opacity: 0; filter: alpha(opacity=0); position: absolute; }
.checkbox-fake { float: left; width: 13px; height: 13px; margin: 3px 5px 0 0; background: url(images/sprite.png) -325px -61px no-repeat; }
.checked .checkbox-fake { background-position: -309px -61px; }
.disabled .checkbox-fake { opacity: .5; filter: alpha(opacity=50); }
 
.radio { margin: 0; }
.radio input { opacity: 0; filter: alpha(opacity=0); position: absolute; }
.radio label { display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; }
.radio-fake { float: left; width: 21px; height: 21px; margin-right: 5px; background: url(images/sprite.png) -446px -53px no-repeat; }
.checked .radio-fake { background-position: -424px -53px; }
.disabled .radio-fake { opacity: .5; filter: alpha(opacity=50); }

.radios { margin: 0; }
.radios-inline .radio { display: inline-block; padding: 0 3px 14px 0; }

.form-help { position: relative; display: inline-block; vertical-align: middle; }
.form-help-text { position: absolute; top: 0; width: auto; left: 100%; padding: 0 3px; margin-left: 5px; background: #000; border-radius: 3px; white-space: nowrap; }

.form-label { float: left; padding-top: 5px; margin: 0; font-weight: normal; width: 175px; font-size: 14px; line-height: 1; }
.form-label-small { width: auto; }
.form-controls { float: left; }

.form-hint { display: block; padding-top: 4px; font-size: 10px; font-style: italic; }

.form-row-block .form-label { float: none; width: auto; padding: 0 0 24px; }

.select { position: relative; width: 147px; }
.select-inline { display: inline-block; vertical-align: middle; }
.select-toggle { overflow: hidden; display: block; padding: 2px 30px 2px 7px; border: 1px solid #b0b0b0; background: #000; color: #cbcbcb; white-space: nowrap;
	-ms-text-overflow: ellipsis; 
	    text-overflow: ellipsis; 
}
.select-toggle:before { position: absolute; top: 4px; right: 4px; width: 21px; height: 18px; background: url(images/sprite.png) -401px -56px no-repeat; content: ''; }

.select select { position: absolute; top: 0; left: 0; width: 100%;  opacity: 0; filter: alpha(opacity=0); cursor: pointer; }

.form-actions { padding-top: 15px; text-align: center; }
.form-btn { min-width: 65px; padding: 0 5px; border: 1px solid #8c8c8c; border-radius: 0; color: #d3d3d3; 
	background: #161616;
	background: -moz-linear-gradient(top, #161616 0%, #282828 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#161616), color-stop(100%,#282828));
	background: -webkit-linear-gradient(top, #161616 0%,#282828 100%);
	background: -o-linear-gradient(top, #161616 0%,#282828 100%);
	background: -ms-linear-gradient(top, #161616 0%,#282828 100%);
	background: linear-gradient(to bottom, #161616 0%,#282828 100%);
}

.textarea,
.field { width: 100%; background: #000; border: 1px solid #878787; border-radius: 0; }

.field { height: 25px; padding: 0 5px; }
.field-medium { width: 130px; }
.field-small { width: 95px; }
.field-xsmall { width: 50px; }

.textarea { padding: 5px; height:50px; }

.form-row-inline .form-controls { width: auto; }
.form-row-inline .form-controls ~ .form-label { padding-left: 5px; padding-right: 5px; }

.remember { padding-left: 90px; }

.check-email { padding-bottom: 50px; }
.check-email p { padding-bottom: 8px; margin: 0; }
.check-email a { color: #00baff; text-decoration: underline; }
.check-email a:hover { color: #00baff; text-decoration: none; }

.form-body-inner { width: 245px; padding: 10px; background: #212121; }
.form-body-inner .form-label { width: 70px; }
.form-body-inner .form-controls { width: 150px; }
.form-body-inner .form-actions { padding-top: 0; }


.form-foot { padding-top: 20px; font-size: 12px; }
.form-foot a { color: #e3613f; text-decoration: underline; }
.form-foot a:hover { color: #e3613f; text-decoration: none; }

.form-step { display: none; }
.form-step.current { display: block; }

.form-step-1 { width: 495px; }
.form-step-1 .radios-inline .radio { white-space: nowrap; }
.form-step-2 {  width: 425px; }
.form-step-2 .form-controls { width: 255px; }
.form-step-2 .form-row-inline .form-controls { width: auto; }
.form-step-2 .form-label { width: 165px; }
.form-step-2 .form-label-small { width: auto; }
.form-step-2 .select { width: 100%; }
.form-step-2 .form-actions { padding-top: 0; }

/* ==========================================================================
	#Popup
========================================================================== */
.popup {
    position: relative;
    width: 665px;
    padding-bottom: 20px;
    margin: 0 auto;
    background: #1f1f1f;
}

.gallery-popup { position: relative; width: 900px; margin: 0 auto; height: auto; }
.gallery-popup iframe { width: 100%; height: 600px; }

/* ==========================================================================
	#Footer
========================================================================== */
.footer { padding-bottom: 63px; border-top: 12px solid #e9eaee; }

.footer-body { padding: 54px 0 20px; background: #363839; color: #959595; }
.footer-body .container { width: 1412px; }
.footer-cols { overflow: hidden; }
.footer-col { float: left; }
.footer-col-size1 { width: 400px; margin-right: 45px; }
.footer-col-size2 { width: 500px; margin-right: 75px; }
.footer-col-size3 { width: 340px; }

.footer-bar { position: relative; border-top: 1px solid #4b4c4d; background: #282a2b; }
.footer-bar .container { height: 66px; }

.copyright { float: left; padding-top: 26px; margin: 0; font-size: 12px; color: #46494a; }
.copyright span { padding-left: 10px; }
.copyright .separator { padding: 0 5px; }

.socials { float: right; padding-top: 29px; }
.socials ul { overflow: hidden; list-style: none outside none; }
.socials li { float: left; padding-left: 18px; }
.socials a { overflow: hidden; display: block; width: 17px; height: 16px; background: url(images/sprite.png) 0 0 no-repeat; text-indent: 100%; white-space: nowrap; font-size: 0; }

.socials .link-facebook { background-position: -538px -35px; }
.socials .link-globe { background-position: -424px -35px; }
.socials .link-instagram { background-position: -443px -35px; }
.socials .link-pinterest { background-position: -462px -35px; }
.socials .link-rss { background-position: -481px -35px; }
.socials .link-twitter { background-position: -500px -35px; }
.socials .link-vimeo { background-position: -519px -35px; }

.footer-about { padding-top: 10px; line-height: 1.4; }
.footer-about h4 { padding-bottom: 20px; margin: 0; font-size: 18px; color: #b0b0b0; font-weight: bold; }
.footer-about h4 span { color: #d85803; }
.footer-about a { color: #959595; text-decoration: underline; }
.footer-about a:hover { text-decoration: none; }
.footer-about p { padding-bottom: 8px; }

.start-title { padding-bottom: 20px; margin: 0; font-size: 36px; color: #b0b0b0; letter-spacing: 2px; }
.start ul { padding-left: 6px; list-style: none outside none; }
.start li { padding-bottom: 12px; }
.start a { font-size: 24px; color: #767676; }
.start a:hover { color: #ff7200; text-decoration: none; }

.footer-slider { width: 500px; margin-top: 3px; box-shadow: 5px 5px 5px rgba(0,0,0, .38); }

.subscribe { width: 225px; }
.subscribe label { display: block; padding-bottom: 6px; margin: 0; font-size: 18px; color: #b0b0b0; font-weight: normal; }
.subscribe-controls { position: relative; padding: 1px 43px 1px 2px; }
.subscribe-field { width: 100%; height: 18px; padding: 0 2px; border: 1px solid #707070; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 11px; color: #000; }
.subscribe-field::-webkit-input-placeholder { color: #000; }
.subscribe-field:-moz-placeholder { color: #000; }
.subscribe-field::-moz-placeholder { color: #000; }
.subscribe-field:-ms-input-placeholder { color: #000; }
.subscribe-btn { position: absolute; top: 1px; right: 1px; width: 38px; height: 20px; border: 1px solid #707070; font-size: 12px; color: #000; }

.scroll-top { position: absolute; bottom: 0; right: 6px; width: 48px; height: 34px; border-radius: 4px; background: #323232; text-align: center; }

.footer-callout { position: fixed; bottom: 0; left: 0; z-index: 1050; width: 100%; height: 63px; background: #343d46; text-align: center;
	-webkit-backface-visibility: hidden; 
	   -moz-backface-visibility: hidden; 
	    -ms-backface-visibility: hidden; 
	        backface-visibility: hidden; 
}
.footer-callout .btn-callout { display: inline-block; }
.footer-callout .btn-callout:hover { color: #333; text-decoration: none; }
.footer-callout .arrow { border-color: transparent transparent transparent #343d46; }

/* ==========================================================================
	#Old Ie Fixes
========================================================================== */
.old-ie .callout-title { letter-spacing: 0; }

.old-ie-9 .training-back,
.old-ie .training-back { display: none; }
.old-ie-9 .training-inner:hover .training-back,
.old-ie .training-inner:hover .training-back { display: block; }
.old-ie .testimonials-gallery img { width: auto; height: auto; }
.old-ie .testimonials-gallery { height: 193px; overflow: hidden;  }
.old-ie .testimonial-entry { display: block; }
.old-ie .slides { overflow: hidden; width: 100%; height: 477px; }
.old-ie .slider .slide { width: 100% !important; }

.old-ie .slide-content { top: 60px; margin: 0; }
.old-ie .form-step h2 { letter-spacing: -1px; }
.old-ie .form-step h1 { letter-spacing: -1px; }

/*.banners .col-sm-7 { width: 1200px; }*/

/* ==========================================================================
	#Retina
========================================================================== */
@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx)  
{	
	.ico-play { background-image: url(images/ico-play@x2.png);
		-webkit-background-size: 38px 38px; 
		        background-size: 38px 38px; 
	}
	.ico-rotate { background-image: url(images/rotate@x2.png);
		-webkit-background-size: 18px 17px; 
		        background-size: 18px 17px; 
	}
}

.oheading{font-size: 16px; color: #ff6600; }

.otext{
    color: #ff6600; 
    font-weight:800;
}

.service-title-c { padding-bottom: 10px; display: block; font-family: 'Museo Slab 500', serif; font-size: 18px; color: #333; font-weight: normal; 
                   text-align:center}
.align-c {
    text-align: center;
    display: block;
}
}
.select-error { border: 1px solid #ff0000; background: #000; }


.heading3
{ font-size: 16px; color: #ff6600;}

form-step-3 {  width: 425px; }
.form-step-3 .form-controls { width: 255px; }
.form-step-3 .form-row-inline .form-controls { width: auto; }
.form-step-3 .form-label { width: 165px; }
.form-step-3 .form-label-small { width: auto; }
.form-step-3 .select { width: 100%; }

.form-step-3 .form-actions { padding-top: 0; }

.error .field { border-color: #ff0000; }

.article p  { text-align: justify; }

.form2 {padding: 10px; background: #212121; }

.caption {font-size: 13px; color:black} 

.formCaption {font-size: 13px; color:black} 

.heading2 {font-size: 14px; color:black}

.text1 {font-size: 13px;}