* { box-sizing: border-box; }

body { margin: 0; padding: 0; font-family: 'Montserrat', sans-serif; overflow-x: hidden; background-color: #f2f2f2; }

.intro-content { background: rgba(0,0,0,0.5); }



h1 { /*position: absolute; left: -999999px;*/ font-size: 30px; text-align: center; }

.logo-signup { margin:auto; display: block; padding-top: 15px; }
.sign-up-header { padding-top: 15px; padding-bottom: 15px; }

.txtAlignCtr { text-align: center !important; }



.content-wrap-signup { width: 1000px; margin: auto; margin-bottom: 30px; }
.content-wrap-signup  h1 { text-align: center; }
.content-wrap-signup h1 span {
    background-color: #e75c25;
    display: block;
    height: 3px;
    margin: 15px auto auto;
    width: 100px;
}

.content-wrap-signup-inner { width: 1000px; margin: auto;  margin-top: 15px;  background-color: #fff;
    border: 3px dotted #d2d2d2;
    padding: 15px 30px 30px;
    position: relative; }
	
.content-wrap-signup h2 { text-align: center; font-weight: 300; font-size: 20px; }

.content-wrap-signup h3 { font-weight: 300; text-align: center; background-color: #e75c25; width: 60%; margin: auto; color: #fff; padding: 10px; }
.content-wrap-signup h3 span { font-weight: 700; }

.content-wrap-signup .form-input-wrap { float: left; width: 460px; }
.content-wrap-signup .form-input { float: left; margin-right: 30px; width: 200px; }
.content-wrap-signup .form-textarea { width: 474px; float: left; }
.content-wrap-signup input { padding: 10px; width: 100%;font-family: 'Open Sans', sans-serif; font-size: 14px; }
.content-wrap-signup textarea { padding: 10px; width: 100%; margin-top: 0; height: 253px;font-family: 'Open Sans', sans-serif; font-size: 14px; }
.content-wrap-signup select { padding: 10px; width: 100%;font-family: 'Open Sans', sans-serif; font-size: 14px; }
.content-wrap-signup button { border: 0; background-color: #e75c25; color: #fff; padding: 10px; font-size: 16px; font-weight: 700;font-family: 'Open Sans', sans-serif; margin-top: 15px; cursor: pointer; }
.content-wrap-signup button:hover { background-color: #141414; }

.contact-form p { font-weight: 600 !important; }
.contact-form .form-input-wrap { float: left; width: 58%; }
.contact-form .form-input { float: left; margin-right: 30px; width: 42%; }
.contact-form .form-textarea { width: 42%; float: left; }
.contact-form input { padding: 10px; width: 100%;font-family: 'Open Sans', sans-serif; font-size: 14px; }
.contact-form textarea { padding: 10px; width: 100%; margin-top: 0; height: 139px;font-family: 'Open Sans', sans-serif; font-size: 14px; }
.contact-form select { padding: 10px; width: 100%;font-family: 'Open Sans', sans-serif; font-size: 14px; }
.contact-form button { border: 0; background-color: #e75c25; color: #fff; padding: 10px; font-size: 16px; font-weight: 700;font-family: 'Open Sans', sans-serif; margin-top: 15px; cursor: pointer; }
.contact-form button:hover { background-color: #141414; }






.back-to-website { padding-bottom: 30px; text-align: center; }
.back-to-website a { color: #e75c25; text-decoration: none; }

.anchor { position: absolute; height: 1px; width: 30px; left: 0; right: 0; margin: auto; top: -110px; }
#anchor1-2 { display: block; position: relative;  top: -85px; visibility: hidden; }
#anchor1-3 { display: block; position: relative;  top: -85px; visibility: hidden; }
#anchor1-4 { display: block; position: relative;  top: -85px; visibility: hidden; }
#anchor1-5 { display: block; position: relative;  top: -85px; visibility: hidden; }
#anchor1-6 { display: block; position: relative;  top: -100px; visibility: hidden; }
#anchor1-7 { display: block; position: relative;  top: -85px; visibility: hidden; }

.gradient { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
position: absolute; bottom: 0; height: 180px; right: 0; left: 0;
}

.header-area { min-height: 650px; width: 100%; background-size: cover; position: relative;padding: 0 0 0;-webkit-transition:all 1s;
-ms-transition:all 1s;
-moz-transition:all 1s;
-o-transition:all 1s; overflow: hidden; margin-top: 80px;}

.logo { display: block; margin: auto; }

/*.header-area h1 { border: 3px solid #fff; width: 550px; margin: auto; padding: 15px; text-align: center; color: #fff; text-transform: uppercase; }
.header-area h1 span { display: block; }*/

.angle1 {     -ms-transform: skew(-20deg,0); /* IE 9 */
    -webkit-transform: skew(-20deg,0); /* Safari */
    transform: skew(-20deg,0); /* Standard syntax */
	background-color: #e75c25; width: 60%;  position: absolute; bottom: 250px; left: -100px;
	z-index: 2;-webkit-transition:all 1s;
-ms-transition:all 1s;
-moz-transition:all 1s;
-o-transition:all 1s;
opacity: 0;
	 }
	 
.angle1 { /*margin-left: 60px;*/ padding: 30px; font-size: 32px; font-weight: 800; color: #fff; text-transform: uppercase; }
.angle2 { -ms-transform: skew(-20deg,0); /* IE 9 */
    -webkit-transform: skew(-20deg,0); /* Safari */
    transform: skew(-20deg,0); /* Standard syntax */
	background-color: #141414; width: 55%; position: absolute; bottom: 180px; right: -100px;
	z-index: 1;
	-webkit-transition:all 1s;
-ms-transition:all 1s;
-moz-transition:all 1s;
-o-transition:all 1s;
opacity: 0;
	 }
	 
.angle2  { margin-left: 120px; padding: 30px; font-size: 32px; font-weight: 800; color: #fff; text-transform: uppercase; }
	 
.begin-tour { position: absolute; left: 0; right: 0; margin: auto; width: 100%; bottom: 30px; font-size: 24px; text-transform: uppercase; font-weight: 700; color: #fff; z-index: 9999999; text-align: center; }
.begin-tour a { display: block; width: 64px; height: 64px; background-image: url(../images/arrow-down.png); background-repeat: no-repeat; background-position: center center; margin: auto; margin-top: 30px; 
  animation: bounce 2s infinite;
 -webkit-animation: bounce 2s infinite;
 -moz-animation: bounce 2s infinite;
 -o-animation: bounce 2s infinite; }
 
 @-webkit-keyframes bounce {
 60% {-webkit-transform: translateY(-15px);}
 40% {-webkit-transform: translateY(-15px);}
}

.time-to-start {   animation: pulse 2s infinite;
 -webkit-animation: pulse 2s infinite;
 -moz-animation: pulse 2s infinite;
 -o-animation: pulse 2s infinite }

 @-webkit-keyframes pulse {
 60% {color: #141414;}
 20% {color: #e75c25;}
}
 
.content {  font-weight: 300; position: relative;padding-top: 30px; }
.content a { color: #e75c25; text-decoration: none; }
.content p { text-align: justify; font-family: 'Open Sans', sans-serif; font-weight: 300; }

.content h2 { text-align: center; font-size: 32px; margin-top: 0; color: #e75c25; }
.content h3 { text-align: center; }

h2 span { -webkit-transition:all 1s;
-ms-transition:all 1s;
-moz-transition:all 1s;
-o-transition:all 1s;
padding: 0 0 0 0; }

.content h2 span { display: block; height: 3px; width: 100px; background-color: #e75c25; margin: auto; margin-top: 15px; }

.content-wrap-payments { width: 80%; max-width: 1280px; margin: auto; }

.content-wrap { width: 80%; max-width: 1280px; margin: auto; }
.content-wrap p { font-weight: 300; font-family: 'Open Sans', sans-serif; }

.first-block-wrap { padding: 30px; border: 3px dotted #d2d2d2; background-color: #fff;position: relative;width: 80%; max-width: 1280px; margin: auto; margin-top: 30px; }
.first-block-wrap { padding-left: 45px; padding-right: 45px; }

.second-block-wrap { margin-top: 30px; padding: 30px; position: relative; padding-top: 30px; background-size: cover; min-height: 850px; }
.second-block-wrap h2 { color: #fff; text-align: center;font-size: 32px; }
.second-block-wrap h2 span { display: block; height: 3px; width: 100px; background-color: #e75c25; margin: auto; margin-top: 15px; }
.second-block-wrap p { color: #fff; text-align: justify; }

.third-block-wrap { min-height: 495px; }
.third-block-wrap h2 { color: #141414; text-align: center;font-size: 32px; }
.third-block-wrap h2 span { display: block; height: 3px; width: 100px; background-color: #e75c25; margin: auto; margin-top: 15px; }
.fourth-block-wrap h2 { color: #fff; text-align: center;font-size: 32px; }
.fourth-block-wrap h2 span { display: block; height: 3px; width: 100px; background-color: #e75c25; margin: auto; margin-top: 15px; }
.fourth-block-wrap { padding-top: 30px; padding-bottom: 30px;background-size: cover;  min-height: 1100px; }
.fourth-block-wrap p { color: #fff; text-align: justify; }

.fifth-block-wrap h2 { color: #141414; text-align: center;font-size: 32px; }
.fifth-block-wrap h2 span { display: block; height: 3px; width: 100px; background-color: #e75c25; margin: auto; margin-top: 15px; }
.fifth-block-wrap { padding-bottom: 30px;background-size: cover; min-height: 965px;}
.fifth-block-wrap p { color: #fff; text-align: justify; }

.fifth-block-wrap .block { float: left; min-height: 250px; width: 32.4%; max-height:250px; margin-right: 15px; background-repeat: no-repeat; background-position: center center; background-size: cover; cursor: pointer; margin-bottom: 15px; position:relative }
.fifth-block-wrap .block img { display: block; position: relative; margin: auto; margin-top: 14%; padding: 15px; z-index: 99999999;-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease; }
.fifth-block-wrap .block:nth-child(3n){ margin-right: 0; }

.fifth-block-wrap .block:nth-child(1){ background-image:url(../images/port1.jpg); }
.fifth-block-wrap .block:nth-child(2){ background-image:url(../images/port2.jpg); }
.fifth-block-wrap .block:nth-child(3){ background-image:url(../images/port3.jpg); }
.fifth-block-wrap .block:nth-child(4){ background-image:url(../images/port4.jpg); }
.fifth-block-wrap .block:nth-child(5){ background-image:url(../images/port5.jpg); }
.fifth-block-wrap .block:nth-child(6){ background-image:url(../images/port6.jpg); }
.fifth-block-wrap .block:nth-child(7){ background-image:url(../images/port7.jpg); }
.fifth-block-wrap .block:nth-child(8){ background-image:url(../images/port8.jpg); }
.fifth-block-wrap .block:nth-child(9){ background-image:url(../images/port9.jpg); }




.fifth-block-wrap .block div:nth-child(1) {
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
opacity: 0;
}

.fifth-block-wrap .block:hover div:nth-child(1) { position: absolute; left: 0; right: 0; top: 0; bottom: 0;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.7+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
opacity: 1;
 }
 
 .fifth-block-wrap .block div:nth-child(2){
	 -webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 text-align: center;
	 padding-bottom: 20px;
	 padding-top: 20px;
	 color: #fff;
	 opacity: 0;
 }
 
  .fifth-block-wrap .block:hover div:nth-child(2){
	  opacity: 1;
  }


.sixth-block-wrap h2 { color: #e75c25; text-align: center;font-size: 32px; }
.sixth-block-wrap h2 span { display: block; height: 3px; width: 100px; background-color: #e75c25; margin: auto; margin-top: 15px; }
.sixth-block-wrap { padding-top: 30px; padding-bottom: 30px;background-size: cover; min-height: 660px; }
.sixth-block-wrap p { color: #fff; text-align: justify; }
.sixth-block-wrap p strong { font-weight: 700; }
.sixth-block-wrap a { color: #e75c25; }

.seventh-block-wrap { width: 100%; background-color: #fff; text-align: center; padding-top: 10px; padding-bottom: 10px; }
.seventh-block-wrap img { display: inline-block; margin-right: 3%; }
.seventh-block-wrap img:last-child { margin-right: 0; }

.menu-container {  width: 100%; position: fixed; top: 0; right: 0; left: 0; background-color: #fff; min-height: 80px; z-index: 99999999999999999999999;-webkit-transition:all 1s;
-ms-transition:all 1s;
-moz-transition:all 1s;
-o-transition:all 1s; }

.menu-container.small { opacity: 1; }

.menu-container .logo-small { margin-top: 12px; margin-left: 12px; }

.menu { margin: 0; padding: 0; list-style: none; position: absolute; right: 25px; top: 29px; }
.menu li { float: left; margin-left: 15px; }
.menu li a { color: #141414; text-decoration: none; padding: 10px; }
.menu li a:hover { color: #e75c25 !important; }


.socialmedia { text-align: center; margin-top: 30px; }

.socialmedia a { width: 32px; height: 32px; display: inline-block; margin-right: 10px; background-repeat: no-repeat; background-position: center center;-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; padding: 25px; }

.socialmedia a:nth-child(1){ background-color: #4867aa; background-image: url(../images/fb.png); }
.socialmedia a:nth-child(2){ background-color: #1da1f2; background-image: url(../images/twitter.png); }
.socialmedia a:nth-child(3){ background-color: #dc4e41; background-image: url(../images/google-plus.png); }

.features-list { background:rgba(0,0,0, 0.7); padding-bottom: 20px; }

.features-list p { padding-left: 30px; padding-right: 30px; }

.features-list ul { -moz-column-count: 3;
    -moz-column-gap: 1em;
    -webkit-column-count: 3;
    -webkit-column-gap: 1em;
     column-count: 3;
     column-gap: 1em; color: #fff; margin: 0; padding: 0; padding: 30px; padding-left: 30px; list-style: none; padding-bottom: 0; }
	 
	 .features-list hr { border: 0; border-bottom: 2px solid #e75c25; margin-left: 30px; margin-right: 30px; }
	 
.features-list li { margin-bottom: 10px; background-image: url(../images/checked.png); background-repeat: no-repeat; background-position: left center; padding-left: 40px; padding-top: 7px; padding-bottom: 7px; }




.pricing-block { position: relative; }
.pricing-block .badge { position: absolute; width: 100px; height: 98px; top: -81px; right: 15px; background-image: url(../images/badge.png); background-repeat: no-repeat; background-position: center center;z-index: 999999; }

.pricing-block { float: left; min-height: 300px; width: 32.4%; margin-right: 15px; }
.pricing-block.last{ margin-right: 0; }
.fourth-block-wrap .heading { color: #fff; text-align: center; font-size: 24px; color: #e75c25; font-weight: 600; background-color: #fff; padding-bottom: 30px; padding-top: 10px; }
.fourth-block-wrap .heading span { display: block; font-weight: 300; font-size: 16px; }

.pricing-block .block { background-color: #e75c25; min-height: 300px; }
.pricing-block .block .features-heading { background-color: #141414; position:relative; display: block; text-align: center; color: #fff; padding-top: 15px; padding-bottom: 15px; font-size: 20px; font-weight: 600; }
.pricing-block .block ul { margin: 0; padding: 0; list-style: none; }
.pricing-block .block ul li {font-weight: 400; font-size: 14px;font-family: 'Open Sans', sans-serif; color: #fff;background-image: url(../images/checked2.png); background-repeat: no-repeat; background-position: 4% 50%; padding-left: 40px; padding-top: 10px; padding-bottom: 10px;  }

.pricing-block .block ul li.highlight { background-color: #f2f2f2; color: #e75c25; background-image: url(../images/star.png); font-size: 13px; }

.pricing-block .block ul li:nth-child(2n){ background-color: #ca5120; }
.pricing-block .block .features-heading:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #141414;
    border-image: none;
    border-style: solid;
    border-width: 15px;
    content: "";
    display: block;
    left: 0; right: 0; margin: auto;
    position: absolute;
    top: -30px;
    width: 0;
}

.pricing-block .block .price { background-color: #fff; font-size: 50px; font-weight: 700; position: relative; color: #e75c25; padding: 15px; padding-bottom: 10px; padding-top: 10px; }
.pricing-block .block .price sup { font-size: 14px; position: absolute; top: 16px; color: #2e2e2e; }

.pricing-block .block .price div { float: left; min-width: 190px; }
.pricing-block .block .price a { float: left; display: block; font-size: 16px; background-color: #6ac259; color: #fff; text-decoration: none; padding: 10px; padding-bottom: 7px; margin-top: 12px; width: 120px; text-align: left; background-image: url(../images/cart.png); background-repeat: no-repeat; background-position: 90% 50%; font-weight: 400; }
.pricing-block .block .price a:hover { background-color: #509742; }



.tabs {
  width: 100%;
  float: none;
  list-style: none;
  position: relative;
  margin: 30px 0 0 10px;
  text-align: left;
  min-height: 380px;
  padding-left: 0;
}
.tabs li {
  float: left;
  display: block;
  margin-right: 2px;
}
.tabs li img { float: right; margin-left: 30px; margin-bottom: 15px; border: 3px solid #fff;}
.tabs input[type="radio"] {
  position: absolute;
  top: 0;
  left: -9999px;
}
.tabs label {
  display: block;
  padding: 14px 21px;
  border-radius: 2px 2px 0 0;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  background: #141414;
  color: #e75c25 ;
  cursor: pointer;
  position: relative;
  top: 4px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tabs label span { font-size: 12px; display: block; color: #fff; }

.tabs label:hover {
  background: #272727;
}
.tabs .tab-content {
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 100%;
  font-size: 17px;
  line-height: 25px;
  padding: 25px;
  position: absolute;
  top: 72px;
  left: 0;
  background: #e75c25;
  color: #fff;
  text-align: justify;
}
.tabs [id^="tab"]:checked + label {
  top: 0;
  padding-top: 17px;
  background: #e75c25;
  color: #fff;
}
.tabs [id^="tab"]:checked ~ [id^="tab-content"] {
  display: block;
}

.tabs p { margin-top: 0; margin-bottom: 0; }

p.link {
  clear: both;
  margin: 380px 0 0 15px;
}
p.link a {
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
  margin: 0 5px;
  background-color: #612e76;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
p.link a:hover {
  background-color: #522764;
}

.clear { clear: both; float: none !important; }
	 
@media only screen and (max-width : 1280px) {
	
	.pricing-block { width: 32.2%; }
	.fifth-block-wrap .block { width: 32.2%; }
	.fifth-block-wrap .block:nth-child(1) img { max-width: 250px; margin-top:14%; }
	.fifth-block-wrap .block:nth-child(2) img { max-width: 250px; margin-top:20%; }
	.fifth-block-wrap .block:nth-child(4) img { max-width: 250px; margin-top:13%; }
	.fifth-block-wrap .block:nth-child(5) img { max-width: 250px; margin-top:20%; }
	.fifth-block-wrap .block:nth-child(6) img { max-width: 250px; margin-top:15%; }
	.fifth-block-wrap .block:nth-child(7) img { max-width: 250px; margin-top:30%; }
	.fifth-block-wrap .block:nth-child(8) img { max-width: 250px; margin-top:17%; }
	.fifth-block-wrap .block:nth-child(9) img { max-width: 250px; }
	.fifth-block-wrap .block img { width: 100%; max-width: 250px; margin-top:24%; }
	.fourth-block-wrap .heading { padding-left: 12px; padding-right: 12px; }
	.angle1 { width: 63%; }
	.angle1 div { font-size: 36px; }
	.angle2 div { font-size: 26px; }
	
	.pricing-block .block .price div { min-width: 172px; }
	
	.highlighted  { float: none !important; margin:auto;margin-bottom:10px; }
	

}

#nav-text { display: none; } 

.mobile-form { display: none; }
.desktop-form { display: block; }


/** START MOBILE CSS **/

@media only screen and (max-width : 1024px) {
	
	.logo { display: none; }
	
	.header-area { min-height: 388px; }
	
	nav {  height: 50px; padding: 0; width: inherit; margin: inherit; border: 0; }

    #nav-text { display: block; color: #fff; margin-top: 15px; text-indent: 15px; }
	   
	#nav
    {
    position: fixed;
    right: 0;
    top: 0;
	z-index: 9999999;
	width: 100%;
    }
	#nav li a { padding-top: 10px; padding-bottom: 10px; color: #fff !important; display: block; font-size: 14px; }
	#nav li a span { font-size: 32px; }
	
        #nav > a
        {
        }
        #nav:not( :target ) > a:first-of-type,
        #nav:target > a:last-of-type
        {
            display: block;
			position: absolute; right: 35px; top: 30px;
			background-image: url('../images/nav.png');
			background-repeat: no-repeat;
			width: 32px;
			height: 32px;
			width: 100%;
			background-position: right;
        }
 
    /* first level */
 
    #nav > ul
    {
        height: auto;
        display: none;
        position: relative;
        left: 0;
        right: 0;
		margin-top: 50px !important;
		width: 100%;
		top: 25px;
		border-top: 2px solid #fff;
		
		
    }
        #nav:target > ul
        {
            display: block;
			
			
        }
        #nav > ul > li
        {
            width: 100%;
            float: none;
			margin: 0; padding: 0;
			background-color: #2b2b2b;
			border-bottom: 2px solid #fff;
			text-indent: 10px;
			
        }
 
    /* second level */
 
    #nav li ul
    {
        position: relative!important;
		width: 100%;
    }
	
	    #nav li:hover li a
    {
    }
	
	.header-area { background-image: url(../images/mobile-header.jpg); background-repeat: no-repeat; background-position: center center; background-size: cover; }
	
	.first-block-wrap { width: 90%; margin: auto; }
	.third-block-wrap { width: 90%; margin: auto; }
	.fifth-block-wrap { width: 90%; margin: auto; }
	.content-wrap { width: 90%; }
	.second-block-wrap { padding-left: 15px; padding-right: 15px; }
	
	.features-list ul { -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
     column-count: 1;
     column-gap: 0;
	}
	
	.third-block-wrap {
    min-height: 780px;
}

.tabs label { top: 0 !important; }
	
	.tabs li { float: none; }
	.tabs .tab-content { top: 357px; }
	
	.logo { width: 90%; max-width: 550px; height: inherit; }
	
	.logo-small {  }
	
	.angle1 div {
    font-size: 24px;
}
.angle2 div {
    font-size: 20px;
}

.pricing-block { width: 100%; margin-bottom: 25px; }

.pricing-block .badge { display: none; }

.fifth-block-wrap .block { width: 100%; max-width: 350px; float: none; margin: auto !important; }

.fifth-block-wrap .block img { margin-top: 4%; }

.sixth-block-wrap form table td { display: block; }

.mobile-form { display: block; }
.desktop-form { display: none; }

.seventh-block-wrap img { margin: auto; }

.tabs li img { max-width: 250px; width: 100%; height: inherit; float: none; margin: auto; }
.tabs { margin: auto; }

}

@media only screen and (max-width : 750px) {
	
	.angle2 div { margin-left: 0; }
	.angle1 div { font-size: 18px; }
	
}

@media only screen and (max-width : 450px) {
	
	.angle1 { bottom: 280px; width: 100%; }
	.angle2 { width: 100%; bottom: 190px; }
	
	
.angle1 div {
    font-size: 14px;
}

.angle2 div {
    font-size: 14px;
}
	
}

@media only screen and (max-width : 830px) {
	.third-block-wrap {
    min-height: 810px;
}
}

@media only screen and (max-width : 750px) {
	.third-block-wrap {
    min-height: 840px;
}
}

@media only screen and (max-width : 720px) {
	.third-block-wrap {
    min-height: 880px;
}
}

@media only screen and (max-width : 695px) {
	.third-block-wrap {
    min-height: 920px;
}
}

@media only screen and (max-width : 630px) {
	.third-block-wrap {
    min-height: 950px;
}
}

@media only screen and (max-width : 570px) {
	.third-block-wrap {
    min-height: 980px;
}
}

@media only screen and (max-width : 530px) {
	.third-block-wrap {
    min-height: 1100px;
}
}

@media only screen and (max-width : 415px) {
	.third-block-wrap {
    min-height: 1200px;
}
}

@media only screen and (max-width : 341px) {
	.third-block-wrap {
    min-height: 1260px;
}
}

@media only screen and (max-width : 312px) {
	.third-block-wrap {
    min-height: 1300px;
}
}

@media only screen and (max-width : 360px) {
	
	.pricing-block .block .price div { float: none; text-align: center; }
	.pricing-block .block .price a { float: none; margin: auto; margin-top: 10px; } 
	
}

/** END MOBILE CSS **/

/* Z-INDEX */
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 991; }
    .formError .formErrorArrow { z-index: 996; }

    .ui-dialog .formError { z-index: 5000; }
    .ui-dialog .formError .formErrorContent { z-index: 5001; }
    .ui-dialog .formError .formErrorArrow { z-index: 5006; }




.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}

.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 11px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}

	 
