@import url('https://fonts.googleapis.com/css?family=Oswald');

@charset "utf-8";
/* CSS Document */


img {
  max-width: 100%; }

.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 996px) {
    .preview {
      margin-bottom: 20px; } }

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px; }
  .preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%; }
    .preview-thumbnail.nav-tabs li img {
      max-width: 100%;
      display: block; }
    .preview-thumbnail.nav-tabs li a {
      padding: 0;
      margin: 0; }
    .preview-thumbnail.nav-tabs li:last-of-type {
      margin-right: 0; }

.tab-content {
  overflow: hidden; }
  .tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: .3s;
            animation-duration: .3s; }

.card {
  margin-top: 50px;
  background: #eee;
  padding: 3em;
  line-height: 1.5em; }

@media screen and (min-width: 997px) {
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.product-title, .price, .sizes, .colors {
  text-transform: UPPERCASE;
  font-weight: bold; }

.checked, .price span {
  color: #ff9f1a; }

.product-title, .rating, .product-description, .price, .vote, .sizes {
  margin-bottom: 15px; }

.product-title {
  margin-top: 0; }

.size {
  margin-right: 10px; }
  .size:first-of-type {
    margin-left: 40px; }

.color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 2px; }
  .color:first-of-type {
    margin-left: 20px; }

.add-to-cart, .like {
  background: #ff9f1a;
  padding: 1.2em 1.5em;
  border: none;
  text-transform: UPPERCASE;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background .3s ease;
          transition: background .3s ease; }
  .add-to-cart:hover, .like:hover {
    background: #b36800;
    color: #fff; }

.not-available {
  text-align: center;
  line-height: 2em; }
  .not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff; }

.orange {
  background: #ff9f1a; }

.green {
  background: #85ad00; }

.blue {
  background: #0076ad; }

.tooltip-inner {
  padding: 1.3em; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }




.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}
.thumbnail {
    padding: 0;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}



@media (max-width:576px) {
.top_header{ 
    background-color:#000;
	height:30px;
	margin-bottom:10px;
 }
}	
	
	
@media (max-width:576px) {
.middle_position{
	background-color:#A5DEF3;
	margin-bottom:10px;
	padding:0px;
	
}
}

@media (max-width:576px) {
.navbar {
	margin-top:10px;
    height:auto;
 }
}	

.header_top{
	height:50px;
	background-image: url(../image/morningstartemplet.jpg);
	background-repeat: no-repeat;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #01769e;
	background-position: bottom;
	background-size: cover;
	
  
}


@media only screen and (max-width: 600px) {
.header_top{
	height:auto;
	background-image: url(../image/bg_one.png);
	background-repeat:no-repeat;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #01769e;
	text-align: center;
	
}

	
	}


@media (max-width:576px) {
.nodisply { 
      display: none;
}

   }


@media (max-width:576px) {
.text-content {
	text-align:center;
   }
	}

.mid_header{
	background-color:#fff;
	height: 100px;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2DFDC;
		
	}
.mid_contact{
	font-size: 11px;
	}
.mid_text:hover{
	color:#F7941D;
	
	}
.separet{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E2DFDC;
}


@media (max-width:576px) {
	
.navbar-toggler-icon {
  display: inline-block;
  width:1.2em;
  height:1.2em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
  color:#00F;
 
 
}
	}
	
@media (max-width:576px) {

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  
 
}

.navbar-light .navbar-toggler {
  border-color: #666;
  margin-top:0px;
  
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
  
 
 }
}

.middle_part{
	height:1000px;
	
	background-color:#fffdf2;
	
	}
.footer{
	background-color:#333;
	background-repeat: repeat;
	padding: 20px;
	height:auto;
	width: 100%;
	border-top-width: 6px;
	border-top-style:solid;
	border-top-color: #0099CC;
}
.slider_home{
	width:100%;
	margin-bottom: 15px;
	border: 7px solid #FFF;
	z-index: 10;
}
.effect2
{
	position: relative;
	border: 2px solid #fff;
}
.effect2:before, .effect2:after
{
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 20px 10px #777;
  -moz-box-shadow: 0 20px 10px #777;
  box-shadow: 0 20px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.effect7
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect7:before, .effect7:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect7:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

.effect5
{
  position: relative;
}
.effect5:before, .effect5:after
{
  z-index: -5;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 35px 20px #777;
  -moz-box-shadow: 0 35px 20px #777;
  box-shadow: 0 35px 20px #777;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
.effect5:after
{
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #E1EDF1;
  background-clip: border-box;
 height:300px;
  border-radius: 0.25rem;
}
.card-header {
	padding: 0.45rem 0.45rem 0.05rem 0.75rem;
	margin-bottom: 0;
	background-color: #0099CC;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	color: #FFF;
}
.card-footer {  
  height:10px;
  background-color: #0099CC;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	border-radius: 0.3rem;
	background-image: url(../image/bg_2.jpg);
	background-repeat: repeat;
}
.section_golden {
	background-size: cover;
	background-attachment: fixed;
	margin: auto;
	background-image: url(../image/bg_parallex.jpg);
	background-repeat: no-repeat;
	height: 220px;
	width: 100%;
}
.opcaity {
  background: rgba(5,116,187,0.7);
  height: 220px;
}
.text_white{
	color: #FFF;
	height: auto;
	width: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}

.text_white1{
	color: #FFFFFF;
	height: auto;
	width:auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size:14px;
	text-align:center;
	}
	
	
.text_white2{
	color: #FFFFFF;
	height: auto;
	width:auto;
	font-size:18px;
	text-align:right;
	}	
	
	
.text_white3{
	color: #FFFFFF;
	height: auto;
	width:auto;
	font-size:18px;
	text-align:left;
	}
	
.newsscrool::-webkit-scrollbar {
     width: 1em;
}

 

.newsscrool::-webkit-scrollbar-track {

    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

 

.newsscrool::-webkit-scrollbar-thumb {
   background-color: #066BA3;
  outline: 1px solid slategrey;
}
body::-webkit-scrollbar {
    width: 1em;
} 

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: #066BA3;
  outline: 1px solid slategrey;
}

.fa-facebook-square{ 
   color:#FFF;
 }
.fa-youtube-play{ 
   color:#FFF;
}

.fa-envelope{
	color:#FFF;
	}
.fa-phone-square{
	color:#FFF;
	}

.card_caption{
	background-color:#FFF;
	color:#FFF;
}

.link_social:link{
	color: #FFF;
	text-decoration: none;
	-webkit-text-decoration-skip: objects;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.08em;
	text-align: left;
}

.link_social:hover {
	color: #09F;
	text-decoration: underline;
}
.link_social:active {
	color: #FFF;
	text-decoration: none;
}
.link_social:visited {
	color: #FFF;
	text-decoration: none;
}

.link_social1:link{
	color: #FFF;
	text-decoration: none;
	-webkit-text-decoration-skip: objects;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.08em;
	text-align: right;
}

.link_social1:hover {
	color: #000;
	text-decoration: none;
}
.link_social1:active {
	color: #FFF;
	text-decoration: none;
}
.link_social1:visited {
	color: #FFF;
	text-decoration: none;
}

.table th,
.table td {
	vertical-align: top;
	border-top: 1px solid #dee2e6;
	padding-left:0.75rem;
	padding-right:0.75rem;
	padding-top:0.08rem;
	padding-bottom:0.08rem;
	
}

.link_style{
	color:#333;
	}
.link_style:hover{
	color:#666;
	}
	

	
.news_text{
	background-color: rgba(255, 255, 255, 0.5);
	border: thin solid #B0D2F2;
	margin: 5px;
	padding: 5px;
	font-size: 17px;
	font-weight: normal;
	color: #666;
}

.img-thumbnail {
  padding: 0.7rem;
  background-color: #fff;
  border: 1px solid #ccc;
  max-width: 100%;
  height: auto;
}
.border-3 {
	border: 3px solid #FFF;
}


.acivity_card{
	padding: 0px;
	}
.card1 {
	height:auto;
	margin-bottom: 20px;
	border: 1px solid #DCBD64;	
}
.card-header1 {
	padding: 0.45rem 0.65rem 0.55rem 0.75rem;
	margin-bottom: 0;
	background-color: #E9E9E9;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	color: #FFF;
}
.card-body1{
	padding: 7px;
	height: 222px;
	background-color: #E9E9E9;
}
.card_footer2{
	height:auto;
	padding: 5px;
	background-color: #E9E9E9;		
}
.img100 {
	object-fit: cover;
	max-height: 200px;
	overflow: hidden;
	margin-bottom: 7px;
}
.description_activity{
	font-size: 16px;
	color: #333;
	height: 80px;
	overflow:hidden;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: normal;
	text-align: justify;
	padding: 7px;
	line-height: 20px;
	background-color: rgba(255, 255, 255, 0.325);
	
}


.pagehead .breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.25rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #B0E0F0;
  border-radius: 0.25rem;
}

.pagehead .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.pagehead .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.pagehead .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.pagehead .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.pagehead .breadcrumb-item.active {
  color: #6c757d;
}
.pagehead ul {
	width:auto;
	border:none;
	
   }
.pagehead li{
	width:auto;
	border:none;
	}