/* --------------------------------------
   Bootstrap media queries for mobile and non-mobile
   -------------------------------------- */


/* --------------------------------------
   Mobile First
   -------------------------------------- */

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}


/* --------------------------------------
   Non-Mobile First
   -------------------------------------- */

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}

/* --------------------------------------
   Custom Microsoft Type faces
   -------------------------------------- */

@font-face {
    font-family: 'segoe_prosemilight';
    src: url('../fonts/segoe/segoepro-semilight-webfont.eot');
    src: url('../fonts/segoe/segoepro-semilight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/segoe/segoepro-semilight-webfont.woff2') format('woff2'),
         url('../fonts/segoe/segoepro-semilight-webfont.woff') format('woff'),
         url('../fonts/segoe/segoepro-semilight-webfont.ttf') format('truetype'),
         url('../fonts/segoe/segoepro-semilight-webfont.svg#segoe_prosemilight') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'segoe_prosemibold';
    src: url('../fonts/segoe/segoepro-semibold-webfont.eot');
    src: url('../fonts/segoe/segoepro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/segoe/segoepro-semibold-webfont.woff2') format('woff2'),
         url('../fonts/segoe/segoepro-semibold-webfont.woff') format('woff'),
         url('../fonts/segoe/segoepro-semibold-webfont.ttf') format('truetype'),
         url('../fonts/segoe/segoepro-semibold-webfont.svg#segoe_prosemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'segoe_proregular';
    src: url('../fonts/segoe/segoepro-regular-webfont.eot');
    src: url('../fonts/segoe/segoepro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/segoe/segoepro-regular-webfont.woff2') format('woff2'),
         url('../fonts/segoe/segoepro-regular-webfont.woff') format('woff'),
         url('../fonts/segoe/segoepro-regular-webfont.ttf') format('truetype'),
         url('../fonts/segoe/segoepro-regular-webfont.svg#segoe_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'segoe_probold';
    src: url('../fonts/segoe/segoepro-bold-webfont.eot');
    src: url('../fonts/segoe/segoepro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/segoe/segoepro-bold-webfont.woff2') format('woff2'),
         url('../fonts/segoe/segoepro-bold-webfont.woff') format('woff'),
         url('../fonts/segoe/segoepro-bold-webfont.ttf') format('truetype'),
         url('../fonts/segoe/segoepro-bold-webfont.svg#segoe_probold') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    font-family: 'segoe_proregular';
}

h1, .h1 {
    font-family: "segoe_prosemilight",Helvetica,Arial,sans-serif;
    font-size: 38px;
    color: #0078d7;
}

h2, .h2 {
    font-family: "segoe_prosemibold",Helvetica,Arial,sans-serif;
    font-size: 26px;
    line-height: 1.1;
}

h3, .h3{
    font-size: 24px;
}
h4, .h4{
    font-size: 18px;
}
h5, .h4{
    font-size: 14px;
}

h2, h3, h4, h5, .h3, .h4, .h5 {
    font-family: "segoe_prosemibold",Helvetica,Arial,sans-serif;
    line-height: 1.1;
}

.jumbotron h1, .h1{
    font-family: "segoe_prosemilight",Helvetica,Arial,sans-serif;
    font-size: 42px;
    color: #0078d7;
}

a.reverse-menu{
    color: #fff;
}
.darktext{
    color: #333;
}
/* --------------------------------------
   Custom Navbar
   -------------------------------------- */

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #96a3aa;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #97a4ab;
    }

.navbar-inverse .navbar-nav > .closed > a{
    color: #fff;
    background-color: transparent;
    }

.dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #cced09;
    }

.dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bad80a;
    }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-image: ;
    background-color: #213ab3;
    outline: 0;
}


.navbar-inverse {
    color: #fff;
    background-color: #607d8b;
    background-image: -webkit-radial-gradient(top,#8198a3 0,#607d8b 50%);
    background-image: -o-radial-gradient(top,#8198a3 0,#607d8b 50%);
    background-image: -webkit-gradient(radial,left top,left bottom,from(#8198a3),to(#607d8b));
    background-image: radial-gradient(to bottom,#8198a3 0,#607d8b 50%); 
}

.navbar-inverse .navbar-nav> .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: #fff ;
    background-color: #213ab3 !important;
}

.navbar-inverse .navbar-text {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}

.dropdown-menu {

    background-image: none;
}

.dropdown-menu > li > a:hover {
    color: #fff;
    background-color: #607d8b;
    background-image: linear-gradient(#607d8b,#607d8b);
}

/* --------------------------------------
   Custom labels
   -------------------------------------- */

.label {
    border-radius: 0;
    font-family: inherit !important;
    font-weight: normal;
 
}

.label-primary{
    background: #0078d7;
    border: 0px ;
}
 

.label-success{
    background: #b9d80a;
    border: 0px ;
}


.label-info {
    background: #00b7ff;
    border: 0px ;
}


.label-default {
    background: #ccc;
    color:#333;
}


/* --------------------------------------
   Custom Tabs
   -------------------------------------- */

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus a:visited{
    color: #fff;
    background-color: #4b6571;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0px;
    font-family: "segoe_prosemilight",Helvetica,Arial,sans-serif;
    text-decoration: none;
}

.nav-pills > li > a {
    border-radius: 0px;
    font-family: "segoe_prosemilight",Helvetica,Arial,sans-serif;
    color: #fff;
}
a a:hover a:focus a:visited a:active{

    color: #fff;
}



/* --------------------------------------
   Custom buttons
   -------------------------------------- */

.btn {
    border-radius: 0px;
    border-color: transparent;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
      color: #333;
      border: 0px ;
}

.btn-primary{
    background: #00188f;
    background: -moz-linear-gradient(top, #0078d7 0%, #00188f 46%, #00127a 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #0078d7), color-stop(46%, #00188f), color-stop(100%, #00127a));
    background: -webkit-linear-gradient(top, #0078d7 0%, #00188f 46%, #00127a 100%);
    background: -o-linear-gradient(top, #0078d7 0%, #00188f 46%, #00127a 100%);
    background: -ms-linear-gradient(top, #0078d7 0%, #00188f 46%, #00127a 100%);
    background: linear-gradient(to bottom, #0078d7 0%, #00188f 46%, #00127a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078d7', endColorstr='#00127a', GradientType=0 );

    background-size: auto 200%;
    background-position: 0 100%;
    transition: background-position 0.5s;

    border: 0px ;
}
 
.btn-primary:hover {
    background-position: 0 0;
    border: 0px ;

}

.btn-success{
    background: #b9d80a;
    background: -moz-linear-gradient(top, #b9d80a 0%, #7f9c00 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #b9d80a), color-stop(100%, #7f9c00));
    background: -webkit-linear-gradient(top, #b9d80a 0%, #7f9c00 100%);
    background: -o-linear-gradient(top, #b9d80a 0%, #7f9c00 100%);
    background: -ms-linear-gradient(top, #b9d80a 0%, #7f9c00 100%);
    background: linear-gradient(to bottom, #b9d80a 0%, #7f9c00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9d80a', endColorstr='#7f9c00', GradientType=0 );

    background-size: auto 200%;
    background-position: 0 100%;
    transition: background-position 0.5s;

    border: 0px ;
}
 
.btn-success:hover {
    background-position: 0 0;
    border: 0px ;

} 


.btn-info {
    background: #0457b6;
    background: -moz-linear-gradient(top, #0457b6 0%, #63b1f5 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #0457b6), color-stop(100%, #63b1f5));
    background: -webkit-linear-gradient(top, #0457b6 0%, #63b1f5 100%);
    background: -o-linear-gradient(top, #0457b6 0%, #63b1f5 100%);
    background: -ms-linear-gradient(top, #0457b6 0%, #63b1f5 100%);
    background: linear-gradient(to bottom, #0457b6 0%, #63b1f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0457b6', endColorstr='#63b1f5', GradientType=0 );
    background-size: auto 200%;
    background-position: 0 100%;
    transition: background-position 0.5s;

    border: 0px ;
}
 
.btn-info:hover {
    background-position: 0 0;
    border: 0px ;

} 

.btn-default {
    background: #bbb;
    background: -moz-linear-gradient(top, #dedcdc 0%, #bbb 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #dedcdc), color-stop(100%, #bbb));
    background: -webkit-linear-gradient(top, #dedcdc 0%, #bbb 100%);
    background: -o-linear-gradient(top, #dedcdc 0%, #bbb 100%);
    background: -ms-linear-gradient(top, #dedcdc 0%, #bbb 100%);
    background: linear-gradient(to bottom, #dedcdc 0%, #bbb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedcdc', endColorstr='#bbb', GradientType=0 );
    border: 1px;
    border-color: #333;
    background-size: auto 200%;
    background-position: 0 100%;
    transition: background-position 0.5s;
    color: #333;
}
 
.btn-default:hover {
    background-position: 0 0;
}


.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
      border-color: #333;
      color: #333;
      border: 1px ;
}


/* --------------------------------------
   Custom list groups
   -------------------------------------- */

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
        z-index: 2;
        color: #fff;
        background-color: #00188f;
        border-color: #00188f;
}
.list-group-item:first-child {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
}

.list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 4px;
}

/* --------------------------------------
   Custom panels
   -------------------------------------- */

.panel-heading {
        padding: 10px 15px;
        border-bottom: 1px solid transparent;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
}

.panel {
        margin-bottom: 20px;
        background-color: #fff;
        border: 1px solid tr;
        border-radius: 0px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-primary {
        border-color: #00188f;
 }    
 .panel-primary > .panel-heading {

    background-color: #00188f;
 }

.panel-default > .panel-heading {

        border-color: #ddd;
}    

/* --------------------------------------
   Custom SVG loader animation
   -------------------------------------- */

.svg { 
    z-index: 9999;
    position: fixed;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate(-25%, -25%);
}


/* --------------------------------------
   Smooth scroll target and positioning shims
   -------------------------------------- */


.topshim{

    padding-top: 60px;
    
}

.bottomshim{
    margin-bottom: 30px;
    padding-bottom: 60px;
    
}

.textaligner {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}



/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
 .clearfix:before, .clearfix:after {
    content:" ";
    display: table;
}
.clearfix:after {
    clear: both;
}


/* Main Content */
 .main {
    max-width: 69em;
}
.column {
    float: left;
    width: 50%;
    padding: 0 2em;
    min-height: 300px;
    position: relative;
}
.column:nth-child(2) {
    box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1);
}
.column p {

    padding: 0;
    margin: 0;
    text-align: right;
    line-height: 1.5;
}

@media screen and (max-width: 46.0625em) {
    .column {
        width: 100%;
        min-width: auto;
        min-height: auto;
        padding: 1em;
    }
    .column p {
        text-align: left;

    }
    .column:nth-child(2) {
        box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
    }
}
@media screen and (max-width: 25em) {
    .codrops-icon span {
        display: none;
    }
}
/* General styles for the 3D modal effect*/

/* 
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the 
perspective effects (not including the modals and the overlay).
*/
 .md-perspective, .md-perspective body {
    height: 100%;
    overflow: hidden;
}
.md-perspective body {
    background: #222;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
}
.container {

    min-height: 100%;
}
.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 630px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.md-show {
    visibility: visible;
}
.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(0, 18, 68, 0.6);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}
/* Content styles */
 .md-content {
    color: #333;
    background: #fff;
    position: relative;
    border-radius: 0px;
    margin: 0 auto;
    font-family: 
}
.md-content h3 {
    margin: 0;
    padding: 0.4em;
    text-align: center;

    opacity: 0.8;
    background: rgba(0, 0, 0, 0.1);

}
.md-content > div {
    padding: 15px 40px 30px;
    margin: 0;
    font-size: 1.15em;
}
.md-content > div p {
    margin: 0;
    padding: 10px 0;
}
.md-content > div ul {
    margin: 0;
    padding: 0 0 30px 20px;
}
.md-content > div ul li {
    padding: 5px 0;
}
.md-content button {
    display: block;
    margin: 0 auto;
    color: 333;
}
.md-effect-13.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-13 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-3000px) rotateY(90deg);
    -moz-transform: translateZ(-3000px) rotateY(90deg);
    -ms-transform: translateZ(-3000px) rotateY(90deg);
    transform: translateZ(-3000px) rotateY(90deg);
    opacity: 0;
}

.md-show.md-effect-13 .md-content {
    -webkit-animation: slit .7s forwards ease-out;
    -moz-animation: slit .7s forwards ease-out;
    animation: slit .7s forwards ease-out;
}

@-webkit-keyframes slit {
    50% { -webkit-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -webkit-animation-timing-function: ease-out;}
    100% { -webkit-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@-moz-keyframes slit {
    50% { -moz-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -moz-animation-timing-function: ease-out;}
    100% { -moz-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@keyframes slit {
    50% { transform: translateZ(-250px) rotateY(89deg); opacity: 1; animation-timing-function: ease-in;}
    100% { transform: translateZ(0) rotateY(0deg); opacity: 1; }
}


/* testing */

/*
Navbar "hovernav" dropdown menu - this works only for screen sizes larger than phones.
The Bootstrap CSS is unchanged.
*/
@media (min-width: 768px) {
/* Delete the above if you wish to display the caret */
    .navbar-nav .open ul {
        display: none
    }
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        color: #fff;
        background: none;
    }
    .navbar-default .navbar-nav > li:hover {
        background: #96a3aa
      }
    .navbar-inverse .navbar-nav > .open > a{
        background: #96a3aa;
    }
    .navbar-inverse .navbar-nav > .open > a:focus {
        color: #fff;
        
    }
    .navbar-inverse .navbar-nav > li:hover {
        background: #96a3aa;
    }
    .navbar-nav .hovernav:hover > .dropdown-menu {
        display: block;
    }
}

/* --------------------------------------
   Custom SVG loader animation
   -------------------------------------- */

.progress-bar{
    border-radius: 0px;
}
/* --------------------------------------
   Custom carousel settings
   -------------------------------------- */

.carousel-control {
    background-image: none !important; /* remove background gradients on controls */
}
 
.logo  {
    display: inline;
    width: 100px;

}

.panel-image{
    margin: 0;
    max-width: 100%;
    padding-bottom: 20px;
}
.panel-body{
    padding: 0px;
    margin: 10px;
}

/* --------------------------------------
   Custom navbar FADE settings
   -------------------------------------- */

.navbar-inverse .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-inverse .nav li a:hover,
.navbar-inverse  .nav li a:focus,
.navbar-inverse  .nav li a.active {
    outline: 0;
    background-color: rgba(255,255,255,.3);
}

/*@media(min-width:600px) {
    .navbar-inverse  {
        border-bottom: 0;
        letter-spacing: 1px;
 
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-inverse .top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
}*/

/* --------------------------------------
   Custom portfolio FADE settings
   -------------------------------------- */

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 300px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(207,216,220,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding: 10px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 350px;
    text-align: center;
    background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}


/*  custom dropdown fade */

.open > .dropdown-menu {
  animation-name: slidenavAnimation;
  animation-duration:.4s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;

  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration:.4s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;

  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration:.4s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


.list-inline {

    position:absolute;
    top: 30%;
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0px;
}
.centertext{
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
   
}

/*  drag test  */
.dragbox {

    width: 250px;
    height: 50px;
    outline: dashed;
    outline-width: 4px;
    outline-color: #cfd8dc;
    margin: 10px;

}
