﻿/*****************************
 FONTS
*****************************/
@font-face
{
    font-family: 'OpenSansSemibold';
    src: url('Fonts/opensans-semibold-webfont.eot');
    src: url('Fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/opensans-semibold-webfont.woff') format('woff'),
         url('Fonts/opensans-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face
{
    font-family: 'OpenSansLight';
    src: url('Fonts/opensans-light-webfont.eot');
    src: url('Fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), 
         url('Fonts/opensans-light-webfont.woff') format('woff'), 
         url('Fonts/opensans-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'OpenSansRegular';
    src: url('Fonts/opensans-regular-webfont.eot');
    src: url('Fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/opensans-regular-webfont.woff') format('woff'), 
         url('Fonts/opensans-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*****************************
 END FONTS
*****************************/

/*****************************
 Global style
*****************************/

* 
{
    margin: 0;
    padding: 0;
    border: none;
}

html, body 
{
    height: 100%;
}

h1, h2, h3, h4 
{
    font-weight: normal;
    font-size: normal;
}

a 
{
    outline: none;
}

header, section, article, menu 
{
    display: block;
}

#globalWrapper 
{
    width: 100%;
    min-height: 100%;
    position: relative;
    background: url('Images/Samples/global_bg.jpg') repeat scroll;
}

/* Bordered button general */
div.bigButton 
{
    position: relative;
    display: inline-block;
}
div.bigButton a, div.bigButton input[type=submit] 
{
    display: block;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 #333333;
    color: #FFFFFF;
}
/* END Bordered button general */

header 
{
    overflow: hidden;
    font-family: OpenSansRegular;
}

/* CENTERED CONTAINERS WIDTH */
.topContainer,
header menu,
section.gallery,
#mainContent .signup,
#mainContent .pricing,
#mainContent h2.pageName,
#mainContent h1.pageName,
#mainContent nav,
#mainContent .signUpArea,
#mainContent .viewVideoArea,
#mainContent .interactiveFeatures,
#mainContent .contacts,
#mainContent .faqs,
#mainContent .features,
#mainContent .white-label,
#mainContent .about,
footer
{
    width: 960px;
    margin: 0 auto;
}


/* Header top area */

.topContainer
{
    margin-top: 25px;
    height: 90px;
    position: relative;
}

header a.logo 
{
    float: left;
    top: -25px;
    text-decoration: none;
    color: #6E6E6E;
    font-size: 25px;
    text-shadow: 0 1px 0 #FFFFFF;
    background: url('Images/logo.png') no-repeat scroll;
    width: 133px;
    height: 113px;
    position: absolute;
	
}

header .links 
{
    float: right;
    margin-right: -7px; /* = -(margin of a.logo) */
}

header .links > * 
{
    vertical-align: middle;
}

header .links .facebook
{
    display: inline-block;
    height: 20px;
    margin-right: 30px;
}

header .links .google 
{
    display: inline-block;
    min-width: 70px;
    height: 15px;
    margin-right: 30px;
}

header .links .twitter-follow-button
{
    display: inline-block;
    margin-right: 40px;
}

header .links .bigButton 
{
    width: 130px;
    height: 50px;
    background: url('Images/Header/buttons_bg.png') no-repeat scroll;
}
header .links .bigButton a
{
    height: 100%;
    line-height: 30px;
    font-size: 13px;
}

header .links .bigButton.signUp 
{
    margin-right: 30px;
}
header .links .bigButton.signUp a
{
    background-image: linear-gradient(bottom, #00C600 24%, #8CE200 80%);
    background-image: -o-linear-gradient(bottom, #00C600 24%, #8CE200 80%);
    background-image: -moz-linear-gradient(bottom, #00C600 24%, #8CE200 80%);
    background-image: -webkit-linear-gradient(bottom, #00C600 24%, #8CE200 80%);
    background-image: -ms-linear-gradient(bottom, #00C600 24%, #8CE200 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8CE200', endColorstr='#00C600');
    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.24, #00C600),
	    color-stop(0.8, #8CE200)
    );
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-top:1px solid #C8F37A;
}
header .links .bigButton.signUp a:hover
{
    background-image: linear-gradient(bottom, #00C800 24%, #BAF100 80%);
    background-image: -o-linear-gradient(bottom, #00C800 24%, #BAF100 80%);
    background-image: -moz-linear-gradient(bottom, #00C800 24%, #BAF100 80%);
    background-image: -webkit-linear-gradient(bottom, #00C800 24%, #BAF100 80%);
    background-image: -ms-linear-gradient(bottom, #00C800 24%, #BAF100 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BAF100', endColorstr='#00C800');
    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.24, #00C800),
	    color-stop(0.8, #BAF100)
    );
    border-radius:3px;
    border-top:1px solid #DEFB79;
}

header .links .bigButton.logIn a
{
    background-image: linear-gradient(bottom, #00B5FF 24%, #00CEFF 80%);
    background-image: -o-linear-gradient(bottom, #00B5FF 24%, #00CEFF 80%);
    background-image: -moz-linear-gradient(bottom, #00B5FF 24%, #00CEFF 80%);
    background-image: -webkit-linear-gradient(bottom, #00B5FF 24%, #00CEFF 80%);
    background-image: -ms-linear-gradient(bottom, #00B5FF 24%, #00CEFF 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CEFF', endColorstr='#00B5FF');
    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.24, #00B5FF),
	    color-stop(0.8, #00CEFF)
    );
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-top:1px solid #95E7FF;
}
header .links .bigButton.logIn a:hover
{
    background-image: linear-gradient(bottom, #00B8FF 24%, #70E0FF 80%);
    background-image: -o-linear-gradient(bottom, #00B8FF 24%, #70E0FF 80%);
    background-image: -moz-linear-gradient(bottom, #00B8FF 24%, #70E0FF 80%);
    background-image: -webkit-linear-gradient(bottom, #00B8FF 24%, #70E0FF 80%);
    background-image: -ms-linear-gradient(bottom, #00B8FF 24%, #70E0FF 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70E0FF', endColorstr='#00B8FF');
    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.24, #00B8FF),
	    color-stop(0.8, #70E0FF)
    );
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-top:1px solid #C2F1FF;
}

/* END Header top area */


/* Header menu */

header .menuWrapper 
{
    position: relative;
    height: 65px; /* menu + active arrow */
    min-width: 960px;
}
header .menuBackground,
header menu 
{
    height: 50px;
}
header .menuBackground 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFF;
    opacity: 0.4; /* todo: gradient background */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
header menu 
{
    position: relative;
}

header menu li 
{
    list-style-type: none;
    display: inline-block;
    width: 98px;
    height: 30px;
    margin-top: 10px;
    text-align: center;
    border-left: 1px solid #D4D4D4;
}
header menu li.central 
{
    width: 125px;
}
header menu li.last 
{
    border-right: 1px solid #D4D4D4;
    width: 100px;
}

header menu li .activeMark 
{
    display: none;
}
header menu li.active .activeMark 
{
    display: block;
    
    position: relative;
    z-index: 1;
    width: 100%;
    height: 5px;
    margin-top: 10px;
    background: url('Images/Header/active_tab_mark.png') repeat-x scroll 0 0;
}
header menu li.active .activeMark div 
{
    width: 20px;
    height: 10px;
    margin-left: -10px; /* 0.5 of width */
    position: absolute;
    top: 5px; /* height of it's container */
    left: 50%;
    background: url('Images/Header/active_tab_mark.png') repeat-x scroll 0 -5px;
}
header menu li a 
{
    text-decoration: none;
    font-size: 13px;
    color: #919191;
    display: block;
    width: 100%;
    line-height: 30px;
}
header menu li a:hover
{
    color: #4C4C4C;
}
header menu li.active a 
{
    font-family: OpenSansSemibold;
    color: #00B0FE;
}

header .menuShadow 
{
    width: 1400px;
    margin-left: -700px; /* 0.5 of width */
    height: 13px;
    position: absolute;
    left: 50%;
    top: 50px; /* menu height */
    background: url('Images/Header/main_menu_shadow.png') no-repeat scroll 0px 0;
}
/* END Header menu */

#mainContent 
{
    padding-bottom: 410px;
}
#mainContent h1.pageName,
#mainContent h2.pageName
{
    font: 30px/90px OpenSansLight;
    color: #4C4C4C;
    text-shadow: 0 1px 0 white;
    border-bottom: 1px solid #C6C6C6;
    margin-bottom: 20px;
}

/*****************************
 FOOTER style
*****************************/
#footerWrapper 
{
    width: 100%;
    height: 410px; /* Clone this size to main container style */
    background: #000000;
    overflow: hidden;
    position: absolute;
    bottom: 0;
}

footer 
{
    padding-top: 40px;
    font-family: OpenSansLight;
    position: relative;
}

footer .radialBg 
{
    width: 950px;
    height: 331px;
    margin-left: -475px;
    position: absolute;
    top: 0;
    left: 50%;
    background: url('Images/footer_blick.png') no-repeat scroll;
}

footer .logo 
{
    position: relative;
    font-size: 35px;
    color: #FFFFFF;
    text-decoration: none;
}

footer .columns 
{
    float: right;
    position: relative;
}

footer .namedColumn
{
    float: left;
    width: 160px;
}

footer .namedColumn h4 
{
    font-size: 20px;
    line-height: 55px;
    color: #00B0FE;
}

footer menu li 
{
    list-style-type: none;
}
footer menu a 
{
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
    color: #D3D3D3;
}

/*****************************
 END FOOTER style
*****************************/

/*****************************
 END Global style
*****************************/


/*****************************
 HOME page style
*****************************/

/* Top gallery part */
#mainContent #galleryWrapper 
{
    margin-top: 12px;
    background: #FFFFFF;
    border-top: 1px solid #C6C6C6;
}
#mainContent section.gallery
{
    width:100%;
    margin:0 auto;
}
#mainContent section.gallery .slogan 
{
    margin-top: 40px;
    text-align: center;
}

#mainContent section.gallery .slogan h3 
{
    font-family: OpenSansLight;
    font-size: 30px;
    color: #4C4C4C;
}
#mainContent section.gallery .slogan p 
{
    font-family: OpenSansRegular;
    color: #919191;
    display:inline-block;
    margin:0 100px 20px 100px;
}
#mainContent section.gallery .slogan p span
{
    color:#00b0fe;
}
#mainContent section.gallery .slogan div
{
    position:relative;
    display:inline-block;
    width:475px;
    float:right;
    text-align:left;
    margin-bottom:-40px;
}
#mainContent section.gallery .slogan div span.give 
{
    font:20px OpenSansSemiBold;
    color:#8dcb00;
    display:block;
}
#mainContent section.gallery .slogan div span.rss 
{
    font:13px OpenSansSemiBold;
    color:#919191;
    display:block;
    margin-bottom:5px;
}
#mainContent section.gallery .slogan div input
{
    border:1px solid #919191;
    height:28px;
    border-radius:3px;
    width:260px;
    margin-right:5px;
    float:left;
}
#mainContent section.gallery .slogan div div.ov
{
    overflow:hidden;
    border-radius:3px;
    display:inline-block;
    text-align: center;
    margin: 0;
    width:50px;
    float:left;
}
#mainContent section.gallery .slogan div div a
{
    text-align:center;
    display:block;
    position:relative;
    vertical-align:middle;
    background-image: linear-gradient(bottom, #00C600 24%, #8CE200 80%);
    background-image: -o-linear-gradient(bottom, #00C600 24%, #8CE200 80%);
    background-image: -moz-linear-gradient(bottom, #00C600 24%, #8CE200 80%);
    background-image: -webkit-linear-gradient(bottom, #00C600 24%, #8CE200 80%);
    background-image: -ms-linear-gradient(bottom, #00C800 20%, #8CE200 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8CE200', endColorstr='#00C800');
    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.20, #00C800),
	    color-stop(0.8, #8CE200)
    );
    border-radius:3px;
    font:15px OpenSansSemiBold;
    color:#FFF;
    line-height:30px;
    text-decoration:none;
}
#mainContent section.gallery .slogan div div a:hover
{
    background-image: linear-gradient(bottom, #00C800 20%, #BDF200 80%);
    background-image: -o-linear-gradient(bottom, #00C800 20%, #BDF200 80%);
    background-image: -moz-linear-gradient(bottom, #00C800 20%, #BDF200 80%);
    background-image: -webkit-linear-gradient(bottom, #00C800 20%, #BDF200 80%);
    background-image: -ms-linear-gradient(bottom, #00C800 20%, #BDF200 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BDF200', endColorstr='#00C800');
    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.20, #00C800),
	    color-stop(0.8, #BDF200)
    );
}
/* GALLERY */
#mainContent section.gallery .galleryHolder 
{
    margin: 0 auto;
    position: relative;
    text-align: center;
    height:600px;
    width:1000px;
}
#mainContent section.gallery .carousel 
{
    position: relative;
    width: 927px;
    z-index: 10;
    margin:0 auto;
    height:585px;
}

#mainContent section.gallery .carousel ul li 
{
    float:left;
    position: relative;
    width: 927px;
    margin:0 auto;
    text-align:center;
    outline:none;
    height:600px;
}
#mainContent section.gallery .carousel ul li img
{
    display:inline-block;
    margin:0 auto;
    height:400px;
}
#mainContent section.gallery .center-wrap {
    z-index: 30;
    margin-top:-30px;
    position:relative;
}
#mainContent section.gallery .center-wrap .carousel-pagination p {
    margin: 0;
    vertical-align:middle;
    position:relative;
}
#mainContent section.gallery .carousel ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    height:550px;
}
#mainContent section.gallery .center-wrap .carousel-pagination span {
    display: none;
}
#mainContent section.gallery .center-wrap .carousel-pagination p a {
    background: url("Images/Home/Gallery/page.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin:0 10px;
    z-index:50;
}
#mainContent section.gallery .center-wrap .carousel-pagination p a.active {
    background: url("Images/Home/Gallery/page_active.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin:0 10px;
    z-index:50;
}
#mainContent section.gallery .left
{
    z-index: 100;
    display:inline-block;
    cursor: pointer;
    background: url("Images/Home/Gallery/slider_arrow_left.png") no-repeat scroll 0 0 transparent;
    height:98px;
    width:51px;
    position:absolute;
    left:0;
    top:200px;
}
#mainContent section.gallery .right
{
    z-index: 100;
    display:inline-block;
    cursor: pointer;
    background: url("Images/Home/Gallery/slider_arrow_right.png") no-repeat scroll 0 0 transparent;
    height:98px;
    width:51px;
    position:absolute;
    right:0;
    top:200px;
}

/* NAVigation part */
#mainContent #navWrapper 
{
    overflow: hidden;
    width: 100%;
    height: 91px;
    background-image: linear-gradient(bottom, #00A4ED 24%, #0071CB 80%);
    background-image: -o-linear-gradient(bottom, #00A4ED 24%, #0071CB 80%);
    background-image: -moz-linear-gradient(bottom, #00A4ED 24%, #0071CB 80%);
    background-image: -webkit-linear-gradient(bottom, #00A4ED 24%, #0071CB 80%);
    background-image: -ms-linear-gradient(bottom, #00A4ED 24%, #0071CB 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A4ED', endColorstr='#0071CB');
    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.24, #00A4ED),
	    color-stop(0.8, #0071CB)
    );
    border-top:1px solid #3BB0E1;
    border-bottom:1px solid #0099DD;
}
#mainContent nav 
{
    position: relative;
    height: 71px;
    margin-top: 10px;
    color: #FFFFFF;
    font-family: OpenSansSemibold;
}

#mainContent nav .leftSide 
{
    float: left;
    margin-top: 24px;
}

#mainContent nav .label
{
    font: 16px OpenSansRegular;
}

#mainContent nav .leftSide > a 
{
    margin-left: 14px;
    font: 14px OpenSansSemibold;
    color: #C9EEFF;
}

#mainContent nav .radioButtons 
{
    display: inline-block;
    margin-left: 14px;
}

#mainContent nav .radio 
{
    width: 10px;
    height: 11px;
    margin: 0 4px;
    display: inline-block;
    background: url('Images/Home/small_radio.png') no-repeat scroll 0 0;
}
#mainContent nav .radio.active 
{
    background-position: 0 -11px;
}

#mainContent nav .rightSide 
{
    float: right;
    margin-top: 12px;
    font-size: 13px;
}

#mainContent nav .rightSide * 
{
    vertical-align: middle;
}

#mainContent nav .rightSide span 
{
    margin-right: 10px;
}

#mainContent nav .rightSide a 
{
    color: #FFFFFF;
    text-decoration: none;
}

#mainContent nav .rightSide img 
{
    margin-right: 7px;
    margin-left: 30px;
}

#mainContent nav .vSeparator 
{
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background: url('Images/Home/blogs_and_apps_separator.png') repeat-x scroll;
}


/* Sign up area */

#mainContent .signUpArea 
{
    margin-top: 30px;
    margin-bottom: 30px;
}

#mainContent .signUpArea .bigButton
{
    float: right;
    width: 290px;
    height: 90px;
    margin-right: -7px;
    background: url('Images/Home/sign_up_bg.png') no-repeat scroll;
}

#mainContent .signUpArea .bigButton a 
{
    height: 100%;
    line-height: 70px;
    font-family: OpenSansSemibold;
    font-size: 30px;
    
    background-image: linear-gradient(bottom, #00C600 24%, #8CE200 80%);
    background-image: -o-linear-gradient(bottom, #00C600 24%, #8CE200 80%);
    background-image: -moz-linear-gradient(bottom, #00C600 24%, #8CE200 80%);
    background-image: -webkit-linear-gradient(bottom, #00C600 24%, #8CE200 80%);
    background-image: -ms-linear-gradient(bottom, #00C600 24%, #8CE200 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8CE200', endColorstr='#00C600');
    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.24, #00C600),
	    color-stop(0.8, #8CE200)
    );
    border-top:1px solid #BEF062;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#mainContent .signUpArea .bigButton a:hover 
{
    background-image: linear-gradient(bottom, #00C800 24%, #BCF200 80%);
    background-image: -o-linear-gradient(bottom, #00C800 24%, #BCF200 80%);
    background-image: -moz-linear-gradient(bottom, #00C800 24%, #BCF200 80%);
    background-image: -webkit-linear-gradient(bottom, #00C800 24%, #BCF200 80%);
    background-image: -ms-linear-gradient(bottom, #00C800 24%, #BCF200 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BCF200', endColorstr='#00C800');
    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.24, #00C800),
	    color-stop(0.8, #BCF200)
    );
    border-top:1px solid #DEFB79;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}


/* Text rotator */

#mainContent .signUpArea  .textRotator 
{
    height: 90px;
    margin-right: 300px;
    position: relative;
    font: 30px/45px OpenSansLight;
    color: #4C4C4C;
}

.rotatable 
{
    position: absolute;
    display: none;
    top: 0;
}


/* View video area*/
#mainContent .viewVideoArea 
{
    padding: 40px 0;
    text-align: center;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #C7C7C7;
}
#mainContent .viewVideoArea .bigButton 
{
    width: 250px;
    height: 90px;
    background: url('Images/Home/view_video_bg.png') no-repeat scroll 0 0;
}
#mainContent .viewVideoArea .bigButton a 
{
    height: 100%;
    font-family: OpenSansSemibold;
    font-size: 30px;
    padding:0;
    text-align: left;
    background-image: linear-gradient(bottom, #00B6FF 24%, #00CEFF 80%);
    background-image: -o-linear-gradient(bottom, #00B6FF 24%, #00CEFF 80%);
    background-image: -moz-linear-gradient(bottom, #00B6FF 24%, #00CEFF 80%);
    background-image: -webkit-linear-gradient(bottom, #00B6FF 24%, #00CEFF 80%);
    background-image: -ms-linear-gradient(bottom, #00B6FF 24%, #00CEFF 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CEFF', endColorstr='#00B6FF');
    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.24, #00B6FF),
	    color-stop(0.8, #00CEFF)
    );
    border-top:1px solid #95E7FF;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#mainContent .viewVideoArea .bigButton a:hover 
{
    background-image: linear-gradient(bottom, #00B9FF 24%, #73E1FF 80%);
    background-image: -o-linear-gradient(bottom, #00B9FF 24%, #73E1FF 80%);
    background-image: -moz-linear-gradient(bottom, #00B9FF 24%, #73E1FF 80%);
    background-image: -webkit-linear-gradient(bottom, #00B9FF 24%, #73E1FF 80%);
    background-image: -ms-linear-gradient(bottom, #00B9FF 24%, #73E1FF 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73E1FF', endColorstr='#00B9FF');
    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.24, #00B9FF),
	    color-stop(0.8, #73E1FF)
    );
    border-top:1px solid #C0F1FF;
}
#mainContent .viewVideoArea .bigButton a img
{
    vertical-align:text-top;
    margin-left:20px;
    padding:0;
}
#mainContent .viewVideoArea .bigButton a span
{
    margin-left:10px;
    line-height:70px;
}
.overflow
{
    overflow:hidden;
    background-color:transparent;
    margin:10px;
    z-index:30;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
/* interactive features */
#mainContent .interactiveFeatures 
{
    border-top: 1px solid #FFFFFF;
    margin-bottom: 20px;
}
#mainContent .interactiveFeatures  center {
    font: 15px OpenSansRegular;
    color: #919191;
}
#mainContent .interactiveFeatures h1 
{
    margin-top: 30px;
    font: 40px OpenSansLight;
    color: #4C4C4C;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
}

#mainContent section.features 
{
    overflow: hidden;
    margin-top: 50px;
}
#mainContent section.features article
{
    width: 218px;
    float: left;
    padding: 0 50px;
}
#mainContent section.features article h4 
{
    margin-bottom: 20px;
    font: 20px OpenSansRegular;
    color: #4C4C4C;
    text-shadow: 0 1px 0 #FFFFFF;
}

#mainContent section.features article img 
{
    float: left;
    max-height: 200px;
    clear: both;
}

#mainContent section.features article p 
{
    margin-top: 200px;
    font: 13px OpenSansRegular;
    color: #4C4C4C;
}

#mainContent section.features .vSeparator 
{
    float: left;
    width: 0;
    height: 400px;
    margin-top: 30px;
    border-left: 1px solid #D4D4D4;
}

/*****************************
 END HOME page style
*****************************/

/*****************************
 Sign Up page style
*****************************/

.signup 
{
    padding-top: 40px;
    height:100%;
    position:relative;
}
.border 
{
    border-top:1px solid #C6C6C6;
    border-bottom:1px solid #FFFFFF;
    margin-bottom:20px;
    clear:both;
}
.signup .signup-form
{
    width:405px;
    height:100%;
    position:relative;
    margin:auto;
    text-align:center;
    margin-bottom:40px;
}
.signup .signup-form .field 
{
    display:inline-block;
    width:200px;
    margin-bottom:5px;
    text-align:left;
}
.signup .signup-form .field.warning
{
    color:#d0361e;
}
.signup .signup-form .field.warning input
{
    border-color:#d0361e;
}
.signup .signup-form .field.warning span.text 
{
    color:#d0361e;
    text-shadow: 0 1px 0 #d0361e;
}
.signup .signup-form .field span.hidden
{
    visibility:hidden;
}
.signup .signup-form .field span.msg
{
    display:block;
    height:20px;
    font:12px OpenSansRegular;
    line-height:20px;
}
.signup .signup-form .field.long
{
    width:100%;
    margin-bottom:20px;
}
.signup .signup-form .field.long.checkbox input[type=checkbox]
{
    height:14px;
    width:14px;
    display:inline-block;
    margin-left:100px;
    margin-bottom:-5px;
}
.signup .signup-form .field.long.checkbox
{
    margin-top:20px;
    position:relative;
}
.signup .signup-form .field.long input
{
    width:393px;
}
.signup .signup-form .field.long.checkbox label
{
    font-family: OpenSansSemiBold;
    font-size:12px;
    color:#4C4C4C;
}
.signup .signup-form .field.long a
{
    font-family: OpenSansSemiBold;
    font-size:12px;
    color:#94af00;
}
.signup .signup-form .field span.text
{
    font-family: OpenSansRegular;
    font-size:15px;
    color:#4C4C4C;
    margin-bottom:5px;
    display:block;
    text-shadow: 0 -1px 0 #333;
}

.signup .signup-form .field input
{
    height:30px;
    border-radius:2px;
    border:1px solid #B5B5B5;
    width:190px;
}
.signup .signup-form .field input.phone{
	width: 53px;
}
.signup .signup-form .button
{
    text-align:center;
    
}
.signup .signup-form .submit
{
    background:url("Images/Signup/sign_up_bg.png") 0 0 no-repeat scroll transparent;
    width:290px;
    height:90px;
    display:inline-block;
}
.signup .signup-form .submit input[type=submit]
{
    color:#FFF;
    height: 70px;
    line-height: 70px;
    font-family: OpenSansSemibold;
    font-size: 30px;
    width:100%;
    background-image: linear-gradient(bottom, #00C600 24%, #8CE200 80%);
    background-image: -o-linear-gradient(bottom, #00C600 24%, #8CE200 80%);
    background-image: -moz-linear-gradient(bottom, #00C600 24%, #8CE200 80%);
    background-image: -webkit-linear-gradient(bottom, #00C600 24%, #8CE200 80%);
    background-image: -ms-linear-gradient(bottom, #00C600 24%, #8CE200 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8CE200', endColorstr='#00C600');
    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.24, #00C600),
	    color-stop(0.8, #8CE200)
    );
    cursor: pointer;
    text-shadow: 0 -1px 0 #333333;
    border-top:1px solid #BEF062;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.signup .signup-form .submit input[type=submit]:hover
{
    width:100%;
    background-image: linear-gradient(bottom, #00C800 24%, #BCF200 80%);
    background-image: -o-linear-gradient(bottom, #00C800 24%, #BCF200 80%);
    background-image: -moz-linear-gradient(bottom, #00C800 24%, #BCF200 80%);
    background-image: -webkit-linear-gradient(bottom, #00C800 24%, #BCF200 80%);
    background-image: -ms-linear-gradient(bottom, #00C800 24%, #BCF200 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BCF200', endColorstr='#00C800');
    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.24, #00C800),
	    color-stop(0.8, #BCF200)
    );
    border-top:1px solid #DEFB79;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
/*****************************
 END Sign Up page style
*****************************/
/*****************************
Contacts page style
*****************************/
.contacts {
    height:100%;
    position:relative;
}
/*.contacts .form-block {
    display: inline-block;
	float:right;
	margin-top:-45px;
	padding: 0;
}*/
.contacts .contact-form
{
    width:405px;
    height:100%;
    position:relative;
    margin:auto;
    text-align:center;
    margin-bottom:40px;
}
.contacts .contact-form .field 
{
    display:inline-block;
    width:200px;
    margin-bottom:10px;
    text-align:left;
}
.contacts .contact-form .title
{
    text-align:left;
    font-family: OpenSansLight;
    font-size:20px;
    color:#4C4C4C;
    margin:50px 0;
    text-shadow:0 1px 0 #333;
}
.contacts .contact-form .field
{
    color:#4C4C4C;
}
.contacts .contact-form .field.warning
{
    color:#d0361e;
}
.contacts .contact-form .field.warning input
{
    border-color:#d0361e;
}
.contacts .contact-form .field.warning span.text 
{
    color:#d0361e;
    text-shadow: 0 1px 0 #d0361e;
}
.contacts .contact-form .field span.hidden
{
    visibility:hidden;
}
.contacts .contact-form .field span.text
{
    font-family: OpenSansRegular;
    font-size:15px;
    color:#4C4C4C;
    margin-bottom:5px;
    display:block;
    text-shadow: 0 -1px 0 #333;
}
.contacts .contact-form .field.text
{
    width:400px;
}
.contacts .contact-form .field input
{
    height:30px;
    border-radius:2px;
    border:1px solid #B5B5B5;
    width:190px;
}
.contacts .contact-form .field textarea
{
    resize: none;
    border-radius:2px;
    border:1px solid #B5B5B5;
    height:100px;
    width:398px;
    max-width:398px;
    max-height:300px;
    overflow:hidden;
    margin-bottom:30px;
}
.contacts .contact-form .field input.phone
{
    width:53px;
}
.contacts .contact-form .button
{
    margin-top: 20px;
    text-align:center;
    
}
.contacts .contact-form .submit
{
    background:url("Images/Signup/sign_up_bg.png") 0 0 no-repeat scroll transparent;
    width:290px;
    height:90px;
    display:inline-block;
}
.contacts .contact-form .submit input[type=submit]
{
    color:#FFF;
    height: 70px;
    line-height: 70px;
    font-family: OpenSansSemibold;
    font-size: 30px;
    width:100%;
    background-image: linear-gradient(bottom, #00C600 24%, #8CE200 80%);
    background-image: -o-linear-gradient(bottom, #00C600 24%, #8CE200 80%);
    background-image: -moz-linear-gradient(bottom, #00C600 24%, #8CE200 80%);
    background-image: -webkit-linear-gradient(bottom, #00C600 24%, #8CE200 80%);
    background-image: -ms-linear-gradient(bottom, #00C600 24%, #8CE200 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8CE200', endColorstr='#00C600');
    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.24, #00C600),
	    color-stop(0.8, #8CE200)
    );
    cursor: pointer;
    text-shadow: 0 -1px 0 #333333;
    border-top:1px solid #BEF062;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.contacts .contact-form .submit input[type=submit]:hover
{
    width:100%;
    background-image: linear-gradient(bottom, #00C800 24%, #BCF200 80%);
    background-image: -o-linear-gradient(bottom, #00C800 24%, #BCF200 80%);
    background-image: -moz-linear-gradient(bottom, #00C800 24%, #BCF200 80%);
    background-image: -webkit-linear-gradient(bottom, #00C800 24%, #BCF200 80%);
    background-image: -ms-linear-gradient(bottom, #00C800 24%, #BCF200 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BCF200', endColorstr='#00C800');
    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.24, #00C800),
	    color-stop(0.8, #BCF200)
    );
    border-top:1px solid #DEFB79;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
/*****************************
 END Contacts page style
*****************************/

/*****************************
FAQ's page style
*****************************/

.faqs
{
    height:100%;
    position:relative;
    padding-bottom:50px;
}
.faqs img.l {
    position: absolute;
    top:20px;
    right:50px;
}
.faqs h2
{
    font:25px OpenSansLight;
    color:#919191;
    margin:50px 0 25px 0;
}
.faqs .q-block
{
    position:relative;
    margin-bottom:20px;
    margin-left: 16px;
}
.faqs.last 
{
   margin-bottom: 20px !important;
}
.faqs .q-block.active .arrow
{
    display:inline-block;
    position:absolute;
    height:100%;
    width:14px;
    background:green;
    cursor:pointer;
    background:url("Images/FAQs/blue_arrow.png") 0 0 no-repeat scroll transparent;
}

.faqs .q-block .arrow
{
    display:inline-block;
    position:absolute;
    height:100%;
    width:14px;
    background:url("Images/FAQs/green_arrow.png") 0 0 no-repeat scroll transparent;
    cursor:pointer;
    margin-top: 5px;
}

.faqs .q-block.active .question
{
    display:inline-block;
    font:15px OpenSansRegular;
    color:#00b0fe;
    margin-left:24px;
}

.faqs .q-block .question 
{
    display:inline-block;
    font:15px OpenSansRegular;
    color:#94af00;
    margin-left:24px;
}
.faqs .q-block .answer
{
    display:inline-block;
    font:13px OpenSansRegular;
    color:#919191;
    margin-left:25px;
    margin-top:5px;
}
/*****************************
END FAQ's page style
*****************************/

/*****************************
Pricing page style
*****************************/
#mainContent{
    overflow:hidden; 
    font-family: OpenSansLight;
    text-shadow: 0 1px 0 white;
}
#mainContent .center
{
    width: 960px;
    margin:0 auto;  

}
#mainContent .center .pricingHeader
{
    line-height:115px;
    border-bottom:1px solid #C6C6C6;
}
#mainContent .center .pricingHeader .pageName{
    display:inline-block;
    color: #4C4C4C;
    font: 30px/90px OpenSansLight;
    text-shadow: 0 1px 0 white;
}
#mainContent .center .pricingHeader .bigButton{
    float:right;
    margin-top:25px;
    background: url("Images/Pricing/button/under_button_bg.png") no-repeat scroll 0 0 transparent;
    height: 50px;
    width: 185px;     
}
#mainContent .center .pricingHeader .bigButton a{
    font-size: 13px;
    height: 100%;
     font-family: OpenSansLight;
    line-height: 30px;
}
#mainContent .center .pricingHeader .bigButton a{
    background: linear-gradient(bottom , #7A7A7A , #AAAAAA);
    background: -o-linear-gradient(bottom , #7A7A7A , #AAAAAA );
    background: -moz-linear-gradient(bottom, #7A7A7A , #AAAAAA );
    background: -webkit-linear-gradient(bottom, #7A7A7A, #AAAAAA);
    background: -ms-linear-gradient(bottom, #7A7A7A, #AAAAAA);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AAAAAA', endColorstr='#7A7A7A');
    border-radius: 4px 4px 4px 4px;
    border-top: 1px solid #D0D0D0;
}
#mainContent .center .pricecontent {
   border-top: 1px solid #FFFFFF;
   border-bottom:1px solid #C6C6C6;
   font: OpenSansLight;
    text-shadow: 0 1px 0 white;
  }
  
#mainContent .center .pricecontent h6
{
    font: OpenSansLight;
    text-shadow: 0 1px 0 white;
    font-size:16px;   
    line-height:85px;
    text-align:center;  
    color:#00B1FF;    
}
#mainContent .center .pricecontent > div
{
    overflow:hidden;
    border-radius:8px;
    margin-left:50px;
    box-shadow: 0 0 4px 2px #A5A5A5;
    display:inline-block;
    width:250px;    
}
#mainContent .center .primium > div
{
  box-shadow: 0 0 0 7px  #3C3C3C;
}
#mainContent .center .pricecontent .Pricefirst .firstheader p
{
    text-align:center;
    color:White;    
}
#mainContent .center .pricecontent .Pricefirst .firstheader
{
    height:100px;
    border-radius:8px 8px 0 0;
    border-top: 1px solid #C8F37A;
	border-bottom: 1px solid #009A00;
	background: linear-gradient(bottom , #00C600 ,#8CE200);
	background: -o-linear-gradient(bottom , #00C600 ,#8CE200 );
	background: -moz-linear-gradient(bottom, #00C600 ,#8CE200 );
	background: -webkit-linear-gradient(bottom, #00C600, #8CE200);
	background: -ms-linear-gradient(bottom, #00C600,#8CE200);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8CE200', endColorstr='#00C600');

}
#mainContent .center .pricecontent .Pricefirst .price
{
    padding:15px;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    background:#F2FFE3;   
    text-align:center; 
   
}
#mainContent .center .pricecontent
{
    text-shadow: 0 1px 0 white;
    font-family: OpenSansRegular; 
}
.price h1
{   
   
    font-size:40px;
}
.price p
{   
    text-shadow: 0 1px 0 white;
    font-family: OpenSansRegular; 
    font-size:15px;
}
#mainContent .center .pricecontent .Pricefirst .price h1
{
     
    color:#00C800;
}
#mainContent .center .pricecontent .Pricefirst .Notification
{
    border-top:1px solid #C8F37A;
    border-bottom:1px solid #CDCDCD;
    background-color:#FFFFFF;
    line-height:50px; 
      text-align:center;    
}

#mainContent .center .pricecontent .Substriptions
{
    border-top:1px solid #FFFFFF;
    border-bottom:1px solid #FFFFFF;
    background-color:#F6F6F6;
    line-height:50px;    
      text-align:center; 
}

#mainContent .center .pricecontent .Purchases
{
    border-top:1px solid #CDCDCD;
    border-bottom:1px solid #CDCDCD;
    background-color:#FFFFFF;
    line-height:50px; 
      text-align:center;    
}

#mainContent .center .pricecontent .Great
{
    padding:10px;
    border-top:1px solid #FFFFFF;
    border-bottom:1px solid #FFFFFF;
    background-color:#F6F6F6;
    text-align:center;  
}
#mainContent .center .pricecontent .pricefooter
{   
    padding-top:20px;
    padding-bottom:20px;
    padding-left:10px;
    border-top:1px solid #CDCDCD;
    background-color:#FFFFFF;
     border-radius:0 0 8px 8px;
    
 
}
#mainContent .center .pricecontent .bigButton{
   background: url("Images/Pricing/button/under_button_bg_big.png") no-repeat scroll 0 0 transparent;
    height: 90px;
    width: 230px;
}
#mainContent .center .pricecontent .Pricefirst .pricefooter  .bigButton.singUp a{ 
    background: linear-gradient(bottom , #00C600 , #8CE200);
    background: -o-linear-gradient(bottom , #00C600 , #8CE200 );
    background: -moz-linear-gradient(bottom, #00C600 , #8CE200 );
    background: -webkit-linear-gradient(bottom, #00C600, #8CE200);
    background: -ms-linear-gradient(bottom, #00C600, #8CE200);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8CE200', endColorstr='#00C600');
    border-radius: 4px 4px 4px 4px;
    border-top: 1px solid #BEF062;
     font-family: OpenSansRegular;
    font-size: 30px;
    height: 100%;
    line-height: 70px;
}


#mainContent .center .pricecontent .Pricesecond .secondheader p
{
        text-align:center;
        color:White;    
}
#mainContent .center .pricecontent .Pricesecond .secondheader
{
    height:100px;
    border-radius:8px 8px 0 0;
    border-top: 1px solid #C0F0FF;
	border-bottom: 1px solid #008BCB;
	background-image: -ms-linear-gradient(bottom, #00B8FF, #6EE0FF );
	background: linear-gradient(bottom , #00B8FF , #6EE0FF);
	background: -o-linear-gradient(bottom , #00B8FF , #6EE0FF );
	background: -moz-linear-gradient(bottom, #00B8FF , #6EE0FF );
	background: -webkit-linear-gradient(bottom, #00B8FF, #6EE0FF);
	background: -ms-linear-gradient(bottom, #00B8FF, #6EE0FF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6EE0FF', endColorstr='#00B8FF');

}
#mainContent .center .pricecontent   img{
    padding-left:100px;
    padding-top:20px;
}
#mainContent .center .pricecontent .Pricesecond .price
{ 
    padding:15px;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    background:#EDFBFF;   
    text-align:center; 
    
}
#mainContent .center .pricecontent .Pricesecond .price h1
{
   
    color:#00B8FF;
}
#mainContent .center .pricecontent .Pricesecond .Notification
{
    border-top:1px solid #B6EBFF;
    border-bottom:1px solid #CDCDCD;
    background-color:#FFFFFF;
    line-height:50px; 
    text-align:center;    
}

#mainContent .center .pricecontent .Pricesecond .pricefooter  .bigButton.singUp a{ 
    background: linear-gradient(bottom , #00B8FF , #6EE0FF);
    background: -o-linear-gradient(bottom , #00B8FF , #6EE0FF );
    background: -moz-linear-gradient(bottom, #00B8FF , #6EE0FF );
    background: -webkit-linear-gradient(bottom, #00B8FF, #6EE0FF);
    background: -ms-linear-gradient(bottom, #00B8FF, #6EE0FF);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6EE0FF', endColorstr='#00B8FF');
    border-radius: 4px 4px 4px 4px;
    border-top: 1px solid #C0F0FF;
    font-family: OpenSansRegular;
    font-size: 30px;
    height: 100%;
    line-height: 70px;
}
#mainContent .center .pricecontent .Pricethird .thridheader p
{
    text-align:center;
    color:White;    
}
#mainContent .center .pricecontent .Pricethird .thridheader
{
    height:100px;
    border-radius:8px 8px 0 0;
    border-top: 1px solid #FFE9AB;
	border-bottom: 1px solid #E47700;
	background-image: -ms-linear-gradient(bottom, #FF9800, #FFCF4D );
	background: linear-gradient(bottom , #FF9800 ,#FFCF4D);
	background: -o-linear-gradient(bottom , #FF9800 , #FFCF4D );
	background: -moz-linear-gradient(bottom, #FF9800, #FFCF4D );
	background: -webkit-linear-gradient(bottom, #FF9800, #FFCF4D);
	background: -ms-linear-gradient(bottom, #FF9800, #FFCF4D);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCF4D', endColorstr='#FF9800');

}
#mainContent .center .pricecontent .Pricethird .price
{
    padding:15px;
   border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    background:#FFFEE3;   
    text-align:center; 
    
}
#mainContent .center .pricecontent .Pricethird .price h1
{
    color:#FFAC4D;
}
#mainContent .center .pricecontent .Pricethird .Notification
{
    border-top:1px solid #FEF4A6;
    border-bottom:1px solid #CDCDCD;
    background-color:#FFFFFF;
    line-height:50px; 
    text-align:center;    
}

#mainContent .center .pricecontent .Pricethird .pricefooter  .bigButton.singUp a{ 
    background: linear-gradient(bottom , #FF9800 , #FFCF4D);
    background: -o-linear-gradient(bottom , #FF9800 , #FFCF4D );
    background: -moz-linear-gradient(bottom, #FF9800 , #FFCF4D );
    background: -webkit-linear-gradient(bottom, #FF9800, #FFCF4D);
    background: -ms-linear-gradient(bottom, #FF9800, #FFCF4D);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCF4D', endColorstr='#FF9800');
    border-radius: 4px 4px 4px 4px;
    border-top: 1px solid #FFE9AB;
    font-family: OpenSansRegular;
    font-size: 30px;
    height: 100%;
    line-height: 70px;
}

#mainContent .center .centerfooter
{   
    margin:0 auto;
    text-align:center;
    margin-top:50px;  
    padding-bottom:20px;  
}
#mainContent .center .PrimiumHeader
{

    border-top: 1px solid #FFFFFF;
 
}
#mainContent .center .note
{
    padding-top:20px;
    padding-bottom:100px;
     border-top: 1px solid #FFFFFF;
     font-size:10px;
}


/*****************************
END Pricing page style
*****************************/


/*****************************
Features page style
*****************************/
div.features
{
    position:relative;
    border-top:1px solid #FFF;
}

.features .title
{
    font:20px OpenSansLight;
    color:#4c4c4c;
    margin:50px auto;
    text-align:center;
}
.features .video
{
    width:850px;
    height:480px;
    margin:0 auto 50px auto;
}
.features .content
{
    width:50%;
    display:inline-block;
    margin-bottom:20px;
    float:left;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;   
	padding-left:40px;
}
.features .content.right
{
    border-left: 1px solid #D4D4D4;
    border-right:none;
    float:none;
}
.features .content .title
{
    text-align:left;
}
.features .content .content-block
{
    margin-top:25px;
    padding-right:40px;
}
.features .content .content-block .content-title
{
    font:15px OpenSansRegular;
    color:#00b0fe;
    margin-bottom:5px;
   
}
.features .content .content-block .content-description
{
    font:13px OpenSansRegular;
    color:#4c4c4c;
}
.clear
{
    clear:both;
}
.features-block
{
    position:relative;
}

.features-block .content
{
    width:50%;
    display:inline-block;
    margin-bottom:50px;
    float:left;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;  
	border-right: 1px solid #D4D4D4; 
}
.features-shadow
{
    background:url("Images/Features/shadow.png") top center no-repeat transparent scroll;
    height:20px;
    width:100%;
    position:absolute;
    bottom:0;
}
.features-block .content.right
{
    border-right:none;
    border-left: none;
    float:none;
    padding-left:40px;
}
.features-block .content .title 
{
    font:20px OpenSansRegular;
    color:#4c4c4c;
    text-align:center;
    margin:20px auto;
}
.features-block .content .text
{
    font:15px OpenSansRegular;
    color:#4c4c4c;
    padding:0 25px;
    height:110px;
    text-align:center;
}

.features-block .content .block 
{
    position:relative;
    margin-bottom:20px;
}
.features-block .content .block .top-block
{
    vertical-align:middle;
}
.features-block .content .block .top-block div.first
{
    line-height:80px;
    height:80px;
    float:left;
    min-width:90px;
    text-align:center;
}
.features-block .content .block .top-block div
{
    line-height:80px;
    height:80px;
    float:left;
}
.features-block .content .block .top-block div img
{
    vertical-align:middle;
}
.features-block .content .block .top-block .feature-title
{
    display:inline-block;
    font:20px OpenSansRegular;
    color:#00b0fe;
    height:80px;
    line-height:80px;
}
.features-block .content .block .feature-desc
{
    display:inline-block;
    font:13px OpenSansRegular;
    color:#4c4c4c;
    padding-left:90px;
    padding-right:40px;
    margin-top: -10px;
}
#mainContent h2.pageName.feature
{
    border:none;
}
.feature-header-repeat
{
    background:url("Images/Features/wooden_bar.jpg") repeat-x scroll transparent;
    width:100%;
    margin-top:20px;
    position:absolute;
    z-index:0;
    height: 380px;
    background-color: white;
    min-width: 960px;
}
.feature-header-wrapper 
{
    min-width:960px;
    position: relative;
}
.features-header
{
    background:url("Images/Features/book_shelf_icon.png") top center no-repeat scroll transparent;
    height:400px;
    width:1400px;
    margin:auto;
    z-index:10;
    position:relative;
    margin-left: -700px;
    left: 50%;
    top: 0;
}
.features-header .title
{
    font:20px OpenSansSemiBold;
    color:#783b12;
    z-index:20;
    text-align:center;
    top: 40px;
    position: absolute;
    width: 100%;
}
.features-header .content
{
    text-align:center;
    position: absolute;
    width: 100%;
    top: 130px;
}
.features-header .content img 
{
    display:inline-block;
    margin-left:20px;
}
.features-header .content img.android_icon{
	vertical-align: top;
} 
.features-header .content .article 
{
    text-align:center;
    position: absolute;
    width: 100%;
    top: 180px;
}
.features-header .content .article span
{
    font:20px OpenSansSemiBold;
    color:#4c4c4c;
    width:120px;
    display:inline-block;
    vertical-align:middle;
    margin-left:45px;
}
/*****************************
END Features page style
*****************************/

/*****************************
WhiteLabel page style
*****************************/

.white-label 
{
    height:100%;
    position:relative;
}
.white-label article.title
{
    font:40px OpenSansLight;
    color:#94af00;
    margin:50px 0;
    text-align:center;
}
.white-label .benefits
{
    padding-bottom: 25px;
    border-top: 1px solid #C6C6C6;
}
.white-label .benefits section.b-title {

}
.white-label .benefits section.b-title h2 {
    font: 22px OpenSansLight;
    color: #4C4C4C;
    margin: 20px 0;
}
.white-label .benefits section.b-title p {
    font: 14px OpenSansRegular;
    color: #4C4C4C;
    margin-bottom: 20px;
    line-height: 20px;
}
.white-label .benefits section.b-title p strong {
    color: #4C4C4C;
    font: 16px OpenSansSemiBold;
}
.white-label .benefits .content-title
{
    font:40px OpenSansLight;
    color:#4c4c4c;
    margin:50px 0;
    text-align:center;
}
.white-label .benefits .content-block
{
    width:32%;
    display:inline-block;
    border-right:1px solid #D4D4D4;
    text-align:center;
    margin-bottom:90px;
}
.white-label .benefits .content-block.last 
{
    border-right:none;
}
.white-label .benefits .content-block .title 
{
    font:20px OpenSansRegular;
    color:#4c4c4c;
    text-align:center;
    margin-bottom:40px;
}
.white-label .benefits .content-block .description 
{
    font:16px OpenSansRegular;
    color:#919191;
    text-align:center;
    padding:0 45px;
    margin-top:30px;
}
.white-label .signup-form
{
    width:505px;
    height:100%;
    position:relative;
    margin:auto;
    text-align:center;
    margin-bottom:80px;
}
.white-label .signup-form .field 
{
    display:inline-block;
    width:230px;
    margin-bottom:5px;
    text-align:left;
    margin-right:20px;
}
.white-label .signup-form .field.warning
{
    color:#d0361e;
}
.white-label .signup-form .field.warning input
{
    border-color:#d0361e;
}
.white-label .signup-form .field.warning span.text 
{
    color:#d0361e;
    text-shadow: 0 1px 0 #d0361e;
}
.white-label .signup-form .field span.hidden
{
    visibility:hidden;
}
.white-label .signup-form .field span.msg
{
    display:block;
    height:20px;
    font:12px OpenSansRegular;
    line-height:20px;
}
.white-label .signup-form .field.long
{
    width:100%;
    margin-bottom:20px;
    text-align:center;
}
.white-label .signup-form .field.long span.text
{
    text-align:center;
}
.white-label .signup-form .field span.text
{
    font-family: OpenSansRegular;
    font-size:15px;
    color:#4C4C4C;
    margin-bottom:5px;
    display:block;
    text-shadow: 0 -1px 0 #333;
}
.white-label .signup-form .field .selectWrapper 
{
    display: inline-block;
}
.white-label .signup-form .field select
{
    width:205px;
    height:30px;
    border:1px solid #B5B5B5;
}
.white-label .signup-form .field input
{
    height:30px;
    border-radius:2px;
    border:1px solid #B5B5B5;
    width:220px;
}
.white-label .signup-form .button
{
    margin-top: 20px;
    text-align:center;
    
}
.white-label .signup-form .submit
{
    background:url("Images/WhiteLabel/apply_new_label_button_bg.png") 0 0 no-repeat scroll transparent;
    width:250px;
    height:90px;
    display:inline-block;
}
.white-label .signup-form .submit input[type=submit]
{
    color:#FFF;
    height: 70px;
    line-height: 70px;
    font-family: OpenSansSemibold;
    font-size: 18px;
    width:100%;
    background-image: linear-gradient(bottom, #00C500 24%, #8CE200 80%);
    background-image: -o-linear-gradient(bottom, #00C500 24%, #8CE200 80%);
    background-image: -moz-linear-gradient(bottom, #00C500 24%, #8CE200 80%);
    background-image: -webkit-linear-gradient(bottom, #00C500 24%, #8CE200 80%);
    background-image: -ms-linear-gradient(bottom, #00C500 24%, #8CE200 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8CE200', endColorstr='#00C500');
    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.24, #00C500),
	    color-stop(0.8, #8CE200)
    );
    cursor: pointer;
    text-shadow: 0 -1px 0 #333333;
    border-top:1px solid #BEF062;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.white-label .signup-form .submit input[type=submit]:hover
{
    width:100%;
    background-image: linear-gradient(bottom, #00C800 24%, #BCF200 80%);
    background-image: -o-linear-gradient(bottom, #00C800 24%, #BCF200 80%);
    background-image: -moz-linear-gradient(bottom, #00C800 24%, #BCF200 80%);
    background-image: -webkit-linear-gradient(bottom, #00C800 24%, #BCF200 80%);
    background-image: -ms-linear-gradient(bottom, #00C800 24%, #BCF200 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BCF200', endColorstr='#00C800');
    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.24, #00C800),
	    color-stop(0.8, #BCF200)
    );
    border-top:1px solid #DEFB79;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
/*****************************
END WhiteLabel page style
*****************************/
/*****************************
About page style
*****************************/
.about section h2 {
    font: 20px OpenSansRegular;
    color: #00B0FE;
    margin:20px 0 10px 0;
}
.about section .text {
    font: 13px OpenSansRegular;
    color: #4C4C4C;
    margin-bottom: 20px;
    line-height: 20px;
}
.about section img {
    border: 1px solid #BBB;
}
.about section .text a {
    font: 13px OpenSansRegular;
    color: #94AF00;
    text-decoration: none;
}
/*****************************
END About page style
*****************************/

#mainContent .galleryDevelopers
{
  background-color :White;
  height:450px;
  background-image:url('../Content/Images/DevelopersPage/bg_pattern.png');
  overflow:hidden;
}
#mainContent .galleryDevelopers .slider
{
   margin:0 auto;
   width:960px;
   position:relative;
 }

 #mainContent .galleryDevelopers .slider section
 {
   position:relative;
   display:none;
   width:960px;
   height:400px;
 }

#mainContent .galleryDevelopers .slider section > div{
    position:relative;
}
#mainContent .galleryDevelopers .slider .first .img {
    float:left;
    overflow:hidden;
    height:379px;
    width:560px;
  }
  #mainContent .galleryDevelopers .slider .first .img div{
     background-image:url('../Content/Images/DevelopersPage/cloud-icons.png') ;
     width:557px;
     height:379px;
     position:absolute; 
  }
 #mainContent .galleryDevelopers .slider .first .img img{
    z-index:100; 
    width:560px;      
    position:absolute; 
 }

 #mainContent .galleryDevelopers .slider .first .img .cloud-icons1{
      left:560px;
  }  
#mainContent .galleryDevelopers .slider .first  .text{
    width:400px;
    z-index:200;
    float:right;   
}
#mainContent .galleryDevelopers .slider .first .h 
{
    z-index:200;
    font-size:20px;
    padding-top:50px;
}

#mainContent .galleryDevelopers .slider section  p
{
    line-height:30px;
    margin-top:30px;
    color:#00CCFF;
} 
#mainContent .galleryDevelopers .slider .second .text{
    position:absolute;
    top:80px;
    width:420px;
     
}
#mainContent .galleryDevelopers .slider .second .title
{
    font-size:20px;
    position:absolute;
    top:50px;
    width:480px;
    float:left;
}
#mainContent .galleryDevelopers .slider .second  .img{
    float:right;
}
#mainContent .galleryDevelopers ol
{
    text-align:center;
    margin:0 auto;  
    height:20px;
}
#mainContent .galleryDevelopers ol li
{
    border:1px solid #C0C0C1;
    display:inline-block;
    margin-left:10px;
    line-height:20px;
    width:20px;
    height:20px;
    border-radius:10px;
}
#mainContent .galleryDevelopers ol li > div
{
    margin:0 auto;
    margin-top:4px;
    width:12px;
    height:12px;
    border-radius:6px;
    overflow:hidden;
    display:inline-block;
}
#mainContent .galleryDevelopers ol li > div > div.active
{ 
    height:100%;
    border-radius:6px;
    background-image: linear-gradient(bottom, #00B8FF 0%, #70E0FF 100%);
    background-image: -o-linear-gradient(bottom, #00B8FF 0%, #70E0FF 100%);
    background-image: -moz-linear-gradient(bottom, #00B8FF 0%, #70E0FF 100%);
    background-image: -webkit-linear-gradient(bottom, #00B8FF 0%, #70E0FF 100%);
    background-image: -ms-linear-gradient(bottom, #00B8FF 0%, #70E0FF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70E0FF', endColorstr='#00B8FF');
    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, #00B8FF),
	    color-stop(1 , #70E0FF)
    );
}
#mainContent.developers .center{
    width:960px;
    margin:0 auto;
    padding-bottom:150px;
}
#mainContent .center .btn
{
    width:236px;
    height:236px;
    border-radius: 118px;
    box-shadow: 0 0 4px #333;
    overflow:hidden;
    line-height:236px;
    text-align:center;
    position:relative; 
}
#mainContent .center .btn .gradient{
    position:absolute;
    width:100%;
    height:100%;
}
#mainContent .center .btn span
{
    position:relative;
    font-family: 'OpenSansLight';
    text-shadow: 0 1px 0 white;
    color:White;
    line-height:26px;
    display:inline-block;
    font-size:20px;
    vertical-align:middle;
 }
#mainContent .center .first .text p{
    background:url('../Content/Images/FAQs/green_arrow.png') no-repeat left 5px;
    padding-left:30px;
 }
#mainContent .center .text {
    display:inline-block;
    width:660px;
    font-family: 'OpenSansLight';
    text-shadow: 0 1px 0 white;
 }
#mainContent .center .text h1
{
    font-family: 'OpenSansLight';
    text-shadow: 0 1px 0 white;
    font-size:16px;
    color:#00CFFE;
}
#mainContent .center .text p{
    margin-top:20px;   
}
#mainContent.developers .center > div > div{
     margin-top:50px;    
     min-height:236px;
 }
#mainContent .center .btnLeft .Blue{
    float:left;
    margin-right:50px;
}
#mainContent .center .btnLeft .Blue .gradient
{
    height:100%;
    border-radius: 118px;
    border-top: 1px solid #B5EDFF;
	background-image: linear-gradient(bottom, #00B8FF , #71E1FF);
	background-image: -o-linear-gradient(bottom, #00B8FF , #71E1FF);
	background-image: -moz-linear-gradient(bottom, #00B8FF , #71E1FF);
	background-image: -webkit-linear-gradient(bottom, #00B8FF , #71E1FF);
	background-image: -ms-linear-gradient(bottom, #00B8FF, #71E1FF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71E1FF', endColorstr='#00B8FF');
    }
#mainContent .center .btnRight .Yellow {
    float:right;    
    margin-left:50px;
}
#mainContent .center .btnRight .Yellow .gradient
{
    height:100%;
    border-radius: 118px;
    border-top:1px solid #D7F960;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BCF100', endColorstr='#00C700');
    background-image: linear-gradient(bottom, #00C700 , #BCF100);
    background-image: -o-linear-gradient(bottom, #00C700 , #BCF100);
    background-image: -moz-linear-gradient(bottom, #00C700 , #BCF100);
    background-image: -webkit-linear-gradient(bottom, #00C700 , #BCF100);
    background-image: -ms-linear-gradient(bottom, #00C700, #BCF100);
}
#mainContent .signUpArea .applyNow{
	float: left;
}

/*****************************
END Developers page style
*****************************/


/*****************************
Newsstand app builder page style
*****************************/

.app-builder p {
    font: 14px OpenSansRegular;
    color: #4C4C4C;
    margin-bottom: 20px;
    line-height: 20px;
}
.app-builder ul {
    margin-bottom: 20px;
    margin-left: 20px;
}
.app-builder ul li {
    font: 14px OpenSansRegular;
    color: #4C4C4C;
    list-style-type: decimal;
}
.app-builder p a {
    font: 15px OpenSansRegular;
    color: #94AF00;
    text-decoration: none;
}
/*****************************
END Newsstand app builder page style
*****************************/

#map_canvas {
    height: 400px;
    display: inline-block;
    width: 500px;
}
.leftWrapper {
    display:inline-block;
	
}
.address {
    font: 18px OpenSansLight;
    color: #4C4C4C;
    margin-bottom: 20px;
    display: inline-block;
    width: 250px;
       vertical-align:top;
	
}
.address span {
    font: 18px OpenSansLight; 
    color: #94AF00;
    height: 100%;
    float: left;
    margin-bottom:5px;
    display: block;
	width: 100%;
}

/* Portfolio
--------------------------------------------------*/
.about section .portfolio-gallery img {
    margin: 5px;
    border: 0;
}
.portfolio-gallery a {
	text-decoration: none;
	display: block;
	text-align: center;
}

.portfolio-gallery li {
    margin:  0 57px 20px 0;
    display: inline-block;
    background: #FFFFFF;
	list-style: none;
	border: 1px solid #CCCCCC;
	box-shadow: 0 0 15px #CCCCCC;
}
.portfolio-gallery li.last-item {
    margin-right: 0;
}
.portfolio-gallery li {
	display: inline-block;
}
.portfolio-gallery a.img img {
	border: 1px solid #BBB;
}

#recaptcha_area, #recaptcha_table{
	margin: 0 auto;
}
/*
    pricing_four
*/
.pricing_four{
	padding-bottom: 100px;
}
.pricing_four > div{
    font-family: 'OpenSansLight';
 }
.pricing_four >h4{
	line-height: 40px;
	height: 40px;	
	font-size: 30px;
}
.pricing_four > div > div{
    display :inline-block;
    vertical-align :top;
}
.pricing_four > div >div.left{
    padding-left: 20px;
    width: 625px;
    position :relative;
}
.pricing_four > div >div.left > h4{
    color: #00B1FF;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 20px;
 }
.pricing_four > div > .bigButton {
    width: 315px;
    height: 162px;
    background: url('../Content/Images/Pricing/tapedition-pricing-bg.png') no-repeat scroll;
    margin-top: 50px;
}
.pricing_four  > div > .bigButton a
{
    height: 142px;
    font-size: 13px;
    line-height: 142px;
}
.pricing_four  > div > .bigButton a > span{
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
	font-size: 40px;
 }
 .pricing_four   > div > .bigButton a > span>span{
	font-size: 32px;
 }
  .pricing_four .left > img{
      position: absolute;
     left: -14px;
  }
.pricing_four .item5 > .bigButton {
	background: none;
} 
.pricing_four .item1 .left .form form input{
	width: 500px;
	height: 35px;
	padding-left: 10px;
	border: 1px solid #B5B5B5;
	border-bottom: 1px solid #FFFFFF;
	box-shadow: inset 0 0 1px #DADADA, inset 0 1px 2px #DADADA;
}
.pricing_four .item1 .left .form  form > a{
	display: block;
	width: 150px;
	color: #00B1FF;
	margin-top: 10px;
}
 .pricing_four .item1 .left{
     height: 900px;
 }
  .pricing_four .item2 .left{
     height: 606px;
 } 
  .pricing_four .item3 .left > img{
	top: -10px;
  }
  .pricing_four .item3 .left{
     height: 294px;
	 padding-top: 20px;
 } 
  .pricing_four .item4 .left{
     height: 487px;
 }  
 .pricing_four .item1 .left >p{
    padding: 10px 0;
  }
 .pricing_four .item4 .left >p{
    padding: 5px 0;
  }
 .pricing_four .item1 .left > div {
	text-align: center;
  }
 .pricing_four .item1 .left > div  > p >span{
	color: #00B4F3;
	font-size: 36px;
	font-family: 'OpenSansSemibold';
 }
 
 .pricing_four .item1 .left > div > * {
     display :inline-block;
     vertical-align :middle;
  }
 .pricing_four .item1 .left > div > img{
    z-index: 100;
    position: relative;   
 }
 .pricing_four .item1 .left > div > p{
     width: 66%;
	 line-height: 1.5;
	 margin-left: 30px;
	 font-size: 18px;
 }
  .pricing_four .item1 .left > div.for_400 > p{
    border-radius: 10px;
    background-color: white;
    border: 1px solid #DEDEDE;
    line-height: 50px;
    height: 50px;
    margin: 20px 0;
    padding-left: 120px;
    margin-left: -120px;
	font-size: 28px;
	font-family: 'OpenSansSemibold';
	color: #636363;
  } 
  .pricing_four .item1 .left > ul{
    background-color: #F7F7F7;
    border: 1px solid #DEDEDE;
    border-radius: 10px;
   list-style: none;
   height: 184px;
   overflow :hidden;
   color: #A1A1A1;
  }
 .pricing_four .item1 .left > ul li{
    background-color :White;
    height: 46px;
 }
 .pricing_four .item1 .left > ul li.parne{
     background-color: #F6F6F6;
 }
 .pricing_four .item1 .left > ul li > p{
    float: left;
    width: 40%;
    height: 100%;
	padding-left: 5px;
    line-height: 46px;
    border-left: 1px solid #F2F2F2;
 }
 .pricing_four .item1 .left > ul li > p.first_p{
    border-left:0;
    border-right: 1px solid #D6D6D6;
    width: 57%;
 }
  .pricing_four .item2 .left >div{
    border-radius: 10px;
    background-color: #F7F7F7;
    border: 1px solid #DEDEDE;
    padding: 20px;
 }
 .pricing_four .item2 .left > div >h4{
	font-size: 20px;
	line-height: 30px;
 }
 .pricing_four .item4 .left >div{
    border-radius: 10px;
    background-color: #F7F7F7;
    border: 1px solid #DEDEDE;
    line-height: 38px;
    margin-top: 15px;
    padding-left: 20px;
 }
 .pricing_four .item4 .left >div >p a{
    color: #00B1FF;
 }
.pricing_four .item1 .bigButton a{
    background-image: linear-gradient(top, #47DAFF 24%, #00B0D6 80%);
    background-image: -o-linear-gradient(top, #47DAFF 24%, #00B0D6 80%);
    background-image: -moz-linear-gradient(top, #47DAFF 24%, #00B0D6 80%);
    background-image: -webkit-linear-gradient(top, #47DAFF 24%, #00B0D6 80%);
    background-image: -ms-linear-gradient(top, #47DAFF 24%, #00B0D6 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#47DAFF', endColorstr='#00B0D6');
    background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0.24, #47DAFF),
	    color-stop(0.8, #00B0D6)
    );
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-top:1px solid #56B5CF;
}
.pricing_four .item2 .bigButton a{
    background-image: linear-gradient(top, #FED447 24%, #D5A903 80%);
    background-image: -o-linear-gradient(top, #FED447 24%, #D5A903 80%);
    background-image: -moz-linear-gradient(top, #FED447 24%, #D5A903 80%);
    background-image: -webkit-linear-gradient(top, #FED447 24%, #D5A903 80%);
    background-image: -ms-linear-gradient(top, #FED447 24%, #D5A903 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FED447', endColorstr='#D5A903');
    background-image: -webkit-gradient(
	    linear,
		left top,
	    left bottom,
	    color-stop(0.24, #FED447),
	    color-stop(0.8, #D5A903)
    );
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-top:1px solid #D6BA5D;
}
.pricing_four .item3 .bigButton a{
    background-image: linear-gradient(top, #61EC44 24%, #0AC300 80%);
    background-image: -o-linear-gradient(top, #61EC44 24%, #0AC300 80%);
    background-image: -moz-linear-gradient(top, #61EC44 24%, #0AC300 80%);
    background-image: -webkit-linear-gradient(top, #61EC44 24%, #0AC300 80%);
    background-image: -ms-linear-gradient(top, #61EC44 24%, #0AC300 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#61EC44', endColorstr='#0AC300');
    background-image: -webkit-gradient(
	    linear,
		left top,
	    left bottom,
	    color-stop(0.24, #61EC44),
	    color-stop(0.8, #0AC300)
    );
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-top:1px solid #46DC2F;
}
.pricing_four .item4 .bigButton a{
    background-image: linear-gradient(top, #00BFFF 24%, #0093D7 80%);
    background-image: -o-linear-gradient(top, #00BFFF 24%, #0093D7 80%);
    background-image: -moz-linear-gradient(top, #00BFFF 24%, #0093D7 80%);
    background-image: -webkit-linear-gradient(top, #00BFFF 24%, #0093D7 80%);
    background-image: -ms-linear-gradient(top, #00BFFF 24%, #0093D7 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00BFFF', endColorstr='#0093D7');
    background-image: -webkit-gradient(
	    linear,
		left top,
	    left bottom,
	    color-stop(0.24, #00BFFF),
	    color-stop(0.8, #0093D7)
    );
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-top:1px solid #00B9FB;
}

