	@font-face {
	  font-family: 'BPG Mrgvlovani';
	  src: url('/assets/fonts/bpg_mrgvlovani_2010.eot?v=4.3.0');
	  src: url('/assets/fonts/bpg_mrgvlovani_2010.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('/assets/fonts/bpg_mrgvlovani_2010.woff?v=4.3.0') format('woff'), url('/assets/fonts/bpg_mrgvlovani_2010.ttf?v=4.3.0') format('truetype'), url('/assets/fonts/bpg_mrgvlovani_2010.svg?v=4.3.0#fontawesomeregular') format('svg');
	  font-weight: normal;
	  font-style: normal;
	}
	@font-face {
	  font-family: 'BPG Mrgvlovani CAPS';
	  src: url('/assets/fonts/bpg_mrgvlovani_2010_caps.eot?v=4.3.0');
	  src: url('/assets/fonts/bpg_mrgvlovani_2010_caps.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('/assets/fonts/bpg_mrgvlovani_2010_caps.woff?v=4.3.0') format('woff'), url('/assets/fonts/bpg_mrgvlovani_2010_caps.ttf?v=4.3.0') format('truetype'), url('/assets/fonts/bpg_mrgvlovani_2010.svg?v=4.3.0#fontawesomeregular') format('svg');
	  font-weight: normal;
	  font-style: normal;
	}
	@font-face {
		font-family: 'DSDIGI';
		src: url('/assets/fonts/DSDIGI.eot');
		src: local('DSDIGI'), url('/assets/fonts/DSDIGI.woff') format('woff'), url('/assets/fonts/DSDIGI.ttf') format('truetype');
	}
	/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_1091">Text with this font applied</p> */
	.fontsforweb_fontid_1091 {
		font-family: 'DSDIGI' !important;
	}
	html,
	body {
		padding: 0;
		margin: 0;
				min-width: 400px;
	}
	body {
		background: #051418;
		font-family: "BPG Mrgvlovani";
		font-size: 12px;
		text-shadow: 0 0 2px rgba(0,0,0,0.1);

	}
	.loading {
		display: none;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 50000;
	}
	.loading-overlay {
		width: 100%;
		height: 100%;
		display: flex;
		-moz-display: flex;
		-o-display: flex;
		background: rgba(0,0,0,0.3);
		text-align: center;
    	align-items: center
	}
	.loading .loading-box {
		display: inline-block;
		margin: 0 auto;
		min-width: 120px;
		text-align: center;
	}
	.thooClock canvas {
		vertical-align: middle;
		margin-right: 10px;
	}
	.fc_video_layer {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 50000;
	}
#print-div {

    }


	    
	    
	    
	.caps {
		font-family: "BPG Mrgvlovani CAPS";
	}
	* {
		outline: none;
	}
	a {
	}
	a:hover {
		color: #00aeef;
	}
	a:visited {}
	i.icon {
		color: white;
		transition: all 0.3s;
	}

	i.icon,
	i.icon:hover,
	i.icon:focus {
		text-decoration: none !important;
	}
	i.icon.active {
		color: #92b332;
	}
	a.icon {
		color: white;
		transition: all 0.3s;
	}
	a.icon,
	a.icon-inverted,
	a.icon-inverted:focus,
	a[class*="icon-"],
	a .icon,
	a .icon-inverted,
	a .icon-inverted:hover,
	a .icon-inverted:focus,
	a .icon-inverted:visited,
	a:hover .icon-inverted,
	a:focus .icon-inverted,
	a:visited .icon-inverted,
	a.icon-wrapper
	 {
		text-decoration: none !important;
	}
	a.icon:hover:not(.active),
	a.icon:focus:not(.active) {
		opacity: 0.8;
		text-decoration: none !important;
	}
	a.icon.active {
		color: #92b332;
	}
	a.icon-inverted {
		color: #000;
	}
	a.icon-danger,
	.icon-danger {
		color: #d9534f;
	}
	a.icon-success,
	.icon-success {
		color: green;
	}
	a[class*="has-sup"] i,
	i[class*="has-sup"] i {
		position: absolute;
	    background: #7bda00;
	    top: -5px;
	    right: -8px;
	    border-radius: 50%;
	    display: inline-block;
	    padding: 3px;
	    width: 60%;
	    height: 60%;
	    font-size: 9px;
	    color: white;
	    font-weight: bold;
	    font-style: normal;
	    text-align: center;
	    font-family: sans-serif;
	    box-shadow: 0 0 2px black;
	    line-height: 13px;
	}
	
	.inline {
		display: inline;
	}
	.inline-block {
		display: inline-block;
	}
	.header {
		background: #155765;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 200;
	}
	.header-bar {
    background: #155765;
    background: linear-gradient(to right, #155765 0%, #247182 50%, #155765 100%);
    color: #fff;
    border-bottom: 1px solid #247182;
	}
	.header-bar > div > div {
		display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    -webkit-align-items: center;
	    -webkit-box-align: center;
	    height: 80px;
	}
	.header-bar > div > div > div {
		-webkit-box-flex: 1;
	    -moz-flex: 1 1 auto;
	    -moz-box-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	    flex: 1 1 auto;
		flex-wrap: nowrap;
		flex-grow: 0;
	}
	.header-bar > div > div > div:nth-child(2) {
		flex-grow: 1;
		text-align: right;
	}
	.header-bar > div > div > div:last-child {
		text-align: right;
		white-space: nowrap;
	}
	.header .search.desktop {
		margin-right: 60px;
	}
	.header .search .form-control {
	    border: 1px solid transparent !important;
	    background: rgba(255,255,255,1);
	    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(193, 215, 220, 1) 100%);
	    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(193, 215, 220, 1)), color-stop(100%, rgba(174,201,207,1)));
	    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(193, 215, 220, 1) 100%);
	    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(193, 215, 220, 1) 100%);
	    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(193, 215, 220, 1) 100%);
	    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(193, 215, 220, 1) 200%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#aec9cf', GradientType=0 );

	}
	
	.header .search .form-control:focus {
	    border: 1px solid transparent !important;
		background: white;

	}
	.header .search .form-control::-webkit-input-placeholder,
	.header .search .form-control::-moz-input-placeholder,
	.header .search .form-control::-o-input-placeholder {
		color: black;
	}
	.header .icon.circle {
	    box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
	}
	.header .search .input-group-addon {
		background: rgba(21, 87, 101, 0.32);
	    border: none;
	    color: #49c7e7;
	    font-size: 9px;
	    /* border-radius: 0 25% 25% 0; */
	    text-align: left;
	    line-height: 12px;
	    padding: 0;
	    border: 1px solid #1c5f6f;
	}
	.header .search .input-group-addon a {
		display: block;
		padding: 3px 7px;
	}
	.header .search .input-group-addon:hover {
		background: rgba(21, 87, 101, 0.42);
	}
	.header .search .btn {
		border-radius: 0;
		border: 1px solid transparent;
		background: rgba(255,255,255,1);
	    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(193, 215, 220, 1) 100%);
	    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(193, 215, 220, 1)), color-stop(100%, rgba(174,201,207,1)));
	    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, (193, 215, 220, 1) 100%);
	    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(193, 215, 220, 1) 100%);
	    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(193, 215, 220, 1) 100%);
	    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(193, 215, 220, 1) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#aec9cf', GradientType=0 );
	    transition: all 0.3s;
	}
	.header .search .btn:hover {
		background: #49c7e7;
		background: rgba(255,255,255,1);
	    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(193, 215, 220, 1) 100%);
	    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(193, 215, 220, 1)), color-stop(100%, rgba(174,201,207,1)));
	    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(193, 215, 220, 1) 100%);
	    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(193, 215, 220, 1) 100%);
	    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(193, 215, 220, 1) 100%);
	    background: linear-gradient(to bottom, rgba(73, 199, 231, 1) 0%, rgba(73, 199, 231, 0.7) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#aec9cf', GradientType=0 );
	}
	.header .search.mobile {
		display: none;
	}
	.header a {
		text-decoration: none;
		color: inherit;
	}
	.header-menu {
		background: #082026;
		font-family: "BPG Mrgvlovani CAPS";
	}
	.footer-menu a {
		margin-bottom: 10px;
	}
	.move_top {
		display: none;
		opacity: 0;
		text-decoration: none !important;

	}
	.move_top.show {
		opacity: 1;
	}
	.package {
		transition: all 0.3s;
	}
	.package:hover {
		transform: scale(1.05);
	}
	.header.fixed {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 200;
		opacity: 0;
		animation: header_anim_fixed 0.3s linear forwards;
	}
	@keyframes header_anim_fixed {
	    from {opacity: 0}
	    to {opacity: 1}
	}
	.content {
		background: #f8f8f8; /* Old browsers */
		background: -moz-radial-gradient(center, ellipse cover, #fafafa 0%, #e4e4e4 100%); /* FF3.6-15 */
		background: -webkit-radial-gradient(center, ellipse cover, #fafafa 0%,#e4e4e4 100%); /* Chrome10-25,Safari5.1-6 */
		background: radial-gradient(ellipse at center, #fafafa 0%,#e4e4e4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e4e4e4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
		padding: 150px 0 65px 0;
	}

	.im-lg {
	  font-size: 1.33333333em;
	  line-height: 0.75em;
	  vertical-align: -15%;
	}
	.im-1x {
	  font-size: 1.5em;
	}
	.im-2x {
	  font-size: 2em;
	}
	.im-3x {
	  font-size: 3em;
	}
	.im-4x {
	  font-size: 4em;
	}
	.im-5x {
	  font-size: 5em;
	}
	.im-6x {
	  font-size: 6em;
	}
	.im-7x {
	  font-size: 7em;
	}
	.im-8x {
	  font-size: 8em;
	}
	.im-9x {
	  font-size: 9em;
	}
	.im-10x {
	  font-size: 10em;
	}
	a.icon {
		display: inline-block;
	}
	a.icon:hover,
	a.icon:focus,
	i.icon:hover,
	i.icon:focus {
		text-decoration: none !mportant;
	}
	.icon.inverted {
		background: white;
	}
	.icon.inverted > i {
		color: #155765;
	}
	.icon.circle {
		width: 30px;
		height: 30px;
		text-align: center;
		padding: 6px 0;
		font-size: 12px;
		line-height: 1.428571429;
		border-radius: 15px;
		position: relative;
	}
	.icon.circle.circle-lg {
		width: 50px;
		height: 50px;
		padding: 10px 16px;
		font-size: 18px;
		line-height: 1.33;
		border-radius: 25px;
	}
	.icon.circle.circle-lg {
		width: 70px;
		height: 70px;
		padding: 10px 16px;
		font-size: 24px;
		line-height: 1.33;
		border-radius: 35px;
	}
	
	
	
	.hr1 {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	.widget1 {
		border: 1px solid #d7d7d7;
		border-bottom: 2px solid #b7b7b7;
		background: #fff;
		line-height: 13px;
	}
	.widget1 .row {
		margin: 0;
		display: -webkit-flex;
		display: flex;
	}
	.widget1 .row > div {
		padding: 10px;
	}
	.widget1 .row > div:nth-child(2) > div {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		height: 100%;margin: 0 auto;
	}
	.widget1 .row > div:nth-child(2) > div  > div:nth-child(1),
	.widget1 .row > div:nth-child(2) > div  > div:nth-child(3) {
		flex-grow: 1;
	    display: -webkit-flex;
		display: flex;
	    align-items: center;
	    align-self: left;
	    padding: 10px 0;
	}
	h1, h2, h3, h4, h5, h6 {
		font-family: "BPG Mrgvlovani CAPS";
		color: #00aeef;
	}
	.box h1:first-child, .box h2:first-child, .box h3:first-child, .box h4:first-child, .box h5:first-child, .box h6:first-child {
		margin-top: 0;
	}
	.widget2 {
		display: table;
		width: 100%;
	}
	.widget2 > div {
		display: table-cell;
		vertical-align: top;
	}
	.widget2 > div:nth-child(1) {
		width: 128px;
		padding-bottom: 49px;
		position: relative;
		padding-right: 15px;
	}
	.widget2 > div:nth-child(2) {
		
	}
	.widget2 > div > div {
		border-top: 1px solid #d7d7d7;
		border-left: 1px solid #d7d7d7;
		border-right: 1px solid #d7d7d7;
		border-bottom: 2px solid #b7b7b7;
		background-color: white;
	}
	.widget2 > div:first-child > div:first-child {
		height: 128px;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: contain;
		margin-bottom: 15px;
	}
	.widget2 > div:nth-child(2) > div:nth-child(2) {
		height: 32px;
		text-align: center;
	}
	.widget2 > div:nth-child(1) > div:nth-child(2) {
		position: absolute;
		left: 0;
		right: 15px;
		bottom: 0;
		height: 49px;
		line-height: 49px;
		text-align: center;
		}
	.widget2 > div:nth-child(2) > div:first-child {
		min-height: 148px;
		padding: 10px;
		border-bottom: 0 !important;
	}
	.widget2 > div:nth-child(2) > div:last-child {
		background: #ebebeb;
		border-top: 0 !important;
		display: table;
		width: 100%;
		height: 47px;
		/* 
		    background: rgb(249, 249, 249);
    border-top: 0 !important;
    display: table;
    width: 100%;
    height: 47px;
    box-shadow: inset 0 -22px 20px -8px rgba(90, 90, 90, 0.1), inset 0 1px 1px 0px rgba(80, 80, 90, 0.1);
    border-top: 1px solid #e8e8e8; */

	}

	.widget2 > div:nth-child(2) > div:last-child > div {
		display: table-cell;
		padding: 5px 10px;
		vertical-align: middle;
		text-align: left;

	}
	.widget2 > div:nth-child(2) > div:last-child > div span {
		display: inline-block;
		vertical-align: middle;
		font-size: 11px;
		line-height: 11px;

	}
	
	.widget2 > div:nth-child(2) > div:last-child > div:last-child {
		text-align: right;
		padding: 0;
		height: 100%;
		vertical-align: middle;
	}
	.widget2 > div:nth-child(2) > div:last-child .btn {
		height: 100%;
		display: -webkit-box;
	    display: flex;
	    align-items: center;
	    -webkit-align-items: center;
	    -webkit-box-align: center;
	    justify-content: center;
	}
	
	
	
	
	
	.widget3 {
		display: -webkit-box;
	    display: -moz-box;
	    display: -webkit-flexbox;
		display: flex;
	}
	.widget3 > div {
		vertical-align: top;

	}
	.widget3 > div:nth-child(1) {
		padding-right: 15px;
		padding-bottom: 49px;
		position: relative;
	
	}
	.widget3 > div:nth-child(2) {

		min-width: 0;
			    -webkit-box-flex: 1;
	    -moz-box-flex: 1;
	    -webkit-flex: 1;
	    flex: 1;
	}
	.widget3 > div > div:not(.alert) {
		border-top: 1px solid #d7d7d7;
		border-left: 1px solid #d7d7d7;
		border-right: 1px solid #d7d7d7;
		border-bottom: 2px solid #b7b7b7;
		background-color: white;

	}
	.widget3 > div:first-child > div:first-child {
		height: 128px;
		width: 128px;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: contain;
		margin-bottom: 15px;
	}
	.widget3 > div:nth-child(2) > div:nth-child(2) {
		text-align: center;
	}
	.widget3 > div:nth-child(1) > div:nth-child(2) {
		height: 49px;
		line-height: 49px;
		text-align: center;
		}
	.widget3 > div:nth-child(2) > div {
		padding: 10px;
		margin-bottom: 15px;
		min-width: 100%;
	}
	.widget3 td {
		padding: 5px;
	}
	.widget3 tr:nth-child(odd) {
		background: rgba(0,0,0,0.02);
	}
	
	
	.widget4 {
		display: table;
		width: 100%;
	}
	.widget4 > div {
		display: table-cell;
		vertical-align: top;
	}
	.widget4 > div:nth-child(1) {
		width: 128px;
		padding-bottom: 49px;
		position: relative;
	}
	.widget4 > div:nth-child(2) {
		padding-left: 15px;
	}
	.widget4 > div:first-child > div {
		border-top: 1px solid #d7d7d7;
		border-left: 1px solid #d7d7d7;
		border-right: 1px solid #d7d7d7;
		border-bottom: 2px solid #b7b7b7;
		background-color: white;
	}
	.widget4 > div:first-child > div:first-child {
		height: 128px;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		margin-bottom: 15px;
	}
	.widget3 > div:nth-child(2) > div:nth-child(2) {
		text-align: center;
	}
	.widget4 > div:nth-child(1) > div:nth-child(2) {
		height: 49px;
		line-height: 49px;
		text-align: center;
		}
	.widget3 > div:nth-child(2) > div {
		padding: 10px;
		margin-bottom: 15px;
	}
	.widget4 td {
		padding: 5px;
	}
	.widget4 tr:nth-child(odd) {
		background: rgba(0,0,0,0.02);
	}
	.widget5 {
		border: 1px solid #d7d7d7;
		border-bottom: 2px solid #b7b7b7;
		background: #fff;
		display: table;
		margin-bottom: 15px;
	}
	.widget5 > div {
		display: table-cell;
		vertical-align: middle;
	}
	.widget5 > div:first-child {
		width: 128px;
	}
	.widget5 > div:last-child {
		padding: 10px;
		border-left: 1px solid #eee;
	}
	.widget5 > div:first-child > div:first-child {
		height: 128px;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		margin-bottom: 15px;
	}
	.widget5.active {
		border-bottom: 2px solid #00aeef;
	}
	.widget6 {
		border-top: 1px solid #d7d7d7;
		border-left: 1px solid #d7d7d7;
		border-right: 1px solid #d7d7d7;
		border-bottom: 2px solid #b7b7b7;
		background-color: white;
		display: -webkit-flex;
		display: flex;
	}
	.widget6 > div:first-child {
		background-repeat: no-repeat;
	    background-size: cover;
	    width: 30%;
	    min-height: 250px;
	    min-width: 300px;
	    max-height: 500px;
	    -webkit-flex: 0 auto;
	    flex: 0 auto;
	    color: white;
	    text-align: center;
	    display: -webkit-flex;
		display: flex;
		align-items: center;
	}
	.widget6 > div:first-child > div {
		text-align: center;
		-webkit-flex: 1;
		flex: 1;
		font-size: 14px;
		font-family: "BPG Mrgvlovani CAPS";
	}
	.widget6 > div:last-child {
		position: relative;
	    width: 70%;
	    padding: 10px 10px 90px 10px;
	    min-height: 250px;
	    -webkit-flex: 1;
	    flex: 1;
	}
	.widget6 > div:last-child > div:first-child {
		min-height: 150px;
	}
	.widget6 > div:last-child > div:last-child {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 10px;
		text-align: right;
	}
	
	.widget1 h1:first-child, .widget1 h2:first-child, .widget1 h3:first-child, .widget1 h4:first-child, .widget1 h5:first-child, .widget1 h6:first-child,
	.widget2 h1:first-child, .widget2 h2:first-child, .widget2 h3:first-child, .widget2 h4:first-child, .widget2 h5:first-child, .widget2 h6:first-child,
	.widget3 h1:first-child, .widget3 h2:first-child, .widget3 h3:first-child, .widget3 h4:first-child, .widget3 h5:first-child, .widget3 h6:first-child {
		margin-top: 0;
	}
	.message {
		opacity: 1;
		border-color: #40b2cf;
	}
	.message.seen:not(.active) {
		opacity: 0.6;
		transition: opacity 0.3s;
		border-color: #ddd;
	}
	.message.seen:hover {
		opacity: 1;
		border-color: #40b2cf;
	}
	.box {
		border-top: 1px solid #d7d7d7;
		border-left: 1px solid #d7d7d7;
		border-right: 1px solid #d7d7d7;
		border-bottom: 2px solid #b7b7b7;
		background-color: white;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.box2 {
		border-top: 1px solid #d7d7d7;
	    border-left: 1px solid #d7d7d7;
	    border-right: 1px solid #d7d7d7;
	    border-bottom: 1px solid #b7b7b7;
	    background-color: #f7f7f7;
	    padding-top: 10px;
	    padding-bottom: 10px;
	    padding-left: 10px;
	    padding-right: 10px;
    }
	.table-middle > tbody > tr > th,
	.table-middle > tbody > tr > td {
		vertical-align: middle;
	}
	.table-center > tbody > tr > th,
	.table-center > tbody > tr > td {
		text-align: center;
	}
	.table-floating {
	    width: 100%;
	    text-align: left;
	    table-layout: fixed;
	}

	.table-floating th, .table-floating td {
	    word-wrap: break-word;
	    width: 100%;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	.mini-banner-slider {
		border-color: #ddd;
	  	border-bottom: 2px solid #b7b7b7;
	  	color: white;
	  	text-align: center;
	}
	.mini-banner-slider > li > div {
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
	  	padding: 20px;
	}
	.im-controls .lSAction > a {
		background-image: none;
	}
	.pager-inside {
		position: relative;

	}
	.pager-inside .lSPager {
		position: absolute;
		width: 100%;
		bottom: 15px;
	}
	.footer {
	    min-height: 260px;
	    padding: 20px 0;
	    background: #082026;
	    background: linear-gradient(to right, #082026 0%, rgb(10, 40, 47) 50%, #082026 100%);
	    color: rgba(73, 199, 231, 0.45);
	    position: relative;
	    font-weight: normal;
	    font-size: 11px;
	}
	.footer a {
		color: inherit;
		text-decoration: none;
	}
	.footer a:hover,
	.footer a:focus,
	.footer a.active {
		color: rgba(73, 199, 231, 0.8);
	}
	.footer .row:first-child > div:first-child {

		
	}
	.footer .row:first-child > div:last-child {
		padding-bottom: 60px;
	}
	.footer > div:first-child > div:first-child > div:last-child a {
		display: inline-block;
		margin-right: 15px;
	}
	.footer > div:first-child > div:first-child > div:last-child a:last-child {
		margin-right: 0 !important;
	}
	.footer-bar {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		text-align: center;
		background: #051418;
		min-height: 37px;
		display: table;
		padding: 5px 10px;
	}
	.footer-bar > div {
		display: table-cell;
		vertical-align: middle;
	}
	.media-textbox {
		padding: 10px 0;
		border-top: 1px solid #d7d7d7;
		border-left: 1px solid #d7d7d7;
		border-right: 1px solid #d7d7d7;
		border-bottom: 2px solid #b7b7b7;
		background-color: #eee;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}

	@media (max-width: 768px) {
		.move_top {
			display: none !important;
		}
		.menu_sep {
			display: none !important;
			}
		.header .search.mobile {
			display: block;
		}
		.header .search.desktop {
			display: none;
		}
		.nav-pills {
			flex-direction: column;
		}
		.nav-pills > li + li {
			margin-left: 0 !important;
		}
		.table-floating tbody, .table-floating thead { float: left; }
	    .table-floating thead { min-width: 120px }
	    .table-floating td, .table-floating th { display: block }
	    
	    .footer .row:first-child > div:first-child,
	    .footer .row:first-child > div:last-child {
	    	text-align: center;
	    }
	    .widget6 {
	    	flex-direction: column;
	    }
	    .widget6 > div {
	    	width: auto !important;
	    }
	    .widget6 > div:last-child > div:last-child {
	    	text-align: left;
	    }
	    .widget6 > div:last-child > div:last-child .btn {
	    	margin-top: 3px;
	    }
	}
	@media (max-width: 992px) {
		.widget1 .row {
			display: block;
		}
		.widget1 .row > div {
				text-align: center;
		}
		.widget1 .row > div:nth-child(2) > div  > div:nth-child(1),
		.widget1 .row > div:nth-child(2) > div  > div:nth-child(3) {
	    	text-align: right;
			-webkit-align-self: center;
			align-self: center;
			display: inline-block;
			
		}
		.media {
		    display: inline-block;
		}
		.media-body {
			width: auto;
		}
	}
	
	@media (max-width: 768px) {
		.widget3, .widget4, 
		.widget3 > div,
		.widget4 > div {
			display: block !important;
		}
		.widget3 > div:nth-child(1),
		.widget4 > div:nth-child(1) {
			padding-right: 0;
		}
		.widget3 > div:nth-child(2),
		.widget4 > div:nth-child(2) {
			padding-left: 0;
		}

	}
	@media (max-width: 992px) {
			.company_badge table {
			width: auto !important;
			margin: 0 auto !important;
		}
	}
	@media (min-width: 992px) {
		.content.cells .sidebar-main {
			float: left;
			width: 30%;
		    
		}
		.content.cells .sidebar-addon {
			float: left;
			clear: left;
			width: 30%;

		}
		.content.cells .main {
			float: right;
			width: 70%;
			padding-left: 15px;
		}
	}
	@media (min-width: 1200px) {
	  .container {

	}






