/* CSS Dreams and Creations */
*{
    margin:0;
    padding:0;
}

/*---------------------*/
/*        FONTS        */
/*---------------------*/
@import url("http://hello.myfonts.net/count/26027d");
@font-face {
    font-family: 'UniversLTPro-Condensed';
    src: url('fonts/UniversLTPro/26027D_0_0.eot');
    src: url('fonts/UniversLTPro/26027D_0_0.eot#iefix') format('embedded-opentype'),
    url('fonts/UniversLTPro/26027D_0_0.woff') format('woff'),
    url('fonts/UniversLTPro/26027D_0_0.ttf') format('truetype'),
    url('fonts/UniversLTPro/26027D_0_0.svg') format('svg');
}

@font-face {
    font-family: 'billbonessansmedium';
    src: url('fonts/billbonessans/billbonessans-webfont.eot');
    src: url('fonts/billbonessans/billbonessans-webfont.eot#iefix') format('embedded-opentype'),
    url('fonts/billbonessans/billbonessans-webfont.woff') format('woff'),
    url('fonts/billbonessans/billbonessans-webfont.ttf') format('truetype'),
    url('fonts/billbonessans/billbonessans-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src:url('fonts/Icomoon/icomoon.eot');
    src:url('fonts/Icomoon/icomoon.eot#iefix') format('embedded-opentype'),
    url('fonts/Icomoon/icomoon.woff') format('woff'),
    url('fonts/Icomoon/icomoon.ttf') format('truetype'),
    url('fonts/Icomoon/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*----------------------*/
/*    GENERAL ELEMENTS  */
/*----------------------*/
body{
    /*background: #fff;*/
    background:url(../images/background.png);
    font-family: "Helvetica","Arial",sans-serif;
    font-weight: lighter;
    font-size:0.9375em;
    color:#9d9fa2;
}
body.bodybg {
    background:url(../images/background.png);
}

h1{
    font-family: "billbonessansmedium", "Arial", "Helvetica", sans-serif;
    font-weight:lighter;
    font-size:3.75em;
    color:#353535;
    margin-bottom:18px;
}
h2{
    font-family: "billbonessansmedium", "Arial", "Helvetica", sans-serif;
    /*font-size:2.1875em;*/
    font-size:2.7em;
    color:#353535;
    margin-bottom:5px;
    font-weight: lighter;
}

h2.header{
    color: #fff;
    font-size: 3.5em;
    line-height: 0.9em;
}

h3, label{
    /*text-transform: uppercase;*/
    margin: 0;
    font-family: "Helvetica", "Arial", sans-serif;
    font-weight: lighter;
    font-size:1em;
}
h4 {
    color:#FFF;
    font-family: "Helvetica", "Arial", "Helvetica", sans-serif;
    font-size:1em;
    font-weight: lighter;
    margin:0;
    outline:none;
}
h5{
    font-family: "Helvetica", "Arial", "Helvetica", sans-serif;
    font-size:2.25em;
    color:#161616;
    margin:0;
    padding:0;
    line-height:0.85em;
    font-weight: lighter;
}
p{
    margin: 0 0 .75em 0;
}


/*----------------------*/
/*    GENERAL CLASSES   */
/*----------------------*/
#pagination {
    text-align: center;
    margin-top: 2em;
}
#pagination ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 5px;
}
#pagination ul li {
    display: inline-block;
    border-left: 1px solid #ddd;
    padding: 0;
    margin: 0;
}
#pagination ul li:first-child {
    border: 0;
}
#pagination ul li > * {
    display: inline-block;
    padding: 0.5em 1em;
    margin: 0;
    line-height: 20px;
}
#pagination ul li a {
    color : #cd3134;
    text-decoration: none;
}
#pagination ul li span.active,
#pagination ul li a:hover {
    color : #cd3134;
    background: #e9e9e9;
}


#embedbutton {
    position: relative;
    margin-top: 0;
    display: inline-block;
}
#embedbutton > a {
    display: inline-block;
    border: 1px solid #C6C6C2;
    border-radius: 3px;
    background: rgb(254,254,254); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(233,233,233,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(233,233,233,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(233,233,233,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(233,233,233,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(233,233,233,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(233,233,233,1) 100%); /* W3C */
    color: #333;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    padding: 0 5px;
}
#embedbutton > a:hover,
#embedbutton > a.open {
    border-color: #AFAFAB;
    background: rgb(244,244,244); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(244,244,244,1) 0%, rgba(221,221,221,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(221,221,221,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(221,221,221,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(244,244,244,1) 0%,rgba(221,221,221,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */

}
#embedoptions {
    display:none;
    background: #fcfcfc;
    position: absolute;
    width: 100px;
    top: 24px;
    left: 0;
    background: #fff;
    border: 1px solid #999;
    border-radius: 3px;
    text-align: left;
    padding: 5px 0;
    z-index: 10;
}
#embedoptions > a {
    display:block;
    color: #666;
    text-decoration: none;
    font-size: 11px;
    padding: 0 5px;
}
#embedoptions > a:hover {
    background: #eee;
}
#embedcode {
    display:none;
    background: #f9f9f9;
    border: 1px solid #999;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    margin-bottom: 10px;
    z-index: 9;
}
#embedcode input {
    width: 100%;
}
#embedcodeclose {
    position: absolute;
    top: 0px;
    right: 7px;
    color: #999;
    text-decoration: none;
}
#socialbuttons {
    text-align:right; 
}
.showbigvideo {
    position: relative;
    display: block;
    width: 300px;
    height: 180px;
}
.showbigvideo .playicon {
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    left: 110px;
    top: 50px;
    background: url('../images/play.png') no-repeat;
}


.wrapper{
    width:960px;
    margin: 0 auto;
    position: relative;
}
#loginWrapper {
    width: 820px;
}
.content {
    padding: 30px 0 50px;
    background:url(../images/background.png);
}
.buttonbig, .buttonbig:hover, .buttonbig:visited{
    background-color:#359ad4;
    border:1px solid #217cb1;
    font-family:'Helvetica','Arial',sans-serif;
    font-weight:bold;
    font-size:0.9375em;
    color:#FFF;
    text-transform: uppercase;
    border-radius:10px;
    text-decoration: none;
    display: inline-block;
    padding:10px 15px 10px 15px;
}
.whitebutton, .whitebutton:hover, .whitebutton:visited{
    background-color: #f1f5f1;
    color:#359ad4;
    font-size: 1.6em;
}

.normalbutton, .normalbutton:hover, .normalbutton:visited{
    background-color: #217cb1;
    color: #fff;
    font-size: 1.6em;
}

.buttonsmall, .buttonsmall:hover, .buttonsmall:visited{
    background-color:#359ad4;
    border:1px solid #217cb1;
    font-family:'Helvetica','Arial',sans-serif;
    font-weight:bold;
    font-size:0.9375em;
    color:#FFF;
    border-radius:5px;
    text-decoration: none;
    display: inline-block;
    padding:5px 10px 5px 10px;
}

.arrowleader{
    width:250px;
    height:90px;
    text-align:center;
    position:absolute;
    z-index:10;
}

.arrowleader p{
    font-family: 'billbonessansmedium','Helvetica','Arial', sans-serif;
    font-size:1.5625em;
    line-height:1em;
    color:#797979;
    padding-top: 10px;
}

.arrowright{
    background:url(../images/arrowleft.png) no-repeat top right;
}

.arrowleft{
    background: url(../images/arrowright.png) no-repeat top left;
}

.arrowlefttop{
    background:url(../images/arrowlefttop.png) no-repeat top left;    
    margin-top:15px;
}

.arrowlefttop p{
    float:left;
    padding-left:30px;
    padding-top:20px;
}

#arrow01{
    width:250px;
    padding-top:40px;
    transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);

    right: 250px;
    top: -120px;
}

#arrow02{
    width:250px;

    top: -90px;
    left: 50px;

    transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
}

#arrow03{
    width:150px;

    /*right: 20px;
    top: -60px;*/
    right:40px;
    bottom:-80px;
    *bottom:-20px;

    transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
}

div.cleaner{
    width:100%;
    height:1px;
    clear:both;
}

div.divider{
    background-image: url("../images/divider.gif");
    background-repeat: repeat-x;
    /*width: 200px;*/
    width:100%;
    height: 1px;
    margin-top: 35px;
    clear:both;
}

a.button, a.button:visited, a.button:hover{
    display:inline-block;
    margin:0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color:#FFF;
    width:auto;
    padding:4px 6px 0 6px;
    padding:4px 6px 2px 6px\9;
    text-transform: uppercase;
    text-decoration:none;
    font-family: "UniversLTPro-Condensed", "Arial", "Helvetica";
    color:#0091dd;
    font-size:0.75em;
    line-height: 1.6em;
}

a.blue{
    color:#FFF;
    background-color:#0099cc;
}

a.grey,
a.grey:visited,
a.grey:hover {
    color:#FFF;
    background-color:#b3b2b2;
}

.green{
    color:#0f7f22;
}

a.blockbutton{
    display: inline-block;
    margin: 0px 15px 10px 0;
    background-color:#b3b2b2;
    text-decoration: none;
    color:#FFF;
    padding:6px 10px 4px 25px;
    border-radius:3px;
    text-transform: uppercase;
    font-family: "UniversLTPro-Condensed", "Arial", "Helvetica";
    font-size:0.75em;
    background-image:url(../images/mysmoovis/add.jpg);
    background-repeat:no-repeat;
    background-position:10px center;
}

/* Icomoon */
[data-icon]:before {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    float:left;
    padding-top:3px;
}

/*---------------------*/
/* CONTAINING ELEMENTS */ 
/*---------------------*
/* --- MENU --- */
/* login/register and home */
nav{
    background: url(../images/navigation/background.png);
    height:55px;
}
nav.blue{
    background-color: #3497d2;
}

nav h1.logo, nav a.logo {
    background: url('../images/logo_small.png');
    text-indent: -999em;
    width: 100px;
    height: 37px;
    float: left;
    margin: 5px 30px 0 0;
}

div.navcontainer a.button{
    margin-top:8px;
    margin-left:5px;
    text-decoration: none;
}

div.navcontainer a.button:hover{
    background-color:#1c628c;
    color:#FFF;
}

/*ul.navul{
    margin:0;
    padding:0;
    list-style-type: none;
    float:left;
    width:828px;
    background: url(../images/navigation/divider.png) top left no-repeat;
    padding: 0 0 0 2px;
}

ul.navul > li{
    display:inline;
    float:left;
    background-image:url(../images/navigation/divider.png);
    background-repeat: no-repeat;
    background-position: top right;
    text-transform: uppercase;
    margin:0;
}

ul.navul > li.dropdown{
    position:relative;
}

ul.navul > li > a, ul.navul > li > a:visited{
    float:left;
    display:block;
    height:32px;
    padding:0;
    text-align:center;
    font-size:0.8125em;
    color:#FFF;
    text-decoration: none;
}

ul.navul li a.active, ul.navul li a:hover{
    color:white;
    background-color:#3599d4;
    background-image:url(../images/navigation/divider.png);
    background-repeat: no-repeat;
    background-position: top right;
    text-decoration: none;
}

ul.navul li.dropdown:hover > ul.subnavul{
    display: block;
}
ul.subnavul {
    display:none;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color:#1c628c;
    position: absolute;
    left: -2px;
    top:46px;
    text-transform: capitalize;
    padding-bottom:4px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    -moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
    box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
}
ul.subnavul > li {
    margin-top:-2px;
}
ul.subnavul a, ul.subnavul a:hover {
    color: #fff;
    display:block;
    float:left;
    height:25px;
    min-width:150px;
    padding:9px 5px 0 5px;
    margin:6px 4px 0 4px;
    background:none;
    border-radius:5px;
    text-decoration: none;
}

ul.subnavul li a:hover{
    background:none;
    background-color:#3591c8;
}

li#loginbutton, li#singupbutton{
    background-image:none;
}

li#loginbutton a, li#singupbutton a{
   background-image:none;
   background-color:#FFF;
   color:#359ad4;
   line-height:35px;
   margin-top:5px;
   border-radius:10px;
   font-weight:800;
   float:right;
   margin-left:10px;
    padding:0 15px 0 15px;
}*/

/* tool */
.navigate{
    top:0;
    left:0;
    position: fixed;
    width:100%;
    z-index:999;
}

.navigate-inner{
    /*min-height: 40px;
    background-color: #0091dd;*/
    background-image:url(../images/navigation/background.png);
    height:55px;
}

.navcontainer{
    margin-right: auto;
    margin-left:auto;
    width:80%;
}

#logo{
    float:left;
    width:25%;
    height:35px;
    padding:6px 0 0 0;
    background-image:url(../images/navigation/divider.png);
    background-repeat: no-repeat;
    background-position: top right;
}

.controls {
    float: right;
    margin-top:3px;
}

ul.navul{
    margin:0;
    padding:0;
    list-style-type: none;
    float:left;
    width:828px;
    background: url(../images/navigation/divider.png) top left no-repeat;
    padding: 0 0 0 2px;
}

ul.navul > li{
    display:inline;
    float:left;
    background-image:url(../images/navigation/divider.png);
    background-repeat: no-repeat;
    background-position: top right;
    text-transform: uppercase;
    margin:0;
}

ul.navul > li.dropdown{
    position:relative;
}

ul.navul > li > a, ul.navul > li > a:visited{
    float:left;
    display:block;
    height:32px;
    /*padding:14px 20px 0 20px;*/
    padding:15px 15px 0 15px;
    text-align:center;
    font-size:0.8125em;
    color:#FFF;
    text-decoration: none;
}

ul.navul li a.active, ul.navul li a:hover{
    color:white;
    background-color:#3599d4;
    background-image:url(../images/navigation/divider.png);
    background-repeat: no-repeat;
    background-position: top right;
    text-decoration: none;
}

div.navcontainer a.button{
    margin-top:8px;
    margin-left:5px;
}

div.navcontainer a.button:hover{
    background-color:#1c628c;
    color:#FFF;
}

ul.navul li.dropdown:hover > ul.subnavul{
    display: block;
}
ul.subnavul {
    display:none;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color:#1c628c;
    position: absolute;
    left: -2px;
    top:46px;
    text-transform: capitalize;
    padding-bottom:4px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    -moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
    box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
    z-index:1000;
}
ul.subnavul > li {
    margin-top:-2px;
}
ul.subnavul a, ul.subnavul a:hover {
    color: #fff;
    display:block;
    float:left;
    height:25px;
    min-width:150px;
    padding:9px 5px 0 5px;
    margin:6px 4px 0 4px;
    background:none;
    border-radius:5px;
    text-decoration: none;
}

ul.subnavul li a:hover{
    background:none;
    background-color:#3591c8;
}

li#loginbutton, li#singupbutton{
    background-image:none;
    float:right;
}

li#loginbutton a, li#singupbutton a{
   background-image:none;
   background-color:#FFF;
   color:#359ad4;
   line-height:35px;
   margin-top:5px;
   border-radius:10px;
   font-weight:800;
   float:right;
   margin-left:10px;
    padding:0 15px 0 15px;
}

/* --- HEADER --- */
header{
    height:359px;
    /*background: #ffffff url(../images/home/headershadow.png) repeat-x bottom left;*/
    background: #3497d2 url('../images/home/blue_bg.jpg');
}
header .arrowleader {
    clear: both;
    position: relative;
    bottom: -60px;
    float:right;
    /*bottom: -230px;*/

    transform: rotate(3deg);
    -ms-transform: rotate(3deg); /* IE 9 */
    -webkit-transform: rotate(3deg); /* Safari and Chrome */
}
header div#shadow{
    background-image:url(../images/loginregister/shadow_header.png);
    height:25px;
    width:100%;
    position:absolute;
    bottom:0;
}
header #intro{
    width:380px;
    text-align:center;
    float: right;
    margin-right: 5%;
}
header #intro {
    padding: 45px 0 0 0;
}
header #intro p{
    margin-bottom:22px;
    color: #fff;
    font-size: 1.05em;
}
header #intro a.buttonbig{
    margin-bottom:5px;
}

header #intro #introbuttons{
    color: #fff;
    font-size: 0.6em;
    width: 260px;
    margin: 0 auto;
    margin-top: 1px;
}

header #intro #introbuttons .btnleft{
    float: left;
    width: 130px;
}

header #intro #introbuttons a{
    margin-top: 5px;
}

header div#carousel{
    position: absolute;
    /*right: 50px;*/
    top: 8px;
    width:500px;
    height:422px;
    background-image:url(../images/home/screen.png);
}
header#home div#carousel div#videowrapper{
    left:30px;
    top:29px;
    position: absolute;
    width:437px;
    height:250px;
    overflow:hidden;
}
header#home div#carousel video{
    width:439px;
    height:252px;   
}
header div#carousel .hidefirst{
    display:none;
}
header div#carousel img.carouselimage{
    position: absolute;
    left:31px;
    top:29px;
}
header div#carousel img.carouselbuttons{
    position:relative;
    z-index:2;
    display:none;
    cursor:pointer;
}
header div#carousel img#previous{
    float:left;
    margin:132px 0 0 31px;
}
header div#carousel img#next{
    float:right;
    margin:132px 32px 0 0;
}

/* --- PAGES --- */

/* LOGIN/REGISTER */
header#loginHeader{
    height:310px;
    padding-top:40px;
    width:100%;
    background-image:url(../images/loginregister/header.jpg);
    background-size:100% 100%;
    position:relative;

    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/loginregister/header.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/loginregister/header.jpg', sizingMethod='scale')";
}
header#loginHeader .wrapper{
    position: relative;
    height:310px;
}
header#loginHeader a{
    width:387px;
    height:109px;
    margin:0 auto 40px auto;
    display:block;
}
header#loginHeader h1{
    font-family:'billbonessansmedium','Helvetica','Arial', sans-serif;
    font-size:2.5em;
    line-height:1em;
    color:#ffffff;
    font-weight:lighter;
    float:left;
    margin-left:40px;

    transform: rotate(-2deg);
    -ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Safari and Chrome */
}
header#loginHeader h2{
    font-family:'billbonessansmedium','Helvetica','Arial', sans-serif;
    font-size:1.5em;
    line-height:1em;
    color:#353535;
    font-weight:lighter;
    float:left;
    width:100%;
    margin-left:45px;

    transform: rotate(-2deg);
    -ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Safari and Chrome */
}
header#loginHeader img#hand{
    position:absolute;
    right:0;
    bottom:0;
}

.contentblock {
    position: relative;
    margin-top: 75px;
}
.contentblock .papercut{
    width:820px;
    height:16px;
    background:url(../images/loginregister/papercut.png) no-repeat;
    position: absolute;
    z-index:1;
}
.contentblock .contentwrapper{
    width:750px;
    margin-left:35px;
    background: url(../images/loginregister/contentblock.png);
    padding: 30px 0;
    text-align: center;
}
.contentblock .contentbottom{
    background:url(../images/loginregister/contentbottom.png);
    width:750px;
    height:40px;
    margin-left:35px;
}

.contentblock .contentwrapper h1{
    font-weight:lighter;
    font-size:2.5em;
    text-align:center;
    margin-bottom:0;
    color:#353535;
}
.contentblock .contentwrapper h1 a{
    color:#ce3134;
    text-decoration: none;
}
.contentblock .contentwrapper .center{
    text-align: center;
}

.contentblock .contentwrapper .contentexpanded{
    width:620px;
    margin-left:65px;
    margin-top:30px;
    font-size:0.9375em;
    text-align: left;
    display:none;
}
.contentblock-open .contentwrapper .contentexpanded{
    display: block;
}
.contentblock-open h1 a{
    display: none;
}

#login form fieldset{
    width:300px;
    margin: 0 auto;
    text-align: left;
}
#register form fieldset{
    width:300px;
    float: left;
}
#firstfieldset{
    margin-right:15px;
}
.contentexpanded form input[type="text"],
.contentexpanded form input[type="email"],
.contentexpanded form input[type="password"],
#moreinfo form input[type="text"],
#moreinfo form input[type="email"],
.contentexpanded form select {
    width:280px;
    height:40px;
    background-color:#f3f4f0;
    border:1px solid #e6e7e8;
    border-radius:10px;
    margin-bottom:10px;
    outline:none;
    *height: 30px;
    padding:0 0 0 20px;
    *padding-top: 10px;
}
.contentexpanded form input.biginput {
    width: 598px;
}
.contentexpanded form input[type="checkbox"] {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}
.contentexpanded form input[type="submit"] {
    margin: 30px 0 0 0;
}

.contentexpanded form fieldset img#warning{
    position:absolute;
    right:10px;
    top:65px;
    display:none;
}
.contentexpanded form fieldset div#warningbubble{
    color:#9d9fa3;
    background-color:#fcfcfc;
    box-shadow: 0 0 5px #888888;
    width:225px;
    height:60px;
    border-radius:10px;
    position:absolute;
    z-index:100;
    right:-200px;
    top:0;
    display:none;
}
.contentexpanded form fieldset div#warningbubble p{
    margin:0;
    padding:10px;
}

.contentexpanded div.errorfield p{
    margin-bottom:0px;
    margin-left:20px;
    color:#cd3134;
}
#login .contentexpanded .errorfield{
    text-align: center;
    color: #ff2e2c;
}
#login .contentexpanded .errorfield p{
    margin-left:0;
}

.contentexpanded form .select .otherinput{
    display:none;
}
.contentexpanded form .select .otherinput a{
    display:block;
    text-decoration: none;
    right:0;
    top:8px;
    position:absolute;
    width:25px;
    height:26px;
    background-image:url(../images/loginregister/close.jpg);
    z-index:2;
}
.contentexpanded form .select .otherinput input{
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}
.contentexpanded .checkbox label {
    color:#9d9fa2;
}

.contentexpanded form .select{
    position:relative;
    float:left;
}

.contentexpanded form .select span.selectReplace{
    width:280px;
    height:40px;
    padding:0 0 0 20px;
    background-color:#f3f4f0;
    border:1px solid #e6e7e8;
    border-radius:10px;
    font-family: "Helvetica","Arial",sans-serif;
    font-weight: lighter;
    margin-bottom:10px;
    float:left;
    background-image:url(../images/loginregister/select.jpg);
    background-repeat:no-repeat;
    background-position:center right;
}

.contentexpanded form .select span.selectReplace span{
    padding-top:10px;
    float:left;
    color:#9d9fa2;
    outline:none;
}

.contentexpanded form .select select{
    position:absolute;
    top:1px;
    left:1px;
    width:100%;
    opacity:0;
    filter:alpha(opacity=0);
}

/* CONTENT */
div.wrapper p a{
    color:#cd3134;
    text-decoration: none;
}

#possibilities {
    margin: 80px 0 50px 0;
}
#possibilities article{
    float:left;
    width:30.333333333%;
    padding-right:3%;
    margin-bottom:40px;
}

#moreinfo article{
    margin: 45px 0;
}
#possibilities article a{
    color:#cd3134;
    text-decoration: none;
}
#moreinfo article p{
    margin-bottom: 35px;
}
#moreinfo article.leftimage img{
    float:left;
    margin-right:50px;
    border-radius:10px;
}

#moreinfo article.rightimage img{
    float:right;
    margin-left:50px;
    border-radius:10px;
}

#socialmedia{
    position:absolute;
    /*left:210px;
    top:400px;*/
    /*left:355px;
    top:365px;*/
    bottom:35px;
    right:0;
}

#socialmedia a{
    color:#cd3134;
    text-decoration: none;
    /*margin-right:10px;    */
    margin-right:5px;
    float:right;
}

#moreinfo{
    width:100%;
}

#moreinfo form label{
    display:block;
    float:left;
    width:10%;
    margin-top:10px;
}

#moreinfo form input[type="text"], #moreinfo form input[type="email"]{
    background-color:#FFF;
    float:left;
    width:50%;
    padding-top:10px\9;
    height:30px\9;
}

#moreinfo form textarea{
    width:50%;
    height:200px;
    float:left;
    border:1px solid #e6e7e8;
    border-radius:10px;
    margin-bottom:10px;
    outline:none;
    resize:none;
    padding:20px 0 0 20px;
}

#moreinfo form input[type="submit"]{
    width:15%;
    margin-left:47%;
}

/*#socialmedia a img{
    margin-right:5px;
}*/

/* partners */
div#partners{
    float:left;
    width:100%;
    margin-top:50px;
    margin-bottom:70px;
}

div#partners h1{
    float:left;
}

div#partners img{
    /*float:left;
    margin-right:10px;
    border:5pxz solid #e5e5e5;*/
    float:left;
    /*max-width:300px;
    max-height:60px;*/
    margin-right:15px;
    border:1px solid #e5e5e5;
}

/* pricing */
div.licenses{
    float:left;
    margin-top:10px;
    margin-bottom:60px;
    width:100%;
}

div.licenses div.license{
    background-color: #f8f8f8;
    border-color: #ebebeb;
    border-style: solid;
    border-width: 1px;
    border-radius:15px;
    /*padding: 5px 15px 5px 15px;*/
    margin-left:1%;
    margin-right:1%;
    width:30%;
    margin-bottom:2%;
    float:left;
    position:relative;
}

div.licenses div.license h2{
    text-align:center;
    font-family: Helvetica, Arial, sans-serif;
    color:#9d9fa2;
    font-size:1.5625em;
    font-weight:lighter;
    margin-top:14px;
    margin-bottom:14px;
}

div.licenses div.license div.packet{
    width:100%;
    float:left;
    background-color:#40b9ff;
    min-height:58px;
    padding-top:18px;
    background-image:url(../images/marketplace/arrow.png);
    background-position:right center;
    background-repeat:no-repeat;  
    box-shadow:0 2px 5px #999; 
    min-height:70px;
}

div.licenses div.license div.smallarrow{
    /*background-image:url(../images/marketplace/arrowsmall.png);    */
    background-image:none;
}

div.licenses div.license  div.packet2{
    background-color:#4aa5d9;
}

div.licenses div.license  div.packet3{
    background-color:#1e7cb0;
}

div.licenses div.license  div.packet4{
    background-color:#0b5b87;
}

div.licenses div.license div.packet h1{
    font-family:Helvetica, Arial, sans-serif;
    font-size:4em;
    font-weight:600;
    letter-spacing:-0.05em;
    color:#FFF;
    line-height:1em;
    padding:0;
    margin:0;
    margin-left:10px;
    margin-bottom:10px;
    float:left;
    width:auto;
    *max-width:30%;
}

div.licenses div.license div.packet div.twoprices h1{
    font-size:3.5em;
}

div.licenses div.license div.packet div.twoprices div.small h1{
    font-size:2.5em;
    float:right;
    margin-right:5px;
}

div.licenses div.license div.packet div.twoprices p{
    margin-left:0!important;
    font-size:0.875em!important;
}

div.licenses div.license div.packet h1 small{
    color:#FFF;
    float:left;
    font-size:0.25em;
    padding: 0;
    margin: 0;
    margin-right:5px;
    line-height: 1em;
    width:auto;
}

div.licenses div.license  div.packet h1 span{
    text-shadow: -1px -1px 2px #000; 
    float:left;   
}

div.licenses div.license  div.packet h1 span.smallerspan{
    font-size:0.9em;
}

div.licenses div.license  div.packet h1 span small{
    float:right;
    text-shadow:none;
    font-size:0.25em;
    letter-spacing: normal;
    margin-left:5px;
}

div.licenses div.license div.packet div.priceinfo, div.licenses div.license div.packet div.price{
    float:left;
}

div.licenses div.license div.packet div.price{
    margin-right:2px;
    /*width:30%;*/
}
div.licenses div.license div.packet div.priceinfo{
    width:62%;
    /*width:65%;*/
}

div.licenses div.license div.packet h2{
    float:left;
    color:#FFF;
    text-align:left;
    line-height:1em;
    padding:0;
    margin:0;
    font-weight:lighter;
    font-size:1.25em;
    margin-top:13px;
}

div.licenses div.license div.packet h2 small{
    font-size:0.80em;
}

div.licenses div.license h2.licensetitle1{
    font-weight:bolder;
    color:#40b9ff;
}

div.licenses div.license h2.licensetitle2{
    font-weight:bolder;
    color:#1e7cb0;
}

div.licenses div.license h2.licensetitle3{
    font-weight:bolder;
    color:#1e7cb0;
}

div.licenses div.license h2.licensetitle4{
    font-weight:bolder;
    color:#0b5b87;
}

div.licenses div.license div.packet h2.commingsoon{
    font-size:1.8em;
}

div.licenses div.license div.packet h2.commingsoon a{
    margin-left:10px;
    color:#FFF;
    font-weight:100;
    margin-top:7px;
    /*float:left;*/

    text-decoration:none;
}

div.licenses div.license div.packet h2 small{
    color:#FFF;
    font-weight:lighter;
}

div.licenses div.license div.packet div.priceinfo p{
    float:left;
    width:93%;
    font-size:0.9em;
    margin-left:0;
    /*margin-left:10px;*/
}

div.licenses div.license div.packet img{
    float:right;
    margin-right:5px;
    margin-top:-3px;
    width:10%;
}

div.licenses div.license div.packet p{
    float:left;
    color:#FFF;
    margin-left:10px;
    font-weight:lighter;
    line-height:1em;
    padding-top:5px;
}

div.licenses div.license img.leftborder, div.licenses div.license img.rightborder{
    position:absolute;
    top:56px;
}

div.licenses div.license img.leftborder{
    left:-4px;
}

div.licenses div.license img.rightborder{
    right:-4px;
}

div.licenses div.license img#freelabel{
    position:absolute;
    left:-7px;
    top:-6px;
    z-index:2;
}

div.licenses div.license ul, div.licenses div.license p.licenseinfotext{
    list-style-type:none;
    margin:20px 0 30px 5%;
    padding:0;
    float:left;
    width:90%;
}

div.licenses div.license ul li{
    /*margin:5px 20px 5px 20px;
    display:inline-block;*/
}

div.licenses div.license ul li img{
    margin-right:10px;
    margin-top:8px;
    float:left;
}

div.licenses div.license ul li span{
    margin-top:9px;
    float:left;
    width:85%;
}

div.licenses div.license a{
    margin-bottom:15px;
}

div.licenses div.license a.moreinfo{
    margin-bottom:30px;
    float:left;
    width:100%;
    text-align:center;
    color:#ce3134;
    text-decoration:none;
}

/* contact business */
fieldset.businessfieldset{
    width:100%;
    float:left;
    margin-bottom:60px;
}

fieldset.businessfieldset label{
    color:#555555;
    float:left;
    margin:10px 0 5px 10px;
    font-weight:bold;
    width:100%;
    display:inline-block;
}

fieldset.businessfieldset label.checkboxlabel{
    font-weight:lighter;
    width:auto;
    margin:5px 0 10px 3px;
    padding:0;
}

fieldset.businessfieldset input[type="radio"]
{
    float:left;
    margin:9px 0 0 10px;
}

fieldset.businessfieldset input[type="text"],
fieldset.businessfieldset input[type="email"],
fieldset.businessfieldset input[type="password"],
fieldset.businessfieldsetinput[type="text"],
fieldset.businessfieldset input[type="email"],
fieldset.businessfieldset select,
fieldset.businessfieldset textarea{
    width:60%;
    height:40px;
    background-color:#fff;
    border:1px solid #e6e7e8;
    border-radius:10px;
    margin-bottom:10px;
    outline:none;
    *height: 30px;
    padding:0 0 0 10px;
    *padding-top: 10px;
    font-weight:lighter;
}
fieldset.businessfieldset textarea{
    height:150px;
    resize:none;
    padding-top:10px;
}
.contentexpanded form input.biginput {
    width: 598px;
}
.contentexpanded form input[type="checkbox"] {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}
.contentexpanded form input[type="submit"] {
    margin: 30px 0 0 0;
}

#termsandprivacy h2{
    color:#000;
}

/* --- FOOTER --- */
footer{
    width:100%;
    background-image:url(../images/footer_background.jpg);
    position: relative;
    float:left;
}

footer div#footershadow{
    width:100%;
    height:17px;
    background-image:url(../images/footer_shadow.png);
}

footer article{
    width:20%;
    float:left;
    padding:40px 0 40px 0;
}

footer article h3{
    color:#FFF;
    margin-bottom:10px;
    width:100%;
}

footer article a, footer article a:hover, footer article a:visited, footer article span{
    font-size:0.9em;
    color:#9d9fa2;
    float:left;
    clear:both;
    text-decoration: none;
    width:100%;
}

footer article span.nonactive{
    opacity:0.3;
    filter:alpha(opacity=30);
}

footer article form input{
    float:left;
    border-radius:20px;
    padding:2px 10px 2px 10px;
    outline:none;
    font-size:0.8125em;
    float:left;
}

footer article form input[type="text"], footer article form input[type="email"]{
    border:1px solid #9d9fa2;
    color:#353535;
    width:90%;
}

footer article form input[type="submit"], footer article form input[type="submit"]:hover{
    margin-top:12px;
    float:right;
    font-size:0.8em;
    padding:5px 10px 5px 10px;
}

footer p{
    color:#9d9fa2;
    margin-bottom:30px;
    font-size:0.875em;
}

footer article .socialmediatype{
    float:left;
    width:100%;
}

footer article .socialmediatype img{
    float:left;
    margin-right:5px;
    margin-bottom:10px;
}

footer article .socialmediatype p{
    float:left;
    width:auto;
    margin-bottom:2px;
}

footer article div.fb-like-box .fb_iframe_widget{
    float:left!important;
    margin-left:-10px!important;
}