


@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@-o-keyframes fadeIn { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}


@-webkit-keyframes dash {
to {
stroke-dashoffset:-1200;
}
}
@keyframes dash {
to {
stroke-dashoffset:-1200;
}
}
@-webkit-keyframes fade {
0% {
opacity:1;
}
50% {
opacity:0;
}
}
@keyframes fade {
0% {
opacity:1;
}
50% {
opacity:0;
}
}
svg {
	margin: 0 -1rem;
}
.ekg {
	opacity: 1;
	stroke-dasharray: 600;
	-webkit-animation: dash 5s linear forwards infinite, fade 5s linear infinite;
	animation: dash 5s linear forwards infinite, fade 5s linear infinite;
}

/*.loader {
    position: fixed;
    right: 22px;
    top: 16px;
    width: 30px;
    height: 30px;
    z-index: 999999;
    background-color: rgba(255,255,255,1);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/loader11.gif);
}*/

.tm-page-loader-wrapper {
    position: fixed;
    top: -89px;
    right: 0;
    width: 70px;
    height: 70px;
    z-index: 999999;
}


.spinner {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #fff;

  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}


@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}


html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}



h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu', sans-serif;
}

.site_wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
}
.container {	
	text-align: center;
}

/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive {
	position: relative;
	margin-right: 4%;
	float: left;
}
.one_full {
	width: 100%;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.650%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.800%;
}
.two_third {
	width: 65.350%;
}
.three_fourth {
	width: 74%;
}
.onecol_forty {
	width: 40%;
}
.onecol_sixty {
	width: 56%;
}
.onecol_thirtyfive {
	width: 35%;
}


/* Less Space Bitween Columns */
.one_half_less, .one_third_less, .one_fourth_less, .two_third_less, .three_fourth_less, .one_fifth_less, .onecol_forty_less, .onecol_sixty_less, .onecol_thirtyfive_less {
	position: relative;
	margin-right: 2%;
	float: left;
}
.one_full_less {
	width: 100%;
}
.one_half_less {
	width: 49%;
}
.one_third_less {
	width: 32%;
}
.one_fourth_less {
	width: 23.500%;
}
.one_fifth_less {
	width: 18.400%;
}
.two_third_less {
	width: 66%;
}
.three_fourth_less {
	width: 74.500%;
}
.onecol_forty_less {
	width: 40%;
}
.onecol_sixty_less {
	width: 58%;
}
.onecol_thirtyfive_less {
	width: 36.250%;
}

.last {
	margin-right: 0 !important;
	clear: right;
}


/* Big Space Bitween Columns */
.one_half_big, .one_third_big, .one_fourth_big, .two_third_big, .three_fourth_big, .one_fifth_big, .onecol_forty_big, .onecol_sixty_big, .onecol_thirtyfive_big {
	position: relative;
	margin-right: 6%;
	float: left;
}
.one_full_big {
	width: 100%;
}
.one_half_big {
	width: 47%;
}
.one_third_big {
	width: 29.3333333333%;
}
.two_third_big {
	width: 64.6666666667%;
}
.one_fourth_big {
	width: 20.5%;
}


.onecol_forty_big {
	width: 38%;
}
.onecol_sixty_big {
	width: 56%;
}

.last {
	margin-right: 0 !important;
	clear: right;
}


.one_half_nsp {
	float: left;
	width: 50%;
}



/*---------------------------------------------------
	HEADER
------------------------------------------------------*/
.header-nav-wrapper{
/*    position: absolute;
    top: 0;
    left: 0;*/
    z-index: 999;
    width: 100%;	
	height: 138px;
	position: relative;
	transition: all 0.2s ease;
}
.header-nav-wrapper .header-logo{
	float: left;
	width: 180px;
	padding-top: 36px;
	padding-bottom: 36px;
}






.header-nav-right{
	float: right;
}
.header-nav-right ul{
	margin:0px;
}
.header-nav-right li{
	display: inline-block;
	margin-left: 45px;	
	line-height: 128px;
}
.header-nav-right li a{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-decoration: none;	
}
.header-nav-wrapper.scroll-fix .header-nav-right li a:hover,
.header-nav-right li a:hover,

.header-nav-wrapper.scroll-fix .header-nav-right li a.active,
.header-nav-right li a.active{
	color: #e13e20;
}
.banner_title_landing .tlt{
	color: #fff;
}

.banner_title_landing{
	padding-top: 80px;
}
.banner_title_landing h2{
	font-size: 44px;
	line-height: 54px;
	font-weight: bold;
	color: #fff;
}


/* Logo */
#logo {
	float:left;
	display:block;
	width:100%;
	min-height: 50px;
	margin-top:0px;
	position: relative;
	text-indent:-999em;
	background:url(../images/logo.png) no-repeat left top;	
}

header {	
	width: 100%;	
	text-align: center;
	background: #2d2d2d url("../images/banner.jpg");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:100% 0;
	background-position: center;	
	position: relative;
}

header h2 {
    margin-top: 36px;
    line-height: 65px;
    font-weight: 300;
    font-size: 49px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #c6c6c6;
    letter-spacing: 2px;
	position: relative;
    z-index: 10;
}
header h2 strong {
    display: block;
    font-weight: 300;
    text-transform: none;
    font-size: 26px;
    text-transform: uppercase;
    color: #fff;
}
header h3{
    font-size: 25px;
    font-weight: 300;
    color: #c6c6c6;
    letter-spacing: 2px;
	font-family: 'Droid Serif', serif;
	font-style: italic;
	position: relative;
    z-index: 10;
	
}
/*.crosstag {
    position: absolute;
    right: 0;
    top: 0;
}*/
/*.wrapper-sticky{
    text-align: right;
    height: 170px !important;
    width: 120px !important;
    z-index: 33;
    right: 0 !important;
    right: 0 !important;
    margin: 0 !important;   
    position: absolute !important;
    right: 0 !important;
}
.wrapper-sticky .crosstag{
	width: auto !important;
}*/



.button-section a {
	display: inline-block;
	border: 2px solid transparent;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	background: #e13e20;
	padding: 13px 32px;
	border-radius: 2px;
	transition: all 0.3s ease;
	position: relative;
    z-index: 10;
}
.button-section a:focus, 
.button-section a:hover{
	color: #e13e20;
	background: none;
	border-color: #e13e20;
	text-decoration: none;
}

.button-section a.tm-outlinebt{
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
}
.button-section a.tm-outlinebt:hover{
	background-color: #fff;	
	color: #2c2c2c;
}
header .headersep{
	width: 95px;
	height: 4px;
	background-color: #e13e20;
	margin: 0 auto;
	margin-top: 50px;
}

.bouncearrow a{
	color: #fff;
	font-size: 40px;
}
.bouncearrow {
    position: absolute;
    margin: auto;
    /* top: 0; */
    bottom: 30px;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    -webkit-animation: bounce 2s infinite ease-in-out;
    color: #fff;
	z-index: 10;
}
@-webkit-keyframes bounce {
	0%, 20%, 60%, 100%  { -webkit-transform: translateY(0); }
    40%  { -webkit-transform: translateY(-20px); }
	80% { -webkit-transform: translateY(-10px); }
}





.counterbar{
	background-color: #e13e20;
	color: #fff;
}
.counterbar .counter{
	padding: 30px 0px;	
	margin-right: -15px;
}

.counterbar .count-num{
    font-size: 38px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
}
.counterbar .count-text{
	font-size: 14px;	
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#demothumb .main-heading{
	padding-bottom: 0px;
	padding-top: 30px;
}
.main-heading{
	margin: 0px 0px 50px 0px;
}
.tm-row .main-heading h2{
	font-size: 38px;
    font-weight: 300;
    margin-top: 0;
	padding:0;
}
.main-heading .skincolor{
	color: #e13e20;
	font-weight: 400;
}
.main-heading h2 .big{
	font-size: 44px;
	font-weight: bold
}
.main-heading .sub-heading{
	font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    width: 400px;
    margin: 0 auto;
    line-height: 31px;
    font-size: 20px;
}


span.sub-heading {
    display: block;
    font-size: 15px;
    font-weight: 400;
	color: #e13e20;
}
.button-section{
	display: block;
	margin-top: 50px;
	margin-bottom: 150px;
}
.bigthumbs {
	float: left;
	width: 100%;
	margin-bottom: 110px;
}
.bigthumbs img:hover{
	opacity: 0.9;
	transition: all 0.3s ease;
}
.smallthumbs {
	float: left;
	width: 100%;
	padding: 120px 0px 110px 0px;
	background: #f3f3f3;
}
.smallthumbs img:hover {
	opacity: 0.72;
	transition: all 0.3s ease;
}

.thumbsblock {	
	width: 100%;
	background: #eeeeee;
	padding: 100px 0px 90px 0px;
	position: relative;
}

.thumbsblock:after {
    content: ' ';
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 40px solid white;
    position: absolute;
    top: 0;
    left: 50%;
	margin-left: -35px;
}
.thumbsblock img {	
	width: 100%;	
}

.feature-block {
	text-align: center;	
}
.feature-block .small-title{
	padding-top: 10px;
}


.feature-block .icon-box-shape {
    float: left;
}
.feature-block .content-icon-box {
    padding-left: 110px;
    padding-top: 17px;
	text-align: left;
}
.feature-block .content-icon-box h3 {
    font-size: 18px;
	margin-top: 5px;
}
.feature-block .iconbox{
	margin-bottom: 60px;
}
.thumbsblock .tm-thumb{
	position: relative;
    margin-bottom: 30px;
    min-height: 446px;
    overflow: hidden;
    border: 3px solid rgba(0, 0, 0, 0.06);	
}
.thumbsblock .tm-thumb div {	
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 0.3s ease;
}
.thumbsblock .tm-thumb:hover div {
	opacity: 1;
    background-color: rgba(0, 0, 0, 0.85);
}
/*.thumbsblock .darklayout  .one_third_less div:hover {	
    background: rgba(229, 186, 91, 0.93);
}*/
.thumbsblock .tm-thumb div h2 {
	margin-top: -18px;
	padding-top: 50%;
    color: #ffffff;
    margin-bottom: 33px;
    font-size: 20px;
	line-height: 28px;
    text-transform: uppercase;	
}
a.buttonlink {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background: transparent;
    padding: 13px 37px;
    letter-spacing: 1px;
    border-radius: 2px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: 2px solid #fff;
}
a.buttonlink:focus,
a.buttonlink:hover {
    color: #272727;
    background: #fff;
	text-decoration: none;
}
.keyfeatures {	
	width: 100%;
	padding: 60px 0px 60px 0px;
}
.keyfeatures .box {
	float: left;
	width: 20%;
	background: #fcfcfc;
	padding: 18px 1.1% 16px 1.100%;
	margin-right: 3%;
	border-radius: 2px;
	transition: all 0.3s ease;
	border: 1px solid #dcdcdc;
	border-bottom: 3px solid rgba(0, 0, 0, 0.07);
	cursor: default;
}
.keyfeatures .box.last {
	margin-right: 0%;
}
.keyfeatures .box i {
	font-size: 27px;
	margin-bottom: 0px;
	margin-right: 15px;
	float: left;
}
.keyfeatures .box h5 {
	margin-bottom: 0px;
	font-weight: bold;
	display: block;
    text-align: left;
}
.keyfeatures .box:hover {
	background: #e13e20;
}
.keyfeatures .box:hover i,
.keyfeatures .box:hover h5{
	color: #fff;
}


.darkrow, .skincolorrow{	
	color: #fff;
}
.tm-row{
	position: relative;
	padding: 100px 0px 90px 0px;
}
.tm-row.bottomspace{
	position: relative;
	padding-bottom: 50px;
}
.tm-row.small{	
	padding: 40px 0px;
}
.tm-row .tm-bg-layer{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.tm-row.darkrow .tm-bg-layer{
	background-color: #000;
	opacity: 0.9;
}
.tm-row.skincolorrow .tm-bg-layer{
	background-color: #e13e20;	
}
.tm-row.greycolorrow .tm-bg-layer{
	background-color: #eee;	
}
.bg1{
    background: url("../images/slide3-bg.jpg");	
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg2{
    background: url("../images/slide-2.jpg");	
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg3{
    background: url("../images/banner.jpg");	
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}
.tm-row.darkrow.bg3 .tm-bg-layer {
    background-color: #000;
    opacity: 0.2;
}

.tm-row .container{
	position: relative;
	z-index: 1;
}
.tm-row h2 {
    font-size: 42px;
    font-weight: 500;
	padding-bottom: 10px;
	padding-top: 10px;
}
.tm-row h4 {
    font-size: 24px;
    font-weight: 400;
	padding-bottom: 10px;
}


.play-icon {   
    margin: 0 30px;
}
a.doclink{
	color: #fff;
}
a.doclink:hover, a.doclink:focus{
	color: #fff;
	text-decoration: none;
}
.tm-row .docheading{
	font-weight: 300;
}

h2.caps {  
	font-size: 38px;  
    font-weight: 300;
	text-transform: none;
	margin-top: 0px;
}


.sepline{
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.16);
}


footer {
	background-color: #2d2d2d;
	float: left;
	width: 100%;
	text-align: center;	
}
footer a {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #e13e20;
    border: 2px solid transparent;
    padding: 12px 35px;
    letter-spacing: 2px;
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 3px;
    float: none;
    display: inline-block;
}
footer a:hover, footer a:focus {
	color: #e13e20;
	border-color: #e13e20;
	background-color: transparent;
	text-decoration: none;
}
footer p {
	color: #999;
	font-size: 9px;
	letter-spacing: 2px;
	margin-top: 35px;
	text-transform: uppercase;
}

.footercontent h4{	
    color: #fff;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 23px;
    font-size: 24px;
	line-height: 34px;
    text-transform: uppercase;
    margin-top: 0px;
}

.footercontent .leftcontent{
    float: none;
    text-align: center;	
}

#back-to-top {
	font-size: 17px;
    font-weight: 900;
    color: #fff;
    background: rgba(0, 0, 0, 0.33);
    position: fixed;
    display: none;
    right: 20px;
    bottom: 40px;
    z-index: 999;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    transition: opacity 0.2s ease-out;
}
#back-to-top:hover {
    background: #e13e20;
}
#back-to-top.show {
    opacity: 1;
}
#rotate{	
	display: block;
    font-weight: 400;
    text-transform: none;
    font-size: 26px;
	line-height: 36px;
    text-transform: uppercase;
    color: #fff;
	letter-spacing: 2px;
	margin-top:35px;
}
#rotate div{
	display:none;
}
.darklightbt{
    text-align: center;    
    padding-bottom: 130px;
    display: block;
    width: 364px;
    margin: 0 auto; 
}
.darklightbt a {    
    padding: 15px 0px;
    color: #fff;
    background-color: #e13e20;
    display: block;
    float: left;
    width: 180px;
    font-size: 14px;
	text-transform: uppercase;
	border: 2px solid #e13e20;
	position: relative;
	text-decoration: none;
	font-weight: 600;
}
.darklightbt .dark a.current,
.darklightbt a.current {	
	color: #373737;
    background-color: #fff;
}
.darklightbt .dark a{	
	border-color: #ae1010;
	background-color: #ae1010;
}
.thumbox.current{
    display: inherit;
}
.thumbox{
    display: none;   
    -moz-animation: fadein 2s;
    -moz-animation: fadeIn 1s;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    -o-animation: fadeIn 2s;
}


.darklightbt a span{ 
    background-color: #e13e20;
    font-size: 11px;
    position: absolute;
    left: -17px;
    top: -17px;
    color: #fff;
	height: 35px;
	width: 35px;
	line-height: 35px;  
    border-radius: 50%;
} 
.darklightbt .dark a span{ 
    background-color: #333;
    color: #fff;
	display: none;

} 





.feature-content {
    border: 1px solid #ececec;
    padding: 9px;
	margin-bottom: 30px;
}
.feature-content .feature-thumb img{
	max-width: 100%;
}

.feature-content .feature-content-box{
	padding: 20px 10px;	
}

.feature-content .feature-content-box h3{
	font-size: 18px;
	margin-top: 5px;
}


.supportsection .container{
	text-align: left;
}
.supportsection .content {
    border-left: 1px solid #333;
    padding: 16px 10px 18px 40px;
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
}


img {
    max-width: 100%;
    height: auto;
}




.testimonialbox {
    border: 1px solid #DEDBDB;
    background: #eee;
/*    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.09);
    box-shadow: 0 0 10px rgba(0,0,0,.09);*/
    padding: 30px 30px;
    font-weight: 300;
	text-align: left;
	margin-bottom: 27px;
}
.testimonialbox-author {
    font-size: 18px;
    color: #000;
    float: left;
    font-weight: 500;   
}
.testimonialbox-rating {
    float: right;
    text-align: right;
    color: #CCC;
}
.tst-stars {
    width: 70px;
    height: 14px;
    display: inline-block;
    background-size: cover;    
	background: url("../images/rating.jpg");
	background-repeat: no-repeat;	
	
}
.testimonialbox-reason {
    display: block;
    margin-top: 3px;
}
.testimonialbox-rating span {
    color: #666;
}

.testimonialbox-footer{
	margin-top: 20px;
}
.testimonialbox-main .testimonialbox-inner{
	padding: 0px 15px;
	width: 380px;
}


a.tm-link{
	color: #fff;
	text-decoration: underline;
}
a.tm-link:hover{	
	text-decoration: none;
}






