﻿@charset "UTF-8";

/* CSS Document */


body{
	
	background: #474e5d;
	
}


.page-header{
	
	margin-top: 5px;
	background: #ffffff;
	border: thick;
	padding: 5px;
	text-align: center;
	height: 50px;
   border-radius: 5px 5px 0 0 ;
}
.thumbnail{
	width: 100%;
	height: 100%;
	background: #C04042;
	
	
}
.textContainer{
	width: 70%;
	height: 100px;
	float: left;
	
	padding-left: 10px;
	
	
}


#sticky {
    -webkit-transition: all 1s ease-in-out;
    transition: width 1s ease-in-out;
}

.imageholder{
width: 200px;
	float: left;
	margin: 0px;
	
}

.row {
  margin:0px;
  
}


.topbuttoncontainer {
      margin:5px;
	
    }


.btn {
    padding: 14px 24px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}


/*Styling för popuppen */

/***** Modal *****/
 
.modal-backdrop.in {
    filter: alpha(opacity=7);
    opacity: 0.2;
	background: #000000;
}
 
.modal-content {
    background: none;
    border: 1px solid;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}
 
.modal-body {
    padding: 10px 10px 10px 10px;
	background: #474e5d;
}
 
.modal-header {
    padding: 10px 10px 0px 10px;
    text-align: left;
    background: #474e5d;
}

.modal-heading{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	
	
}
 
.modal-header, .modal-footer {
    border: 0;
	background: #474e5d;
	
}
 
.modal-header .close {
    float: none;
    margin: 0;
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    text-shadow: none;
    opacity: 1;
	
}

.video-link {
    padding-top: 70px;
}
 
.video-link a:hover,
.video-link a:focus {
    outline: 0;
}
 
a .video-link-text {
    color: #fff;
    opacity: 0.8;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
 
a:hover .video-link-text, 
a:focus .video-link-text {
    outline: 0;
    color: #fff;
    opacity: 1;
    border-bottom: 1px dotted #fff;
}
 
a .video-link-icon {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background: #e89a3e;
    color: #fff;
    line-height: 50px;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
a .video-link-icon:after {
    position: absolute;
    content: "";
    top: -6px;
    left: -6px;
    width: 66px;
    height: 66px;
    background: #444;
    background: rgba(0, 0, 0, 0.1);
    z-index: -99;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}
 
a:hover .video-link-icon,
a:focus .video-link-icon {
    outline: 0;
    background: #fff;
    color: #e89a3e;
}

/*color of glyfhs*/

.colorG:before{
	
	color: #FFFFFF;
}


a:hover {
    cursor: pointer;
    color: #007bff;
}