.hash-tabs nav li a
 {
    color: #000
}

.responsive-grid {
    display: none
}

.toggle-nav {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    left: -500%
}

.focusable.toggle-nav:active,
.focusable.toggle-nav:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}



.toolbar {
    text-align: center
}


.hash-tabs .tab-pane-container {
    margin: 0em
}

.hash-tabs nav,
.hash-tabs nav ul,
.hash-tabs nav li a,
.hash-tabs .tab-pane-container header h1,
.hash-tabs .tab-pane-container header h2,
.hash-tabs .tab-pane-container header h3,
.hash-tabs .tab-pane-container header h4,
.hash-tabs .tab-pane-container header h5,
.hash-tabs .tab-pane-container header h6 {
    margin: 0
}



.hash-tabs nav li {
    margin-right: 0em;
	border-right: 1px solid #3a92bd;
}

.hash-tabs nav {
    margin: 0 0em
}


.toolbar,

.hash-tabs .tab-pane-container {
    padding: 0em
}

.hash-tabs nav li a::-moz-focus-inner
{
    padding: 0
}

.hash-tabs nav li a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}



.hash-tabs nav li a
 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}


.hash-tabs nav li a
{
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease
}

.hash-tabs nav li a {
  /*  font-size: 130%*/
}

.hash-tabs nav li a,
select:-ms-input-placeholder {
  	font-family: 'Roboto', sans-serif;

}



.hash-tabs nav li a,
.hash-tabs nav li a.disabled {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity:1
}


.hash-tabs nav li a.active {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}



.hash-tabs nav li a
.hash-tabs .tab-pane-container
{
    border: 1px solid rgba(204, 204, 204, 0.5)
}

.hash-tabs nav li a {
   /* border-right: 1px solid rgba(204, 204, 204, 0.5)*/
}

.hash-tabs nav li a {
  /*  border-left: 1px solid rgba(204, 204, 204, 0.5)*/
}

.hash-tabs nav li a {
   /* border-top: 1px solid rgba(204, 204, 204, 0.5)*/
}


.hash-tabs nav li a::-moz-focus-inner
 {
    border: 0
}

.hash-tabs nav li a {
    display: block
}

.hash-tabs{
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
	width:100%;
}
.hash-tabs nav li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
}


.hash-tabs nav li a
 {
    text-decoration: none
}


.container {
    *zoom: 1;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%
}

.container:after {
    content: "";
    display: table;
    clear: both
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon/icomoon.eot?-ee78jr");
    src: url("../fonts/icomoon/icomoon.eot?#iefix-ee78jr") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff?-ee78jr") format("woff"), url("../fonts/icomoon/icomoon.ttf?-ee78jr") format("truetype"), url("../fonts/icomoon/icomoon.svg?-ee78jr#icomoon") format("svg");
    font-weight: normal;
    font-style: normal
}


.hash-tabs section,
.hash-tabs .tab-pane-container section,
.hash-tabs section,
.hash-tabs section,
.hash-tabs section,
.hash-tabs section,
.hash-tabs section,
.hash-tabs section {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    -moz-backface-visibility: visible !important;
    -o-backface-visibility: visible !important;
    backface-visibility: visible !important;
	min-height: 400px;
}

.hash-tabs section {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.hash-tabs .tab-pane-container section {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
	padding:2% 0% 2% 0%;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-opera-keyframes fadeInUp {
	
    0% {
        opacity: 0;
        -o-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}


.hash-tabs nav li a {
    -webkit-appearance: button;
    -moz-appearance: button;
/*    appearance: button;
*/    text-transform: none;
    cursor: pointer;
    font-weight: 500;
  /*  margin: 0 1em 1em 0;*/
    padding: 0.3663em 0.76923em;
/*    text-shadow: 0 1px 0 #fff;
*/    white-space: nowrap;
/*    border-color: rgba(89, 89, 89, 0.5)
*/}

.responsive-grid:hover,
.hash-tabs nav li a:hover,
.hash-tabs nav li a:focus {
    border-color: #c2c2c2
}

.hash-tabs nav li a:active {
    border-color: rgba(140, 140, 140, 0.5);
    -webkit-box-shadow: inset 0 0 1.0em #000;
    -moz-box-shadow: inset 0 0 1.0em #000;
    box-shadow: inset 0 0 1.0em #000;
    -webkit-transform: scale(1.02, 1.02);
    -moz-transform: scale(1.02, 1.02);
    -ms-transform: scale(1.02, 1.02);
    -o-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02)
}

.hash-tabs nav li a[disabled] {
    cursor: not-allowed
}



.toolbar {
    background: rgba(140, 140, 140, 0.1)
}


.toolbar .hash-tabs nav li a,
.hash-tabs nav li .toolbar a {
    margin: 0 -0.28177em 0 0
}

@media screen and (max-width: 767px) {
    .toolbar {
        text-align: center
    }
    
    .toolbar .hash-tabs nav li a,
    .hash-tabs nav li .toolbar a {
        margin: -1px 0 0 0
    }


}



@media screen and (max-width: 767px) {

    .hash-tabs nav li a
    {
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0
    }
    .container {
        padding: 0 1em
    }
    
    .hash-tabs nav li a {
        display: block
    }
    
    .hash-tabs nav li a {
        text-align: center
    }
 .hash-tabs nav li a,
    .hash-tabs nav li {
        margin: -0.28177em 0 0 0
    }
 


}


.hash-tabs nav {
    border: 0;
    background: #3399cc;
	border-bottom:3px solid #1d668b;
    padding: 0;
    width: auto
}

.hash-tabs nav li a {
    padding: 0.76923em 1em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 0;
    font-weight:400;
    font-size:.95em;
	color:#1d668b;
   /* -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-right: 0.76923em;*/
    border-bottom: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
		font-family: 'Roboto', sans-serif;

}

@media screen and (min-width: 1920px) {
    .hash-tabs nav li a {
     /*   font-size: 1.4em*/
    }
}

.hash-tabs nav li a.active {
    background:#1d668b;
	    color: #fff;
   /* margin-bottom: -2px;
    border-color: rgba(189, 189, 189, 0.5);
    -webkit-box-shadow: inset 0 3px #737373;
    -moz-box-shadow: inset 0 3px #737373;
    box-shadow: inset 0 3px #737373*/
}

.hash-tabs nav li a.disabled {
    cursor: not-allowed
}

.hash-tabs .tab-pane-container {
    margin-top: 0
}

ash-tabs section {
    -webkit-animation-name: rollIn;
    -moz-animation-name: rollIn;
    -o-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg)
    }
}

@-moz-keyframes rollIn {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0px) rotate(0deg)
    }
}

@-opera-keyframes rollIn {
    0% {
        opacity: 0;
        -o-transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0px) rotate(0deg)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        transform: translateX(0px) rotate(0deg)
    }
}

#bounce-in .hash-tabs section {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(0.9)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(0.3)
    }
    50% {
        opacity: 1;
        -moz-transform: scale(1.05)
    }
    70% {
        -moz-transform: scale(0.9)
    }
    100% {
        -moz-transform: scale(1)
    }
}

@-opera-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(0.3)
    }
    50% {
        opacity: 1;
        -o-transform: scale(1.05)
    }
    70% {
        -o-transform: scale(0.9)
    }
    100% {
        -o-transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3)
    }
    50% {
        opacity: 1;
        transform: scale(1.05)
    }
    70% {
        transform: scale(0.9)
    }
    100% {
        transform: scale(1)
    }
}

.hash-tabs section {
    -webkit-animation-name: flipInX;
    -moz-animation-name: flipInX;
    -o-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -moz-transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -moz-transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@-opera-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -o-transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -o-transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

.hash-tabs section {
    -webkit-animation-name: lightSpeedIn;
    -moz-animation-name: lightSpeedIn;
    -o-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

@-moz-keyframes lightSpeedIn {
    0% {
        -moz-transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -moz-transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -moz-transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }
    100% {
        -moz-transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

@-opera-keyframes lightSpeedIn {
    0% {
        -o-transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -o-transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -o-transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }
    100% {
        -o-transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }
    100% {
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

.hash-tabs section {
    -webkit-animation-name: rotateIn;
    -moz-animation-name: rotateIn;
    -o-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateIn {
    0% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-opera-keyframes rotateIn {
    0% {
        -o-transform-origin: center center;
        -o-transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -o-transform-origin: center center;
        -o-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }
}

.hash-tabs section {
    -webkit-animation-name: blurIn;
    -moz-animation-name: blurIn;
    -o-animation-name: blurIn;
    animation-name: blurIn;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s
}

@-webkit-keyframes blurIn {
    from {
        -webkit-filter: blur(3px) opacity(0)
    }
    to {
        -webkit-filter: blur(0px) opacity(1)
    }
}

@-moz-keyframes blurIn {
    from {
        -moz-filter: blur(3px) opacity(0)
    }
    to {
        -moz-filter: blur(0px) opacity(1)
    }
}

@-opera-keyframes blurIn {
    from {
        -o-filter: blur(3px) opacity(0)
    }
    to {
        -o-filter: blur(0px) opacity(1)
    }
}

@keyframes blurIn {
    from {
        filter: blur(3px) opacity(0)
    }
    to {
        filter: blur(0px) opacity(1)
    }
}

.container {
    margin: auto 20%;
    width: auto
}
