/*
Theme Name: Neg Base
Author: Neglia Design
Author URI: https://negliadesign.com
Description: Custom theme by Neglia Design
Version: 1.4.0
*/

/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(69, 94, 104, 0.5);
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background-size:cover;
	margin: 0;
}

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

img {
	border: 0;
	vertical-align: middle;
	height: auto;
	max-width: 100%;
}

embed,
iframe,
object {
	max-width: 100%;
}

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

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

hr {
	box-sizing: content-box;
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 2em 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1.5em;
	width: 100%;
}

td,
th {
	padding: 0;
}

ul,
ol {
	margin: 0 0 1em 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}


/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	color: #1A1C1E;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	background:#eaeaea;
}

p {
	margin: 0 auto 1em;
	font-size:1.1em;
	line-height:1.6;
	cursor:default;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-top:0;
	font-weight:600;
	cursor:default;
}

h1 {
	font-size:2.9em;
	font-weight:400;
	line-height:1.3em;
	margin-bottom:.2em;
	color:#3F7FED;
}

h2 {
	font-size:1.9em;
	font-weight:400;
	margin-bottom:.3em;
	letter-spacing:0.02em;
}

h3 {
	font-size:1.4em;
	margin-top:.5em;
	margin-bottom:.2em;
}

h4 {
	font-size:1.3em;
	margin-bottom:.2em;
	font-weight:300;
}

h5 {
	font-size:1.3em;
	margin-top:.5em;
	margin-bottom:.2em;
	font-weight:600;
	font-style:italic;
	letter-spacing:.08em;
}

h6 {
	color:#468BB2;
	font-size:1em;
	font-weight:600;
	margin-bottom:.2em;
	letter-spacing:.08em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: .9em auto;
	padding:1em 1.5em;
	border:1px solid #ededed;
	border-radius:3px;
	font-size:1.2em;
    background: rgba(255,255,255,0.7);
}

blockquote p {
	margin:0;
	padding:0;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

small {
	font-size:70%;
}


/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/
a {
	color: #184198;
	font-weight:700;
	transition: all 0.5s ease;
	background-color: transparent;
	text-decoration:none;
}

a:hover,
a:focus,
a:active {
	color: #999;
}

a:hover {
}

a:focus {
	outline: 0
}

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


.btn{
	text-decoration: none;
	display: inline-block;
	padding:.3em 1.3em;
	font-size:1.3em!important;
	text-transform:uppercase;
	background-color:#0769BB!important;
	border:solid 1px #ffffff;
	color:#ffffff!important;
	font-weight:400!important;
}


.btn:hover {
	color:#0e2849!important;
	
	text-decoration:none;
}

a.read-more {
	display:block;
	margin:.5em 0;
}



/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.site-header {
	width:100%;
    background-color:#022A62;
}

.header-container {
	max-width:1140px;
	margin:0 auto;
	padding:.5em 3em;
	position:relative;
}

.nav-wrap{
	background-color:#0769BB;
	padding:10px 0;
}


.nav-inner{
	max-width: 1140px;
    margin: 0 auto;
	text-align:right;
}


.page-header-content {
	position:absolute;
	top:25%;
	color:#ffffff;
}

.page-header-content h1 {
	color:#ffffff;
}

.page-header-content p {
	color:#ffffff;
	font-weight:normal;
	font-size:1.7em;
}



/*--------------------------------------------------------------
Menus
--------------------------------------------------------------*/
.secondary-container {
	max-width:1140px;
	margin:0 auto;
}

.home-section-nav {
	z-index:10000;
	background-color:#ffffff;
	color:#000;
}

.home-section-nav ul {
	padding:0;
	margin:0;
}

.home-section-nav li {
	list-style:none;
	float:left;
	width:33.3%;
	border-top:solid 4px;
	border-bottom:solid 1px #D3D4D8;
	border-right:solid 1px #D3D4D8;
	background:#ffffff;
}

.home-section-nav li a {
	display:block;
	padding:10px 5px;
	text-align:center;
	color:#1A1C1E;
	text-transform:uppercase;
	font-weight:400;
	letter-spacing:0.04em;
	text-decoration:none;
}

.home-section-nav li a:hover {
	text-decoration:none;
	font-weight:700;
	
}

.home-section-nav .current-menu-item a {
	text-decoration:none;
	font-weight:700;
}

.home-section-nav li:nth-child(1) {
	border-top:solid 4px #0769BB;
	border-left:solid 1px #D3D4D8;
}

.home-section-nav li:nth-child(2) {
	border-top:solid 4px #EA4335;
}

.home-section-nav li:nth-child(3) {
	border-top:solid 4px #36B155;
}

.home-section-nav li:nth-child(4) {
	border-top:solid 4px #ac05da;
}

.home-section-nav li:nth-child(5) {
	border-top:solid 4px #e2d700;
}

.main-navigation {
	display:inline-block;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation li {
	display:inline-block;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	line-height:1em;
	padding:1.3em 1.8em 1em;
	font-size:.9em;
	font-weight:400;
	color: #ffffff;
	text-transform:uppercase;
}

.main-navigation li:first-child a {
	padding-left:0;
}


.main-navigation a:hover {
	color:#0e2849;
}

.current-menu-item a, .current-page-parent a, .current-page-ancestor a {
	font-weight:bold;
}

.main-navigation li:last-child a {
	padding-right:0;
}

.main-navigation ul ul {
	text-align:left;
	background-color:#F3F3F3;
	float: left;
	position: absolute;
	top: 2.9em;
	margin-left: 10px;
	left: -999em;
	z-index: 99999;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
}

.main-navigation ul ul li {
	line-height:2em;
}

.main-navigation ul ul li:first-child a {
	padding-left:1em;
}

.main-navigation ul ul a {
	min-width: 200px;
	padding:.8em 1em;
	color: #000000;
	border-bottom:1px solid #CCC;
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.menu-toggle {
	display: none;
	position:absolute;
	top:0;
	right:0;
	background:none;
	color: #485E68;
	box-shadow:none;
	margin:.5em auto 0;
	padding:5px 6px;
}

.menu-toggle:before {
	content:'\2630';
}



.footer-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height:1em;
}

.footer-navigation li {
	float: none;
	display:inline-block;
	position: relative;
	line-height:1em;
}

.footer-navigation a {
	display: block;
	text-decoration: none;
	line-height:1em;
	padding:1.1em .5em;
	font-size:.9em;
	font-weight:500;
	color:#e4e5e7;
}

.footer-navigation li:last-child a {
	padding-right:0;
}


/*--------------------------------------------------------------
SPEAKERS
--------------------------------------------------------------*/


.speaker {
	margin-bottom:2em;
	border-bottom:solid 1px #D3D4D8;
}

.speaker:last-child {
	border-bottom:none;
}

.speakers-home .p1 {
	margin-bottom:0;
}

.speakers-home { 
	margin:2em 0;
	padding:2.2em 0 1.5em 0;
	border-bottom:solid 1px #D3D4D8;
	border-top:solid 1px #D3D4D8;	
}


.speaker img{
	margin-bottom:1.3em;
}

.speaker .speaker-name {
	margin-bottom:0;
	text-align:center;
}

.speaker .speaker-position {
	color:#ea4335;
	text-align:center;
}


.first {
	border-right: solid 1px #D3D4D8;
}


/*--------------------------------------------------------------
Sponsors
--------------------------------------------------------------*/

.sponsors {
	padding:3em 0;

}

.sponsors ul {
	margin:0;
	padding:0;
	text-align:center;
}

.sponsors li {
	display:inline-block;
	width:12%;
	margin:1%;
	padding:0;
	list-style:none;
}


/*--------------------------------------------------------------
Structure
--------------------------------------------------------------*/


.site {
	max-width:1400px;
	margin:0 auto;
}

.site-content {
	background-color:#ffffff;
}


.cta-main {
	text-align:center;
	background-color:#0769BB;
	color:#ffffff;
	font-size:1.3em;
}

.cta-main p:first-child {
	font-weight:700;
}

.cta-main p:last-child {
	margin:0;
}


.cta-main .btn {
	margin:0 auto;
	letter-spacing:0.04em;
}

.content-area {
	max-width:1140px;
	margin:0 auto;
	padding:3em 0;
}

.register-content .btn{
	margin-top:-3em;
	}

.home-webcast {
	background-color:#0f2c62;
	padding:0 0 1.3em;
}

.home-webcast p {
	line-height:1.4;
	font-size:26px;
	color:#ffffff;
}

.home-webcast a {
	color:#bdbdbf;
	}
	
.home-webcast a:hover {
	color:#56c747;
	}

.sponsor-logos {
	text-align:center;
}

.sponsor-logos img {
	display:inline-block;
	margin:0 1em;
	max-width:13%;
}

.ribbon{
	z-index:9999;
	position: absolute;
    top:0px;
    right: 10%;
    width: 10%;
	
	 -moz-animation-name: ribbon;
    -moz-animation-iteration-count: 1;
	 animation-delay: .5s;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 1s;
	-webkit-animation-fill-mode: backwards;

    -webkit-animation-name: ribbon;
    -webkit-animation-iteration-count: 1;
	 animation-delay: .5s;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: backwards;

    animation-name: ribbon;
    animation-iteration-count: 1;
	 animation-delay: .5s;
    animation-timing-function: ease-in;
    animation-duration: 1s;
	-webkit-animation-fill-mode: backwards;
}



@-moz-keyframes ribbon{
    0% {
        -moz-transform: translateY(-175px);
    }
    100% {
        -moz-transform: translateY(0);
    }
}
@-webkit-keyframes ribbon {
    0% {
        -webkit-transform: translateY(-175px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}
@keyframes ribbon {
    0% {
        transform: translateY(-170px);
    }
    100% {
        transform: translateY(0);
    }
}



/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/
.widget {
	margin-bottom:2.5em;
	background-color:#eff1f4;
	padding-bottom:.8em;
	text-align:center;
}

.widget ul {
	margin: 0 0 0 .1em;
}

.col-md-3 .widget ul, .col-md-3 ul{
	margin:1em 0 0 0;
	padding:0;
	list-style:none;
}

.col-md-3 .widget ul li, .col-md-3 ul libg-{

	padding:.3em;
}

.widget h2{
	padding:5px;
	background-color: #0f2c62;
	color:#ffffff;
}

.widget img{ width:70%;}



/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.site-footer {
	background-color:#0f2c62;
	padding:1em 0;
}

.home .site-footer {
	margin-top:0em;
}

.social img {
	max-width:30px;
	margin-right:.3em;
}

.site-info {
	padding:0 0 1em;
	display:block;
	width:100%;
	text-align:center;
	font-size:.7em;
	color:#e4e5e7;
}

.site-info a {
	text-decoration:none;
	color:#e4e5e7;
	font-weight:500;
}


/*--------------------------------------------------------------
Helper classes
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.txt-right {
	text-align:right;
}


 /*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.row:before,
.row:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.row:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/

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="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 #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

optgroup {
	font-weight: bold;
}




button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	
	text-decoration: none;
	display: inline-block;
	padding:.5em .9em;
	font-size:1.3em!important;
	text-transform:uppercase;
	background-color: #0f2c62;
	border:solid 1px #ffffff;
	color:#ffffff!important;
	font-weight:400!important;
	
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	opacity:.8;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	outline:0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="search"],
textarea {
	color: #485E68;
	border: 1px solid #999;
	background-color:#F4F4F4;
	border-radius: 0;
	width:100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline:0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="search"] {
	padding: 10px;
}

textarea {
	padding: 5px;
	max-width:500px;
	overflow: auto;
}






/*--------------------------------------------------------------
RESPONSIVE ADJUSTMENTS
--------------------------------------------------------------*/

/* -------- mobile ----------- */
@media (max-width: 479px) {
	
}

/* -------- extra small ----------- */
@media (min-width: 480px) and (max-width: 767px) {

}

/* -------- small ----------- */
@media (min-width: 768px) and (max-width: 991px) {

}

/* -------- medium ----------- */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* -------- large ----------- */
@media (min-width: 1200px) {

}

@media screen and (max-width: 991px) {
	

 
	.content-area h1 {
		 text-align:center;
		 
	}
	 .speaker img  {
		display: block;
		text-align: center;
		margin: 0 auto;
	
	}
	
	.page-header-content{
		top:15%;
	}


}
@media screen and (max-width: 767px) {
	.header-container {
		padding:1em;
	}
	
	.page-header-content h1 {
		font-size:2em;
	}
	
	.page-header-content p {
		font-size:.8em;
	}
	
	
	.logo {
		max-width:60%;
	}
	
	#site-navigation {
		width:100%;
		float:none;
		clear:both;
		text-align:center;
	}
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
		position:relative!important;
	}
	.main-navigation ul {
		display: none;
	}
	.main-navigation ul ul {
		display: block;
		box-shadow: none;
		float: none;
		position: relative;
		top:auto;
		left:auto;
		margin:0 auto 1em;
		font-size:.8em;
	}
	
	.main-navigation ul ul a {
		width:auto;
	}
	
	body .main-navigation li {
		float:none;
		display:block;
		padding:0;
	}
	
	body .main-navigation li a {
		border:none;
		padding:.7em 0;
		background-color:none!important;
		font-size: .9em;
		text-align:center;
		color:#0C224A;
	}
	
	.main-navigation ul ul {
		border:none!important;
		background-color:transparent;
	}
	
	.sponsor-logos img{
		max-width:100%!important;}


	.home-section-nav li {
		float:none;
		width:100%;
	}
	
	.nav-wrap {
		padding:30px;
	}
	

	
	.first {
		border-right: none;
	}	
	
	
	
}

@media screen and (max-width: 480px) {

	.page-header-content h1 {
		font-size:1.2em;
	}
	
	.page-header-content p {
		font-size:.8em;
	}
}

/*--------------------------------------------------------------
Grid System
--------------------------------------------------------------*/
.container {
	position:relative;
	margin-right: auto;
	margin-left: auto;
	max-width: 1140px;
	padding-left:15px;
	padding-right:15px;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
}
.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-left: 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: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 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: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 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: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 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: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}








@-ms-viewport {
  width: device-width;
}
.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;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
  .hidden-xs {
    display: none !important;
  }
}


@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
	  display: block !important;
	}
	table.visible-sm {
	  display: table;
	}
	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;
	}
	.hidden-sm {
	  display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  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;
  }
  .hidden-md {
    display: none !important;
  }
}


@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .hidden-lg {
    display: none !important;
  }
}