@import url('https://fonts.googleapis.com/css?family=Heebo');
* {
    margin: 0;
    outline: 0;
    border: 0;
    padding: 0;

}

html,
body {
    font-family: 'Heebo', sans-serif;
    font-style: normal;
    font-size: 14px;
    color: #707070;
    margin: 0px;
    direction: rtl;
    text-align: right;
	background-image:url('../img/background.png');
	width:100%;
	height:auto;
	background-repeat: repeat;
}

label {
    cursor: pointer;
}

a:link,
a:visited {
    text-decoration: none;
    color: #4285f4;
}

a:link:hover,
a:visited:hover {
    text-decoration: none;
    color: #039BE5;
}

a:focus {
    outline: thin dotted !important
}

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

.showmobile {
    display: none;
}

.accesshide {
    height: 0;
    overflow: hidden;
    position: absolute;
}

.avatar_small img {
    width: 50px;
    height: 50px;
}

.profilepic {
    width: 100%;
    height: 100%;
    border: 1px solid #f0f2f5;
    padding: 5px 5px 5px 5px;

}

.user_bar a {
    font-size: 15px;
    padding: 20px 10px 10px 10px;
    height: 100px;
}

.reviewblock {
    display: none;
}

.reviewblock a {
    display: block;
}

.topmenu {
    background: #538cd3;
    max-height: 30px;
    top: 0;
    z-index: 1000;
    width: 100%;
    text-align: center;
    display: block;
}

.toolbars {
    background: #000000;
    max-height: 30px;
    top: 0;
    z-index: 1000;
    width: 100%;
    text-align: center;

}

.toolbars ul {
    list-style: none none;
    padding: 0px;
    margin: 0px;
}

.toolbars ul li a {
    padding: 10px 6px;
    color: #FFFFFF;
    text-align: center;
    font-size: 15px;
    float: right;
}


.topmenu ul {
    list-style: none none;
    padding: 0px;
    margin: 0px;
}

.topmenu ul li a {
    padding: 10px 6px;
    color: #FFFFFF;
    text-align: center;
    font-size: 15px;
    float: right;
}

/* NEW HEADER */

.welcomehome {
    background: url('../img/pingistart.png');
    background-position: 50% 30%;
    height: 300px;
    width: 100%;
    background-size: 100%;
    margin: 10px 0px;
}

.changeweb {
    overflow: auto
}

.changeweb ul {
    list-style: none none;
    padding: 0px;
    margin: 0px;
}

.changeweb ul li a,
.changeweb ul li a:hover {
    padding: 5px;
    float: right;
    color: #FFFFFF;
    background: #3d3d3d;
    text-align: center;
    font-size: 14px;
    display: block;
}

.takestatus,
.takestatus a {
    background: #2196f3 !important;
}

.takememe,
.takememe a {
    background: #d35353 !important;
}

.uptoolbar {
    width: 100%;
    background: lightgray;
    color: #FFFFFF !important;


}


.backgroundcolor {
    width: 230px;
    background-color: #FFFFFF;


}

.main_header {
    overflow: auto;
    margin: 90px 0px;
    width: 900px;
    margin-right: 320px;



}

.main_headers {
    list-style: none;
    overflow: auto;
    margin: 0px 0px;
    margin-bottom: 5px;
    width: 900px;
    background: #BEBEBE;
    width: 100%;
    position: fixed;
    opacity: 0.9;
    z-index: 9997;
}


.main_headers ul {
    list-style: none none;
    padding: 0px;
    margin: 0px;
}

.main_headers ul li a,
.main_headers ul li a:hover {
    padding: 9px 12px;
    float: right;
    color: #FFFFFF;
    text-align: center;
    font-size: 15px;
    display: block;

}




.main_header #websearch {
    float: right;
    margin: 20px;
    width: 300px;
}

.main_header #websearch button {
    width: 16%;
    float: left;
    background: #2196f3;
    height: 50px !important;
    border-radius: 0px !important;
}

.main_header #websearch input {
    width: 84%;
    float: right;
    height: 50px !important;
    border-radius: 0px !important;
}

.adsh {
	margin-top:-80px;
}

.menu_new {
    overflow: auto;
    background: #7FDBFF;
    background: -moz-linear-gradient(top, #7FDBFF 0%, #7FDBFF 100%);
    background: -webkit-linear-gradient(top, #7FDBFF 0%, #7FDBFF 100%);
    background: linear-gradient(to bottom, #7FDBFF 0%, #7FDBFF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e36a48', endColorstr='#ff5a5f', GradientType=0);
    margin-bottom: inherit;



}

.menu_new ul {
    list-style: none none;
    padding: 0px;
    margin: 0px;



}

.menu_new ul li a,
.menu_new ul li a:hover {
    padding: 9px 12px;
    float: right;
    color: #FFFFFF;
    text-align: center;
    font-size: 15px;
    display: block;
}

.menu_new .fa {
    display: block;
    font-size: 17px;
}

.menu_new .ulfloatleft {
    float: left !important;
}


#logo img {
    width: 389px;
    height: 180px;
    margin-top: 50px;
}


.mememenu {
    background: #d35353 !important;
}

.margin10 {
    margin: 10px 0px;
}

.newapp {
    position: fixed;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    text-align: center;
    z-index: 9999999999;
    background: #e5eaf0;
    overflow: hidden;
    display: none;
}

.newapp strong {
    display: block;
    font-size: 22px;
    margin: 20% 0px 12% 0px;
}

.newapp img {
    width: 250px;
    height: 100px;
}

.categories_page ul li {
    list-style: none;
    margin: 8px;
}

.categories_page .strongtitle {
    font-size: 18px;
}

.changefs {
	position:absolute;top:52px;right:0;
	background-color:#FFF;
	border:2px solid #acacac;
	border-top-left-radius:7px;
	border-bottom-left-radius:7px;
	z-index:1000;
display: none;
}


.changefs li {
    list-style: none none;
    float: right;
    margin: 0px;
display: none;
}

.changefs li:first-child {
    padding: 10px 5px;
display: none;
}

.changefs li a {
    padding: 8px 8px 8px 8px;
    color: #fff;
    display: block;
    height: 40px;
display: none;
}


.footer ul {
    list-style: none none;
    padding: 0px;
    margin: -5px 10px 15px 0px;

}

.footer ul li {
    float: right;
    padding: 0px 6px;
}

.footer ul li a {
    font-size: 15px;
}

.fontbig {
    font-size: 17px;
}

.fontnormal {
    font-size: 15px;
    padding: 1px 0px 0px 0px;
}

.fontsmaller {
    font-size: 13px;
    padding: 3px 0px 0px 0px;
}

.logo a {
    float: right;
    padding: 0px !important;
    margin: 10px 0px;
}

.logo img {
    width: 152px;
    height: 42px;
}

.tags a {
    padding: 10px;
    font-size: 13px;
    color: #000000;
    display: block;
    float: right;
    border-radius: 5px;
    background: #ededed;
    margin: 5px;
}

.skip {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: right;
    overflow: hidden;
}

a.skip:active,
a.skip:focus,
a.skip:hover {
    right: 0;
    top: 0;
    width: 10%;
    font-size: 17px;
    padding: 10px;
    background: #FFFFFF;
    color: #000000;
    height: auto;
    overflow: visible;
    position: fixed;
    z-index: 9999999;
}

.page_content {
    font-size: 16px;
}




.c-black {
    color: #000 !important
}

.c-grey {
    color: #ededed !important
}

.c-dark-grey {
    color: #808182 !important
}

.c-silver {
    color: #fafafa !important
}

.c-orange {
    color: #ef9e00 !important
}

.c-red {
    color: #e74c3c !important
}

.b-red {
    background: #e74c3c !important
}

.c-red-light {
    color: #ffb5c4 !important
}

.c-purple {
    color: #9b59b6 !important
}

.c-blue {
    color: #2980b9 !important
}

.c-dark-blue {
    color: #2b4252 !important
}

.c-light-blue {
    color: #77cbf0 !important
}

.c-green {
    color: #7dc478 !important
}

.c-ink {
    color: #1e2126 !important
}

.c-pink {
    color: #eb496e !important
}

.c-dark-green {
    color: #2b5233 !important
}

.smaller {
    font-size: 14px;
}

.error_page {
    text-align: center;
    font-family: 'Open Sans Hebrew', sans-serif;
    position: fixed;
    top: 0;
    width: 100% !important;
    color: #000000;
    z-index: 100000;
    background: #e5eaf0;
    height: 100% !important;
    overflow: hidden;
}

.error_page img {
    padding-top: 15%;
}

.error_page .title {
    font-size: 25px;
}

.error_page .subtitle {
    font-size: 20px;
}

.adminlinks {
    padding: 5px 2px;
    font-size: 15px;
    font-weight: 400;
}

.adminlinks:hover {
    color: green
}

.categories ul {
    list-style: none;
    margin-right: 0px;
}

.categories ul ul {
    list-style: none;
    margin-right: 12px;
}

.categories ul li {
    margin: 10px 0px;
    display: block;
}

.categories ul a,
.categories ul ul a {
    font-size: 14px;
    margin: 3px 0px;
    display: block;
}

.block {
    background: #FFFFFF;
    border: 1px solid #f0f2f5;
    width: 100%;
    padding: 15px 15px 15px 15px;
    margin-bottom: 25px;
    border-radius: 0px;
    display: block;
    position: relative;
    text-align: right;
}

.blocklogin {
    border: 1px solid #f0f2f5;
    padding: 15px 15px 15px 15px;


}




.statusblock {
    font-size: 16px;
    color: #000000;
}

.statusblock a {
    color: #000000;
}

.statusblock h2 {
    font-size: 16px !important;
}

.statusphoto {
    width: 75%;
}

.newh1 {
    padding: 10px;
    margin-bottom: 5px;
    background: #7FDBFF;
    color: #FFFFFF !important;
    font-size: 19px;
}

.newh1two {
    background: #0074D9 !important;
}

.newh1three {
    background: #001f3f !important;
}

.newh1four {
    background: #ee82ee !important;
}

.newh1five {
    background: #0078AA;
    background: -moz-linear-gradient(top, #0078AA 0%, #0078AA 100%);
    background: -webkit-linear-gradient(top, #0078AA 0%, #0078AA 100%);
    background: linear-gradient(to bottom, #0078AA 0%, #0078AA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e36a48', endColorstr='#ff5a5f', GradientType=0);
}

.newh1six {
    background: #e91e63;
    background: -moz-linear-gradient(top, #e91e63 0%, #e91e63 100%);
    background: -webkit-linear-gradient(top, #e91e63 0%, #e91e63 100%);
    background: linear-gradient(to bottom, #e91e63 0%, #e91e63 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e36a48', endColorstr='#ff5a5f', GradientType=0);
}

.newh1seven {
    background: #3B5998;
    background: -moz-linear-gradient(top, #3B5998 0%, #3B5998 100%);
    background: -webkit-linear-gradient(top, #3B5998 0%, #3B5998 100%);
    background: linear-gradient(to bottom, #3B5998 0%, #3B5998 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e36a48', endColorstr='#ff5a5f', GradientType=0);
}



.newh1 small {
    color: #FFFFFF;
}

.newcategories ul,
.newcategories ul {
    list-style-type: none;
}

.categoryblock {
    background: #FFFFFF;
    font-size: 15px;
    width: 100%;
    padding: 4px 15px;
    border-radius: 0px;
    display: block;
    text-align: right;
}

.categorysub {
    padding-right: 30px;
}

.statusblock2 {
   background-image: url('http://bookis.co.il/client/img/lasti.jpeg');
   background-repeat:no-repeat;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
   width:100%;
   height:auto;
   margin: 0 0 20px 20px;
   color:#FFF;
  
 padding: 10px 0 10px 0;
   -moz-box-shadow: inset 9px 10px 10px 500px rgba(0,0,0, 0.7);
   -webkit-box-shadow: inset 9px 10px 10px 500px rgba(0,0,0, 0.7);
   box-shadow: inset 9px 10px 10px 500px rgba(0,0,0, 0.7);
   z-index:1;
}

@media (min-width: 1000px) {
	.statusblock2 {
width:100% !important;
	}
}

.statusblock2 .this-description {
	width:80%;
	color:#FFF;
	margin-right:20px;
	padding-right:0;
	font-weight:bold;
	margin-left:20px;
	z-index:2;
}

.this-description .readen {
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	position:absolute;
	margin-top:-25px;
}
.this-description span {
	font-size: 20px;
	font-weight:bold;
	color:#FFF;
}

.this-description section {
	overflow:hidden;
	margin-top:30px;
}

.this-description a:hover {
	color:#fff;
	font-weight:bold;

}

.statusblock2 a {
	color:#FFF;
	font-weight:bold;
}

.this-description .date {
	color:#FFF;
	width:88px;
	background-color:#3AB4F2;
	margin-bottom:10px;
	padding:5px 13px 5px 10px;
	font-size:13px;
	font-weight:bold;
}

.overall-rating {
	width:100%;
	text-align:right;
	float:right;
	font-size:12px;
	margin: -15px 0 5px 0;
	color:#dadada;
}

.this-description h2 {
	color:#FFF;
	font-weight:bold;
	float:right;
}

.this-description .readmore {
	color:#c0c0c0;
	font-size:11px;
	padding: 3px 10px 0 0;
	font-weight:bold;
}

.this-description .title a {
	color:#FFF !important;
	font-weight:bold;
	font-size:12px;
	float:right !important;
	padding: 0 15px 0 0;
}

.this-description p {
	color:#e3e3e3;
	width:100%;
	float:right;
	padding-left:40px;
	padding-right:20px;
	font-size:13px;
	font-weight:bold;
}

.this-description .author {
	width:100%;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	float:right;
	padding-top:5px;
}

.author img {
	margin: 2px 0 0 5px;
	float:right;
}

.storyblock {
}

.newstory {
    font-size: 15px;
    color: #000000;
    width: 96% !important;
    padding: 20px 20px;
    background: #FFFFFF;
    border: 1px solid #000000;
    width: 100%;
    padding: 15px 15px 15px 15px;
    margin-bottom: 20px;
    border-radius: 0px;
    text-align: right;

}

.statusblock2 a {
    color:#FFF;
}

.statusblock2 h2 {
    font-size: 18px !important;
}

.textleft {
    text-align: left;

}


.statusblock2 .headerline {
    padding-bottom: 10px;


}

.bloackstoryprofile {
    background: #FFFFFF;
    border: 1px solid #f0f2f5;
    width: 96%;
    padding: 15px 15px 15px 15px;
    margin-bottom: 25px;
    border-radius: 0px;
    display: block;
    position: relative;
    text-align: center;
}

.storyprofile img {
    width: 80px;
    height: 80px;
    border-radius: 50px;

}

.statusblock2 .profile_pic {
    float: right;
    width: 14%;

}

.statusblock2 .profile_pic img {
    width: 60px;
    height: 60px;
    border-radius: 50px;
}

.statusblock2 .status_text2 {
    float: right;
    width: 84%;
}

.status_text2 {
    text-align: right;
    margin: 6px 0px;
}

.report_button {
    padding: 5px;
    color: #FFFFFF !important;
    float: right;
    margin-right: 6px;
    background: #ff9800;
    font-size: 14px;
    display: block;
    font-weight: bold;
    opacity: .50;
}

.report_button a {
    color: #FFFFFF !important;
}

.report_button:hover {
    opacity: 1;
}

.borderprofileselect {
    border-style: solid;
    border-bottom: 1px solid #f0f2f5;
    ;
}

.statusblock2 .pin {
    position: absolute;
    left: 0;
    background: #aa4848;
    color: #FFFFFF;
    padding: 5px;
}

.status_likes2 {
    margin-top: 17px;
}

.status_likes2 ul li {
    list-style: none;
    text-align: center;
}

.status_likes2 ul li a {
    padding: 5px 11px;
    color: #FFFFFF !important;
    font-size: 14px;
    float: right;
    display: block;
    font-weight: bold;
    opacity: .65;
}

.status_likes2 ul li a:hover,
.status_likes .active {
    opacity: 100;
}

.status_likes2 ul li:nth-child(5) a {
    background: #aa4848;
}

.status_likes2 ul li a .fa {
    font-size: 18px;
}

.hot_color {
    color: #aa4848;
}

.hot_background {
    background: #aa4848;
}

.bomb_color {
    color: #48AA4A;
}

.bomb_background {
    background: #48AA4A;
}

.no_color {
    color: #48a3aa;
}

.no_background {
    background: #48a3aa;
}

.cold_color {
    color: #4a48aa;
}

.cold_background {
    background: #4a48aa;
}

.status_text {
    float: left;
    width: 87% !important;
    padding: 27px 23px;
    background: #FFFFFF;
    border: 1px solid #f0f2f5;
    width: 100%;
    padding: 15px 15px 15px 15px;
    margin-bottom: 20px;
    border-radius: 0px;
    text-align: right;
}

.likes_number {
    font-weight: bold;
    font-size: 15px;
    padding: 5px;
}

.send_comment {
    margin-top: 20px;
}

.comment_photo {
    float: right;
}

.comment_photo img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.comment_content {
    float: right;
    padding-right: 7px;
}

.comment_block {
    padding: 10px 7px;
    font-size: 15px;
}

.comment_block:nth-child(even) {
    background: #fafafa
}

.fontsize14 {
    font-size: 14px !important;
}

.fontsize15 {
    font-size: 15px !important;
}

.fontsize20 {
    font-size: 20px !important;
}

.width50 {
    width: 50% !important;
}

.padding10 {
    padding: 10px !important;
}

.padding10 {
    padding: 5px !important;
}

.margintop10 {
    margin: 10px 0px;
}

.margin5 {
    margin: 5px;
}


.btn-full {
    width: 100% !important;
    padding: 10px !important;
    border-radius: 0px !important;
}

.b-white {
    background: #FFFFFF;
}

.width {
    width: 900px !important;
    margin: 0px auto;
    text-align: right;
}

.radius5 {
    border-radius: 5px;
}

.width75 {
    width: 75%;
    margin: auto;
}

.mt {
    margin-top: 20px;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.cb {
    clear: both;
}

.sw {
    width: 450px;
}

.bsw {
    width: 700px;
}

.ssw {
    width: 260px;
}

.vssw {
    width: 240px;
}

.hide {
    display: none;
}

.left {
    text-align: left;
}

.scroll {
    overflow: scroll;
}

.border0 {
    border: 0px !important;
}

.center {
    text-align: center;
}

.post {
    background: #D31A00;
}

.post:hover {
    background: #ff2a0b;
}

.greycolor {
    color: #cbcacd;
}

.noneborder {
    border: 0px !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

a {
    background-color: transparent
}

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

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

@media print {
    *,
    :before,
    :after {
        background: transparent!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    .navbar {
        display: none
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd!important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #4285f4;
    text-decoration: none
}

a:hover,
a:focus {
    color: #039BE5;
    text-decoration: none
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

hr {
    margin-top: 21px;
    margin-bottom: 21px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only-hide {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h5,
h6 {
    text-align: right;
    margin: 0px 0px 10px 0px !important;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10.5px;
    margin-bottom: 10.5px
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%
}

p {
    margin: 0 0 10.5px
}

.lead {
    margin-bottom: 21px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

small,
.small {
    font-size: 85%
}

mark,
.mark {
    background-color: #fbbc05;
    padding: .2em
}

.text-left {
    text-align: left;

}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #4285f4
}

a.text-primary:hover,
a.text-primary:focus {
    color: #1266f1
}

.text-success {
    color: #29b636
}

a.text-success:hover,
a.text-success:focus {
    color: #208c2a
}

.text-info {
    color: #3498db
}

a.text-info:hover,
a.text-info:focus {
    color: #57aae1
}

.text-warning {
    color: #fbbc05
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ca9703
}

.text-danger {
    color: #ea4335
}

a.text-danger:hover,
a.text-danger:focus {
    color: #d62516
}

.bg-primary {
    color: #fff;
    background-color: #4285f4
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #1266f1
}

.bg-success {
    background-color: #29b636
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #208c2a
}

.bg-info {
    background-color: #3498db
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #57aae1
}

.bg-warning {
    background-color: #fbbc05
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #ca9703
}

.bg-danger {
    background-color: #ea4335
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #d62516
}

.page-header {
    padding-bottom: 9.5px;
    margin: 42px 0 21px;
    border-bottom: 1px solid #eee
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 0;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 21px
}

dt,
dd {
    line-height: 1.5
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10.5px 21px;
    margin: 0 0 21px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.5;
    color: #777
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 21px;
    font-style: normal;
    line-height: 1.5
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

pre {
    display: block;
    padding: 10px;
    margin: 0 0 10.5px;
    font-size: 13px;
    line-height: 1.5;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
	margin: 0 auto !important;
    margin-right: auto;
    margin-left: auto;
	margin-top:40px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1001px) {
    .container {
        width: 1050px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: 15px;
    margin-right: 15px
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: right
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666666666666%
}

.col-xs-10 {
    width: 83.33333333333334%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666666666666%
}

.col-xs-7 {
    width: 58.333333333333336%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666666666667%
}

.col-xs-4 {
    width: 33.33333333333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.666666666666664%
}

.col-xs-1 {
    width: 8.333333333333332%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666666666666%
}

.col-xs-pull-10 {
    right: 83.33333333333334%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666666666666%
}

.col-xs-pull-7 {
    right: 58.333333333333336%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666666666667%
}

.col-xs-pull-4 {
    right: 33.33333333333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.666666666666664%
}

.col-xs-pull-1 {
    right: 8.333333333333332%
}

.col-xs-pull-0 {
    right: 0
}

.col-xs-push-12 {
    right: 100%
}

.col-xs-push-11 {
    right: 91.66666666666666%
}

.col-xs-push-10 {
    right: 83.33333333333334%
}

.col-xs-push-9 {
    right: 75%
}

.col-xs-push-8 {
    right: 66.66666666666666%
}

.col-xs-push-7 {
    right: 58.333333333333336%
}

.col-xs-push-6 {
    right: 50%
}

.col-xs-push-5 {
    right: 41.66666666666667%
}

.col-xs-push-4 {
    right: 33.33333333333333%
}

.col-xs-push-3 {
    right: 25%
}

.col-xs-push-2 {
    right: 16.666666666666664%
}

.col-xs-push-1 {
    right: 8.333333333333332%
}

.col-xs-push-0 {
    right: 0
}

.col-xs-offset-12 {
    margin-right: 100%
}

.col-xs-offset-11 {
    margin-right: 91.66666666666666%
}

.col-xs-offset-10 {
    margin-right: 83.33333333333334%
}

.col-xs-offset-9 {
    margin-right: 75%
}

.col-xs-offset-8 {
    margin-right: 66.66666666666666%
}

.col-xs-offset-7 {
    margin-right: 58.333333333333336%
}

.col-xs-offset-6 {
    margin-right: 50%
}

.col-xs-offset-5 {
    margin-right: 41.66666666666667%
}

.col-xs-offset-4 {
    margin-right: 33.33333333333333%
}

.col-xs-offset-3 {
    margin-right: 25%
}

.col-xs-offset-2 {
    margin-right: 16.666666666666664%
}

.col-xs-offset-1 {
    margin-right: 8.333333333333332%
}

.col-xs-offset-0 {
    margin-right: 0
}

@media(min-width:768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: right
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666666666666%
    }
    .col-sm-10 {
        width: 83.33333333333334%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666666666666%
    }
    .col-sm-7 {
        width: 58.333333333333336%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666666666667%
    }
    .col-sm-4 {
        width: 33.33333333333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.666666666666664%
    }
    .col-sm-1 {
        width: 8.333333333333332%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666666666666%
    }
    .col-sm-pull-10 {
        right: 83.33333333333334%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666666666666%
    }
    .col-sm-pull-7 {
        right: 58.333333333333336%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666666666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.666666666666664%
    }
    .col-sm-pull-1 {
        right: 8.333333333333332%
    }
    .col-sm-pull-0 {
        right: 0
    }
    .col-sm-push-12 {
        right: 100%
    }
    .col-sm-push-11 {
        right: 91.66666666666666%
    }
    .col-sm-push-10 {
        right: 83.33333333333334%
    }
    .col-sm-push-9 {
        right: 75%
    }
    .col-sm-push-8 {
        right: 66.66666666666666%
    }
    .col-sm-push-7 {
        right: 58.333333333333336%
    }
    .col-sm-push-6 {
        right: 50%
    }
    .col-sm-push-5 {
        right: 41.66666666666667%
    }
    .col-sm-push-4 {
        right: 33.33333333333333%
    }
    .col-sm-push-3 {
        right: 25%
    }
    .col-sm-push-2 {
        right: 16.666666666666664%
    }
    .col-sm-push-1 {
        right: 8.333333333333332%
    }
    .col-sm-push-0 {
        right: 0
    }
    .col-sm-offset-12 {
        margin-right: 100%
    }
    .col-sm-offset-11 {
        margin-right: 91.66666666666666%
    }
    .col-sm-offset-10 {
        margin-right: 83.33333333333334%
    }
    .col-sm-offset-9 {
        margin-right: 75%
    }
    .col-sm-offset-8 {
        margin-right: 66.66666666666666%
    }
    .col-sm-offset-7 {
        margin-right: 58.333333333333336%
    }
    .col-sm-offset-6 {
        margin-right: 50%
    }
    .col-sm-offset-5 {
        margin-right: 41.66666666666667%
    }
    .col-sm-offset-4 {
        margin-right: 33.33333333333333%
    }
    .col-sm-offset-3 {
        margin-right: 25%
    }
    .col-sm-offset-2 {
        margin-right: 16.666666666666664%
    }
    .col-sm-offset-1 {
        margin-right: 8.333333333333332%
    }
    .col-sm-offset-0 {
        margin-right: 0
    }
}

@media(min-width:992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: right
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666666666666%
    }
    .col-md-10 {
        width: 83.33333333333334%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666666666666%
    }
    .col-md-7 {
        width: 58.333333333333336%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666666666667%
    }
    .col-md-4 {
        width: 33.33333333333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.666666666666664%
    }
    .col-md-1 {
        width: 8.333333333333332%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666666666666%
    }
    .col-md-pull-10 {
        right: 83.33333333333334%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666666666666%
    }
    .col-md-pull-7 {
        right: 58.333333333333336%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666666666667%
    }
    .col-md-pull-4 {
        right: 33.33333333333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.666666666666664%
    }
    .col-md-pull-1 {
        right: 8.333333333333332%
    }
    .col-md-pull-0 {
        right: 0
    }
    .col-md-push-12 {
        right: 100%
    }
    .col-md-push-11 {
        right: 91.66666666666666%
    }
    .col-md-push-10 {
        right: 83.33333333333334%
    }
    .col-md-push-9 {
        right: 75%
    }
    .col-md-push-8 {
        right: 66.66666666666666%
    }
    .col-md-push-7 {
        right: 58.333333333333336%
    }
    .col-md-push-6 {
        right: 50%
    }
    .col-md-push-5 {
        right: 41.66666666666667%
    }
    .col-md-push-4 {
        right: 33.33333333333333%
    }
    .col-md-push-3 {
        right: 25%
    }
    .col-md-push-2 {
        right: 16.666666666666664%
    }
    .col-md-push-1 {
        right: 8.333333333333332%
    }
    .col-md-push-0 {
        right: 0
    }
    .col-md-offset-12 {
        margin-right: 100%
    }
    .col-md-offset-11 {
        margin-right: 91.66666666666666%
    }
    .col-md-offset-10 {
        margin-right: 83.33333333333334%
    }
    .col-md-offset-9 {
        margin-right: 75%
    }
    .col-md-offset-8 {
        margin-right: 66.66666666666666%
    }
    .col-md-offset-7 {
        margin-right: 58.333333333333336%
    }
    .col-md-offset-6 {
        margin-right: 50%
    }
    .col-md-offset-5 {
        margin-right: 41.66666666666667%
    }
    .col-md-offset-4 {
        margin-right: 33.33333333333333%
    }
    .col-md-offset-3 {
        margin-right: 25%
    }
    .col-md-offset-2 {
        margin-right: 16.666666666666664%
    }
    .col-md-offset-1 {
        margin-right: 8.333333333333332%
    }
    .col-md-offset-0 {
        margin-right: 0
    }
}

@media(min-width:1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: right
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666666666666%
    }
    .col-lg-10 {
        width: 83.33333333333334%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666666666666%
    }
    .col-lg-7 {
        width: 58.333333333333336%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666666666667%
    }
    .col-lg-4 {
        width: 33.33333333333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.666666666666664%
    }
    .col-lg-1 {
        width: 8.333333333333332%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666666666666%
    }
    .col-lg-pull-10 {
        right: 83.33333333333334%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666666666666%
    }
    .col-lg-pull-7 {
        right: 58.333333333333336%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666666666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.666666666666664%
    }
    .col-lg-pull-1 {
        right: 8.333333333333332%
    }
    .col-lg-pull-0 {
        right: 0
    }
    .col-lg-push-12 {
        right: 100%
    }
    .col-lg-push-11 {
        right: 91.66666666666666%
    }
    .col-lg-push-10 {
        right: 83.33333333333334%
    }
    .col-lg-push-9 {
        right: 75%
    }
    .col-lg-push-8 {
        right: 66.66666666666666%
    }
    .col-lg-push-7 {
        right: 58.333333333333336%
    }
    .col-lg-push-6 {
        right: 50%
    }
    .col-lg-push-5 {
        right: 41.66666666666667%
    }
    .col-lg-push-4 {
        right: 33.33333333333333%
    }
    .col-lg-push-3 {
        right: 25%
    }
    .col-lg-push-2 {
        right: 16.666666666666664%
    }
    .col-lg-push-1 {
        right: 8.333333333333332%
    }
    .col-lg-push-0 {
        right: 0
    }
    .col-lg-offset-12 {
        margin-right: 100%
    }
    .col-lg-offset-11 {
        margin-right: 91.66666666666666%
    }
    .col-lg-offset-10 {
        margin-right: 83.33333333333334%
    }
    .col-lg-offset-9 {
        margin-right: 75%
    }
    .col-lg-offset-8 {
        margin-right: 66.66666666666666%
    }
    .col-lg-offset-7 {
        margin-right: 58.333333333333336%
    }
    .col-lg-offset-6 {
        margin-right: 50%
    }
    .col-lg-offset-5 {
        margin-right: 41.66666666666667%
    }
    .col-lg-offset-4 {
        margin-right: 33.33333333333333%
    }
    .col-lg-offset-3 {
        margin-right: 25%
    }
    .col-lg-offset-2 {
        margin-right: 16.666666666666664%
    }
    .col-lg-offset-1 {
        margin-right: 8.333333333333332%
    }
    .col-lg-offset-0 {
        margin-right: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: right
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 21px
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #eef0f4
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #29b636
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #24a130
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #3498db
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #3498db
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fbbc05
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #e3aa04
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #ea4335
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #e82e1e
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width: 767px) {
    .mobilehide {
        display: none;
    }
    .table-responsive {
        width: 100%;
        margin-bottom: 15.75px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive > .table {
        margin-bottom: 0
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap
    }
    .table-responsive > .table-bordered {
        border: 0
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    font-size: 16px;
    margin: 5px 0px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.5;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    background-color: #F6F6F6;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    -webkit-box-shadow: 0 0 .0625em #00b98d;
    box-shadow: 0 0 .0625em #00b98d;
    border-color: #00b98d;
    outline: 0;
    border-color: #4285f4
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}


@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 35px
    }
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px
    }
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,
.checkbox label {
    min-height: 21px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 35px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 33px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 39px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    pointer-events: none
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }
    .form-inline .input-group > .form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 28px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px;
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #efefef;
    border-color: #ccc
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #d6d6d6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #d6d6d6;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #d6d6d6;
    border-color: #adadad
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #c4c4c4;
    border-color: #8c8c8c
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #efefef;
    border-color: #ccc
}

.btn-default .badge {
    color: #efefef;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #3d3d3d;
    border-color: #3d3d3d
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #3d3d3d;
    border-color: #3d3d3d
}

.btn-primary:hover {
    color: #fff;
    background-color: #145576;
    border-color: #145576
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #145576;
    border-color: #145576
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #0c57d3;
    border-color: #093d94
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #4285f4;
    border-color: #2a75f3
}

.btn-primary .badge {
    color: #4285f4;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #29b636;
    border-color: #24a130
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #208c2a;
    border-color: #0d3911
}

.btn-success:hover {
    color: #fff;
    background-color: #208c2a;
    border-color: #196f21
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #208c2a;
    border-color: #196f21
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #196f21;
    border-color: #0d3911
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #29b636;
    border-color: #24a130
}

.btn-success .badge {
    color: #29b636;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #3498db;
    border-color: #3498db
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #57aae1;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #57aae1;
    border-color: #57aae1
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #57aae1;
    border-color: #57aae1
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #57aae1;
    border-color: #1b6d85
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #3498db;
    border-color: #3498db
}

.btn-info .badge {
    color: #3498db;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #fbbc05;
    border-color: #e3aa04
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ca9703;
    border-color: #654c02
}

.btn-warning:hover {
    color: #fff;
    background-color: #ca9703;
    border-color: #a77d03
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ca9703;
    border-color: #a77d03
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #a77d03;
    border-color: #654c02
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none
}

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

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

.btn-danger {
    color: #fff;
    background-color: #0078AA;
    border-color: #0078AA
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #d62516;
    border-color: #79150d
}

.btn-danger:hover {
    color: #fff;
    background-color: #3AB4F2;
    border-color: #3AB4F2
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d62516;
    border-color: #b51f13
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #b51f13;
    border-color: #79150d
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none
}

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

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

.btn-link {
    color: #4285f4;
    font-weight: 400;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #039BE5;
    text-decoration: none;
    background-color: transparent
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    white-space: nowrap
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #4285f4
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.5;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
    z-index: 2
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn-group > .btn {
    float: none
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified > .btn-group .btn {
    width: 100%
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn > .btn {
    position: relative
}

.input-group-btn > .btn + .btn {
    margin-left: -1px
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav > li.disabled > a {
    color: #777
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eee;
    border-color: #4285f4
}

.nav .nav-divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.breadcrumb {
    padding: 0px 15px 5px 0px;
    margin-bottom: 15px;
    margin-top: 8px;
    list-style: none;
    border-radius: 4px
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li > a {
    color: #000000;
    font-weight: bold;
}

.breadcrumb > li:last-child > a {
    color: #4285f4;
    font-weight: bold;
}

.breadcrumb > li + li:before {
    content: "\00BB";
    padding: 0 5px;
    color: #000000
}

.breadcrumb > .active {
    color: #000000
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 21px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: right;
    padding: 6px 12px;
    line-height: 1.5;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-right: -1px
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination > li:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 3;
    color: #7FDBFF;
    background-color: #eee;
    border-color: #ddd
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #F2DF3A;
    border-color: #F2DF3A;
    cursor: default
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 21px 0;
    list-style: none;
    text-align: center
}

.pager li {
    display: inline
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next > a,
.pager .next > span {
    float: right
}

.pager .previous > a,
.pager .previous > span {
    float: left
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    margin: 5px;
    font-size: 85%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #4285f4
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #1266f1
}

.label-success {
    background-color: #29b636
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #208c2a
}

.label-info {
    background-color: #3498db
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #57aae1
}

.label-warning {
    background-color: #fbbc05
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ca9703
}

.label-danger {
    background-color: #ea4335
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #d62516
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #4285f4;
    background-color: #fff
}

.list-group-item > .badge {
    float: right
}

.list-group-item > .badge + .badge {
    margin-right: 5px
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.alert {
    padding: 15px;
    margin-bottom: 21px;
    border: 1px solid transparent;
    border-radius: 0px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert > p,
.alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dbe2c9;
    color: #556b45
}

.alert-success hr {
    border-top-color: #d8eac9
}

.alert-success .alert-link {
    color: #001f3f
}

.alert-info {
    background-color: #5e707d;
    color: #FFF
}

.alert-info hr {
    border-top-color: #c0e9f2
}

.alert-info .alert-link {
    color: #34789a
}

.alert-warning {
    background: #ede6e0;
    color: #564a3f
}

.alert-warning hr {
    border-top-color: #fbf0da
}

.alert-warning .alert-link {
    color: #b78c43
}

.alert-danger {
    background-color: #001f3f;
    color: #FFF
}

.alert-danger hr {
    border-top-color: #efd7db
}

.alert-danger .alert-link {
    color: #001f3f
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 21px;
    margin-bottom: 21px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 21px;
    color: #fff;
    text-align: center;
    background-color: #4285f4;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #29b636
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #3498db
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #fbbc05
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #ea4335
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media > .pull-right {
    padding-left: 10px
}

.media-left,
.media > .pull-left {
    padding-right: 10px
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.panel {
    margin-bottom: 21px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.5px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    padding: 16px
}

.modal-footer {
    padding: 16px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: center;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

.popover > .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0
}

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.navbar {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    border: none;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
    font-size: 14px;
    padding: 10px 0
}

.navbar.removeShadow {
    -webkit-box-shadow: none;
    box-shadow: none
}

.navbar .navbar-right {
    margin-right: 0
}

.navbar .navbar-nav > li > a {
    min-width: 45px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-left: 2px
}

.navbar-brand {
    font-weight: 400;
    line-height: 40px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    padding: 0 15px;
    letter-spacing: .25px
}

.navbar-brand .dot:after {
    opacity: .4;
    filter: alpha(opacity=40);
    content: "?�";
    margin: 0 3px
}

.navbar-brand .hook:after {
    opacity: .4;
    filter: alpha(opacity=40);
    content: "?�";
    margin: 0 3px
}

.mobi-nav {
    display: none!important;
    height: 40px;
    width: 40px;
    text-align: center;
    float: right;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

@media (max-width: 767px) {
    .mobi-nav {
        display: block!important
    }
    table.mobi-nav {
        display: table!important
    }
    tr.mobi-nav {
        display: table-row!important
    }
    th.mobi-nav,
    td.mobi-nav {
        display: table-cell!important
    }
}

.mobi-nav i {
    line-height: 40px
}

.mobi-nav:hover {
    background: rgba(0, 0, 0, 0.2);
    color: #fff
}

.mobi-nav:hover i {
    color: #fff
}

.body-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity ease .4s;
    -o-transition: opacity ease .4s;
    transition: opacity ease .4s
}

.rightsidebar-open .body-overlay,
.leftsidebar-open .body-overlay {
    z-index: 1000;
    opacity: 1;
    filter: alpha(opacity=100)
}

.rightsidebar-open .body-overlay:hover,
.leftsidebar-open .body-overlay:hover {
    cursor: url(../images/overlay-close.png) 15 15, default
}

.section {
    position: relative;
    margin: 0;
    padding: 60px 0;
    background-color: #eef0f4
}

.section .container {
    z-index: 2
}

.section .container + .video-wrap {
    z-index: 1
}

.parallax {
    background-color: transparent;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    overflow: hidden
}

.footer {
    background: #fff;
    color: rgba(0, 0, 0, 0.7);
    padding: 30px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 500
}

.footer .dot:after {
    opacity: .4;
    filter: alpha(opacity=40);
    content: "?�";
    margin: 0 5px
}

h1 .dot:after,
h2 .dot:after,
h3 .dot:after,
h4 .dot:after {
    opacity: .4;
    filter: alpha(opacity=40);
    content: "?�";
    margin: 0 5px
}

h1 .hook:after,
h2 .hook:after,
h3 .hook:after,
h4 .hook:after {
    opacity: .4;
    filter: alpha(opacity=40);
    content: "?�";
    margin: 0 3px
}


.page-header {
    margin: 0 0 40px;
    padding: 0;
    border: none
}

.page-header h1 {
    margin-top: 0;
    margin-bottom: 5px;
    color: #4285f4
}

.page-header .lead {
    margin: 0
}

.well,
.jumbotron {
    -webkit-box-shadow: none;
    box-shadow: none
}

.well h1:first-of-type,
.jumbotron h1:first-of-type,
.well h2:first-of-type,
.jumbotron h2:first-of-type,
.well h3:first-of-type,
.jumbotron h3:first-of-type,
.well h4:first-of-type,
.jumbotron h4:first-of-type {
    margin-top: 0
}

.c-checkbox,
.c-radio {
    margin-right: 4px
}

.c-checkbox *,
.c-radio * {
    cursor: pointer
}

.c-checkbox input,
.c-radio input {
    opacity: 0;
    position: absolute;
    margin-left: 0!important
}

.c-checkbox span,
.c-radio span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: -20px;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border: 1px solid #ccc;
    margin-right: 5px
}

.c-checkbox:hover span,
.c-radio:hover span {
    border-color: #4285f4
}

.form-inline .c-checkbox span,
.form-inline .c-radio span {
    margin-left: 0
}

.c-checkbox.c-checkbox-rounded span,
.c-radio.c-checkbox-rounded span,
.c-checkbox.c-radio-rounded span,
.c-radio.c-radio-rounded span {
    border-radius: 500px
}

.c-radio span {
    border-radius: 500px
}

.c-checkbox span:before,
.c-radio span:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    text-align: center!important;
    font-size: 12px;
    line-height: 18px;
    vertical-align: middle
}

input[type=checkbox]:checked + span:before,
input[type=radio]:checked + span:before {
    color: #fff;
    opacity: 1;
    transition: color .3 ease-out
}

input[type=checkbox]:checked + span,
input[type=radio]:checked + span {
    border-color: #4285f4;
    background-color: #4285f4
}

input[type=radio]:checked + span {
    background-color: #fff
}

input[type=radio]:checked + span:before {
    color: #4285f4
}

input[type=checkbox]:disabled + span,
input[type=radio]:disabled + span {
    border-color: #ddd!important;
    background-color: #ddd!important
}

input[type=radio]:disabled + span {
    background-color: #fff!important
}

input[type=radio]:disabled + span:before {
    color: #ddd
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #29b636
}

.has-success .form-control {
    border-color: #29b636;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #208c2a;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #68dd73;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #68dd73
}

.has-success .input-group-addon {
    color: #29b636;
    border-color: #29b636;
    background-color: #29b636
}

.has-success .form-control-feedback {
    color: #29b636
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #fbbc05
}

.has-warning .form-control {
    border-color: #fbbc05;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #ca9703;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fdd769;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fdd769
}

.has-warning .input-group-addon {
    color: #fbbc05;
    border-color: #fbbc05;
    background-color: #fbbc05
}

.has-warning .form-control-feedback {
    color: #fbbc05
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #ea4335
}

.has-error .form-control {
    border-color: #ea4335;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #d62516;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f49991;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f49991
}

.has-error .input-group-addon {
    color: #ea4335;
    border-color: #ea4335;
    background-color: #ea4335
}

.has-error .form-control-feedback {
    color: #ea4335
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 100%;

}

.gmap {
    height: 300px
}

.grids .card .card-content p {
    margin-bottom: 20px
}

.grid {
    margin-bottom: 15px;
    padding: 20px;
    border: 1px dashed #4285f4;
    background: #fafafa;
    color: #444
}

.alert {
    border: none
}

.popover {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.popover-title {
    background-color: #fff;
    padding: 0 10px;
    line-height: 40px
}

.popover.left > .arrow {
    border-left-color: #fff
}

.popover.right > .arrow {
    border-right-color: #fff
}

.popover.top > .arrow {
    border-top-color: #fff
}

.popover.bottom > .arrow {
    border-bottom-color: #fff
}

.progress {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #eee
}

.progress.thin {
    height: 10px
}

.progress.line {
    height: 2px
}

.progress .progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none
}

.dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 5px 0 rgba(0, 0, 0, 0.12)
}

.row-table {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    margin: 0
}

.row-table > [class*="col-"] {
    display: table-cell;
    float: none;
    table-layout: fixed;
    vertical-align: middle
}

.row.flush > [class*="col-"],
.row-fluid.flush > [class*="col-"] {
    padding-left: 0;
    padding-right: 0
}

.widget {
    margin-bottom: 20px
}

.widget.panel,
.widget .panel {
    overflow: hidden
}

.panel,
.panel-heading,
.panel-footer {
    border: none
}

.table-comparison,
.table-comparison th {
    text-align: center
}

.table-comparison th:first-child,
.table-comparison td:first-child {
    text-align: right;
    font-weight: 700
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0
}

.timeline-body > p + p {
    margin-top: 5px
}

.table-full {
    margin-bottom: 0;
    background: #fff;
    width: 100%
}

.table-full thead {
    background: #FAFAFA
}

.table-full thead tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #F0F0F0;
    font-weight: 400
}

.modal-content {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.modal-footer {
    padding: 8px
}

.btn {
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
    border: none;
    text-transform: uppercase;
    font-weight: 400;
    min-width: 40px;
    text-align: center
}

.btn:hover {
    z-index: 2
}

.btn-link:hover {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
}

.btn-link.text-primary:hover {
    color: #4285f4
}

.btn-link.text-success:hover {
    color: #29b636
}

.btn-link.text-info:hover {
    color: #3498db
}

.btn-link.text-warning:hover {
    color: #fbbc05
}

.btn-link.text-danger:hover {
    color: #ea4335
}

.btn-link.text-inverse:hover {
    color: #333
}

.button-group .fa-close {
    display: none
}

.button-group.open .fa {
    display: none
}

.button-group.open .fa-close {
    display: block
}

.btn-inverse {
    color: #fff;
    background-color: #333;
    border-color: #000
}

.btn-inverse:focus,
.btn-inverse.focus {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #000
}

.btn-inverse:hover {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #000
}

.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #000
}

.btn-inverse:active:hover,
.btn-inverse.active:hover,
.open > .dropdown-toggle.btn-inverse:hover,
.btn-inverse:active:focus,
.btn-inverse.active:focus,
.open > .dropdown-toggle.btn-inverse:focus,
.btn-inverse:active.focus,
.btn-inverse.active.focus,
.open > .dropdown-toggle.btn-inverse.focus {
    color: #fff;
    background-color: #080808;
    border-color: #000
}

.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
    background-image: none
}

.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
    background-color: #333;
    border-color: #000
}

.btn-inverse .badge {
    color: #333;
    background-color: #fff
}

.btn-oval {
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-left: 18px;
    padding-right: 18px
}

.btn-square {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-raised {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border: none
}

.btn-raised.btn-default:hover {
    background-color: #efefef
}

.btn-raised.btn-primary:hover {
    background-color: #4285f4
}

.btn-raised.btn-danger:hover {
    background-color: #ea4335
}

.btn-raised.btn-warning:hover {
    background-color: #fbbc05
}

.btn-raised.btn-info:hover {
    background-color: #3498db
}

.btn-raised.btn-success:hover {
    background-color: #29b636
}

.btn-raised.btn-inverse:hover {
    background-color: #333
}

.btn-raised:hover {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
}

.btn-flat {
    border: none
}

.btn-flat.btn-default:hover {
    background-color: #efefef
}

.btn-flat.btn-primary:hover {
    background-color: #4285f4
}

.btn-flat.btn-danger:hover {
    background-color: #ea4335
}

.btn-flat.btn-warning:hover {
    background-color: #fbbc05
}

.btn-flat.btn-info:hover {
    background-color: #3498db
}

.btn-flat.btn-success:hover {
    background-color: #29b636
}

.btn-flat.btn-inverse:hover {
    background-color: #333
}

.btn-flat:hover {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
}

.btn-round {
    width: 55px;
    height: 55px;
    text-align: center;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    font-size: 16px;
    padding: 0
}

.btn-round i {
    line-height: 59px;
    font-size: 18px;
    font-weight: 400
}

.btn-round:hover {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
}

.btn-round .ripple-effect {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.btn-transparent:hover {
    color: #fff!important
}

.btn-transparent.btn-default {
    background-color: transparent
}

.btn-transparent.btn-default:hover {
    background-color: #ccc
}

.btn-transparent.btn-primary {
    background-color: transparent;
    color: #4285f4;
    border-color: #4285f4
}

.btn-transparent.btn-primary:hover {
    background-color: #4285f4
}

.btn-transparent.btn-danger {
    background-color: transparent;
    color: #ea4335;
    border-color: #ea4335
}

.btn-transparent.btn-danger:hover {
    background-color: #ea4335
}

.btn-transparent.btn-warning {
    background-color: transparent;
    color: #fbbc05;
    border-color: #fbbc05
}

.btn-transparent.btn-warning:hover {
    background-color: #fbbc05
}

.btn-transparent.btn-info {
    background-color: transparent;
    color: #3498db;
    border-color: #3498db
}

.btn-transparent.btn-info:hover {
    background-color: #3498db
}

.btn-transparent.btn-success {
    background-color: transparent;
    color: #29b636;
    border-color: #29b636
}

.btn-transparent.btn-success:hover {
    background-color: #29b636
}

.btn-transparent.btn-inverse {
    background-color: transparent;
    color: #333;
    border-color: #333
}

.btn-transparent.btn-inverse:hover {
    background-color: #333
}

.btn-turn-primary:hover {
    color: #fff;
    background-color: #4285f4;
    border-color: #2a75f3
}

.btn-turn-primary:hover:focus,
.btn-turn-primary:hover.focus {
    color: #fff;
    background-color: #1266f1;
    border-color: #093d94
}

.btn-turn-primary:hover:hover {
    color: #fff;
    background-color: #1266f1;
    border-color: #0c57d3
}

.btn-turn-primary:hover:active,
.btn-turn-primary:hover.active,
.open > .dropdown-toggle.btn-turn-primary:hover {
    color: #fff;
    background-color: #1266f1;
    border-color: #0c57d3
}

.btn-turn-primary:hover:active:hover,
.btn-turn-primary:hover.active:hover,
.open > .dropdown-toggle.btn-turn-primary:hover:hover,
.btn-turn-primary:hover:active:focus,
.btn-turn-primary:hover.active:focus,
.open > .dropdown-toggle.btn-turn-primary:hover:focus,
.btn-turn-primary:hover:active.focus,
.btn-turn-primary:hover.active.focus,
.open > .dropdown-toggle.btn-turn-primary:hover.focus {
    color: #fff;
    background-color: #0c57d3;
    border-color: #093d94
}

.btn-turn-primary:hover:active,
.btn-turn-primary:hover.active,
.open > .dropdown-toggle.btn-turn-primary:hover {
    background-image: none
}

.btn-turn-primary:hover.disabled,
.btn-turn-primary:hover[disabled],
fieldset[disabled] .btn-turn-primary:hover,
.btn-turn-primary:hover.disabled:hover,
.btn-turn-primary:hover[disabled]:hover,
fieldset[disabled] .btn-turn-primary:hover:hover,
.btn-turn-primary:hover.disabled:focus,
.btn-turn-primary:hover[disabled]:focus,
fieldset[disabled] .btn-turn-primary:hover:focus,
.btn-turn-primary:hover.disabled.focus,
.btn-turn-primary:hover[disabled].focus,
fieldset[disabled] .btn-turn-primary:hover.focus,
.btn-turn-primary:hover.disabled:active,
.btn-turn-primary:hover[disabled]:active,
fieldset[disabled] .btn-turn-primary:hover:active,
.btn-turn-primary:hover.disabled.active,
.btn-turn-primary:hover[disabled].active,
fieldset[disabled] .btn-turn-primary:hover.active {
    background-color: #4285f4;
    border-color: #2a75f3
}

.btn-turn-primary:hover .badge {
    color: #4285f4;
    background-color: #fff
}

.btn-turn-warning:hover {
    color: #fff;
    background-color: #fbbc05;
    border-color: #e3aa04
}

.btn-turn-warning:hover:focus,
.btn-turn-warning:hover.focus {
    color: #fff;
    background-color: #ca9703;
    border-color: #654c02
}

.btn-turn-warning:hover:hover {
    color: #fff;
    background-color: #ca9703;
    border-color: #a77d03
}

.btn-turn-warning:hover:active,
.btn-turn-warning:hover.active,
.open > .dropdown-toggle.btn-turn-warning:hover {
    color: #fff;
    background-color: #ca9703;
    border-color: #a77d03
}

.btn-turn-warning:hover:active:hover,
.btn-turn-warning:hover.active:hover,
.open > .dropdown-toggle.btn-turn-warning:hover:hover,
.btn-turn-warning:hover:active:focus,
.btn-turn-warning:hover.active:focus,
.open > .dropdown-toggle.btn-turn-warning:hover:focus,
.btn-turn-warning:hover:active.focus,
.btn-turn-warning:hover.active.focus,
.open > .dropdown-toggle.btn-turn-warning:hover.focus {
    color: #fff;
    background-color: #a77d03;
    border-color: #654c02
}

.btn-turn-warning:hover:active,
.btn-turn-warning:hover.active,
.open > .dropdown-toggle.btn-turn-warning:hover {
    background-image: none
}

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

.btn-turn-warning:hover .badge {
    color: #fbbc05;
    background-color: #fff
}

.btn-turn-danger:hover {
    color: #fff;
    background-color: #ea4335;
    border-color: #e82e1e
}

.btn-turn-danger:hover:focus,
.btn-turn-danger:hover.focus {
    color: #fff;
    background-color: #d62516;
    border-color: #79150d
}

.btn-turn-danger:hover:hover {
    color: #fff;
    background-color: #d62516;
    border-color: #b51f13
}

.btn-turn-danger:hover:active,
.btn-turn-danger:hover.active,
.open > .dropdown-toggle.btn-turn-danger:hover {
    color: #fff;
    background-color: #d62516;
    border-color: #b51f13
}

.btn-turn-danger:hover:active:hover,
.btn-turn-danger:hover.active:hover,
.open > .dropdown-toggle.btn-turn-danger:hover:hover,
.btn-turn-danger:hover:active:focus,
.btn-turn-danger:hover.active:focus,
.open > .dropdown-toggle.btn-turn-danger:hover:focus,
.btn-turn-danger:hover:active.focus,
.btn-turn-danger:hover.active.focus,
.open > .dropdown-toggle.btn-turn-danger:hover.focus {
    color: #fff;
    background-color: #b51f13;
    border-color: #79150d
}

.btn-turn-danger:hover:active,
.btn-turn-danger:hover.active,
.open > .dropdown-toggle.btn-turn-danger:hover {
    background-image: none
}

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

.btn-turn-danger:hover .badge {
    color: #ea4335;
    background-color: #fff
}

.btn-turn-success:hover {
    color: #fff;
    background-color: #29b636;
    border-color: #24a130
}

.btn-turn-success:hover:focus,
.btn-turn-success:hover.focus {
    color: #fff;
    background-color: #208c2a;
    border-color: #0d3911
}

.btn-turn-success:hover:hover {
    color: #fff;
    background-color: #208c2a;
    border-color: #196f21
}

.btn-turn-success:hover:active,
.btn-turn-success:hover.active,
.open > .dropdown-toggle.btn-turn-success:hover {
    color: #fff;
    background-color: #208c2a;
    border-color: #196f21
}

.btn-turn-success:hover:active:hover,
.btn-turn-success:hover.active:hover,
.open > .dropdown-toggle.btn-turn-success:hover:hover,
.btn-turn-success:hover:active:focus,
.btn-turn-success:hover.active:focus,
.open > .dropdown-toggle.btn-turn-success:hover:focus,
.btn-turn-success:hover:active.focus,
.btn-turn-success:hover.active.focus,
.open > .dropdown-toggle.btn-turn-success:hover.focus {
    color: #fff;
    background-color: #196f21;
    border-color: #0d3911
}

.btn-turn-success:hover:active,
.btn-turn-success:hover.active,
.open > .dropdown-toggle.btn-turn-success:hover {
    background-image: none
}

.btn-turn-success:hover.disabled,
.btn-turn-success:hover[disabled],
fieldset[disabled] .btn-turn-success:hover,
.btn-turn-success:hover.disabled:hover,
.btn-turn-success:hover[disabled]:hover,
fieldset[disabled] .btn-turn-success:hover:hover,
.btn-turn-success:hover.disabled:focus,
.btn-turn-success:hover[disabled]:focus,
fieldset[disabled] .btn-turn-success:hover:focus,
.btn-turn-success:hover.disabled.focus,
.btn-turn-success:hover[disabled].focus,
fieldset[disabled] .btn-turn-success:hover.focus,
.btn-turn-success:hover.disabled:active,
.btn-turn-success:hover[disabled]:active,
fieldset[disabled] .btn-turn-success:hover:active,
.btn-turn-success:hover.disabled.active,
.btn-turn-success:hover[disabled].active,
fieldset[disabled] .btn-turn-success:hover.active {
    background-color: #29b636;
    border-color: #24a130
}

.btn-turn-success:hover .badge {
    color: #29b636;
    background-color: #fff
}

.btn-turn-info:hover {
    color: #fff;
    background-color: #3498db;
    border-color: #3498db
}

.btn-turn-info:hover:focus,
.btn-turn-info:hover.focus {
    color: #fff;
    background-color: #57aae1;
    border-color: #1b6d85
}

.btn-turn-info:hover:hover {
    color: #fff;
    background-color: #57aae1;
    border-color: #57aae1
}

.btn-turn-info:hover:active,
.btn-turn-info:hover.active,
.open > .dropdown-toggle.btn-turn-info:hover {
    color: #fff;
    background-color: #57aae1;
    border-color: #57aae1
}

.btn-turn-info:hover:active:hover,
.btn-turn-info:hover.active:hover,
.open > .dropdown-toggle.btn-turn-info:hover:hover,
.btn-turn-info:hover:active:focus,
.btn-turn-info:hover.active:focus,
.open > .dropdown-toggle.btn-turn-info:hover:focus,
.btn-turn-info:hover:active.focus,
.btn-turn-info:hover.active.focus,
.open > .dropdown-toggle.btn-turn-info:hover.focus {
    color: #fff;
    background-color: #57aae1;
    border-color: #1b6d85
}

.btn-turn-info:hover:active,
.btn-turn-info:hover.active,
.open > .dropdown-toggle.btn-turn-info:hover {
    background-image: none
}

.btn-turn-info:hover.disabled,
.btn-turn-info:hover[disabled],
fieldset[disabled] .btn-turn-info:hover,
.btn-turn-info:hover.disabled:hover,
.btn-turn-info:hover[disabled]:hover,
fieldset[disabled] .btn-turn-info:hover:hover,
.btn-turn-info:hover.disabled:focus,
.btn-turn-info:hover[disabled]:focus,
fieldset[disabled] .btn-turn-info:hover:focus,
.btn-turn-info:hover.disabled.focus,
.btn-turn-info:hover[disabled].focus,
fieldset[disabled] .btn-turn-info:hover.focus,
.btn-turn-info:hover.disabled:active,
.btn-turn-info:hover[disabled]:active,
fieldset[disabled] .btn-turn-info:hover:active,
.btn-turn-info:hover.disabled.active,
.btn-turn-info:hover[disabled].active,
fieldset[disabled] .btn-turn-info:hover.active {
    background-color: #3498db;
    border-color: #3498db
}

.btn-turn-info:hover .badge {
    color: #3498db;
    background-color: #fff
}

.btn-turn-inverse:hover {
    color: #fff;
    background-color: #333;
    border-color: #000
}

.btn-turn-inverse:hover:focus,
.btn-turn-inverse:hover.focus {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #000
}

.btn-turn-inverse:hover:hover {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #000
}

.btn-turn-inverse:hover:active,
.btn-turn-inverse:hover.active,
.open > .dropdown-toggle.btn-turn-inverse:hover {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #000
}

.btn-turn-inverse:hover:active:hover,
.btn-turn-inverse:hover.active:hover,
.open > .dropdown-toggle.btn-turn-inverse:hover:hover,
.btn-turn-inverse:hover:active:focus,
.btn-turn-inverse:hover.active:focus,
.open > .dropdown-toggle.btn-turn-inverse:hover:focus,
.btn-turn-inverse:hover:active.focus,
.btn-turn-inverse:hover.active.focus,
.open > .dropdown-toggle.btn-turn-inverse:hover.focus {
    color: #fff;
    background-color: #080808;
    border-color: #000
}

.btn-turn-inverse:hover:active,
.btn-turn-inverse:hover.active,
.open > .dropdown-toggle.btn-turn-inverse:hover {
    background-image: none
}

.btn-turn-inverse:hover.disabled,
.btn-turn-inverse:hover[disabled],
fieldset[disabled] .btn-turn-inverse:hover,
.btn-turn-inverse:hover.disabled:hover,
.btn-turn-inverse:hover[disabled]:hover,
fieldset[disabled] .btn-turn-inverse:hover:hover,
.btn-turn-inverse:hover.disabled:focus,
.btn-turn-inverse:hover[disabled]:focus,
fieldset[disabled] .btn-turn-inverse:hover:focus,
.btn-turn-inverse:hover.disabled.focus,
.btn-turn-inverse:hover[disabled].focus,
fieldset[disabled] .btn-turn-inverse:hover.focus,
.btn-turn-inverse:hover.disabled:active,
.btn-turn-inverse:hover[disabled]:active,
fieldset[disabled] .btn-turn-inverse:hover:active,
.btn-turn-inverse:hover.disabled.active,
.btn-turn-inverse:hover[disabled].active,
fieldset[disabled] .btn-turn-inverse:hover.active {
    background-color: #333;
    border-color: #000
}

.btn-turn-inverse:hover .badge {
    color: #333;
    background-color: #fff
}

.dropdown-lg > .dropdown-menu {
    min-width: 200px
}

.dropdown-list > .dropdown-menu {
    padding: 0;
    min-width: 220px
}

.dropdown-list .list-group {
    margin: 0
}

.dropdown-list .list-group-item {
    border-radius: 0;
    border-left: 0;
    border-right: 0
}

.dropdown-list .list-group-item:first-child {
    border-top: 0
}

.dropdown-list .list-group-item:last-child {
    border-bottom: 0
}

.dropdown > a {
    position: relative
}

.dropdown > a > .label {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 5px
}

@media only screen and (min-width: 768px) {
    .dropdown > a > .label {
        top: 10px
    }
}

.dropdown-menu-header {
    padding: 10px 15px;
    background-color: #f7f8f9;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15)
}

.slimScrollBar {
    opacity: 1!important;
    background-color: rgba(0, 0, 0, 0.35)!important;
    border: 0!important;
    border-radius: 1px!important
}

.slimScrollRail {
    opacity: 1!important;
    background-color: rgba(0, 0, 0, 0.15)!important;
    border: 0!important;
    border-radius: 0!important
}

.home-header {
    background-image: url(../images/header.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    width: 100%;
    padding: 120px 0;
    text-align: center
}

.home-header .logo {
    font-weight: 400;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    padding: 0 15px;
    text-transform: uppercase;
    letter-spacing: .25px;
    color: #fff;
    font-size: 50px
}

.home-header .logo .dot:after {
    opacity: .4;
    filter: alpha(opacity=40);
    content: "?�";
    margin: 0 3px
}

.home-header .logo .hook:after {
    opacity: .4;
    filter: alpha(opacity=40);
    content: "?�";
    margin: 0 3px
}

.home-header .bg-overlay {
    background-image: -webkit-linear-gradient(top, transparent 0%, #000 100%);
    background-image: -o-linear-gradient(top, transparent 0%, #000 100%);
    background-image: linear-gradient(to bottom, transparent 0%, #000 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff000000', GradientType=0);
    position: absolute;
    width: 100%;
    height: 50%;
    display: block;
    bottom: 0;
    left: 0;
    z-index: 1
}

.home-header .section {
    background: transparent;
    z-index: 2;
    margin: 0
}

.home-header h5 i {
    font-size: 5px;
    margin: 0 10px;
    position: relative;
    top: -3px
}

.home-header .arrow {
    position: absolute;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
    bottom: 20px;
    left: 50%;
    margin-left: -20px;
    z-index: 2;
    width: 40px;
    height: 40px;
    background-size: contain;
    -webkit-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
    animation: bounce 2s infinite
}

.home-header .bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px)
    }
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0)
    }
    40% {
        -moz-transform: translateY(-30px)
    }
    60% {
        -moz-transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .fa-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .fa-chevron-right {
    right: 50%;
    margin-right: -10px
}

@-webkit-keyframes rightSpring {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    100% {
        left: 0
    }
}

@keyframes rightSpring {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    100% {
        left: 0
    }
}

@-webkit-keyframes leftSpring {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    100% {
        left: 0
    }
}

@keyframes leftSpring {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    100% {
        left: 0
    }
}

@media screen and (min-width: 800px) {
    #swipebox-close {
        right: 10px
    }
    #swipebox-arrows {
        width: 92%;
        max-width: 800px
    }
}

#swipebox-overlay {
    background: #0d0d0d
}

#swipebox-bottom-bar,
#swipebox-top-bar {
    text-shadow: 1px 1px 1px #000;
    background: #000;
    opacity: .95
}

#swipebox-top-bar {
    color: #fff!important;
    font-size: 15px;
    line-height: 43px;
    font-family: Helvetica, Arial, sans-serif
}

a.hover-me {
    display: block;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
    position: relative
}

a.hover-me:before,
a.hover-me:after {
    content: " ";
    display: table
}

a.hover-me:after {
    clear: both
}

a.hover-me:before,
a.hover-me:after {
    content: " ";
    display: table
}

a.hover-me:after {
    clear: both
}

a.hover-me:hover {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    z-index: 3;
    opacity: .8;
    filter: alpha(opacity=80)
}

.m0 {
    margin: 0!important
}

.ml0 {
    margin-left: 0!important
}

.mr0 {
    margin-right: 0!important
}

.mt0 {
    margin-top: 0!important
}

.mb0 {
    margin-bottom: 0!important
}

.m {
    margin: 10px!important
}

.ml {
    margin-left: 10px!important
}

.mr {
    margin-right: 10px!important
}

.mt {
    margin-top: 10px!important
}

.mb {
    margin-bottom: 10px!important
}

.m-sm {
    margin: 5px!important
}

.ml-sm {
    margin-left: 5px!important
}

.mr-sm {
    margin-right: 5px!important
}

.mt-sm {
    margin-top: 5px!important
}

.mb-sm {
    margin-bottom: 5px!important
}

.m-lg {
    margin: 15px!important
}

.ml-lg {
    margin-left: 15px!important
}

.mr-lg {
    margin-right: 15px!important
}

.mt-lg {
    margin-top: 15px!important
}

.mb-lg {
    margin-bottom: 15px!important
}

.m-xl {
    margin: 30px!important
}

.ml-xl {
    margin-left: 30px!important
}

.mr-xl {
    margin-right: 30px!important
}

.mt-xl {
    margin-top: 30px!important
}

.mb-xl {
    margin-bottom: 30px!important
}

.mv {
    margin-top: 10px!important;
    margin-bottom: 10px!important
}

.mh {
    margin-left: 10px!important;
    margin-right: 10px!important
}

.mv-lg {
    margin-top: 15px!important;
    margin-bottom: 15px!important
}

.mh-lg {
    margin-left: 15px!important;
    margin-right: 15px!important
}

.mv-sm {
    margin-top: 5px!important;
    margin-bottom: 5px!important
}

.mh-sm {
    margin-left: 5px!important;
    margin-right: 5px!important
}

.p0 {
    padding: 0!important
}

.p {
    padding: 10px!important
}

.pl {
    padding-left: 10px!important
}

.pr {
    padding-right: 10px!important
}

.pt {
    padding-top: 10px!important
}

.pb {
    padding-bottom: 10px!important
}

.p-sm {
    padding: 5px!important
}

.pl-sm {
    padding-left: 5px!important
}

.pr-sm {
    padding-right: 5px!important
}

.pt-sm {
    padding-top: 5px!important
}

.pb-sm {
    padding-bottom: 5px!important
}

.p-lg {
    padding: 15px!important
}

.pl-lg {
    padding-left: 15px!important
}

.pr-lg {
    padding-right: 15px!important
}

.pt-lg {
    padding-top: 15px!important
}

.pb-lg {
    padding-bottom: 15px!important
}

.pv {
    padding-top: 10px!important;
    padding-bottom: 10px!important
}

.ph {
    padding-left: 10px!important;
    padding-right: 10px!important
}

.pv-lg {
    padding-top: 15px!important;
    padding-bottom: 15px!important
}

.ph-lg {
    padding-left: 15px!important;
    padding-right: 15px!important
}

.pv-sm {
    padding-top: 5px!important;
    padding-bottom: 5px!important
}

.ph-sm {
    padding-left: 5px!important;
    padding-right: 5px!important
}

.b0 {
    border-width: 0!important
}

.bl0 {
    border-left-width: 0!important
}

.br0 {
    border-right-width: 0!important
}

.bt0 {
    border-top-width: 0!important
}

.bb0 {
    border-bottom-width: 0!important
}

.br {
    border-right: 1px solid #e1e1e1
}

.bl {
    border-left: 1px solid #e1e1e1
}

.bt {
    border-top: 1px solid #e1e1e1
}

.bb {
    border-bottom: 1px solid #e1e1e1
}

.b {
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1
}

.radius-clear {
    border-radius: 0!important
}

.shadow-clear {
    box-shadow: 0 0 0 #000!important
}

.text-sm {
    font-size: 11.9px
}

.text-lg {
    font-size: 42px
}

.inline {
    display: inline-block!important
}

.block-center {
    margin: 0 auto
}

.align-middle {
    vertical-align: middle
}

.align-top {
    vertical-align: top
}

.align-bottom {
    vertical-align: bottom
}

.bg-center {
    background-position: center center;
    background-size: cover
}

.list-icon em {
    font-size: 14px;
    width: 40px;
    vertical-align: middle;
    margin: 0;
    display: inline-block;
    text-align: center;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    line-height: 30px
}

.list-icon div:hover em {
    -webkit-transform: scale(3, 3);
    -ms-transform: scale(3, 3);
    -o-transform: scale(3, 3);
    transform: scale(3, 3)
}

.bg-secondary {
    background-color: #0743a7
}

.brand-gradient {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(107deg, #4285f4, #0743a7);
    background-image: -o-linear-gradient(107deg, #4285f4, #0743a7);
    background-image: linear-gradient(107deg, #4285f4, #0743a7)
}

.dark-gradient {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(107deg, #000, #333);
    background-image: -o-linear-gradient(107deg, #000, #333);
    background-image: linear-gradient(107deg, #000, #333)
}

.brand-text-gradient {
    background: -webkit-linear-gradient(left, #4285f4, #0743a7);
    background: linear-gradient(left, #4285f4, #0743a7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.opaque {
    opacity: .8;
    filter: alpha(opacity=80)
}

.bg-primary {
    background-color: #4285f4;
    color: #fff
}

.bg-success {
    background-color: #29b636;
    color: #fff
}

.bg-info {
    background-color: #3498db;
    color: #fff
}

.bg-warning {
    background-color: #fbbc05;
    color: #fff
}

.bg-danger {
    background-color: #ea4335;
    color: #fff
}

.bg-inverse {
    background-color: #333;
    color: #fff
}

.bg-white {
    background-color: #fff;
    color: inherit
}

.bg-gray-lighter {
    background-color: #eee;
    color: inherit
}

.bg-gray {
    background-color: #555;
    color: inherit
}

.bg-gray-dark {
    background-color: #333;
    color: inherit
}

.bg-gray-darker {
    background-color: #222;
    color: inherit
}

.brand-gradient,
.dark-gradient,
.bg-primary,
.bg-secondary,
.bg-success,
.bg-info,
.bg-warning,
.bg-danger,
.bg-inverse {
    color: #fff!important
}

.text-success {
    color: #29b636
}

a.text-success:hover,
a.text-success:focus {
    color: #208c2a
}

.text-info {
    color: #3498db
}

a.text-info:hover,
a.text-info:focus {
    color: #57aae1
}

.text-warning {
    color: #fbbc05
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ca9703
}

.text-danger {
    color: #ea4335
}

a.text-danger:hover,
a.text-danger:focus {
    color: #d62516
}

.text-inverse {
    color: #222
}

a.text-inverse:hover,
a.text-inverse:focus {
    color: #090909
}

.text-white {
    color: #fff!important
}

.text-secondary {
    color: #0743a7!important
}

.text-inverse {
    color: #333
}

.text-alpha {
    color: rgba(255, 255, 255, 0.5)
}

.text-alpha-inverse {
    color: rgba(0, 0, 0, 0.5)
}

.z-depth-0 {
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07), 1px 2px 5px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07), 1px 2px 5px 0 rgba(0, 0, 0, 0.06)
}

.z-depth-1 {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 5px 0 rgba(0, 0, 0, 0.12)
}

.z-depth-2 {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

.z-depth-3 {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none!important
}

.affix {
    position: fixed
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none!important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none!important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table!important
    }
    tr.visible-xs {
        display: table-row!important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell!important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block!important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline!important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell!important
    }
    .visible-sm-block {
        display: block!important
    }
    .visible-sm-inline {
        display: inline!important
    }
    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table!important
    }
    tr.visible-md {
        display: table-row!important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell!important
    }
    .visible-md-block {
        display: block!important
    }
    .visible-md-inline {
        display: inline!important
    }
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table!important
    }
    tr.visible-lg {
        display: table-row!important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell!important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block!important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline!important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block!important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none!important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table!important
    }
    tr.visible-print {
        display: table-row!important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
    .hidden-print {
        display: none!important
    }
}

.category_link {
    padding: 5px;

}

.category_link {
    background-color: #ffffff;
    border-color: #ccc
}

.category_link:focus,
.category_link.focus {
    color: #333;
    background-color: #7fdbff;
    border-color: #8c8c8c
}

.category_link:hover {
    color: #333;
    background-color: #7fdbff;
    border-color: #adadad
}

.category_link:active,
.category_link.active,
.open > .dropdown-toggle.category_link {
    color: #333;
    background-color: #7fdbff;
    border-color: #adadad
}

.category_link:active:hover,
.category_link.active:hover,
.open > .dropdown-toggle.category_link:hover,
.category_link:active:focus,
.category_link.active:focus,
.open > .dropdown-toggle.category_link:focus,
.category_link:active.focus,
.category_link.active.focus,
.open > .dropdown-toggle.category_link.focus {
    color: #333;
    background-color: #7fdbff;
    border-color: #8c8c8c
}

.category_link:active,
.category_link.active,
.open > .dropdown-toggle.category_link {
    background-image: none
}

.howmanystory {
    /*
    font-size: 16px;
    width: 300px;
    height: 100px;
    border: 1px solid blue;
    border-bottom-color: red;
    box-sizing: border-box;
    background-color: lightgrey;
*/
}

.siteinfo {
    background-color: #efefef;
    border-color: #ccc;
    min-height: 102px;
    padding-bottom: 2px;
    float: right;

}

.siteinfo table {
    float: right;
    margin: 12px 10px 0 0;
    width: 850px;
    height: 40px;
}

.siteinfo table td {
    text-align: center;
    vertical-align: central;
}

.siteinfo table td p {
    font-size: 18px;
    font-weight: bold;
}

.follow {
    background: #0078AA;
    padding: 10px 24px;
    border-radius: 2px;
    color: white;
    font-weight: bold
}

.following {
    background: #efefef;
    padding: 10px 24px;
    border-radius: 2px;
    color: black;
    font-weight: bold
}

.button_badge {
    background-color: #fa3e3e;
    border-radius: 2px;
    color: white;
    padding: 1px 3px;
    font-size: 10px;
    position: relative;
    top: -5px;
    right: 0;
}

#grid-posts {
	width:100%;
    margin-bottom: 0;
    overflow: hidden;
        display: block;
	border-bottom:1px solid #7e7e7e;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-box-shadow: 0 10px 40px -4px gray;
	-moz-box-shadow: 0 10px 40px -4px gray;
	box-shadow: 0 10px 40px -4px gray;
}

#grid-posts .grid-post.gripost-1,
#grid-posts .grid-post.gripost-2,
#grid-posts .grid-post.gripost-3,
#grid-posts .grid-post.gripost-4,
#grid-posts .grid-post.gripost-5,
#grid-posts .grid-posts-single-slide .grid-post {
	width:20%;
        display: block;
}

#grid-posts .grid-post {
    display: none;
    float: right;
    position: relative;
    overflow: hidden;
    padding-left: 0;
	border-left:1px solid #7e7e7e;
}

#grid-posts .grid-post:last-child {

	border-left:0;
}

#grid-posts .grid-post-inner {
    height: 180px;
    position: relative;
    line-height: 0;
    color: #FFF;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#grid-posts .grid-post img {
    max-width: 100%;
    height: auto;
}

.image-cover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
	background-color:#000;
    height: 100%;
    opacity: 0.4;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.image-cover a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.image-cover a span {
    display: none;
}

#grid-posts .grid-post-inner:hover .image-cover {
    opacity: 1;
    color: red;

}

.grid-title {
    position: absolute;
    width: 100%;
    bottom: -60px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    line-height: 20px;
    padding: 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.grid-title h2 {
    margin-bottom: 15px;
    text-shadow: rgba(0, 0, 0, .6) 0 0 5px;
    font-size: 20px;
    line-height: 26px;
	padding-top:5px;
}

.grid-title h3 {
    font-size: 10pt;
    opacity: 0;
	color:#acacac;
	font-weight:bold;
    min-height: 40px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.grid-title span.tie-date {
    font-size: 9pt;
}

.grid-title a {
    color: #FFF;
}

#grid-posts .flex-direction-nav a {
    width: 40px;
    height: 40px;
    margin: 0;
    color: #FFF;
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    background: #222;
}

.janerspan {
	color: #3AB4F2;
	border-top: 1px solid #3AB4F2;
	border-bottom: 1px solid #3AB4F2;
	padding: 1px 0 1px 0;
	font-weight:bold;
}

#grid-posts.grid-posts-disable-nav .flex-direction-nav {
    display: none;
}

#grid-posts .flex-direction-nav .flex-next {
    right: 5px !important;
}

#grid-posts .flex-direction-nav .flex-prev {
    right: 50px !important;
    left: auto !important;
}

#grid-posts .flex-direction-nav .flex-next:before,
#grid-posts .flex-direction-nav .flex-prev:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20pt;
    display: block;
    text-align: center;
    color: red;
}

#grid-posts:hover .flex-next,
#grid-posts:hover .flex-prev {
    opacity: 0.8;

}

#grid-posts .flex-next:hover,
#grid-posts .flex-prev:hover {
    background: white;
}

#grid-posts .grid-post-inner:hover .grid-title {
    bottom: 0px;
}

#grid-posts .grid-post-inner:hover .grid-title h3 {
    opacity: .8;
}


@media only screen and (max-width: 730px) {

    .grid-title h3,
    .grid-title span.tie-date {
        display: none;
    }

    #grid-posts .grid-post-inner {
        height: 200px;
    }

    .grid-title {
        bottom: 0;
        font-size: 75%;
        padding: 8px;
    }

    .grid-title h2 {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 670px) {

    #grid-posts .grid-post {
        padding: 0 0 1px 1px !important;
        width: 100% !important;
		clear:both;
    }

    #grid-posts .grid-post-inner {
        height: 140px;
    }

    #grid-posts .grid-post-1 {
        width: 100%;
    }

    #grid-posts .grid-post-1 .grid-post-inner {
        height: 220px;
    }

    #grid-posts .grid-post-1,
    #grid-posts .grid-post-2,
    #grid-posts .grid-post-4 {
        padding-left: 0 !important;
    }
}

.tip {
    width: 0px;
    height: 0px;
    position: absolute;
    background: transparent;
    border: 10px solid #ccc;
}

.tip-up {
    top: -25px;
    /* Same as body margin top + border */
    left: 10px;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.tip-down {
    bottom: -25px;
    left: 10px;
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
}

.tip-left {
    top: 10px;
    left: -25px;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
}

.tip-right {
    top: 10px;
    right: -25px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.dialogbox .body {
    position: relative;
    max-width: 300px;
    height: auto;
    margin: 20px 60px;
    padding: 5px;
    background-color: #DADADA;
    border-radius: 3px;
    border: 5px solid #ccc;
}

.body .message {
    min-height: 30px;
    border-radius: 3px;
    font-family: Arial;
    font-size: 14px;
    line-height: 1.5;
    color: #797979;
}

.preloader {
    background: rgba(255, 255, 255, 1.0);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9998;
    opacity: 1;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.preloader img {

    z-index: 9999;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0px 0px -50px;

}

.openacademy {
    font-size: 20px;
    text-align: center;
}

.imgpingiacademy {
    width: 10%;
    height: 100%;
    float: center;
}

.toolbarleft {
    float: left;

}

.toolbarlefttext {
    font-size: 8px;

}


/*------------------- Contact Form --------------- */

.bodyc {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    color: #999;
}


/* Labels are titles for the text fields. You can use a placeholder instead if you like*/

label {
    display: block;
    margin-top: 20px;
}

/* Centres the form within the page */

form {
    margin: 0 auto;
    width: 100%;
}

/* Styles the text boxes */

input,
textarea,
file {
    width: 100%;
    height: 27px;
    background-color: #efefef;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #dedede;
    padding: 10px;
    margin-top: 3px;
    font-size: 0.9em;
    color: #3a3a3a;
}

input:focus,
textarea:focus {
    border: 1px solid #97d6eb;
}

/* Styles the text area boxes (message field) */

textarea {
    height: 100%;
    background-color: #efefef;
}


/* Styles the submit button */

#submitc {
    /* background:url(images/submit.png); */
    width: 100%;
    height: 48px;
    text-align: center;
    /* text-indent:-9999px; */
    border: none;
    margin-top: 20px;
    cursor: pointer;
}

/* Styles the submit hover */

#submitc:hover {
    color: #fff;
    background-color: #216182;
    opacity: 0.9;
}

/* Styles the cancel button*/

#cancelc {
    /* background:url(images/cancel.png); */
    width: 127px;
    height: 28px;
    text-align: center;
    /* text-indent:-9999px; */
    border: none;
    margin-top: 20px;
    cursor: pointer;
}

/* Styles the cancel hover */

#cancelc:hover {
    color: #fff;
    background-color: #000;
    opacity: 0.9;
}

/*-------Hover At Menu Favorit Grew Animation */

.best {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.best:hover,
.best:focus,
.best:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* -----------------Serch----------------- */

/* NEW CSS */
ul {
	list-style-type:none;
}

.tc {
	text-align:center;
}

.tr {
	text-align:right;
}

.tl {
	text-align:left;
}

.float-right {
	float:right;
}

.float-left {
	float:left;
}

#thmenu {
	width:100%;
	border-bottom: 1px solid #e0e8ef;
	float:right;
	background-color:#FFF;
    z-index: 9997;
}

#thmenu ul {
	
	float:right;
	width:100%;
}

#thmenu ul li {
	float:right;
	padding: 10px 10px 10px 10px;
	border-left:1px solid #e0e8ef;
	transition: 0.5s;
}


#thmenu ul li:first-child {
    border-right:1px solid #e0e8ef;
}

#thmenu ul li a {
	color:#1b1b1b;
}

#thmenu ul li:last-child, #thmenu ul li:last-child a {
	float:left;
	background-color:#3AB4F2;
	color:#FFF;
}

#thmenu ul li:hover {
	background-color:#3AB4F2;
}

#thmenu ul li:hover a,#thmenu ul li:hover a font {
	color:#FFF;
}

#main-menu {
	width:100%;
	float:right;
	border-bottom: 1px solid #e0e8ef;
	font-weight:bold;
	background-color:#FFF;
	
}


.topNav li:not(:first-child) {
	float:right;
	display:block;
	padding: 25px 15px 25px 15px;
}

.topNav li a {
	color:#000;
	padding: 5px 10px 5px 10px;
	transition: 0.2s;
}


.topNav li:hover a {
	color:#000;
	border:1px solid #0078AA;
	border-radius:12px;
}

#main-menu img {
	float:left;
	margin-top:13px;
}

.topNav li:first-child {
	display:none;
}

#head-mb {
	width:100%;
	border-bottom: 1px solid #e0e8ef;
	float:right;
	background-color:#FFF;
}

#head-mb ul {
	float:right;
	width:100%;
}

#head-mb ul li {
	float:right;
	border-left:1px solid #e0e8ef;
	padding: 10px 10px 10px 10px;
}


#head-mb ul li:first-child {
    border-right:1px solid #e0e8ef;
}

#head-mb ul li a {
	color:#4F4F4F;
	transition: 0.1s;
}

#head-mb ul li:last-child {
	padding: 0;
	float:left;
	color:#a5bdcd;
	border-right: 1px solid #e0e8ef;
}

#head-mb input[type='text'] {
	padding: 17px 10px 17px 10px;
	background-color:#FFF;
	color:#a5bdcd;
	border:0;
}

#head-mb ul li a:hover {
	color:#72b63a;
	font-weight:bold;
}

#head-mb ul li a:hover img {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

#head-mb ul li img {
	margin-top:2px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

#section_total {
	float: right;
	width:100%;
	padding-bottom:7px;
	text-align:center;
	margin: 0 0 20px 0;
	border:0px;
	border-top: 2px #dcdcdc;
	border-bottom: 2px #dcdcdc;
	border-style: dotted;
	padding-top:7px;
}

#section_total ul {
	text-align:center;
	margin: 0 auto;
}
#section_total ul li {
	color: #827d79;
	float:right;
	font-weight:bold;
	padding-right:15px;
	font-size:13px;
	max-width:200px;
	text-align:center;
}

#section_total ul li a {
	color:#827d79;
	transition: 0.3s;
}

#section_total ul li a:hover {
	color:#474747;
}

.r-divs {
	float:right;
	width:65%;
}

.rdiv #block_t {
	float:right;
	padding: 10px 5px 10px 0;
	font-size:18px;
	font-weight:bold;
	color:#3d3e3e;
	width:96%;
	border-bottom: 1px solid #dcdcdc;
}

.rdiv #block_t img {
	float:right;
	margin: 7px 5px 0 5px;
}

#last_wr {
	width:100%;
	float:right;
	border-top:1px solid #dcdcdc;
	overflow:hidden;
	padding: 10px 0 10px 0;
}

#last_wr li {
	float:right;
	width:100%;
	height: 206px;
	overflow:hidden;
	margin-bottom:15px;
}

#last_wr li:last-child {
	margin-bottom:-50px;
}

.highlights {
    width:100%;
	height: auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}
.highlights img {
    height: auto;
    width: 100%;
    margin: 0 auto; 
}
.highlights::before {
    background-color:#000;
	opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.highlights:hover::after {
	background-color:#3AB4F2;
	opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.load_more {
	width:100%;
	background-color:#3AB4F2;
	color:#FFF;
	font-weight:bold;
	float:right;
	text-align:center;
	padding: 10px 0 10px 0;
	border-radius:10px;
	cursor:pointer;
}

#l-divs {
	max-width:110%;
	margin-top:30px;
	padding-right:10px;
	float:left;
	clear:both;
	color:#3d3e3e;
}

.left-side-block {
	width:110%;
	background-color:#FFF;
	float:left;
	-moz-box-shadow:    inset -1px -2px 4px #dcdcdc;
   -webkit-box-shadow: inset -1px -2px 4px #dcdcdc;
   box-shadow:         inset -1px -2px 4px #dcdcdc;
   color:#3d3e3e;
   margin-top:30px;
}

.left-side-block span a {
	color:#FFF;
}

.left-side-block iframe {
		width:90% !important;
	}

.left-side-block h3 {
	padding: 10px 20px 10px 0;
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}
.left-side-block h3 img {
	margin: 0 0 0 10px;
}
.left-side-block #profile-pic {
	float:right;
	margin: 10px 15px 20px 0;
}
.left-side-block #profile-pic img {
	width:86px;
	height:70px;
	border-radius:0px;
}
.left-side-block #profile-pic span {
	background-color:#3AB4F2;
	padding:5px 10px 5px 10px;
	color:#FFF;
	font-size:13px;
	float:right;
	margin-top:-6px;
	font-weight:bold;
}

.left-side-block a {
	color:#acacac;
}

.left-side-block ul {
	font-size:14px;
	font-weight:bold;
	float:right;
	margin: 5px 15px 0 0;
	width:50%;
}

.left-side-block ul li {
	border:0px;
	border-bottom: 2px solid #dcdcdc;
	border-style:dotted;
	padding: 5px 0 5px 0;
}

.stats {
	color:#acacac;
	font-size:13px;
}

.stats li {
	font-size:13px;
}

.stats li:last-child {
	border: 0px;
}

.stats h3 {
	color:#3d3e3e;
}

#footer {
	width:100%;
	background-color:#FFF;
	float:right;
	border-top:1px solid #dcdcdc;
}

#footer-menu a {
	color:#3d3e3e;
	font-size:16px;
	font-weight:bold;
}

#footer-menu .logos {
	float:left;
	margin:40px 0 30px 20px;
}
#footer-menu ul {
	float:right;
	margin: 50px 20px 0 0;
}

#footer-menu ul li {
	color:#3d3e3e;
	float:right;
	padding-right:40px;
}

#copyrights {
	background-color:#3AB4F2;
	width:100%;
	float:right;
	margin: 20px 0 0 0;
	border-bottom:14px solid #212121;
}

#copyrights span {
	float:right;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	padding: 10px 0 10px 0;
}

@media screen and (max-width: 1000px) {
  #head-mb, #main-menu, #thmenu {
    width: 100% !important; /* The width is 100%, when the viewport is 1000px or smaller */
  }
  #thmenu ul {
	font-size:3vw  !important;
  }
  
   #main-menu {
	  width:100% !important;
		float:right !important;
		text-align:center !important; 
   }
  
   .topNav {
	  width:100% !important;
		text-align:center !important; 
		margin-bottom:15px !important;
   }
   
  .topNav li {
	  display:none !important;
	  width:100% !important;
	  text-align:center !important;
	  padding: 5px 15px 5px 15px !important;
  }
  
  .topNav li:first-child {
	  display:block !important;
	  margin: 0 auto !important;
  }
  
  .topNav li:last-child {
	  padding-bottom:10px !important;
  }
  
 #main-menu img {
		float:none !important;
		margin:17px auto !important;
	}
  
	.responsive li:not(:first-child) {
		display:block !important;
		 width:100% !important;
	  text-align:center !important;
	  margin: 0 auto !important;
	}

#section_total {
	float: right !important;
	padding-top:20px !important;
	text-align:center !important;
	margin: 0 0 20px 0 !important;
}


#l-divs {
	width:100% !important;
	margin:10px auto !important;
	float:none !important;
}


.left-side-block {
	width:110% !important;
	margin-left:10px !important;
}

.r-divs {
	width:100% !important;
	margin: 20px auto !important;
	float:right;
}

#last_wr {
	margin-bottom: 40px !important;
}

#last_wr li {
	width:100% !important;
	height: auto !important;
	margin-bottom: -105px !important;
}

#last_wr li:last-child {
	margin-bottom: -10px !important;
}

#last_wr li .highlights img {
	width:100% !important;
	height: 206px !important;
}

.this-description {
	top:-190px !important;
	right:20px !important;
	margin-left:20px;
}

.this-description .readmore {
	float:right !important;
	width:100% !important;
	clear:both !important;
}

.this-description .readen {
	display:none;
}

}

@media screen and (max-width: 768px) {
	
	#l-divs {
		width:100% !important;
		float:right !important;
	}
	
	.left-side-block {
		float:right !important;
		width:30% !important;
		margin: 0 5px 0 0 !important;
	}
	
	.left-side-block iframe {
		width:90% !important;
	}
}

@media screen and (max-width: 722px) {
	

#footer-menu .logo {
	width:100% !important;
	margin: 0 auto !important;
	text-align:center !important;
	padding: 10px 0 0 0 !important;
}

#footer-menu ul {
	margin:0 !important;
	padding:0 !important;
	width:100% !important;
	text-align:center !important;
}

#footer-menu ul li {
	float:none !important;
	padding:5px 0 5px 0 !important;
}

#last_wr li:last-child {
	margin-bottom:0 !important;
}

}

@media screen and (max-width: 570px) {
	#head-mb {
		float:none !important;
		text-align:center !important;
		margin: 0 auto !important;
		width:100% !important;
	}
	#head-mb ul li:not(:last-child) {
		width:33.3% !important;
		margin: 0 auto !important;
		color:#a5bdcd;
		background-color:#FFF !important;
	}
	
	#head-mb ul { 
		float:none !important;
		margin: 0 auto !important;
		text-align:center !important;
		width: 100% !important;
		background-color:#FFF !important;
	}
	
	#head-mb ul li {
		margin: 0 auto !important;
		border-left:0 !important;
		border-right:0 !important;
	}

	#head-mb ul li:last-child {
		padding: 10px 0 10px 0 !important;
		width:100% !important;
		background-color:#FFF !important;
		margin: 0 auto !important;
	}
	
	#head-mb input[type='text'] {
		width:98% !important;
		margin: 0 auto !important;
		border: 1px solid #dcdcdc !important;
	}
	
	.left-side-block {
		width:80% !important;
		margin: 10px auto !important;
		clear:both !important;
	}


.porsam {
    background: #F6F6F6;
    border: 1px solid #F6F6F6;
    width: 65%;

}
	
	#last_wr li {
		margin-bottom: -140px !important;
	}
}