/* RESET
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
caption,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
footer,
header,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
sub,
summary,
sup,
tt,
table,
tbody,
textarea,
tfoot,
thead,
time,
tr,
th,
td,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: transparent;
    vertical-align: baseline;
    text-align: left;
    white-space: normal;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}

.t-right {
    text-align: right
}

/* SELF CLEARING FLOATS - CLEARFIX METHOD */
.footer .row:after,
.footer .col:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
}

/* DEFAULT ROW STYLES */

.footer .row {
    margin: 0 auto 75px;
    max-width: 924px;
    zoom: 1
}
/* set according to preference*/

/* DEFAULT COLUMN STYLES */

.footer .col {
    display: block;
    float: left;
    width: 100%;
}

@media (min-width:480px) { 
    .footer .col {
        margin-left: 2%
    }
}

/* RESET MARGINS */

.footer .col:first-child {
    margin-left: 0
}

/* COLUMN WIDTH ON DISPLAYS +768px */

@media (min-width:480px) { 
    
    .footer .span-3 {
        width: 23.5%
    }

    .footer .span-4 {
        width: 32.0%
    }

    .footer .span-6 {
        width: 49.0%
    }

    .footer .span-7 {
        width: 57.5%
    }

    .footer .span-8 {
        width: 66.0%
    }

    .footer .span-12 {
        width: 100%
    }
}

/*---------------------------------------------------------------------------------------------
[ footer ]
*/

.footer .sprite {
    background: url(/marketing/images/clickmeeting/global/modules/footer/sprite-footer.png) no-repeat
}

.footer {
    float: left;
    width: 100%;
    padding: 70px 0 0 0;
    background: #fff;
    background: rgb(244,244,244);
    background: -moz-linear-gradient(left,  rgba(244,244,244,1) 0%, rgba(255,255,255,0) 50%, rgba(244,244,244,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(244,244,244,1)), color-stop(50%,rgba(255,255,255,0)), color-stop(100%,rgba(244,244,244,1)));
    background: -webkit-linear-gradient(left,  rgba(244,244,244,1) 0%,rgba(255,255,255,0) 50%,rgba(244,244,244,1) 100%);
    background: -o-linear-gradient(left,  rgba(244,244,244,1) 0%,rgba(255,255,255,0) 50%,rgba(244,244,244,1) 100%);
    background: -ms-linear-gradient(left,  rgba(244,244,244,1) 0%,rgba(255,255,255,0) 50%,rgba(244,244,244,1) 100%);
    background: linear-gradient(to right,  rgba(244,244,244,1) 0%,rgba(255,255,255,0) 50%,rgba(244,244,244,1) 100%);
    font: 14px/32px 'Helvetica Neue', Helvetica;
}

.footer h3 {
    margin-bottom: 22px;
    letter-spacing: -1px;
    font-size: 20px;
    color:#1f2021
}

.footer ul {

}

.footer ul li {
    color: #737373;
    font: 14px/32px 'Helvetica Neue', Helvetica;
}

.footer ul li a {
    color: #737373;
    text-decoration: none;
}

.footer ul li a:hover {
    color: #ff7407;
    text-decoration: none;
}

.footer ul li .arrow:before,
.footer ul li .arrow:after {
    content:'';
    width:0;
    height:0;
    font-size:0;
    line-height:0;
    display:inline-block;
    position:relative;
}

.footer ul li .arrow.right-side:after {
    right:-5px;
    top:-2px;
    border-color:transparent transparent transparent #00aeef;
    border-style:solid;
    border-width:3px;
}

.footer ul li .arrow.right-side:hover:after {
    border-color:transparent transparent transparent #ff7407
}

.footer ul li .arrow.left-side:before {
    left:-5px;
    top:-2px;
    border-color:transparent transparent transparent #c1c3c6;
    border-style:solid;
    border-width:3px;
}

.footer ul li .arrow.left-side:after {
    border-color: transparent;
}

.footer ul li .arrow.left-side:hover:before {
    border-color:transparent transparent transparent #ff7407
}

.footer .col ul li a {
    padding-left:7px;
}

.footer .connect ul li a {
    padding-left:0px;
}

.footer .connect ul {
    white-space:nowrap;    
}

.footer .connect ul li {
    font-size:13px;
    display:inline-block;
}

.footer .contact * {
    display: inline
}

.footer .contact ul {
    position: relative;
    padding-left: 10px;
}

.footer .contact li {
    color: #1f2021;
    font-size: 14px;
}

.footer .contact li.sep {
    padding: 0 2px;
    color: #ddd;
    font-size: 10px;
}

.footer .contact ul li a {
    color: #00aeef;
    text-decoration: underline;
}

.footer .contact ul li a:hover {
    color:#ff7407;
}

.footer .social {
    text-align: right
}

.footer .social ul {
    top: 5px;
    float: right;
}

.footer .social li {
    display: inline-block;
    margin-left: 8px;
    text-indent: -999em;
}

.footer .social ul :first-child li {
    margin: 0
}

.footer .social li a {
    text-align: left;
    display: block;
    width: 21px;
    height: 21px;
    padding-left: 0 !important;
}

.footer .social .fb-ico {
    background-position: 0 0
}

.footer .social .t-ico {
    background-position: -30px 0
}

.footer .social .google-ico {
    background-position: -60px 0
}

.footer .social .blog-ico {
    background-position: -90px 0
}

.footer .copyright * {
    color: #1f2021;
    line-height: 27px;
}

.footer .cm-logo {
    display: inline-block;
    margin-right: 5px;
    width: 141px;
    height: 27px;
    background-position: 0 -30px;
    text-indent: -999em;
}


.footer .hr {
    position: relative;
    top: -35px;
    margin-bottom: 20px;
}

.footer hr {
    height: 1px;
    border: 0;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(196,196,196,0.75) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(196,196,196,0.75)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(196,196,196,0.75) 50%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(196,196,196,0.75) 50%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(196,196,196,0.75) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(196,196,196,0.75) 50%,rgba(255,255,255,0) 100%);
}

/* 
   Language selection 
   this code is awesome
   fap fap fap
*/

.dropdown-wrapper {
    float:right;
    position:relative;
    width:120px;
    padding-left:12px;
    margin-left:20px;
    background:rgb(251,251,251);
    background:-moz-linear-gradient(top,  rgba(251,251,251,1) 0%, rgba(242,242,242,1) 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,251,251,1)), color-stop(100%,rgba(242,242,242,1)));
    background:-webkit-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(242,242,242,1) 100%);
    background:-o-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(242,242,242,1) 100%);
    background:-ms-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(242,242,242,1) 100%);
    background:linear-gradient(to bottom,  rgba(251,251,251,1) 0%,rgba(242,242,242,1) 100%);
    border-radius:30px;
    box-shadow:0 1px 2px 0 rgba(50, 50, 50, 0.4);
    letter-spacing:-1px;
    cursor:pointer;
    font-family:Helvetica,Arial,sans-serif;
    color:#303030;
    font-size:14px;
    -webkit-transform: translateZ(0); /* webkit flicker fix */
    -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

.dropdown-wrapper .dropdown {
    display:block;
    position:absolute;
    background:white;
    bottom: 100%;
    top: auto;
    left: 0;
    right: 0;
    
    margin-bottom: 0.6em;
    border-radius:7px;
    box-shadow:0 1px 2px 0 rgba(50, 50, 50, 0.4);
    font-weight:normal;
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
    /* Hiding */
    opacity:0;
    visibility: hidden;

    width:100%;
}

.dropdown-wrapper:after {
    content:"";
    width:0;
    height:0;
    position:absolute;
    right:12px;
    top:51%;
    margin-top:-3px;
    border-width:3px 3px 0 3px;
    border-style:solid;
    border-color:#a7a7a7 transparent;
}

.dropdown-wrapper .dropdown:after {
    content:"";
    width:0;
    height:0;
    position:absolute;
    top:100%;
    border-style:solid;
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.dropdown-wrapper .dropdown:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1em;
    left: 0;
    height: 100%;
    width: 1em;
}  

.dropdown-wrapper .dropdown:after {
    right:11px;
    border-width:3px 3px 0 3px;
    border-color:#fff transparent;
}

.dropdown-wrapper:hover .dropdown {
    opacity: 1;
    visibility: visible;
    margin-bottom: 0.6em;
    -webkit-transform: translateX(0px) translateY(0px);
       -moz-transform: translateX(0px) translateY(0px);
        -ms-transform: translateX(0px) translateY(0px);
         -o-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
}

/*.dropdown-wrapper .dropdown:before {
    right:9px;
    border-width:5px 5px 0 6px;
    border-color:#d2d2d2 transparent;
}*/

.dropdown-wrapper .dropdown li a {
    display:block;
    padding:4px 4px 4px 12px;
    text-decoration:none;
    color:#303030;
    border:1px solid rgba(255, 255, 255, 0.2);
    -webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
}

.dropdown-wrapper i {
    position:relative;
    display:inline-block;
    height:14px;
    width:17px;
    margin-right:8px;
    top:2px;
}

.dropdown-wrapper i.ico-en {
    background-position:0 -61px
}

.dropdown-wrapper i.ico-pl {
    background-position:-18px -61px
}

.dropdown-wrapper i.ico-de {
    background-position:-37px -61px
}

.dropdown-wrapper i.ico-fr {
    background-position:-55px -61px
}

.dropdown-wrapper i.ico-ru {
    background-position:-73px -61px
}

.dropdown-wrapper .dropdown li:first-of-type a {
    border-radius:6px 6px 0 0
}

.dropdown-wrapper .dropdown li:last-of-type a {
    border:none;
    border-radius:0 0 6px 6px;
}

/* Hover state */

.dropdown-wrapper .dropdown li:hover a {
    background:#f6f6f6
}
