/**
 * Framework 1ki3
 * Version: 1.0
 * Date: 26.02.2016
 * Web: 1ki3.com
 * Author: Serdar GULER
 * Mail: guler.serdar@1ki3.com
 */

::-webkit-input-placeholder { /* WebKit browsers */ color: #999; }
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #999; opacity: 1; }
::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #999; opacity: 1; }
:-ms-input-placeholder { /* Internet Explorer 10+ */ color: #999; }


html{font-size:100%;box-sizing:border-box}
*,:before,:after{box-sizing:inherit}

/* === Normalize Css === */
a:active,a:hover,input,select,textarea{outline:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}.clear,div:after,dl:after,header:after,ol:after,ul:after{clear:both;height:0;visibility:hidden;display:block}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}button,html,input,select,textarea{font-family:sans-serif}body,figure,form,h1,h2,h3,h4,h5,h6{margin:0}a:focus{outline:dotted thin}h1{font-size:2em}h2{font-size:1.5em}h3{font-size:1.17em}h4{font-size:1em}h5{font-size:.83em}h6{font-size:.67em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}dl,menu,ol,p,pre,ul{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:after,q:before{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}legend,ul{padding:0}nav ol,nav ul{list-style:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;white-space:normal}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline}button,input{line-height:normal}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}input[type=checkbox],input[type=radio]{box-sizing:border-box}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}ul{margin:0}dl:after,header:after,ol:after,ul:after{content:'.'}.left{float:left}.right{float:right}a{text-decoration:none}input[type=submit],input[type=checkbox],input[type=radio],input[type=text],select,textarea{margin:0;padding:0;background:#fff;border:0;outline:0;resize:none}
/* === Normalize Css End === */

.is-visible{display:block!important}
.is-hidden{display:none!important}

.overlay { position: fixed; height: 100%; width: 100%; background: #000; opacity: 0.8; filter: alpha(opacity=80); z-index: 100; top: 0; left: 0; bottom: 0; right: 0; display: none; }
.container-all { position: relative; }
img { max-width: 100%; }
a { text-decoration: none; }
a:hover, a:focus { text-decoration: none; outline: none;}
a.underline, a.hover-under:hover { text-decoration: underline; }
.paddingTop0 { padding-top: 0 !important; }
.paddingRight0 { padding-right: 0 !important; }
.paddingBottom0 { padding-bottom: 0 !important; }
.paddingLeft0 { padding-left: 0 !important; }
.marginTop0 { margin-top: 0 !important; }
.marginRight0 { margin-right: 0 !important; }
.marginBottom0 { margin-bottom: 0 !important; }
.marginLeft0 { margin-left: 0 !important; }

/* === Logo === */
.logo { display: block; }
.logo img { display: block; }
/* === Logo === */

/* === Menu === */
.menu ul { list-style: none; }
.menu ul li { float: left; }
.menu ul li a { display: block; padding: 10px; text-decoration: none; }
/* === Menu-End === */

/* === List === */
.list .item { margin-bottom: 20px; }
.list .item .text a { text-decoration: none; }
.list .item a { display: block; }
/* === List-End === */

/* === Search === */
.search form { position: relative; }
.search input[type="text"] { width: 100%; padding: 7px 7px 7px 35px; background: #F9F9F9; }
.search input[type="submit"] { position: absolute; left: 7px; top: 50%; margin-top: -10px; width: 20px; height: 20px; background: #E2E1E1; }
/* === Search-End === */

/* === Article === */
article ul, article ol { padding-left: 20px; }
/* === Article-End === */

/* === Sidebar === */
.sidebar ul { list-style: none; }
.sidebar ul li { border-bottom: 1px solid #efefef; }
.sidebar ul li a { display: block; text-decoration: none; padding: 5px; }
.sidebar ul li ul { margin-left: 15px; }
/* === Sidebar-End === */

/* === Accordion === */
.accordion .title { padding: 10px; background: #ADADAD; cursor: pointer; position: relative; margin-bottom: 1px; }
.accordion .title h3 { margin: 0; padding-right: 15px; }
.accordion .title i { position: absolute; right: 10px; top: 50%; margin-top: -7px; display: none; }
.accordion .title i.fa-plus { display: block; }
.accordion .title.active i.fa-plus { display: none; }
.accordion .title.active i.fa-minus { display: block; }
.accordion .content { padding: 10px; background: #DCDCDC; margin-bottom: 1px; }
.accordion .content p { margin: 0; }
/* === Accordion-End === */

/* === Tab === */
ul.tabs { list-style: none; }
ul.tabs li { float: left; margin-right: 1px; }
ul.tabs li a { color: #333; padding: 10px; background: #DCDCDC; font-weight: 700; display: block; }
ul.tabs li.active a { background: #ADADAD; }
.tab_content { padding: 10px 0; }
/* === Tab-End === */

/* === Carousel === */
.owl .item { margin: 0 15px; }
.slick-vertical, .slick-slide, .slick-slide a { border: 0 !important; outline: none; }
.slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/* === Carousel-End === */

/* === Contact === */
input[type="text"], input[type="submit"], input[type="password"], input[type="file"], textarea, select {-webkit-appearance: none; border-radius: 0;}
.form .row > div { margin-bottom: 20px; }
.form label { width: 100%; padding: 0 10px; }
.form textarea { height: 100px; }
.form input[type="text"], .form input[type="password"], .form input[type="file"], .form textarea, .form select { padding: 7px 10px; background: #efefef; width: 100%; border: none; outline: none; }
.form input[type="submit"] { padding: 7px 15px; background: #DCDCDC; font-weight: 700; }
.form input[type="submit"]:hover { background: #ADADAD; }
.address ul { list-style: none; }
.address ul li { position: relative; padding-left: 25px; margin-bottom: 10px; }
.address ul li span { position: absolute; left: 0; top: 2px; font-size: 18px; }
.address ul li a { color: #333; }
.map { overflow: hidden; }
.map iframe { width: 100%; height: 500px; border: none; margin-top: -102px; margin-bottom: -20px; pointer-events: none; }
/* === Contact-End === */

/* === Newsletter === */
.newsletter form { position: relative; }
.newsletter input[type="text"] { width: 100%; padding: 7px 35px 7px 7px; background: #F9F9F9; }
.newsletter input[type="submit"] { position: absolute; right: 7px; top: 50%; margin-top: -10px; width: 20px; height: 20px; background: #E2E1E1; }
/* === Newsletter-End === */

/* === Socials === */
.socials ul { list-style: none; float: right; }
.socials ul li { float: left; margin-left: 10px; }
.socials ul li a { display: block; padding: 7px 0; width: 36px; text-align: center; background: #999; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; border-radius: 100%; color: #FFF; }
.socials ul li i { text-align: center; font-size: 18px; margin-top: 2px; }
.socials ul li.facebook a { background: #3a589b; }
.socials ul li.twitter a { background: #55acee; }
.socials ul li.google-plus a { background: #dc493c; }
.socials ul li.instagram a { background: #2a5b83; }
.socials ul li.linkedin a { background: #0177b5; }
.socials ul li.pinterest a { background: #bd2126; }
.socials ul li.youtube a { background: #cc2429; }
/* === Socials-End === */

/* === Modal === */
.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;-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);-webkit-background-clip:padding-box;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}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;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:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.42857143;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: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:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.42857143;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;-webkit-background-clip:padding-box;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}.clearfix:before,.clearfix:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.modal-header: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}
/* === Modal-End === */

/* === Responsive Grid === */
.row{max-width:1200px;margin-left:auto;margin-right:auto}
.row-full{max-width:100%}
.row::before,.row::after{content:' ';display:table}
.row::after{clear:both}
.row.collapse > .col,.row.collapse > .cols{padding-left:0;padding-right:0}
.row .row{margin-left:-10px;margin-right:-10px}
.row .row.collapse{margin-left:0;margin-right:0}
.row.expanded{max-width:none}
.row.expanded .row{margin-left:auto;margin-right:auto}
.col,.cols{padding-left:10px;padding-right:10px;width:100%;float:left}
.col:last-child:not(:first-child),.cols:last-child:not(:first-child){float:right}
.col.end:last-child:last-child,.end.cols:last-child:last-child{float:left}
.col.row.row,.row.row.cols{float:none}
.row .col.row.row,.row .row.row.cols{padding-left:0;padding-right:0;margin-left:0;margin-right:0}

.sm-1{width:8.33333%}
.sm-push-1{position:relative;left:8.33333%}
.sm-pull-1{position:relative;left:-8.33333%}
.sm-offset-0{margin-left:0}
.sm-2{width:16.66667%}
.sm-push-2{position:relative;left:16.66667%}
.sm-pull-2{position:relative;left:-16.66667%}
.sm-offset-1{margin-left:8.33333%}
.sm-3{width:25%}
.sm-push-3{position:relative;left:25%}
.sm-pull-3{position:relative;left:-25%}
.sm-offset-2{margin-left:16.66667%}
.sm-4{width:33.33333%}
.sm-push-4{position:relative;left:33.33333%}
.sm-pull-4{position:relative;left:-33.33333%}
.sm-offset-3{margin-left:25%}
.sm-5{width:41.66667%}
.sm-push-5{position:relative;left:41.66667%}
.sm-pull-5{position:relative;left:-41.66667%}
.sm-offset-4{margin-left:33.33333%}
.sm-6{width:50%}
.sm-push-6{position:relative;left:50%}
.sm-pull-6{position:relative;left:-50%}
.sm-offset-5{margin-left:41.66667%}
.sm-7{width:58.33333%}
.sm-push-7{position:relative;left:58.33333%}
.sm-pull-7{position:relative;left:-58.33333%}
.sm-offset-6{margin-left:50%}
.sm-8{width:66.66667%}
.sm-push-8{position:relative;left:66.66667%}
.sm-pull-8{position:relative;left:-66.66667%}
.sm-offset-7{margin-left:58.33333%}
.sm-9{width:75%}
.sm-push-9{position:relative;left:75%}
.sm-pull-9{position:relative;left:-75%}
.sm-offset-8{margin-left:66.66667%}
.sm-10{width:83.33333%}
.sm-push-10{position:relative;left:83.33333%}
.sm-pull-10{position:relative;left:-83.33333%}
.sm-offset-9{margin-left:75%}
.sm-11{width:91.66667%}
.sm-push-11{position:relative;left:91.66667%}
.sm-pull-11{position:relative;left:-91.66667%}
.sm-offset-10{margin-left:83.33333%}
.sm-12{width:100%}
.sm-offset-11{margin-left:91.66667%}
.sm-up-1 > .col,.sm-up-1 > .cols{width:100%;float:left}
.sm-up-1 > .col:nth-of-type(1n),.sm-up-1 > .cols:nth-of-type(1n){clear:none}
.sm-up-1 > .col:nth-of-type(1n+1),.sm-up-1 > .cols:nth-of-type(1n+1){clear:both}
.sm-up-1 > .col:last-child,.sm-up-1 > .cols:last-child{float:left}
.sm-up-2 > .col,.sm-up-2 > .cols{width:50%;float:left}
.sm-up-2 > .col:nth-of-type(1n),.sm-up-2 > .cols:nth-of-type(1n){clear:none}
.sm-up-2 > .col:nth-of-type(2n+1),.sm-up-2 > .cols:nth-of-type(2n+1){clear:both}
.sm-up-2 > .col:last-child,.sm-up-2 > .cols:last-child{float:left}
.sm-up-3 > .col,.sm-up-3 > .cols{width:33.33333%;float:left}
.sm-up-3 > .col:nth-of-type(1n),.sm-up-3 > .cols:nth-of-type(1n){clear:none}
.sm-up-3 > .col:nth-of-type(3n+1),.sm-up-3 > .cols:nth-of-type(3n+1){clear:both}
.sm-up-3 > .col:last-child,.sm-up-3 > .cols:last-child{float:left}
.sm-up-4 > .col,.sm-up-4 > .cols{width:25%;float:left}
.sm-up-4 > .col:nth-of-type(1n),.sm-up-4 > .cols:nth-of-type(1n){clear:none}
.sm-up-4 > .col:nth-of-type(4n+1),.sm-up-4 > .cols:nth-of-type(4n+1){clear:both}
.sm-up-4 > .col:last-child,.sm-up-4 > .cols:last-child{float:left}
.sm-up-5 > .col,.sm-up-5 > .cols{width:20%;float:left}
.sm-up-5 > .col:nth-of-type(1n),.sm-up-5 > .cols:nth-of-type(1n){clear:none}
.sm-up-5 > .col:nth-of-type(5n+1),.sm-up-5 > .cols:nth-of-type(5n+1){clear:both}
.sm-up-5 > .col:last-child,.sm-up-5 > .cols:last-child{float:left}
.sm-up-6 > .col,.sm-up-6 > .cols{width:16.66667%;float:left}
.sm-up-6 > .col:nth-of-type(1n),.sm-up-6 > .cols:nth-of-type(1n){clear:none}
.sm-up-6 > .col:nth-of-type(6n+1),.sm-up-6 > .cols:nth-of-type(6n+1){clear:both}
.sm-up-6 > .col:last-child,.sm-up-6 > .cols:last-child{float:left}
.sm-up-7 > .col,.sm-up-7 > .cols{width:14.28571%;float:left}
.sm-up-7 > .col:nth-of-type(1n),.sm-up-7 > .cols:nth-of-type(1n){clear:none}
.sm-up-7 > .col:nth-of-type(7n+1),.sm-up-7 > .cols:nth-of-type(7n+1){clear:both}
.sm-up-7 > .col:last-child,.sm-up-7 > .cols:last-child{float:left}
.sm-up-8 > .col,.sm-up-8 > .cols{width:12.5%;float:left}
.sm-up-8 > .col:nth-of-type(1n),.sm-up-8 > .cols:nth-of-type(1n){clear:none}
.sm-up-8 > .col:nth-of-type(8n+1),.sm-up-8 > .cols:nth-of-type(8n+1){clear:both}
.sm-up-8 > .col:last-child,.sm-up-8 > .cols:last-child{float:left}
.sm-collapse > .col,.sm-collapse > .cols{padding-left:0;padding-right:0}
.sm-collapse .row{margin-left:0;margin-right:0}
.sm-uncollapse > .col,.sm-uncollapse > .cols{padding-left:.625rem;padding-right:.625rem}
.sm-centered{float:none;margin-left:auto;margin-right:auto}
.sm-uncentered,.sm-push-0,.sm-pull-0{position:static;margin-left:0;margin-right:0;float:left}

@media screen and (min-width: 40em) {
.md-1{width:8.33333%}
.md-push-1{position:relative;left:8.33333%}
.md-pull-1{position:relative;left:-8.33333%}
.md-offset-0{margin-left:0}
.md-2{width:16.66667%}
.md-push-2{position:relative;left:16.66667%}
.md-pull-2{position:relative;left:-16.66667%}
.md-offset-1{margin-left:8.33333%}
.md-3{width:25%}
.md-push-3{position:relative;left:25%}
.md-pull-3{position:relative;left:-25%}
.md-offset-2{margin-left:16.66667%}
.md-4{width:33.33333%}
.md-push-4{position:relative;left:33.33333%}
.md-pull-4{position:relative;left:-33.33333%}
.md-offset-3{margin-left:25%}
.md-5{width:41.66667%}
.md-push-5{position:relative;left:41.66667%}
.md-pull-5{position:relative;left:-41.66667%}
.md-offset-4{margin-left:33.33333%}
.md-6{width:50%}
.md-push-6{position:relative;left:50%}
.md-pull-6{position:relative;left:-50%}
.md-offset-5{margin-left:41.66667%}
.md-7{width:58.33333%}
.md-push-7{position:relative;left:58.33333%}
.md-pull-7{position:relative;left:-58.33333%}
.md-offset-6{margin-left:50%}
.md-8{width:66.66667%}
.md-push-8{position:relative;left:66.66667%}
.md-pull-8{position:relative;left:-66.66667%}
.md-offset-7{margin-left:58.33333%}
.md-9{width:75%}
.md-push-9{position:relative;left:75%}
.md-pull-9{position:relative;left:-75%}
.md-offset-8{margin-left:66.66667%}
.md-10{width:83.33333%}
.md-push-10{position:relative;left:83.33333%}
.md-pull-10{position:relative;left:-83.33333%}
.md-offset-9{margin-left:75%}
.md-11{width:91.66667%}
.md-push-11{position:relative;left:91.66667%}
.md-pull-11{position:relative;left:-91.66667%}
.md-offset-10{margin-left:83.33333%}
.md-12{width:100%}
.md-offset-11{margin-left:91.66667%}
.md-up-1 > .col,.md-up-1 > .cols{width:100%;float:left}
.md-up-1 > .col:nth-of-type(1n),.md-up-1 > .cols:nth-of-type(1n){clear:none}
.md-up-1 > .col:nth-of-type(1n+1),.md-up-1 > .cols:nth-of-type(1n+1){clear:both}
.md-up-1 > .col:last-child,.md-up-1 > .cols:last-child{float:left}
.md-up-2 > .col,.md-up-2 > .cols{width:50%;float:left}
.md-up-2 > .col:nth-of-type(1n),.md-up-2 > .cols:nth-of-type(1n){clear:none}
.md-up-2 > .col:nth-of-type(2n+1),.md-up-2 > .cols:nth-of-type(2n+1){clear:both}
.md-up-2 > .col:last-child,.md-up-2 > .cols:last-child{float:left}
.md-up-3 > .col,.md-up-3 > .cols{width:33.33333%;float:left}
.md-up-3 > .col:nth-of-type(1n),.md-up-3 > .cols:nth-of-type(1n){clear:none}
.md-up-3 > .col:nth-of-type(3n+1),.md-up-3 > .cols:nth-of-type(3n+1){clear:both}
.md-up-3 > .col:last-child,.md-up-3 > .cols:last-child{float:left}
.md-up-4 > .col,.md-up-4 > .cols{width:25%;float:left}
.md-up-4 > .col:nth-of-type(1n),.md-up-4 > .cols:nth-of-type(1n){clear:none}
.md-up-4 > .col:nth-of-type(4n+1),.md-up-4 > .cols:nth-of-type(4n+1){clear:both}
.md-up-4 > .col:last-child,.md-up-4 > .cols:last-child{float:left}
.md-up-5 > .col,.md-up-5 > .cols{width:20%;float:left}
.md-up-5 > .col:nth-of-type(1n),.md-up-5 > .cols:nth-of-type(1n){clear:none}
.md-up-5 > .col:nth-of-type(5n+1),.md-up-5 > .cols:nth-of-type(5n+1){clear:both}
.md-up-5 > .col:last-child,.md-up-5 > .cols:last-child{float:left}
.md-up-6 > .col,.md-up-6 > .cols{width:16.66667%;float:left}
.md-up-6 > .col:nth-of-type(1n),.md-up-6 > .cols:nth-of-type(1n){clear:none}
.md-up-6 > .col:nth-of-type(6n+1),.md-up-6 > .cols:nth-of-type(6n+1){clear:both}
.md-up-6 > .col:last-child,.md-up-6 > .cols:last-child{float:left}
.md-up-7 > .col,.md-up-7 > .cols{width:14.28571%;float:left}
.md-up-7 > .col:nth-of-type(1n),.md-up-7 > .cols:nth-of-type(1n){clear:none}
.md-up-7 > .col:nth-of-type(7n+1),.md-up-7 > .cols:nth-of-type(7n+1){clear:both}
.md-up-7 > .col:last-child,.md-up-7 > .cols:last-child{float:left}
.md-up-8 > .col,.md-up-8 > .cols{width:12.5%;float:left}
.md-up-8 > .col:nth-of-type(1n),.md-up-8 > .cols:nth-of-type(1n){clear:none}
.md-up-8 > .col:nth-of-type(8n+1),.md-up-8 > .cols:nth-of-type(8n+1){clear:both}
.md-up-8 > .col:last-child,.md-up-8 > .cols:last-child{float:left}
.md-collapse > .col,.md-collapse > .cols{padding-left:0;padding-right:0}
.md-collapse .row{margin-left:0;margin-right:0}
.md-uncollapse > .col,.md-uncollapse > .cols{padding-left:.9375rem;padding-right:.9375rem}
.md-centered{float:none;margin-left:auto;margin-right:auto}
.md-uncentered,.md-push-0,.md-pull-0{position:static;margin-left:0;margin-right:0;float:left}
}

@media screen and (min-width: 64em) {
.lg-1{width:8.33333%}
.lg-push-1{position:relative;left:8.33333%}
.lg-pull-1{position:relative;left:-8.33333%}
.lg-offset-0{margin-left:0}
.lg-2{width:16.66667%}
.lg-push-2{position:relative;left:16.66667%}
.lg-pull-2{position:relative;left:-16.66667%}
.lg-offset-1{margin-left:8.33333%}
.lg-3{width:25%}
.lg-push-3{position:relative;left:25%}
.lg-pull-3{position:relative;left:-25%}
.lg-offset-2{margin-left:16.66667%}
.lg-4{width:33.33333%}
.lg-push-4{position:relative;left:33.33333%}
.lg-pull-4{position:relative;left:-33.33333%}
.lg-offset-3{margin-left:25%}
.lg-5{width:41.66667%}
.lg-push-5{position:relative;left:41.66667%}
.lg-pull-5{position:relative;left:-41.66667%}
.lg-offset-4{margin-left:33.33333%}
.lg-6{width:50%}
.lg-push-6{position:relative;left:50%}
.lg-pull-6{position:relative;left:-50%}
.lg-offset-5{margin-left:41.66667%}
.lg-7{width:58.33333%}
.lg-push-7{position:relative;left:58.33333%}
.lg-pull-7{position:relative;left:-58.33333%}
.lg-offset-6{margin-left:50%}
.lg-8{width:66.66667%}
.lg-push-8{position:relative;left:66.66667%}
.lg-pull-8{position:relative;left:-66.66667%}
.lg-offset-7{margin-left:58.33333%}
.lg-9{width:75%}
.lg-push-9{position:relative;left:75%}
.lg-pull-9{position:relative;left:-75%}
.lg-offset-8{margin-left:66.66667%}
.lg-10{width:83.33333%}
.lg-push-10{position:relative;left:83.33333%}
.lg-pull-10{position:relative;left:-83.33333%}
.lg-offset-9{margin-left:75%}
.lg-11{width:91.66667%}
.lg-push-11{position:relative;left:91.66667%}
.lg-pull-11{position:relative;left:-91.66667%}
.lg-offset-10{margin-left:83.33333%}
.lg-12{width:100%}
.lg-offset-11{margin-left:91.66667%}
.lg-up-1 > .col,.lg-up-1 > .cols{width:100%;float:left}
.lg-up-1 > .col:nth-of-type(1n),.lg-up-1 > .cols:nth-of-type(1n){clear:none}
.lg-up-1 > .col:nth-of-type(1n+1),.lg-up-1 > .cols:nth-of-type(1n+1){clear:both}
.lg-up-1 > .col:last-child,.lg-up-1 > .cols:last-child{float:left}
.lg-up-2 > .col,.lg-up-2 > .cols{width:50%;float:left}
.lg-up-2 > .col:nth-of-type(1n),.lg-up-2 > .cols:nth-of-type(1n){clear:none}
.lg-up-2 > .col:nth-of-type(2n+1),.lg-up-2 > .cols:nth-of-type(2n+1){clear:both}
.lg-up-2 > .col:last-child,.lg-up-2 > .cols:last-child{float:left}
.lg-up-3 > .col,.lg-up-3 > .cols{width:33.33333%;float:left}
.lg-up-3 > .col:nth-of-type(1n),.lg-up-3 > .cols:nth-of-type(1n){clear:none}
.lg-up-3 > .col:nth-of-type(3n+1),.lg-up-3 > .cols:nth-of-type(3n+1){clear:both}
.lg-up-3 > .col:last-child,.lg-up-3 > .cols:last-child{float:left}
.lg-up-4 > .col,.lg-up-4 > .cols{width:25%;float:left}
.lg-up-4 > .col:nth-of-type(1n),.lg-up-4 > .cols:nth-of-type(1n){clear:none}
.lg-up-4 > .col:nth-of-type(4n+1),.lg-up-4 > .cols:nth-of-type(4n+1){clear:both}
.lg-up-4 > .col:last-child,.lg-up-4 > .cols:last-child{float:left}
.lg-up-5 > .col,.lg-up-5 > .cols{width:20%;float:left}
.lg-up-5 > .col:nth-of-type(1n),.lg-up-5 > .cols:nth-of-type(1n){clear:none}
.lg-up-5 > .col:nth-of-type(5n+1),.lg-up-5 > .cols:nth-of-type(5n+1){clear:both}
.lg-up-5 > .col:last-child,.lg-up-5 > .cols:last-child{float:left}
.lg-up-6 > .col,.lg-up-6 > .cols{width:16.66667%;float:left}
.lg-up-6 > .col:nth-of-type(1n),.lg-up-6 > .cols:nth-of-type(1n){clear:none}
.lg-up-6 > .col:nth-of-type(6n+1),.lg-up-6 > .cols:nth-of-type(6n+1){clear:both}
.lg-up-6 > .col:last-child,.lg-up-6 > .cols:last-child{float:left}
.lg-up-7 > .col,.lg-up-7 > .cols{width:14.28571%;float:left}
.lg-up-7 > .col:nth-of-type(1n),.lg-up-7 > .cols:nth-of-type(1n){clear:none}
.lg-up-7 > .col:nth-of-type(7n+1),.lg-up-7 > .cols:nth-of-type(7n+1){clear:both}
.lg-up-7 > .col:last-child,.lg-up-7 > .cols:last-child{float:left}
.lg-up-8 > .col,.lg-up-8 > .cols{width:12.5%;float:left}
.lg-up-8 > .col:nth-of-type(1n),.lg-up-8 > .cols:nth-of-type(1n){clear:none}
.lg-up-8 > .col:nth-of-type(8n+1),.lg-up-8 > .cols:nth-of-type(8n+1){clear:both}
.lg-up-8 > .col:last-child,.lg-up-8 > .cols:last-child{float:left}
.lg-collapse > .col,.lg-collapse > .cols{padding-left:0;padding-right:0}
.lg-collapse .row{margin-left:0;margin-right:0}
.lg-uncollapse > .col,.lg-uncollapse > .cols{padding-left:.9375rem;padding-right:.9375rem}
.lg-centered{float:none;margin-left:auto;margin-right:auto}
.lg-uncentered,.lg-push-0,.lg-pull-0{position:static;margin-left:0;margin-right:0;float:left}
}
/* === Responsive Grid End === */