/* Reset rounded corners for all elements */
div,
input,
select,
textarea,
span,
img,
table,
label,
td,
th,
p,
a,
button,
ul,
code,
pre,
li {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

a,
a:focus,
a:hover,
a:active {
    outline: 0;
}

/*Fix for Firefox*/
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
}

/* Bootstrap buttons */
.btn-primary {
    color: #fff;
    background-color: #428bca;
    border: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    color: #fff;
    background-color: #3379b5;
    border-color: #2a6496;
}

.open .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3379b5;
    border-color: #2a6496;
}

.btn-primary:active,
.btn-primary.active {
    background-image: none;
    background-color: #2d6ca2;
}

.btn-primary:active:hover,
.btn-primary.active:hover {
    background-color: #3071a9;
}

.open .btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-primary .badge {
    color: #428bca;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #45B6AF;
    border-color: #3ea49d;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
    color: #fff;
    background-color: #3b9c96;
    border-color: #307f7a;
}

.open .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #3b9c96;
    border-color: #307f7a;
}

.btn-success:active,
.btn-success.active {
    background-image: none;
    background-color: #348a84;
}

.btn-success:active:hover,
.btn-success.active:hover {
    background-color: #37918b;
}

.open .btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: #45B6AF;
    border-color: #3ea49d;
}

.btn-success .badge {
    color: #45B6AF;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #89C4F4;
    border-color: #72b8f2;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
    color: #fff;
    background-color: #68b4f1;
    border-color: #43a1ed;
}

.open .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #68b4f1;
    border-color: #43a1ed;
}

.btn-info:active,
.btn-info.active {
    background-image: none;
    background-color: #51a8ef;
}

.btn-info:active:hover,
.btn-info.active:hover {
    background-color: #5aadf0;
}

.open .btn-info.dropdown-toggle {
    background-image: none;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: #89C4F4;
    border-color: #72b8f2;
}

.btn-info .badge {
    color: #89C4F4;
    background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #dfba49;
    border-color: #dbb233;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
    color: #fff;
    background-color: #daae2b;
    border-color: #bb9521;
}

.open .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #daae2b;
    border-color: #bb9521;
}

.btn-warning:active,
.btn-warning.active {
    background-image: none;
    background-color: #c89f23;
}

.btn-warning:active:hover,
.btn-warning.active:hover {
    background-color: #d0a625;
}

.open .btn-warning.dropdown-toggle {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: #dfba49;
    border-color: #dbb233;
}

.btn-warning .badge {
    color: #dfba49;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #F3565D;
    border-color: #f13e46;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
    color: #fff;
    background-color: #f1353d;
    border-color: #ec111b;
}

.open .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #f1353d;
    border-color: #ec111b;
}

.btn-danger:active,
.btn-danger.active {
    background-image: none;
    background-color: #ef1d26;
}

.btn-danger:active:hover,
.btn-danger.active:hover {
    background-color: #f0262f;
}

.open .btn-danger.dropdown-toggle {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: #F3565D;
    border-color: #f13e46;
}

.btn-danger .badge {
    color: #F3565D;
    background-color: #fff;
}

/***
Social Icons
***/
.social-icons {
    padding: 0;
    margin: 0;
}

.social-icons:before,
.social-icons:after {
    content: " ";
    display: table;
}
.social-icons:after {
    clear: both;
}

.social-icons li {
    float: left;
    display: inline;
    list-style: none;
    margin-right: 5px;
    margin-bottom: 5px;
    text-indent: -9999px;
}
.social-icons li > a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    width: 28px;
    height: 28px;
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.social-icons li:hover > a {
    background-position: 0 -38px;
}
.social-icons li .amazon {
    background: url("../images/cc396f74_amazon.png") no-repeat;
}
.social-icons li .behance {
    background: url("../images/60a7cb85_behance.png") no-repeat;
}
.social-icons li .blogger {
    background: url("../images/bcf3a623_blogger.png") no-repeat;
}
.social-icons li .deviantart {
    background: url("../images/d495f6c1_deviantart.png") no-repeat;
}
.social-icons li .dribbble {
    background: url("../images/6565b8de_dribbble.png") no-repeat;
}
.social-icons li .dropbox {
    background: url("../images/a6643eee_dropbox.png") no-repeat;
}
.social-icons li .evernote {
    background: url("../images/77ba55c2_evernote.png") no-repeat;
}
.social-icons li .facebook {
    background: url("../images/39fe369b_facebook.png") no-repeat;
}
.social-icons li .forrst {
    background: url("../images/e22f6653_forrst.png") no-repeat;
}
.social-icons li .github {
    background: url("../images/a4deeb55_github.png") no-repeat;
}
.social-icons li .googleplus {
    background: url("../images/b42adc29_googleplus.png") no-repeat;
}
.social-icons li .jolicloud {
    background: url("../images/d27dcb89_jolicloud.png") no-repeat;
}
.social-icons li .last-fm {
    background: url("../images/48b94fd3_last-fm.png") no-repeat;
}
.social-icons li .linkedin {
    background: url("../images/76c854c2_linkedin.png") no-repeat;
}
.social-icons li .picasa {
    background: url("../images/0ba69836_picasa.png") no-repeat;
}
.social-icons li .pintrest {
    background: url("../images/931df52d_pintrest.png") no-repeat;
}
.social-icons li .rss {
    background: url("../images/e8fc455a_rss.png") no-repeat;
}
.social-icons li .skype {
    background: url("../images/077e5020_skype.png") no-repeat;
}
.social-icons li .spotify {
    background: url("../images/815ca390_spotify.png") no-repeat;
}
.social-icons li .stumbleupon {
    background: url("../images/44e279cd_stumbleupon.png") no-repeat;
}
.social-icons li .tumblr {
    background: url("../images/3687f1dd_tumblr.png") no-repeat;
}
.social-icons li .twitter {
    background: url("../images/779a711e_twitter.png") no-repeat;
}
.social-icons li .vimeo {
    background: url("../images/a2fb4f65_vimeo.png") no-repeat;
}
.social-icons li .wordpress {
    background: url("../images/28e84bfa_wordpress.png") no-repeat;
}
.social-icons li .xing {
    background: url("../images/5996663f_xing.png") no-repeat;
}
.social-icons li .yahoo {
    background: url("../images/c9ea69be_yahoo.png") no-repeat;
}
.social-icons li .youtube {
    background: url("../images/aa5ab9d0_youtube.png") no-repeat;
}
.social-icons li .vk {
    background: url("../images/36f10109_vk.png") no-repeat;
}
.social-icons li .instagram {
    background: url("../images/cfbbe487_instagram.png") no-repeat;
}
.social-icons li .reddit {
    background: url("../images/de1a05d3_reddit.png") no-repeat;
}
.social-icons li .aboutme {
    background: url("../images/172516f4_aboutme.png") no-repeat;
}
.social-icons li .flickr {
    background: url("../images/10717f72_flickr.png") no-repeat;
}
.social-icons li .foursquare {
    background: url("../images/820e3d37_foursquare.png") no-repeat;
}
.social-icons li .gravatar {
    background: url("../images/aac1aa85_gravatar.png") no-repeat;
}
.social-icons li .klout {
    background: url("../images/78c3afe7_klout.png") no-repeat;
}
.social-icons li .myspace {
    background: url("../images/515f8488_myspace.png") no-repeat;
}
.social-icons li .quora {
    background: url("../images/66843cb7_quora.png") no-repeat;
}
.social-icons.social-icons-color > li > a {
    opacity: 0.7;
    background-position: 0 -38px !important;
}
.social-icons.social-icons-color > li > a:hover {
    opacity: 1;
}
.social-icons.social-icons-circle > li > a {
    border-radius: 25px !important;
}

/***
Inline Social Icons
***/
.social-icon {
    display: inline-block !important;
    width: 28px;
    height: 28px;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.social-icon.social-icon-circle {
    border-radius: 25px !important;
}

.social-icon.amazon {
    background: url("../images/cc396f74_amazon.png") no-repeat;
}
.social-icon.behance {
    background: url("../images/60a7cb85_behance.png") no-repeat;
}
.social-icon.blogger {
    background: url("../images/bcf3a623_blogger.png") no-repeat;
}
.social-icon.deviantart {
    background: url("../images/d495f6c1_deviantart.png") no-repeat;
}
.social-icon.dribbble {
    background: url("../images/6565b8de_dribbble.png") no-repeat;
}
.social-icon.dropbox {
    background: url("../images/a6643eee_dropbox.png") no-repeat;
}
.social-icon.evernote {
    background: url("../images/77ba55c2_evernote.png") no-repeat;
}
.social-icon.facebook {
    background: url("../images/39fe369b_facebook.png") no-repeat;
}
.social-icon.forrst {
    background: url("../images/e22f6653_forrst.png") no-repeat;
}
.social-icon.github {
    background: url("../images/a4deeb55_github.png") no-repeat;
}
.social-icon.googleplus {
    background: url("../images/b42adc29_googleplus.png") no-repeat;
}
.social-icon.jolicloud {
    background: url("../images/d27dcb89_jolicloud.png") no-repeat;
}
.social-icon.last-fm {
    background: url("../images/48b94fd3_last-fm.png") no-repeat;
}
.social-icon.linkedin {
    background: url("../images/76c854c2_linkedin.png") no-repeat;
}
.social-icon.picasa {
    background: url("../images/0ba69836_picasa.png") no-repeat;
}
.social-icon.pintrest {
    background: url("../images/931df52d_pintrest.png") no-repeat;
}
.social-icon.rss {
    background: url("../images/e8fc455a_rss.png") no-repeat;
}
.social-icon.skype {
    background: url("../images/077e5020_skype.png") no-repeat;
}
.social-icon.spotify {
    background: url("../images/815ca390_spotify.png") no-repeat;
}
.social-icon.stumbleupon {
    background: url("../images/44e279cd_stumbleupon.png") no-repeat;
}
.social-icon.tumblr {
    background: url("../images/3687f1dd_tumblr.png") no-repeat;
}
.social-icon.twitter {
    background: url("../images/779a711e_twitter.png") no-repeat;
}
.social-icon.vimeo {
    background: url("../images/a2fb4f65_vimeo.png") no-repeat;
}
.social-icon.wordpress {
    background: url("../images/28e84bfa_wordpress.png") no-repeat;
}
.social-icon.xing {
    background: url("../images/5996663f_xing.png") no-repeat;
}
.social-icon.yahoo {
    background: url("../images/c9ea69be_yahoo.png") no-repeat;
}
.social-icon.youtube {
    background: url("../images/aa5ab9d0_youtube.png") no-repeat;
}
.social-icon.vk {
    background: url("../images/36f10109_vk.png") no-repeat;
}
.social-icon.instagram {
    background: url("../images/cfbbe487_instagram.png") no-repeat;
}
.social-icon.reddit {
    background: url("../images/de1a05d3_reddit.png") no-repeat;
}
.social-icon.aboutme {
    background: url("../images/172516f4_aboutme.png") no-repeat;
}
.social-icon.flickr {
    background: url("../images/10717f72_flickr.png") no-repeat;
}
.social-icon.foursquare {
    background: url("../images/820e3d37_foursquare.png") no-repeat;
}
.social-icon.gravatar {
    background: url("../images/aac1aa85_gravatar.png") no-repeat;
}
.social-icon.klout {
    background: url("../images/78c3afe7_klout.png") no-repeat;
}
.social-icon.myspace {
    background: url("../images/515f8488_myspace.png") no-repeat;
}
.social-icon.quora {
    background: url("../images/66843cb7_quora.png") no-repeat;
}
.social-icon:hover {
    background-position: 0 -38px;
}

.social-icon-color {
    opacity: 0.7;
    background-position: 0 -38px !important;
}
.social-icon-color:hover {
    opacity: 1;
}