﻿::-ms-clear
        {
             display: none;
        }

html, body {
    color: #000;
    background-color: #e5e5e5;
    background-color: #f5f5f5;
}

.cf {
    zoom: 1;
}

    .cf:before,
    .cf:after {
        content: "";
        display: table;
    }

    .cf:after {
        clear: both;
    }

strong, b {
    font-weight: bold;
}

a {
    color: #262626;
    cursor: pointer;
    outline: 0;
    transition: all 0.2s linear;
}

a:hover {
    color: #262626;
}

/*input[type="text"], input[type="search"], input[type="email"], input[type="password"] {
    background-color: #fafafa;
    border-top: solid 1px #d5d5d5;
    border-bottom: solid 1px #d5d5d5;
    border-left: solid 1px #d5d5d5;
    padding: 0 10px;
    width: 218px;    
    color: #666;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
    transition: all 0.2s linear;
}*/

/*input[type="text"]:focus, input[type="search"]:focus, input[type="email"]:focus, input[type="password"]:focus {
    outline: 0;
}*/

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #757575;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #757575;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #757575;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #757575;
}

label {
    cursor: pointer;
}

h1, h2, h3, h4, h5 {
    color: #262626;
    text-transform: uppercase;
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

#fb-root {
    display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}