#myImg {
border-radius : 5px;
cursor : pointer;
transition : 0.3s;
}
#myImg:hover {
opacity : 0.699999988079071044921875;
}
.modal-header {
background-color : #ffffff;
text-align : center;
font-size : 10px;
}
.close {
  font-size: 40px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
  filter: alpha(opacity=20);
  text-decoration: none;
}
.btn-custom {
color : white;
background : #008000;
border : #cccc00 solid 1px;
margin-top : 1px;
margin-bottom : 1px;
height : 2.3em;
border-radius : 10px;
}
.btn-moreinfo
{
background-color: hsl(351, 68%, 11%) !important;
background-repeat: repeat-x;
background-image: -o-linear-gradient(top, #9999ff, #0066cc);
background-image: linear-gradient(#9999ff, #0066cc);
border-color: #e3d8d8 #e3d8d8 hsl(351, 68%, 1.5%);
color: #fff !important;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.62);
margin:3px;
}
.btn-moreinfo:hover, .btn-moreinfo:focus, .btn-moreinfo:active, .btn-moreinfo.active, .open .dropdown-toggle.btn-moreinfo {
background-color: hsl(360, 68%, 60%) !important;
background-repeat: repeat-x;
background-image: linear-gradient(#ebebeb, #b5b5b5);
border-color: #e3d8d8 #e3d8d8 hsl(360, 68%, 51%);
color: #333 !important;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.59);
}
h1, h2, h3, h4, h5 {
color : #000000;
word-wrap: break-word;
     -webkit-hyphens: auto;
     -moz-hyphens: auto;
     -ms-hyphens: auto;
     -o-hyphens: auto;
     hyphens: auto;
}
#contRow {
margin-bottom : 30px;
}
@media (max-width:629px) {
  img#minnie1 {
    display: none;
  }
}
@media (max-width:629px) {
  img#minnie2 {
    display: none;
  }
}
/*FOOTER*/
footer {
background: #008000;
color: white;
margin-top:0px;
}
footer a {
color: #FFFFFF;
font-size: 14px;
text-decoration : underline;
transition-duration: 0.2s;
}
footer a:hover {
color: #FA944B;
text-decoration: none;
}
.copy {
font-size: 12px;
padding: 10px;
border-top: 1px solid #FFFFFF;
}
.footer-middle {
padding-top: 1em;
color: white;
}
.fa {
  padding: 10px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}
.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}
.special  {
padding: 0px;
color: white;
text-align : center;
}
.panel-custom {
clear : both;
background : #ffffff;
border : #cccccc solid 1px;
border-radius : 15px;
margin-top : 15px;
margin-bottom : 10px;
text-align : left;
padding : 7px;
}
.panel-special {
clear : both;
background : #ffffff;
border : #FF0000 solid 1px;
border-radius : 15px;
margin-top : 15px;
margin-bottom : 10px;
text-align : left;
padding : 7px;
}
body {
padding-top : 50px;
}
.img-portfolio {
margin-bottom : 30px;
}
.img-hover:hover {
opacity : 0.800000011920928955078125;
}
.error-404 {
font-size : 100px;
}
.period {
display : block;
font-style : italic;
}
.links:link, .links:visited {
color : #ffffff;
font-size : 14px;
text-decoration : none;
margin-left : 29px;
line-height : 2.0;
}
.links:hover, .links:active {
text-decoration : underline;
margin-left : 29px;
line-height : 2.3;
}

.caret {
  color: #ffffff; 
     }

.links2 {
padding: 0 5px;}
.links2:link, 
.links2:visited {
color: #ffffff; font-size: 13px; text-decoration: none;}
.links2:hover { 
color: #ffffff; text-decoration: underline;
}   
.links2:active {color: #ffffff; text-decoration: underline;
}

.navbar-custom {
border-color : #fff;
background-color : #008000;
 color: #FFFFFF !important;
}
.navbar-custom .navbar-nav > li > a {
color : #fff;
}
.navbar-custom .navbar-nav > li > a:hover, .navbar-custom .navbar-nav > li > a:focus {
background : linear-gradient(to top, #008000 76%, #ffffff 99%) 0 0 repeat scroll rgba(0, 0, 0, 0);
color : #ffffff;
}
.navbar-custom .navbar-nav > .active > a, .navbar-custom .navbar-nav > .active > a:hover, .navbar-custom .navbar-nav > .active > a:focus {
background : linear-gradient(to top, #008000 76%, #ffffff 99%) 0 0 repeat scroll rgba(0, 0, 0, 0);
color : #ffffff;
}
.navbar-custom .navbar-toggle .icon-bar {
background-color : #ffffff;
}
.navbar-brand {
font-size : 18px;
color : #ffffff;
}
.navbar-nav {
  display: inline-block;
}
.navbar-nav>li {
   display: inline-block;
}
.dropdown-menu a{
	background-color : #008000;
    color: #FFFFFF !important;
}
 
.dropdown-submenu {
    position:relative;
	
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
  
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #555;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

html {
  font-size: 1rem;
}

@include media-breakpoint-up(sm) {
  html {
    font-size: 1.2rem;
  }
}

@include media-breakpoint-up(md) {
  html {
    font-size: 1.4rem;
  }
}

@include media-breakpoint-up(lg) {
  html {
    font-size: 1.6rem;
  }
}


  #navbar {
    text-align: center;
  }
.clearfix {
overflow: auto;
}
.nztm {
font-size : 16px;
color : #0060FF;
}
.glyphicon-log-in, .glyphicon-shopping-cart {
color : #FF7C00;
}
