

/* ==================================================
   Basic Styles
================================================== */
@font-face {
     font-family: 'Montserrat';
     font-style: normal;
  font-weight: 400;
  
     src: local('Montserrat-Regular'), url(http://fonts.gstatic.com/s/montserrat/v6/zhcz-_WihjSQC0oHJ9TCYBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
 }


html, body {
	height: 100%;
		background-color: #339966;

}

html, hmtl a{
	width:100%;
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}

body{
	padding-left:0px;
		background-color: #339966;
	
	color:#000;
	font-weight:300;
	font-size:16px;
	font-family:'Montserrat';
	line-height:28px;
    overflow-x: hidden;
    -webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;

}


a{
	color:#FFFFFF;
	text-decoration: none;
	cursor: pointer;
	
	-webkit-transition: color 0.1s linear 0s;	
	   -moz-transition: color 0.1s linear 0s;
		 -o-transition: color 0.1s linear 0s;
		    transition: color 0.1s linear 0s;
}

a:hover,
a:active,
a:focus{
	outline: 0;
	color:#FFFFFF;
	text-decoration:none;
}

a img {
	border: none;
}

a > img {
	vertical-align: bottom;	
}

img {
	max-width: none;	
}

strong {
  	font-weight: 500;
}

p {
	margin: 0 30px 0 30px;
	
}

hr {
	border-style: dashed;
	border-color: #3C3F45;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 50px 0;	
}

.align_left{
	float:left;
	margin:0 25px 0 0px!important;
}

.align_right{
	float:right;
	margin:0 0 0 25px!important;
}

.text_align_left {
	text-align: left;
}

.text_align_center {
	text-align: center;
}

.text_align_right {
	text-align: right;	
}

.color-text {
    color: #000;
}

.through{
	text-decoration:line-through;
}

input, button, select, textarea {
	font-weight: 300;
	font-family:'Montserrat';
	outline: 0;
}

input:focus, 
textarea:focus,
input[type="text"]:focus {
	outline: 0;
}

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

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #7F8289;
}

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

/* ==================================================
   Code and Pre
================================================== */

code,
pre {
  	padding: 0 3px 2px;
  	-webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
  	color: #FFFFFF;
  	font-size: 12px;
  	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  	padding: 2px 4px;
  	border: 1px solid #dde4e9;
  	background-color: #F6F6F6;
  	color: #FFFFFF;
  	white-space: nowrap;
}

pre {
  	display: block;
  	margin: 70px 50px;
  	padding: 30px;
  	border: 1px solid #dde4e9;
  	-webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  	background-color: #FCFCFC;
  	white-space: pre;
  	white-space: pre-wrap;
  	word-wrap: break-word;
  	word-break: break-all;
  	font-size: 12px;
  	line-height: 20px;
}

pre code {
  	padding: 0;
  	border: 0;
  	background-color: transparent;
  	color: inherit;
  	white-space: pre;
  	white-space: pre-wrap;
}

.pre-scrollable {
  	overflow-y: scroll;
  	max-height: 340px;
}

/* ==================================================
   Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6{
	
	color:#FFF;
	font-weight:300;
	font-family:'Montserrat';
	line-height:1.5em;
   
}


h1{
	font-size:48px;
}

h2{
	font-size:36px;
}

h3{
	font-size:24px;
}

#onlyforme h3{
	font-size:17px;
}


h4{
	font-size:20px;
}

h5{
	font-size:18px;
}

h6{
	font-size:16px;
}

h3.spec {
	color: #FFFFFF;
    font-size: 24px;
    font-weight: 300;
    line-height: 1em;

    text-transform: uppercase;
}

.compareMaster li{
    font-size: 18px;
    line-height: 20px;
}

.thingy { position: fixed;width:100%; bottom: -20px; z-index: 999; background: #FFF;height:50px;text-align: center;}

.thingy a{text-decoration: underline;color:#000}
/* ==================================================
   Margin Bottom Sets
================================================== */



/* ==================================================
   Home Slider
================================================== */

#home-slider {
	position: relative;
	overflow: visible;
	height: 100%;
}

#home-slider .overlay { 
	position: absolute;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 0;
}

#home-slider .slider-text {
	position: absolute;
	left: 50%;
	top: 87%;
	margin: -150px 0 0 -585px;
	width: 1170px;
	height: 5%;
	text-align: center;
	z-index: 2;	
    
}

#home-slider #slidecaption {
	width: 100%;
	line-height: 120%;
	
	text-align: center;
	text-shadow: none;	
    font-size:25px;
    background-color: #000
    
}

#home-slider #slidercap {
	width: 100%;
	line-height: 120%;
	text-align: center;
	text-shadow: none;	
    font-size:25px;
    background-color: #000
    
}

#home-slider .slide-content {
	font-size: 625px;
	color: #0362E9;
	letter-spacing: -3px;
	text-transform: uppercase;	
}

#home-slider .control-nav {
	position: absolute;
	width: 100%;
	background: #000000;
	height: 5px;
	
	z-index: 2;
}

#home-slider #nextslide,
#home-slider #prevslide {
	background-image: none;
	background-color: #FFFFFF;
	display: inline-block;
	
	position: relative;
	
	width: 50px;
	height: 50px;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider #nextslide {
	margin-left: -3px;	
}

#home-slider #nextsection {
	float:right;
}

#home-slider #nextslide:hover,
#home-slider #prevslide:hover {
	background-color:#000;
}

#home-slider #nextslide i,
#home-slider #prevslide i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#home-slider #nextslide i {
	margin-left: -8px;	
}

#home-slider #prevslide i {
	margin-left: -9px;	
}

#home-slider ul#slide-list {
	top: 50%;
	padding: 0;
	margin:-6px 0 0 0;	
}

#home-slider ul#slide-list li {
	margin-right: 12px;
}

#home-slider ul#slide-list li:last-child {
	margin-right: 0;	
}

#home-slider ul#slide-list li a {
	background-color: #6E7074;
	background-image: none;
	width: 12px;
	height: 12px;
	
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;	
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider ul#slide-list li a:hover {
	background-color: #FFFFFF;	
}

#home-slider ul#slide-list li.current-slide a,
#home-slider ul#slide-list li.current-slide a:hover {
	background-color:#000;
}

#home-slider #nextsection {
	background-color: #FFFFFF;
	margin: 0;
	position: relative;
	float:right;
	width: 50px;
	height: 50px;
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider #nextsection:hover {
	background-color:#000;
}

#home-slider #nextsection i {
	font-size: 16px;
	color: #0362E9;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#home-slider #nextsection i {
	margin-left: -7px;	
}
/* ==================================================
   Header
================================================== */

header {
	width: 100%;
	
}

header .sticky-nav {
	position: fixed;
	width: 100%;
	height: 65px;
	background: #FFF;
	z-index: 1001;
	
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

header .sticky-nav.stuck {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
}

header #logo {
	background-color: #FFFFFF;
    height:60px;
    float: left;
	opacity:1;
}


header #logo a {
	background: url(../MainPage/_include/img/logo.png) no-repeat;
	width: 60px;
	height: 60px;
	background-size: 60px 60px;
	text-indent: -9999px;
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
    margin-left:2px;
	
	-webkit-transition: opacity 0.25s ease-in-out 0s;	
	   -moz-transition: opacity 0.25s ease-in-out 0s;
		 -o-transition: opacity 0.25s ease-in-out 0s;
		    transition: opacity 0.25s ease-in-out 0s;	
}

header #logo a:hover {
	opacity: 0.65;
	filter: alpha(opacity=65);	
}

nav#menu {
	float: right;
	margin-right: 20px;
}

nav#menu #menu-nav {
	margin: 0;
	
}

nav#menu #menu-nav li {
	list-style: none;
	display: inline-block;
	margin-left: 50px;	
}

nav#menu #menu-nav li:first-child {
	margin-left: 0;	
}

nav#menu #menu-nav li a {
	color: #339966	;
	font-size: 10px;
	font-weight: 300;
	line-height: 60px;
	display: block;
	text-transform: uppercase;
}

nav#menu #menu-nav li.current a,
nav#menu #menu-nav li a:hover {
	color: #000;
}

#newlaunch p{
    font-size: 15px;
}
#machpricing p{
    font-size: 15px;
}
/* ==================================================
   Mobile Navigation
================================================== */

#mobile-nav {
	display: none;	
}

.menu-nav {
	background:url(../MainPage/_include/img/menu-mobile.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	margin: 22px 0 0 0;
	
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		 -o-transform: rotate(0deg);
			transform: rotate(0deg);
	
	-webkit-transition: -webkit-transform 250ms ease-out 0s;	
	   -moz-transition: -moz-transform 250ms ease-out 0s;
		 -o-transition: -o-transform 250ms ease-out 0s;
		    transition: transform 250ms ease-out 0s;
}

.menu-nav.open {
	background-position: 0 -16px;
		  
	-webkit-transform: rotate(-180deg);
	   -moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		 -o-transform: rotate(-180deg);
			transform: rotate(-180deg);
	
	-webkit-transition: -webkit-transform 250ms ease-out 0s;	
	   -moz-transition: -moz-transform 250ms ease-out 0s;
		 -o-transition: -o-transform 250ms ease-out 0s;
		    transition: transform 250ms ease-out 0s;	
}



#navigation-mobile {
	display: none;
	text-align: center;
	width: 100%;
	background: #fff;	
	border-bottom: 1px solid #2F3238;
	position: relative;
	float: left;
	z-index: 9999;
}

#navigation-mobile li {
	list-style: none;
	border-top: 1px solid #FFFFFF;
}

#navigation-mobile li a{
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	padding: 20px 0;
}

/*Dialog*/

.overlay{
    
    opacity:    0.9; 
  background: #000; 
  width:      100%;
  height:     100%; 
  z-index:    9998;
  top:        0; 
  left:       0; 
  position:   fixed; 

}

#alignoverlay{
    padding-left: 15%;
    padding-left: 15%;
}

#closefix{
    display: fixed;
z-index: 10000;
}

#intro{
    display: none;
    position: fixed;
    width:75%;
    z-index: 9999;
    border-radius: 150px;
    background: #000;
    max-height: 75%;
    overflow: auto;
}

#intro button{
    position: absolute;
right: 10px;
top: 5px;
}

/* ==================================================
   Section Page
================================================== */

.page {
		background-color: #339966;
	
	
	position: relative;
	z-index: 99;
}

.page-alternate {
		background-color: #339966;
	
	
	position: relative;
	z-index: 99;
}

.title-page {
	text-align: center;
	
}

.title-page .title {
	font-size: 30px;
	}

.title-page .title-description {
	font-size: 24px;
	font-weight: 200;
	margin: 0;
}



/* ==================================================
   Section Portfolio
================================================== */

.type-work {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 300;
	
	line-height: 1em;
	text-transform: uppercase;
}

.work-nav #filters {
	
	list-style: none;
}

.work-nav #filters li {
	
	padding: 0;
}

.work-nav #filters li a {
	color: #7F8289;
	font-size: 16px;
	display: block;	
}

.work-nav #filters li a:hover {
	color: #000;
}

.work-nav #filters li a.selected {
	color: #000;
}

#thumbs {
	margin: 0;
	padding: 0;	
}

#thumbs li {
	list-style-type: none;
}

.item-thumbs {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	cursor: pointer;
}

.item-thumbs a + img {
	width: 100%;	
}

.item-thumbs .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);	
}

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.item-thumbs .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	
	opacity: 0.80;
	filter: alpha(opacity=80);
}

.item-thumbs .hover-wrap .overlay-img-thumb {
	position: absolute;
	
	
	color: #FFFFFF;
	font-size: 32px;
	line-height: 1em;
	
	opacity: 1;
	filter: alpha(opacity=100);
}


/* ==================================================
   About Section
================================================== */



.profile-name {
	padding: 1%;	
	
	
}

.profile-description {
	padding: 1%;
	
}
.wrapppp{
	    border-radius:80px;
		padding: 1%;
		background: #FFF;
}

.wrapppp h3{
    color: #000;    
}

.centeraligndiv{
    position: relative;
	overflow: hidden;
	margin: 20px;
}

 iframe{
   width:100%;
   height:100%
}
.image-wrap {
	position: relative;
	overflow: hidden;
	
	cursor: pointer;
}

.image-wrap img {
	width: 100%;	
}

.timage {
	position: relative;
	overflow: hidden;
	padding:5%;
	cursor: pointer;
}

.timage img {
	width: 20%;	
}

.image-wrap  .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);	
}

.image-wrap:hover .hover-wrap,
.image-wrap.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.image-wrap .hover-wrap .overlay-img {
	position: absolute;
    
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.80;
	filter: alpha(opacity=80);
}

.image-wrap .hover-wrap .overlay-text-thumb {
	position: absolute;
	width: 100%;
	height: 32px;
	top: 50%;
	margin: -16px 0 0 0;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;
	
	opacity: 1;
	filter: alpha(opacity=100);
}

.social-icons {
	margin: 0;
	padding: 0;
}

.social-icons li {
	display: inline-block;
	margin-left: 15px;	
}

.social-icons li:first-child {
	margin-left: 0;
}

.social-icons li a{
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1em;
	width: 16px;
	height: 16px;
	
	opacity: 0.3;
	filter: alpha(opacity=30);
	
	-webkit-transition: opacity 0.1s linear 0s;	
	   -moz-transition: opacity 0.1s linear 0s;
		 -o-transition: opacity 0.1s linear 0s;
		    transition: opacity 0.1s linear 0s;
}

.social-icons li a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}

/* ==================================================
   Contact Section
================================================== */

.contact-details h3 {
	color: #fff;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px;
	line-height: 1em;
    text-transform: uppercase;
}

.contact-details ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}

.contact-details ul li {
	margin: 0 0 20px;
	line-height: 28px;
	padding: 0;	
    color: #fff;
}

.contact-details a{
    color: #fff;    
}


#contact-form {
	margin-bottom: 0;	
}

#contact-form p {
	margin-bottom: 1px;	
}

#contact-form input,
#contact-form textarea {
    border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;
	
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	background: #FCFCFC;
    color: #000;
    font-size: 16px;
    height: auto;
    padding: 15px;
	margin: 0;
	
    resize: none;
}
.contact-details{
    color: #FFF;
}
#contact-form input {
    width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form textarea {
    width: 100%;
	resize: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form .submit {
    background: #FAFAFA;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 40px;
    text-align: center;
    vertical-align: middle;
    width: auto;
	margin-top: 30px;
	
	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		    transition: background 0.1s linear 0s, color 0.1s linear 0s;
}

#contact-form .submit:hover {
    background: #000;
    color: #FFFFFF;
}

#response {
	margin-top: 20px;
	color: #FFFFFF;

}

/* ==================================================
   Twitter Feed
================================================== */

#twitter-feed {
	padding: 100px 0 90px;
	text-align: center;	
}

#twitter-feed .follow {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -8px;
	font-size: 16px;	
}

#ticker .tweet_list {
	margin: 0;
	padding: 0;
	height: 64px;
	list-style: none;
	overflow-y: hidden;	
}

#ticker .tweet_list li {
	font-size: 18px;
	height: 64px;
	line-height: 28px;
	overflow: hidden;
}

#ticker .tweet_list .tweet_time a {
	color: #7f8289;
	font-size: 14px;
	font-style: italic;
	margin-left: 10px;	
}

#ticker .tweet_list .tweet_time a:hover {
	color: #FFFFFF;	
}


/* ==================================================
   Social Area
================================================== */

#social-area {
    text-align: center;
}

#social-area #social ul {
	margin: 0;
	padding: 0;
}

#social-area #social ul li {
	display: inline-block;
	margin-left: 30px;
	list-style: none;
	cursor: pointer;
}

#social-area #social ul li:first-child {
	margin-left: 0;
}

#social ul li a {
	display: block;
	width: 70px;
	height: 70px;

	background: #FFFFFF;
	
	-webkit-transition: all 400ms ease-out 0s;	
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
		    transition: all 400ms ease-out 0s;
	
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);
}

#social ul li a span {
	display: inline-block;
	margin: 0;
	color: #000000;
	font-size: 32px;
	line-height: 70px;
	
	opacity: 0.3;
	filter: alpha(opacity=30);
	
	-webkit-transition: all 400ms ease-out 0s;	
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
		    transition: all 400ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);
}

#social ul li:hover a,
#social ul li.active a {
	background-color: #000000;	
	
	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
		    transform: rotateY(0deg);
}

#social ul li:hover a span,
#social ul li.active a span {
	color: #FFFFFF;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
			transform: rotateY(0deg);
}

/* ==================================================
   Footer
================================================== */

footer {
	position: relative;
	width: 100%;
	height: auto;
	background: #26292E;
	text-align: center;
	z-index: 99;
}

footer .credits {
	color: #FFFFFF;
	font-size: 13px;
	margin-bottom: 0;
	padding: 20px 0;
	text-transform: uppercase;	
}

/* ==================================================
   Back to Top
================================================== */

#back-to-top {
	display: none;
	background-color: #3C3F45;
	margin: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	z-index: 99;
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#back-to-top:hover {
	background-color:#000;
}

#back-to-top i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#back-to-top i {
	margin-left: -7px;	
}


/* ==================================================
   Preloader
================================================== */

#jpreOverlay,
#jSplash {
	background-color: #2F3238;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 700;
}

#jpreSlide{
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
}

#jpreLoader {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;	
}

#jprePercentage {
	width: 50px;
	height: 50px !important;
	line-height: 50px;
	position: absolute !important;
	text-align: center;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
	z-index: 800;
	
	font-size: 24px;
	color: #FFFFFF;	

	-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: circle 1s infinite forwards;
		-ms-animation: circle 1s infinite forwards;
		 -o-animation: circle 1s infinite forwards;
			animation: circle 1s infinite forwards;
}

#circle {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 11;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
	background: #000;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	opacity: 0;
	filter: alpha(opacity=0);
			
	-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: circle 1s infinite forwards;
		-ms-animation: circle 1s infinite forwards;
			animation: circle 1s infinite forwards;
}
.carousel.slides {
   
    position: relative;
    overflow: hidden;
}
@-webkit-keyframes circle {
	0% {-webkit-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
	50% {-webkit-transform: rotateY(180deg);
		-webkit-animation-timing-function: ease-out;
	}
	100% {-webkit-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
}

@-moz-keyframes circle {
	0% {-moz-transform: rotateY(0deg);
	}
	50% {-moz-transform: rotateY(180deg);
		-moz-animation-timing-function: ease-out;
	}
	100% {-moz-transform: rotateY(0deg);
		-moz-animation-timing-function: ease-in;
	}
}

@-ms-keyframes circle {
	0% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
	50% {-ms-transform: rotateY(180deg);
		-ms-animation-timing-function: ease-out;
	}
	100% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
}

@-o-keyframes circle {
	0% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
	50% {-o-transform: rotateY(180deg);
		-o-animation-timing-function: ease-out;
	}
	100% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
}

@keyframes circle {
	0% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
	50% {transform: rotateY(180deg);
		animation-timing-function: ease-out;
	}
	100% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
}


/* ==================================================
   Isotope Filtering
================================================== */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

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

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}
#testimonials{
	
    
	
	
	position:relative;
    text-align: center;
}

#alignimagecenter img{
    left:50%;
    width:100%;
    
}

/* TSLIDER*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
  .rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  }

.rslides_tabs li {
  display: inline;
  
  margin-right: 1px;
  }

.rslides_tabs a {
  
  line-height: 20px;
  padding: 9px 20px;
  
  background: transparent;
  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }
  
  
  
  
  /*=====================
    Testimonial Slider
    =====================*/
    
  /* this is our container. Lets imagine, that it is our sidebar where we want to put testimonials */


/* testimonials slider geometry */
.tsl {
	border-radius: 80px;
		padding:1em;
    background-color: #FFF;
    height:300px;
    overflow:hidden;
}
.tsl-list {
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
	overflow:hidden;
    
}
.tsl-item {
	position:relative;
    height:300px;
	
	top:20px;
	left:100%;
	margin-left:-100%;
	width:100%;
	float:left;
	animation: tsl-fade-in-out 25s infinite;
	animation-play-state:running;
}

/* lets hide all items from second */
.tsl-item + .tsl-item {
	opacity:0;
}

/* animation */

/* animation shift */
/* negative delay needed to pause works correctly on hover */
.tsl-item:nth-child(2) {
	animation-delay: -20s;
}
.tsl-item:nth-child(3) {
	animation-delay: -15s;
}
.tsl-item:nth-child(4) {
	animation-delay: -10s;
}
.tsl-item:nth-child(5) {
	animation-delay: -5s;
}
/*
we have 5 items.
we want each slide plays ≈5s

each slide will play 1/5 of animation = 20%
1% of animation is for transitions (fading)
*/

@keyframes tsl-fade-in-out {
	0% {
		opacity:0;
		z-index:2;
	}
	1% {
		opacity:1;
		z-index:2;
	}
	20% {
		opacity:1;
	}
	21% {
		opacity:0;
		z-index:1;
	}
	100% {
		opacity:0;
	}
}

/* pause on hover */
.tsl-list:hover .tsl-item {
	animation-play-state:paused;
}

/* testimonials theme */
.tsl-content {
	font: 15px;
}
.tsl-content p {
	margin-top:0;
	
}
.tsl-meta {
	font: 11px;
	text-align:right;
}
.tsl-meta p {
	margin-bottom:0;
}
#testimonials p{
    color:#000;
	font-size: 15px;
	font-family: 'Montserrat';
	
}
  
  /*=====================
    main Slider
    =====================*/
    
  /* this is our container. Lets imagine, that it is our sidebar where we want to put Main */


/* Main slider geometry */
.tsl-1 {
	
    border-color: #000;
    height:800px;
    width:100%;
    overflow:hidden;
	margin:0px;
    
}
.tsl-list-1 {
	margin:0px;
    width:100%;
    height:100%;
	list-style-type:none;
	position:relative;
	overflow:hidden;
    
}
.tsl-item-1 {
	position:relative;
	top:0;
	left:100%;
	margin-left:-100%;
	width:100%;
    height:100%;
	float:left;
	animation: tsl-fade-in-out-1 25s infinite;
	animation-play-state:running;
}

/* lets hide all items from second */
.tsl-item-1 + .tsl-item-1 {
	opacity:0;
}

/* animation */

/* animation shift */
/* negative delay needed to pause works correctly on hover */
.tsl-item-1:nth-child(2) {
	animation-delay: -20s;
}
.tsl-item-1:nth-child(3) {
	animation-delay: -15s;
}
.tsl-item-1:nth-child(4) {
	animation-delay: -10s;
}
.tsl-item:nth-child(5) {
	animation-delay: -5s;
}
/*
we have 5 items.
we want each slide plays ≈5s

each slide will play 1/5 of animation = 20%
1% of animation is for transitions (fading)
*/

@keyframes tsl-fade-in-out-1 {
	0% {
		opacity:0;
		z-index:2;
	}
	1% {
		opacity:0;
		z-index:2;
	}
	20% {
		opacity:1;
	}
	21% {
		opacity:0;
		z-index:1;
	}
	100% {
		opacity:0;
	}
}
/* testimonials theme */
.tsl-content-1 {
	font: 12px/1.4 Arial;
}
.tsl-content-1 p {
	margin-top:0;
     background-color: #000;
    margin-top:-100px;
}
.tsl-meta {
	font: 11px/1.4 Arial;
	text-align:right;
}
.tsl-meta p {
	margin-bottom:0;
     background-color: #000;
    margin-top:-100px;
}
#sliderbyme p{
   background: url(../MainPage/_include/img/slider-images/9.jpg) no-repeat;
    margin-top:-100px;
    text-align: center;
}
#sliderbyme img{
   width:100%;
   height:100%;
}
#sliderbyme li{
   width:100%;
   height:100%;
}

/* thats all */


/*==============
Text Animation
==============*/

.cssload-loader {
	width: 531px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
	font-family: helvetica, arial, sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	font-size:20px;
	color: #fff;
	letter-spacing: 0.2em;
}
.cssload-loader::before, .cssload-loader::after {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	
	position: absolute;
	animation: cssload-load 1.86s infinite alternate ease-in-out;
		-o-animation: cssload-load 1.86s infinite alternate ease-in-out;
		-ms-animation: cssload-load 1.86s infinite alternate ease-in-out;
		-webkit-animation: cssload-load 1.86s infinite alternate ease-in-out;
		-moz-animation: cssload-load 1.86s infinite alternate ease-in-out;
    z-index: 100px;
        
}
.cssload-loader::before {
	top: 0;
}
.cssload-loader::after {
	bottom: 0;
}



@keyframes cssload-load {
	0% {
		left: 100px;
		height: 20px;
		width: 32px;
	}
	50% {
		height: 5px;
		width: 85px;
	}
	100% {
		left: 399px;
		height: 20px;
		width: 32px;
	}
}

@-o-keyframes cssload-load {
	0% {
		left: 100px;
		height: 20px;
		width: 32px;
	}
	50% {
		height: 5px;
		width: 85px;
	}
	100% {
		left: 399px;
		height: 20px;
		width: 32px;
	}
}

@-ms-keyframes cssload-load {
	0% {
		left: 100px;
		height: 20px;
		width: 32px;
	}
	50% {
		height: 5px;
		width: 85px;
	}
	100% {
		left: 399px;
		height: 20px;
		width: 32px;
	}
}

@-webkit-keyframes cssload-load {
	0% {
		left: 100px;
		height: 20px;
		width: 32px;
	}
	50% {
		height: 5px;
		width: 85px;
	}
	100% {
		left: 399px;
		height: 20px;
		width: 32px;
	}
}

@-moz-keyframes cssload-load {
	0% {
		left: 100px;
		height: 20px;
		width: 32px;
	}
	50% {
		height: 5px;
		width: 85px;
	}
	100% {
		left: 399px;
		height: 20px;
		width: 32px;
	}
}
/* Slider Animation*/

	

	
	.cssload-wrap *{
	padding: 10px 10px 10px 0;
        
	color: rgb(255,255,255);
}
	
.cssload-wrap {
	position: absolute;
	left: 50%;
	font-size: 10px;
    text-align: center;
    align-content: center;
}

.cssload-bg {
	background: rgb(48,111,153);
    text-align: center;
        
	animation: cssload-bg 1.73s linear infinite;
		-o-animation: cssload-bg 1.73s linear infinite;
		-ms-animation: cssload-bg 1.73s linear infinite;
		-webkit-animation: cssload-bg 1.73s linear infinite;
		-moz-animation: cssload-bg 1.73s linear infinite;
	box-shadow: inset 0 0 44px 29px black;
		-o-box-shadow: inset 0 0 44px 29px black;
		-ms-box-shadow: inset 0 0 44px 29px black;
		-webkit-box-shadow: inset 0 0 44px 29px black;
		-moz-box-shadow: inset 0 0 44px 29px black;
}

.cssload-loading {
	position: relative;
	text-align: right;
	text-shadow: 0 0 6px rgb(188,228,255);
	height: 10px;
	width: 250px;
}
.cssload-loading span {
	display: block;
	text-transform: uppercase;
	position: absolute;
	right: 29px;
	height: 10px;
	width: 195px;
	line-height: 19px;
    text-align: center;
    
}
.cssload-loading span:after {
	content: "";
	display: block;
	position: absolute;
	top: -0.5px;
	right: -20px;
	height: 10px;
	width: 16px;
	background: rgb(234,247,255);
	box-shadow: 0 0 15px rgb(188,228,255);
		-o-box-shadow: 0 0 15px rgb(188,228,255);
		-ms-box-shadow: 0 0 15px rgb(188,228,255);
		-webkit-box-shadow: 0 0 15px rgb(188,228,255);
		-moz-box-shadow: 0 0 15px rgb(188,228,255);
	animation: cssload-blink 3.91s infinite;
		-o-animation: cssload-blink 3.91s infinite;
		-ms-animation: cssload-blink 3.91s infinite;
		-webkit-animation: cssload-blink 3.91s infinite;
		-moz-animation: cssload-blink 3.91s infinite;
}
.cssload-loading span.cssload-title {
	animation: cssload-title 3.91s linear infinite;
		-o-animation: cssload-title 3.91s linear infinite;
		-ms-animation: cssload-title 3.91s linear infinite;
		-webkit-animation: cssload-title 3.91s linear infinite;
		-moz-animation: cssload-title 3.91s linear infinite;
}



@keyframes cssload-title {
	0% {
		opacity: 0;
		right: 127px;
	}
	48% {
		opacity: 0;
		right: 127px;
	}
	52% {
		opacity: 1;
		right: 29px;
	}
	70% {
		opacity: 1;
		right: 29px;
	}
	100% {
		opacity: 0;
		right: 29px;
	}
}

@-o-keyframes cssload-title {
	0% {
		opacity: 0;
		right: 127px;
	}
	48% {
		opacity: 0;
		right: 127px;
	}
	52% {
		opacity: 1;
		right: 29px;
	}
	70% {
		opacity: 1;
		right: 29px;
	}
	100% {
		opacity: 0;
		right: 29px;
	}
}

@-ms-keyframes cssload-title {
	0% {
		opacity: 0;
		right: 127px;
	}
	48% {
		opacity: 0;
		right: 127px;
	}
	52% {
		opacity: 1;
		right: 29px;
	}
	70% {
		opacity: 1;
		right: 29px;
	}
	100% {
		opacity: 0;
		right: 29px;
	}
}

@-webkit-keyframes cssload-title {
	0% {
		opacity: 0;
		right: 127px;
	}
	48% {
		opacity: 0;
		right: 127px;
	}
	52% {
		opacity: 1;
		right: 29px;
	}
	70% {
		opacity: 1;
		right: 29px;
	}
	100% {
		opacity: 0;
		right: 29px;
	}
}

@-moz-keyframes cssload-title {
	0% {
		opacity: 0;
		right: 127px;
	}
	48% {
		opacity: 0;
		right: 127px;
	}
	52% {
		opacity: 1;
		right: 29px;
	}
	70% {
		opacity: 1;
		right: 29px;
	}
	100% {
		opacity: 0;
		right: 29px;
	}
}

@keyframes cssload-fade {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-o-keyframes cssload-fade {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-ms-keyframes cssload-fade {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes cssload-fade {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-moz-keyframes cssload-fade {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes cssload-bg {
	0% {
		background-color: rgb(48,111,153);
	}
	50% {
		background-color: rgb(25,71,15);
	}
	90% {
		background-color: rgb(115,74,16);
	}
}

@-o-keyframes cssload-bg {
	0% {
		background-color: rgb(48,111,153);
	}
	50% {
		background-color: rgb(25,71,15);
	}
	90% {
		background-color: rgb(115,74,16);
	}
}

@-ms-keyframes cssload-bg {
	0% {
		background-color: rgb(48,111,153);
	}
	50% {
		background-color: rgb(25,71,15);
	}
	90% {
		background-color: rgb(115,74,16);
	}
}

@-webkit-keyframes cssload-bg {
	0% {
		background-color: rgb(48,111,153);
	}
	50% {
		background-color: rgb(25,71,15);
	}
	90% {
		background-color: rgb(115,74,16);
	}
}

@-moz-keyframes cssload-bg {
	0% {
		background-color: rgb(48,111,153);
	}
	50% {
		background-color: rgb(25,71,15);
	}
	90% {
		background-color: rgb(115,74,16);
	}
}

@keyframes cssload-blink {
	0% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
	10% {
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	20% {
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	30% {
		opacity: 0;
	}
	35% {
		opacity: 1;
	}
	40% {
		opacity: 0;
		right: -150px;
	}
	45% {
		opacity: 1;
		right: 78px;
	}
	50% {
		opacity: 0;
		right: -150px;
	}
	51% {
		right: -150px;
	}
	55% {
		opacity: 1;
	}
	60% {
		opacity: 0;
	}
	65% {
		opacity: 1;
	}
	70% {
		opacity: 0;
	}
	75% {
		opacity: 1;
	}
	80% {
		opacity: 0;
	}
	85% {
		opacity: 1;
	}
	90% {
		opacity: 0;
		right: -150px;
	}
	95% {
		opacity: 1;
		right: 78px;
	}
	96% {
		right: -150px;
	}
	100% {
		opacity: 0;
		right: -20px;
	}
}

@-o-keyframes cssload-blink {
	0% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
	10% {
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	20% {
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	30% {
		opacity: 0;
	}
	35% {
		opacity: 1;
	}
	40% {
		opacity: 0;
		right: -150px;
	}
	45% {
		opacity: 1;
		right: 78px;
	}
	50% {
		opacity: 0;
		right: -150px;
	}
	51% {
		right: -150px;
	}
	55% {
		opacity: 1;
	}
	60% {
		opacity: 0;
	}
	65% {
		opacity: 1;
	}
	70% {
		opacity: 0;
	}
	75% {
		opacity: 1;
	}
	80% {
		opacity: 0;
	}
	85% {
		opacity: 1;
	}
	90% {
		opacity: 0;
		right: -150px;
	}
	95% {
		opacity: 1;
		right: 78px;
	}
	96% {
		right: -150px;
	}
	100% {
		opacity: 0;
		right: -150px;
	}
}

@-ms-keyframes cssload-blink {
	0% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
	10% {
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	20% {
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	30% {
		opacity: 0;
	}
	35% {
		opacity: 1;
	}
	40% {
		opacity: 0;
		right: -20px;
	}
	45% {
		opacity: 1;
		right: 78px;
	}
	50% {
		opacity: 0;
		right: -20px;
	}
	51% {
		right: -20px;
	}
	55% {
		opacity: 1;
	}
	60% {
		opacity: 0;
	}
	65% {
		opacity: 1;
	}
	70% {
		opacity: 0;
	}
	75% {
		opacity: 1;
	}
	80% {
		opacity: 0;
	}
	85% {
		opacity: 1;
	}
	90% {
		opacity: 0;
		right: -20px;
	}
	95% {
		opacity: 1;
		right: 78px;
	}
	96% {
		right: -20px;
	}
	100% {
		opacity: 0;
		right: -20px;
	}
}

@-webkit-keyframes cssload-blink {
	0% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
	10% {
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	20% {
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	30% {
		opacity: 0;
	}
	35% {
		opacity: 1;
	}
	40% {
		opacity: 0;
		right: -20px;
	}
	45% {
		opacity: 1;
		right: 78px;
	}
	50% {
		opacity: 0;
		right: -20px;
	}
	51% {
		right: -20px;
	}
	55% {
		opacity: 1;
	}
	60% {
		opacity: 0;
	}
	65% {
		opacity: 1;
	}
	70% {
		opacity: 0;
	}
	75% {
		opacity: 1;
	}
	80% {
		opacity: 0;
	}
	85% {
		opacity: 1;
	}
	90% {
		opacity: 0;
		right: -20px;
	}
	95% {
		opacity: 1;
		right: 78px;
	}
	96% {
		right: -20px;
	}
	100% {
		opacity: 0;
		right: -20px;
	}
}

@-moz-keyframes cssload-blink {
	0% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
	10% {
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	20% {
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	30% {
		opacity: 0;
	}
	35% {
		opacity: 1;
	}
	40% {
		opacity: 0;
		right: -20px;
	}
	45% {
		opacity: 1;
		right: 78px;
	}
	50% {
		opacity: 0;
		right: -20px;
	}
	51% {
		right: -20px;
	}
	55% {
		opacity: 1;
	}
	60% {
		opacity: 0;
	}
	65% {
		opacity: 1;
	}
	70% {
		opacity: 0;
	}
	75% {
		opacity: 1;
	}
	80% {
		opacity: 0;
	}
	85% {
		opacity: 1;
	}
	90% {
		opacity: 0;
		right: -20px;
	}
	95% {
		opacity: 1;
		right: 78px;
	}
	96% {
		right: -20px;
	}
	100% {
		opacity: 0;
		right: -20px;
	}
}

/*Pricing Table*/

#pricing-table {
	margin: 100px auto;
	text-align: center;
	width: 100%; /* total computed width = 222 x 3 + 226 */
}

#pricing-table .plan {
	font: 12px 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
	text-shadow: 0 1px rgba(255,255,255,.8);        
	background: #fff;      
	border: 1px solid #ddd;
	color: #333;
	padding: 20px;
	width: 80%; /* plan width = 180 + 20 + 20 + 1 + 1 = 222px */      
	float: left;
	position: relative;
}

#pricing-table #most-popular {
	z-index: 2;
	top: -13px;
	border-width: 3px;
	padding: 30px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
	box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);    
}

#pricing-table .plan:nth-child(1) {
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;        
}

#pricing-table .plan:nth-child(4) {
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;        
}

/* --------------- */	

#pricing-table h3 {
	font-size: 30px;
	font-weight: normal;
	padding: 20px;
	margin: -20px -20px 50px -20px;
	background-color: #eee;
	background-image: -moz-linear-gradient(#fff,#eee);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));    
	background-image: -webkit-linear-gradient(#fff, #eee);
	background-image: -o-linear-gradient(#fff, #eee);
	background-image: -ms-linear-gradient(#fff, #eee);
	background-image: linear-gradient(#fff, #eee);
}

#pricing-table #most-popular h3 {
	background-color: #ddd;
	background-image: -moz-linear-gradient(#eee,#ddd);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));    
	background-image: -webkit-linear-gradient(#eee, #ddd);
	background-image: -o-linear-gradient(#eee, #ddd);
	background-image: -ms-linear-gradient(#eee, #ddd);
	background-image: linear-gradient(#eee, #ddd);
	margin-top: -30px;
	padding-top: 30px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0; 		
}

#pricing-table .plan:nth-child(1) h3 {
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;       
}

#pricing-table .plan:nth-child(4) h3 {
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;       
}	

#pricing-table h3 span {
	display: block;
	font: bold 25px/100px Georgia, Serif;
	color: #777;
	background: #fff;
	border: 5px solid #fff;
	height: 100px;
	width: 100%;
	margin: 10px auto -65px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	-webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
}

/* --------------- */

#pricing-table ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

#pricing-table li {
	border-top: 1px solid #ddd;
	
}

/* --------------- */
	
#pricing-table .signup {
	position: relative;
	padding: 8px 20px;
	margin: 20px 0 0 0;  
	color: #fff;
	font: bold 14px Arial, Helvetica;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;       
	background-color: #72ce3f;
	background-image: -moz-linear-gradient(#72ce3f, #62bc30);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#72ce3f), to(#62bc30));    
	background-image: -webkit-linear-gradient(#72ce3f, #62bc30);
	background-image: -o-linear-gradient(#72ce3f, #62bc30);
	background-image: -ms-linear-gradient(#72ce3f, #62bc30);
	background-image: linear-gradient(#72ce3f, #62bc30);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;     
	text-shadow: 0 1px 0 rgba(0,0,0,.3);        
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
}

#pricing-table .signup:hover {
	background-color: #62bc30;
	background-image: -moz-linear-gradient(#62bc30, #72ce3f);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#62bc30), to(#72ce3f));      
	background-image: -webkit-linear-gradient(#62bc30, #72ce3f);
	background-image: -o-linear-gradient(#62bc30, #72ce3f);
	background-image: -ms-linear-gradient(#62bc30, #72ce3f);
	background-image: linear-gradient(#62bc30, #72ce3f); 
}

#pricing-table .signup:active, #pricing-table .signup:focus {
	background: #62bc30;       
	top: 2px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset; 
}

/* --------------- */

.clear:before, .clear:after {
  content:"";
  display:table
}

.clear:after {
  clear:both
}

.clear {
  zoom:1
}


/*-----------------------------------
------------------------------------
--------------------------------
---------Image to Figure-----
--------------------------------
------------------------------------
-----------------------------------*/
.LSTL_LowCost_Swinger{
	background-image: url('../MainPage/_include/img/products/swinger.png');
	background-repeat: no-repeat;
	border-radius:80px;
    width: 100%;
	height: 500px;
	background-size:100% 100%;
}
.LSTL_LowCost_Master{
	background-image: url('../MainPage/_include/img/products/master.png');
	background-repeat: no-repeat;
	border-radius:80px;
    width: 100%;
	height: 500px;
	background-size:100% 100%;
}
.LSTL_Product_Swinger{
	background-image: url('../MainPage/_include/img/products/singlewheel.jpg');
	background-repeat: no-repeat;
	border-radius:80px;
    width: 100%;
	height: 300px;
	background-size:100% 100%;
}
.LSTL_Product_Master{
	background-image: url('../MainPage/_include/img/products/master.jpg');
	background-repeat: no-repeat;
	border-radius:80px;
    width: 100%;
	height: 300px;
	background-size:100% 100%;
}
.LSTL_Product_Winner{
	border-radius:80px;
	background-image: url('../MainPage/_include/img/products/advancedtwowheel.jpg');
	background-repeat: no-repeat;
    width: 100%;
	height: 300px;
	background-size:100% 100%;
}
.LSTL_Product_Yantra{
	background-image: url('../MainPage/_include/img/products/advancedthreewheel.jpg');
	background-repeat: no-repeat;
	border-radius:80px;
    
	width: 100%;
	height: 300px;
	background-size:100% 100%;
}
.LSTL_Product_Teammate{
	background-image: url('../MainPage/_include/img/products/fieldingmachine.jpg');
	border-radius:80px;
	background-repeat: no-repeat;
    width: 100%;
	height: 300px;
	background-size:100% 100%;
}
.LSTL_Product_Cricavatar{
	background-image: url('../MainPage/_include/img/products/simulator.jpg');
	background-repeat: no-repeat;
	border-radius:80px;
    
    width: 100%;
	height: 300px;
	background-size:100% 100%;
}
.LSTL_Product_SpingBall{
	background-image: url('../MainPage/_include/img/products/spingball.jpg');
	background-repeat: no-repeat;
	border-radius:80px;
    
    width: 100%;
	height: 300px;
	background-size:100% 100%;
}
.LSTL_Product_SpeedArm{
	background-image: url('../MainPage/_include/img/products/speedarm.jpg');
	background-repeat: no-repeat;
	border-radius:80px;
    
    width: 100%;
	height: 300px;
	background-size:100% 100%;
}
.LSTL_Product_DimpledBall{
	background-image: url('../MainPage/_include/img/products/dimpledballs.png');
	background-repeat: no-repeat;
	border-radius:80px;
    width: 100%;
    
	height: 300px;
	background-size:100% 100%;
}
.LSTL_Slider_IndexPage_1{
	background-image: url('../MainPage/_include/img/slider-images/9.jpg');
	background-repeat: no-repeat;
    width: 100%;
	
	background-size:100% 100%;
}
.LSTL_Slider_IndexPage_2{
	background-image: url('../MainPage/_include/img/products/leveragecriavatar.jpg');
	background-repeat: no-repeat;
    width: 100%;
	
	background-size:100% 100%;
}
.LSTL_Slider_IndexPage_3{
	background-image: url('../MainPage/_include/img/slider-images/2.jpg');
	background-repeat: no-repeat;
    width: 100%;
	
	background-size:100% 100%;
}
.LSTL_Slider_IndexPage_4{
	background-image: url('../MainPage/_include/img/slider-images/1.jpg');
	background-repeat: no-repeat;
    width: 100%;
	
	background-size:100% 100%;
}
.LSTL_Slider_IndexPage_5{
	background-image: url('../MainPage/_include/img/slider-images/3.jpg');
	background-repeat: no-repeat;
    width: 100%;
	
	background-size:100% 100%;
}
.LSTL_Slider_IndexPage_6{
	background-image: url('../MainPage/_include/img/slider-images/12.jpg');
	background-repeat: no-repeat;
    width: 100%;
	
	background-size:100% 100%;
}
.LSTL_Slider_IndexPage_7{
	background-image: url('../MainPage/_include/img/slider-images/5.jpg');
	background-repeat: no-repeat;
    width: 100%;
	
	background-size:100% 100%;
}
.LSTL_Slider_IndexPage_8{
	background-image: url('../MainPage/_include/img/slider-images/11.jpg');
	background-repeat: no-repeat;
    width: 100%;
	
	background-size:100% 100%;
}