/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the
 * later versions of this theme.
 *
 * We advise that you use use this CSS to override
 * SmartAdmin styles.
 *
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 *
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

@import url('custom-view.css');
@import url('custom-login.css');

html {
   height: 100%;
	overflow-y: scroll;
}
body {
   min-height: 100%;
    height: auto;
    background: #dedede;
	overflow-y: hidden !important;
}
a:hover, a:focus {
	color: #1f3258;
	text-decoration: underline;
}
h1, h2 {
    margin: 20px 0;
}
#main {
    height: auto;
}
#left-panel {
    top: 0;
    padding-top: 39px !important;
}
#main #content #widget-grid {
    top: 0;
    padding-top: 14px;
}
#header span#activity,
#header .btn-header > :first-child > a {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	cursor: pointer !important;
	display: inline-block;
	font-weight: 700;
	height: 30px;
	line-height: 24px;
	min-width: 30px;
	padding: 2px;
	text-align: center;
	text-decoration: none !important;
	-moz-user-select: none;
	-webkit-user-select: none;
	background-color: transparent;
	background-image: none;
	border: none;
	color: #fff;
	font-size: 19px;
	margin: 10px 0 0 0;
}
#header #logout.btn-header > :first-child > a {
    color: #c71f7b;
}
#header span#activity {
    margin: 10px 5px 0 10px !important;
}
#header .btn-header {
    margin-left: 10px;
}
@media (max-width: 767px) {
    #header .btn-header {
        margin-left: 0px;
    }
    #header span#activity, #header .btn-header > :first-child > a {
        min-width: 20px;
    }
    #logo img {
        width: 169px;
    }
}
#header span#activity:hover,
#header span#activity:focus,
#header span#activity:active,
#header .btn-header > :first-child > a:hover,
#header .btn-header > :first-child > a:focus,
#header .btn-header > :first-child > a:active {
	border: none;
	color: #c71f7b;
	transition: none;
	cursor: pointer;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#header span#activity b.badge {
	position: absolute;
	top: -5px;
	right: -5px;
	cursor: pointer;
	background: #c71f7b;
	display: inline-block;
	font-size: 11px;
	box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
	color: #1f3258;
	font-weight: 700;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	padding: 0;
	text-align: center;
	line-height: 18px;
    height: 18px;
    min-width: 18px;
}
.ajax-dropdown {
    right: 0;
    left: auto;
    top: 55px;
}
.ajax-dropdown:before,
.ajax-dropdown:after {
    left: 59%;
}
.ajax-dropdown .ajax-notifications .btn {
    line-height: 17px !important;
}
.ajax-dropdown .ajax-notifications {
    background-color: #fff;
}
.ajax-notifications {
    height: 350px !important;
}
.ajax-notifications .notification-body .badge + span.pull-left {
    width: 210px;
}
.ajax-notifications .notification-body .badge + span.pull-left .btn {
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
    display: inline-block;
}
.ajax-notifications .notification-body .badge + span.pull-left .btn:last-child {
    margin-right: 0;
}
.ajax-dropdown .btn-refresh {
    top: 0 !important;
    line-height: 17px !important;
}
.ajax-dropdown li > span {
    position: relative;
    display: block;
    padding: 15px 10px !important;
}
.ajax-dropdown li .text-muted {
    position: absolute !important;
    top: 13px !important;
    right: 13px;
    font-size: 11px !important;
}
.alert-success {
	margin-bottom: 20px;
	color: #1f3258;
	border-width: 0;
	border-left-width: 0px;
	padding: 10px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    background-color: #fff;
    margin-left: -15px;
margin-top: -15px;
margin-right: -14px;
}

.panel-default {
    background: transparent;
    border: 0;
}
.panel-heading {
    background: transparent !important;
    border: 0 !important;
}


.jarviswidget > header {
	color: #333;
	border: 0px solid #C2C2C2;
	background: transparent;
    margin-bottom: 20px;
    margin-left: 10px;
    box-shadow: none !important;
}
.jarviswidget > header h2,
.panel-heading h4,
.ajax-dropdown h3 {
    color: #c71f7b;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 18px !important;
}
.jarviswidget > header > span {
    line-height: 41px !important;
}
.jarviswidget > header > span > i,
.panel-heading h4 i,
.ajax-dropdown h3 i {
    color: #1f3258 !important;
    font-size: 24px !important;
    margin-right: 5px !important;
}

.smart-form header {
	display: block;
	padding: 8px 0;
	border-bottom: 1px dashed rgba(0,0,0,.2);
	background: #fff;
	font-size: 16px;
	font-weight: 600;
	color: #232323;
	margin: 10px 14px 0;
}


.smart-form .checkbox input:focus + i,
.smart-form .input input:focus,
.smart-form .radio input:focus + i,
.smart-form .select select:focus,
.smart-form .textarea textarea:focus,
.smart-form .toggle input:focus + i,
.form-control:focus {
	border-color: #c71f7b !important;
}
.smart-form .checkbox:hover i,
.smart-form .input:hover input,
.smart-form .radio:hover i,
.smart-form .select:hover select,
.smart-form .textarea:hover textarea,
.smart-form .toggle:hover i,
.form-control:hover {
	border-color: #c71f7b !important;
}

.smart-form .checkbox input:checked + i,
.smart-form .radio input:checked + i,
.smart-form .toggle input:checked + i {
	border-color: #c71f7b;
}
.smart-form .radio input + i::after {
	background-color: #c71f7b;
}

a.btn {
    background-color: #9f9f9f;
    color: #fff;
}
.btn {
    line-height: 27px !important;
    padding: 0 20px 2px;
}

.ui-button-primary:focus, .ui-button-primary:hover {
    background-color: #c71f7b;
    border-color: #c71f7b
}
.ui-buttonset .ui-state-active.ui-state-hover {
    background-color: #c71f7b;
    border-color: #c71f7b
}
.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.ui-state-hover {
    background-color: #c71f7b;
    border-color: #285e8e
}
.ui-slider-horizontal .ui-slider-handle:active {
    background-color: #c71f7b;
    border-color: #c71f7b
}
.noUi-connect {
    background: #c71f7b
}
.pace .pace-progress {
    background: #c71f7b;
}
.smart-form .toggle i:before {
    background-color: #c71f7b
}
.smart-form .button {
    background-color: #c71f7b;
}
.smart-form .rating input+label:hover, .smart-form .rating input+label:hover~label {
    color: #c71f7b
}
.smart-form .checkbox input:focus+i, .smart-form .input input:focus, .smart-form .radio input:focus+i, .smart-form .select select:focus, .smart-form .textarea textarea:focus, .smart-form .toggle input:focus+i {
    border-color: #c71f7b
}
.smart-form .radio input+i:after {
    background-color: #c71f7b
}
.smart-form .checkbox input+i:after {
    color: #c71f7b
}
.smart-form .checkbox input:checked+i, .smart-form .radio input:checked+i, .smart-form .toggle input:checked+i {
    border-color: #c71f7b
}
.smart-form .rating input:checked~label {
    color: #c71f7b
}
.inbox-menu-lg li.active a {
    color: #c71f7b
}
time.icon em {
    color: #c71f7b
}
.smart-timeline-icon {
    background: #3276b1;
}
.smart-timeline-icon>img {
    border: 2px solid #c71f7b
}
.product-deatil .glyphicon {
    color: #c71f7b
}
.onoffswitch-inner:before {
    background-color: #c71f7b;
}

.jarviswidget > div {
	border-width: 0;
}
.panel-body {
    background: #fff;
}
.panel-body.status .badge,
.notification-body .badge {
	display: inline-block;
	width: 30px;
    height: 30px;
	padding: 8px 0 0 0;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	white-space: nowrap;
	text-align: center;
	background-color: #1f3258 !important;
	border-radius: 75px;
    border: 0px #ddd solid;
    margin-right: 10px;
    margin-top: 5px;
}
.text-muted {
    color: #bbb;
}
.status .who .name b {
    color: #c71f7b;
}
.status .who:hover {
    background-color: #c71f7b;
    color: #fff !important;
}
.panel-body.status .who:hover .badge,
.notification-body .who:hover .badge {
    background-color: #fff !important;
    color: #c71f7b !important;
}
.status .who:hover .name b,
.status .who:hover .text-muted {
    color: #fff;
}


.bg-color-gray,
.bg-color-gray:hover,
.bg-color-gray:focus,
.bg-color-gray:active {
    background-color: #bbb !important;
    border: none  !important;
}
.bg-color-blueDark,
.bg-color-blueDark:hover,
.bg-color-blueDark:focus,
.bg-color-blueDark:active {
	/*background-color: #4c4f53 !important;*/
    background-color: #1f3258 !important;
    border: none !important;
    color: #fff !important;
}
.bg-color-blueDark.sub-header h4 {
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
}
.bg-color-blueDark.sub-header .widget-icon {
    font-size: 18px;
    float: left;
    line-height: 40px;
    margin-right: 10px;
}

.dataTables_wrapper #dt_basic td {
    line-height: 28px;
}
.text-center.rateYo > div {
    margin: 0 auto;
    margin-top: 5px;
}

section.form-group {
    margin: 0 !important;
}
.form-horizontal .control-label {
	text-align: left;
	margin-bottom: 20px;
	padding-top: 7px;
    padding-right: 15px;
}
@media (max-width: 767px) {
    .form-horizontal .control-label {
        margin-bottom: 10px;
        margin-top: 10px;
    }
}
.smart-form *, .smart-form ::after, .smart-form ::before {
    box-sizing: border-box;
}
.smart-form .checkbox i, .smart-form .radio i {
    width: 19px;
    height: 19px;
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0px;
}
.smart-form .checkbox:last-child,
.smart-form .radio:last-child {
    margin-bottom: 4px !important;
}
.form-control {
    height: 28px !important;
    padding: 0 10px;
    line-height: 28px;
}

.dd3-content {
	display: block;
	margin: 5px 0;
	padding: 10px 10px 12px 60px;
	font-size: 15px;
	color: #999;
	text-decoration: none;
	border: 1px solid #cfcfcf;
	background: #fbfbfb;
}
.dd3-content:hover {
	color: #c71f7b;
}
.dd3-handle {
	position: absolute;
	margin: 0;
	left: 0;
	top: 0;
	cursor: move;
	width: 50px;
	text-indent: 100%;
	color: transparent;
	white-space: nowrap;
	overflow: hidden;
	border: 0px solid #aaa;	
	background: -webkit-linear-gradient(top, #ddd 0, #bbb 100%);
	background: -moz-linear-gradient(top, #ddd 0, #bbb 100%);
	background: linear-gradient(top, #ddd 0, #bbb 100%);
    background: transparent !important;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	padding: 0;
    height: 44px;
}
.dd3-handle:before {
    line-height: 40px;
    color: #ccc;
}


.widget-body label .widget-icon,
.widget-body label .widget-icon + h2 {
    display: inline-block;
}
.widget-body label .widget-icon {
    color: #1f3258 !important;
    font-size: 24px !important;
    margin-right: 5px !important;
}
.widget-body label .widget-icon + h2 {
    color: #c71f7b;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 18px !important;
}
.widget-body .done .header-btn,
.widget-body .done .widget-icon,
.widget-body .done h2 {
    color: #999 !important;
}

.widget-body .btn.new-task {
    margin-top: 68px;
}

.chat-grid {
    background: #ebebeb;
}
.chat-grid .col-md-8 {
}
#chat-container {
	position: relative !important;
	width:100%;
	height: 470px;
	z-index: 2;
	border-left: 0px solid #CDCECF;
	right: auto !important;
	top: 0;
	background: #ebebeb;
	transition-duration: .25s;
	-webkit-transition-duration: .25s;
	-moz-transition-duration: .25s;
	-o-transition-duration: .25s;
	-ms-transition-duration: .25s;
}
#chat-container .chat-list-body {
	height: 410px;
	overflow-y: auto;
	overflow-x: hidden;
	display: block;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: transparent;
}
#chat-container .chat-list-footer {
    background: transparent !important;
    height: 60px;
    border: none !important;
}
#chat-container .chat-list-footer section {
    margin-bottom: 0;
}
.chat-body {
	background: #ebebeb;
/*	background: url(data:image/svg+xml;
base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fafafa 0, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #fff));
	background: -webkit-linear-gradient(top, #fafafa 0, #fff 100%);
	background: -o-linear-gradient(top, #fafafa 0, #fff 100%);
	background: -ms-linear-gradient(top, #fafafa 0, #fff 100%);
	background: linear-gradient(to bottom, #f5fcff 0, #fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#ffffff', GradientType=0);
	box-shadow: inset 2px 2px 5px rgba(0,0,0,.04);
	-moz-box-shadow: inset -2px -2px 5px rgba(0,0,0,.04);
*/
	display: block;
	height: 330px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0 20px;
    margin: 0px 20px 0 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 0px solid #fff;
	border-top: none;
    box-shadow: none;
}
.chat-body > ul {
}
.chat-body li.message.left {
	display: block;
	position: relative;
	margin: 20px 0 20px 20px;
    width: 70%;
    background: #fff;
    padding: 15px;
    border-radius: 0 10px 10px 10px;
}
.chat-body li.message.left::after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: -10px;
	top: 0px;
	border-style:solid;
    border-width: 0 10px 20px 0;
	border-color: #fff #fff transparent transparent;
}
.chat-body li.message.right {
	display: block;
	position: relative;
	margin: 20px 0;
    margin-left: calc(30% - 20px);
    width: 70%;
    background: #1f3258;
    padding: 15px;
    border-radius: 10px 0px 10px 10px;
    color: #fff;
}
.chat-body li.message.right::after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	right: -10px;
	top: 0px;
	border-style:solid;
    border-width: 20px 10px 0 0;
	border-color: #1f3258 transparent transparent transparent;
}
.chat-body li.message .message-text {
    margin-bottom: 30px;
}
.chat-body li.message .message-text > p {
    display: none;
}
.chat-body li.message .message-text time {
	position: absolute;
	top: auto;
    bottom: 10px;
	right: 10px;
	font-size: 11px;
	line-height: 12px;
	color: #999;
    font-style: italic;
    text-align: right;
}
.chat-footer {
	border-top: 0px;
	background: #ebebeb;
    height: 100px;
    padding: 0;
}
.chat-footer #add_err {
    margin: 10px 0 5px;
    display: inline-block !important;
}
.chat-footer .textarea-div {
    margin: 0;
}
#chat-container ul#chat-users {
    margin: 0;
}
#chat-container #chat-users li {
	margin-bottom: 0px;
	margin-left: 0px;
}
#chat-container #chat-users li a {
	display: block;
	font-size: 14px;
	color: #c71f7b;
	text-decoration: none !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px 8px 10px 15px;
	line-height: 18px;
	vertical-align: middle;
    font-weight: 700;
}
#chat-container #chat-users li a span {
    font-weight: 100;
    font-style: italic;
    color: #1f3258;
}
#chat-container #chat-users li a:hover,
#chat-container #chat-users li.active a {
	background: #dbdbdb;
}
.chat-grid .textarea-controls {
	border: 0px !important;
    background: #ebebeb;
    padding-left:20px;
    padding-right: 20px;
}
.chat-footer .emojionearea,
.chat-footer .textarea-div {
    border: 0;
    background: #f2f2f2;
}
.textarea-div {
    background: #f2f2f2;
    padding: 20px 10px !important;
    position: relative;
}
.textarea-div .btn-send {
    background: transparent !important;
    border: 0 !important;
    position: absolute;
    top: 43px;
    right: 20px;
}
.textarea-div .btn-send i.fa {
    color: #c71f7b;
    font-size: 22px;
   
}
.emojionearea.focused {
	border-color: transparent !important;
	outline: 0 !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.emojionearea.focused .emojionearea-editor {
	border-color: #c71f7b !important;
	outline: 0 !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.emojionearea .emojionearea-editor {
	padding: 10px !important;
    margin-left: 40px !important;
    margin-right: 55px !important;
    border: 1px #b8b8b8 solid !important;
    max-height: 60px !important;
    min-height: 60px !important;
    height: 60px !important;
}
.emojionearea .emojionearea-button {
	left: 3px;
    top: 20px !important;
    right: auto !important;
}
.emojionearea-picker {
    right: auto !important;
    left: -10px !important;
}

/* highlight menupoints */
a.highlight {
	color: #c71f7b;
}

/*zweispaltig*/
.col-2 {
	margin-bottom: 1.8ex;
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	column-count: 2;
	column-gap: 2em;
	-moz-column-rule-style: dotted;
	-moz-column-rule-width: 1px;
	-moz-column-rule-color: silver;
	-webkit-column-rule-style: dotted;
	-webkit-column-rule-width: 1px;
	-webkit-column-rule-color: silver;
	column-rule-style: dotted;
	column-rule-width: 1px;
	column-rule-color: silver;
	column-width: 270px;
	-webkit-column-width: 270px;
	-moz-column-width: 270px;
}
.col-2 p, .col-2 blockquote {
	orphans: 4;
	widows: 4;
	margin-top: 0;
	font-size: 1.8ex;
	margin-bottom: 2.7ex;
	line-height: 2.7ex;
	text-align: justify;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

/*iFrame YouTube responsive*/
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}


/*Referenzen Logos*/
footer {
	padding-top: 15px;
	padding-bottom: 30px;
	height: auto !important;
}
footer .Logos {
	top: auto !important;
}
footer .Logos #theCarousel {
	position : relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 10px;
}
footer .Logos #theCarousel .item,
footer .Logos #theCarousel .item > div {
	height: 60px;
	text-align: center;
}
footer .Logos #theCarousel img {
	position: relative;
	-webkit-filter: saturate(0%);
	filter: saturate(0%);
	width: auto;
	max-width: 80%;
	max-height: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
}
footer .Logos #theCarousel img:hover {
	-webkit-filter: saturate(100%);
	filter: saturate(100%);
}
footer .Logos #theCarousel .carousel-control {
	background: #fff;
	width: 20px;
	color: #999;
	opacity: 1;
}
.glyphicon-chevron-left,
.glyphicon-chevron-right {
	position: relative !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	display: block !important;
	width: 22px !important;
	height: 26px !important;
	margin: 0 !important;
	right: auto !important;
	left: auto !important;
}
.glyphicon-chevron-left:before,
.glyphicon-chevron-right:before {
	font-size: 22px;
	position: absolute;
	top: 0;
	left: 0;
}
.glyphicon-chevron-left:before {
	content:'\e257';
}
.glyphicon-chevron-right:before {
	content:'\e258';
}

.referenzen {
	position : relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.referenzen div{
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	position: relative;
}
.referenzen div a {
	display: block;
	position: relative;
	height: 100%;
	width: 100%
}
.referenzen img {
	position: relative;
	/*-webkit-filter: saturate(0%);
	filter: saturate(0%);*/
	max-width: 100%;
	width: auto;
	height: auto;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
}
.referenzen img:hover {
	/*-webkit-filter: saturate(100%);
	filter: saturate(100%);*/
}

/*Unterseiten*/
.subpage {
	margin-top: 20px;
}
.subpage h1 span {
	display: block;
	font-size: 70%;
	padding-top: 3px;
	font-weight: bold;
}
.subpage footer {
	margin-top: 50px;
	border-top: 1px #c71f7b solid;
	padding: 15px 0px;
}


.broschuere img {
	max-width: 100%;
	width: auto;
	height: auto;
	border: 1px #ccc solid;
}
.icon-vorteile > div {
	text-align: center;
	padding-bottom: 30px;
}
.icon-vorteile img {
	width: 60px;
	height: auto;
	margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
	.Promotion {
		top: auto !important;
		margin-top: 30px;
	}
	.Promotion > div {
		height: auto !important;
	}
	.Promotion > div > img {
		max-width: 100%;
	}
	.PromotionText {
		padding: 20px 0 50px 0;
		position: relative;
	}
	h1.login-header-big {
		margin-top: 40px !important;
	}
	.well.no-padding {
		margin-top: 40px;
	}
	.downapps {
		top: auto !important;
		margin-top: 30px;
		margin-bottom: 15px;
	}
}
@media only screen and (max-width: 767px) {
	#main {
		height: auto !important;
		overflow: visible !important;
	}
	#extr-page .login-app-icons {
		width: auto;
	}
}
@media only screen and (max-width: 530px) {
	h1.login-header-big {
		font-size: 40px;
		margin-top: 20px !important;
	}
	#extr-page .login-app-icons h2 {
		font-size: 35px;
	}

}
@media only screen and (max-width: 460px) {
	h1.login-header-big {
		font-size: 30px;
	}
	#extr-page .login-app-icons h2 {
		font-size: 25px;
	}
}
@media only screen and (max-width: 460px) {
	.login-app-icons a {
		width: 100%;
		margin-bottom: 15px;
	}
}

[class*="col-"] {
  margin-right: -1px;
}
