
/*  TEMA: default*/

BODY {
	font-family: "Oswald";
	margin:0px;
	padding-top:0px;
	background-color:#ffffff;
	color:#000
}

.pulls-center {
	text-align: center;
}

.pulls-right {
	padding-right: 30px;
	text-align: right;
}

.pulls-left {
	padding-left: 30px;
	text-align: left;
}

.padl  {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.padr  {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;

}


.tip  {
    font-size: 100%;
    font-style: italic;

}


.fod {
	 border-top: 1px grey dotted;
     margin-top: 90px;
     padding-top: 20px;
     padding-bottom: 20px;

     
}

.centersmall {
	text-align: center;
	font-size: 13px;
	color: black;
}

.centersmall .glyphicon {
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
}

.centerlarge {
	text-align: center;
	font-size: 20px;
	color: black;
}

.centerlarge .glyphicon {
	margin-right: 10px;
	margin-left: 10px;
	text-align: left	;
}


.goToTop {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
}


.list-group.panel {
  border: none;
}

.list-group-item {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}
.list-group-submenu {
  margin-left:20px;
}	


.modal { 
    position: fixed; 
    top: 10px; 
    right: 10px; 
    left: 10px;
    width: auto; 
}

 .modal-header {
  min-height: 30px;
  padding: 15px;
  border-bottom: none;
  }

.modal-footer {
  padding: 15px;
  text-align: center;
  border-top: none;
}

.title
{
	color: #d7490d;	
}

.alert
{
	color: red;	
}




.blink {
    animation-duration: 1s;
    animation-name: blink;
    animation-iteration-count: 3;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
@keyframes blink {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;                    
    }
}


.super
{
	font-size: 16px;
	color: green;	
}


.stamtavle
{    
    margin: auto;
	align: center;
}
.stamcell
{
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: grey; 
}

.spacer
{
	padding-top: 20px;
	padding-bottom: 20px;
}


.button1 {
    border: none;
    background-color: #d7490d;
    color: white;
    padding: 10px 10px;
    width=100%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 2px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.button1:hover {
	color: #eee;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}


.custombutton {
    width: 180px !important;
}

.mediumbutton {
    width: 120px !important;
}

.smallbutton {
    width: 90px !important;
}
@media (min-width: 768px){
    .navbar-nav{
        float:none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
}

.navbar, .navbar-inverse {
  z-index: 3;
  margin-bottom: 5px;
  min-height: 50px;
}


.navbar-inverse .navbar-nav> li > a {
  color: #ffffff;
  font-family: "Play";
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 25px;
  padding-right: 25px;
}

.navbar-inverse .navbar-nav li a:hover {
  background-color: #999999;
  transition: 0.8s all linear;
  color: #ffffff;
  height: 100%;
}

.dropdown-menu {
  color: #ffffff;
  font-family: "Play";
  font-size: 14px;
  text-transform: uppercase;
}


#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
}

.navbar-form input, .form-inline input {
	width:auto;
}

	
.navbar-inverse .navbar-nav li img {
  padding-left: 15px;
}


.affix {
      top: 0;
      width: 100%;
}

.affix + .container-fluid {
      padding-top: 70px;
}


header {

}


.tema {
    width: 100%;
    height: 500px; 
    background-image:url('images/topimage_default.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.sitetitle {
    position:absolute;
    top:0;
    width: 100%;
/*    background-color:rgba(255, 255, 255, 0.5); */
}

.container { margin-top: 20px; }
.mb20 { margin-bottom: 20px; } 

hgroup { padding-left: 15px; border-bottom: 1px solid #ccc; }

.search-result .thumbnail { border-radius: 0 !important; }
.search-result:first-child { margin-top: 0 !important; }
.search-result { margin-top: 20px; }
.search-result .col-md-2 { border-right: 1px dotted #ccc; min-height: 140px; }
.search-result ul { padding-left: 0 !important; list-style: none;  }
.search-result ul li { font: 400 normal .85em Oswald;  line-height: 30px; }
.search-result ul li i { padding-right: 5px; }
.search-result .col-md-7 { position: relative; }
.search-result h3 { font: 500 normal 1.375em Oswald; margin-top: 0 !important; margin-bottom: 10px !important; }
.search-result h3 > a, .search-result i { color: #248dc1 !important; }
.search-result p { font: normal normal 1.125em Oswald; } 
.search-result span.plus { position: absolute; right: 0; top: 126px; }
.search-result span.plus a { background-color: #248dc1; padding: 5px 5px 3px 5px; }
.search-result span.plus a:hover { background-color: #414141; }
.search-result span.plus a i { color: #fff !important; }
.search-result span.border { display: block; width: 97%; margin: 0 15px; border-bottom: 1px dotted #ccc; }




.fancybox-custom .fancybox-skin {
	box-shadow: 0 0 50px #222;
}

.fancybox-title {
	font: 14px "Oswald";
}


.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
	opacity: 0.95;
}


.fancybox-title a p {
	display: inline;
	font: 14px "Oswald";
	color: #aaa;
	text-decoration: underline;
}

.wrapper {
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 25px;
  position: relative;  
}

.wrapper img {
  display: block;
  max-width:100%;
}

.wrapper .overlay {
  position: absolute;
  top:32px;
  left:0;
  width:100%;
  height:100%;
  background-color: rgba(0,0,0,0);
  color:white;
}





#features {
    margin-top:20px;
}
.feature, .feature i, .feature h3, .feature .title_border {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;    
}
.feature {
	height: 500px;
    background:#eee;
    text-align:center;
    padding:20px;
    border: solid 1px #cccccc;
}
.feature p {
    margin-top:20px;   
    margin-bottom:30px;   
}
.feature i{
    font-size:80px;
    color:#FFFFFF;
    background:#d7490d;
    padding:30px;
    border-radius:50%;
    border: solid 3px #93350d;
}
.feature h3 {
    color:#d7490d;  
}
.feature:hover {
    background:#F5F5F5;
    -webkit-transform: translate(0,1em);
    -moz-transform: translate(0,1em);
    -o-transform: translate(0,1em);
    -ms-transform: translate(0,1em);
    transform: translate(0,1em);    
}
.feature:hover i{
    color:#d7490d;
    border-color:#d7490d;
    background:#FFFFFF;
}
.feature:hover .title_border {
    background-color:#d7490d;
    width:50%;
}
.feature .title_border {
    width: 0%;
    height: 3px;
    background:#d7490d;
    margin: 0 auto;
    margin-top: 12px;
    margin-bottom: 8px;
}


.box {
   padding: 20px;
   width:100%;
   height:auto;
   position:relative;
   text-align: center;
   background:#eee;
   float:left;
   margin-left:0px;
   margin-right:20px;
   margin-bottom:25px;
   margin-top:25px;
}


.box h4 {
    color:#d7490d;  
}

.shadowbox {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green a {
	color: #000;
	text-decoration: none;
}
.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}​

.t1 {
font-size: 40px;
font-family: "Oswald";
font-weight: normal;
color: #DBA901;
}

.t2 {
font-size: 20px;
font-family: "Play";
font-weight: normal;
color: #ffffff;
}

.th1 {
font-size: 26px;
font-family: "Playfair Display";
font-weight: normal;
color: black;
}

.th2 {
font-size: 22px;
font-family: "Playfair Display";
font-weight: normal;
color: black;
}

.tp {
font-size: 18px;
font-family: "Play";
font-weight: normal;
color: black;
}
