

/* Basics
--------------------------------------------------------*/
	
html, body {
    height: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 80%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* Commons
--------------------------------------------------------*/


::-moz-selection {background: #B2C9E7;color: #fff; }
::selection {background: #B2C9E7;color: #fff; }

body {
	background-color: #fff;
	font: 10px 'Rubik', sans-serif;
	font-weight: 400;
	color: #444444;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	text-align: left;
	width: 100%;
	height: 100%;
	text-align: center;
	
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.embed-container {
    position: relative;
    padding-bottom: 30%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
	margin-top: 30px;
    height: 0;
    overflow: hidden;
	width: 100%;
	border-bottom: 10px solid #B2C9E7;
    border-top: 10px solid #B2C9E7;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hidden {
	display: none;
}

img.scale-with-grid {
	max-width: 97%;
	height: auto; }

img.scale-with-grid-home {
	max-width: 100%;
	height: auto; }	


/* Typography
--------------------------------------------------------*/

h1, h2, h3, h4 {
	font-weight: 200;
	font-family: 'Rubik',sans-serif;
	color: #000;
	margin: 0 0 6px;
}
h1 {
	font-size: 1.5em;
    letter-spacing: -1px;
    margin-bottom: 15px;
	margin-top: 12px;
    position: relative;
    text-transform: none;
	line-height: 1;
}
h1 span{
	color: #000;
	font-weight: 300;
	text-shadow: 0px 0px 0px #222222;	
}
h2 {
	font-size: 44px;
	position: relative;
}
h2.white {
	color: #fff;
}
h3 {
	font-size: 24px;
	line-height: 1.2;
}
h3.sectionTitle {
    border-bottom: 1px solid #888888;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 26px 0 6px;
}
.small {font-size: 36px; font-weight:300;}
.smallBold {font-size: 36px; font-weight:500;}
.medium {font-size: 44px; text-transform: uppercase;}
.mediumBold {font-size: 44px; font-weight:500; text-transform: uppercase;}
.large {font-size: 56px; text-transform: uppercase;}
.largeBold {font-size: 56px; font-weight:500; text-transform: uppercase;}
.author {font-size: 18px; font-weight:300;}

h4 {
	font-size: 28px;
	font-weight: 300;
}
p {
	margin-bottom: 10px;
}

strong {
	font-weight: 500;
}
.introtext {
	font-size: 23px;
	margin-bottom: 30px;
	line-height: 28px;
}
.marginTop {
	margin-top: 10px;
}
.highlight {
    background: #B2C9E7;
    color: #FFFFFF;
    padding: 0 6px;
}
.boldie  a {
	font-size: 26px;
	font-weight: 300;
	color: #3D5484;
	text-decoration:none;
	opacity: 1.0;
}
.boldie  a:hover{
	font-size: 26px;
	color: #3D5484;
	opacity: 1.0;
	font-weight: 500;	
}
.dropcap {
    background: #B2C9E7;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font-size: 30px;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    margin: 7px 7px 0 0;
    text-align: center;
    width: 44px;
}

/* Layout 
--------------------------------------------------------*/

.homepage{
	position:relative;
	overflow:hidden;
	z-index:1;
	margin-bottom: -50px;
}
.page{
	position:relative;
	overflow:hidden;
	z-index:2;
}
.page.desktop{
	position:relative !important; 
	z-index:6;
}
.page {
	padding-top: 70px;
	padding-bottom: 70px;
}
.shimmer {
	margin-top: -50px;
}
/* OLD !
.page{
	background:url(../images/background.jpg);
	background-attachment:fixed; -ili scroll -
}	
 */

.page{ 
  background: url(../images/background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* --------- nav_bre start -------- */
* {
margin:0;
padding:2px;
}
.logomenu{
position:relative;
float:left;
top: -4px;
padding-left: 17px;
padding-right: 17px;
margin-right: 17px;
/*! background: #d3d7e0; */
text-align:center;
padding-bottom: 0px;
text-align: left;
border-radius: 0px;
border: solid 0px #3D5484;
}
.logomenu-fb{
position:relative;
float:left;
top: 3px;
padding-left: 5px;
padding-right: 1px;
margin-right: 1px;
text-align:center;
padding-bottom: 3px;
text-align: left;
border-radius: 0px 0px 15px 15px;
}
#nav_bre {
list-style:none;
height:0em;
padding-bottom: 16px;
}
#nav_bre li {
position:relative;
float:left;
padding-left: 11px;
padding-right: 11px;
background:none;
text-align:center;
padding-top: 0px;
text-align: left;
}

#nav_bre li:hover {
background:none;
}
#nav_bre a {
display:block;
text-decoration:none;
color: #B3B3B3;
}
#nav_bre a:hover {
color: #fff;
}
/* - Drop Down 1 level - */
#nav_bre ul {
position:absolute;
left:-999em;
list-style:none;
padding-top: 5px;
color: #fff;
}
#nav_bre li:hover ul {
left:0;
top:auto;
}
#nav_bre ul li a:hover {
font-weight:500;
}
#nav_bre ul li a{
background: #213763;
border-bottom: 1px solid #909bb1;
width: 282px;
padding-top: 4px;
padding-bottom: 4px;
margin-left: -10px;
padding-left: 15px;
margin-right: -10px;
font-size: 18px;
font-weight:500;
}
/* 2nd Level Drop */
#nav_bre  li:hover ul ul {
left:-999em;
}
#nav_bre  ul li:hover ul {
left:198px;
top:-10px;
}

/* --------- nav_bre kraj -------- */

nav {
	background: #213763;
	width: 100%;
	position: relative;
	z-index: 1000;
	height: 50px;
	text-align: center;
	border-bottom: solid 2px rgba(255,255,255,0.5);
	border-top: solid 2px rgba(255,255,255,0.5);
}
nav ul {
	height: 38px;
	display: inline-block;
	padding-top: 8px;
}
nav ul li {
	position: relative;
	float: left;
	margin: 0;
}
nav ul li a {
	font-family: 'Rubik',sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #3D5484;
	text-decoration: none;
	text-transform: none;
	padding-bottom: 0px;
	padding-top: 4px;
}
nav ul li a:hover {
	color: #bf4770;
	transition: color 0.0s;
}
.dropmenu {
	display: none;
}
	
#homepage .container {
    height: 100%;
}
.logo {
	margin-top: 16%;
}

/* supersized slideshow
--------------------------------------------------------*/

.slider-text {
    width: 100%;
}
.slider-text {
    top: 0%;
    min-height: 85px;
    overflow: hidden;
    position: absolute;
}
#prevslide, #nextslide{ 
	position:absolute; 
	height:40px; 
	width:40px; 
	top:30px; 
	margin-top:-21px; 
	opacity:0.5;
	border-radius: 50%;  
}
#prevslide{ 
	right:55px; 
	background:url('../images/icons/icon-up-arrow.png') center center no-repeat #3a3a3a; 
}
#nextslide{ 
	right:10px; 
	background:url('../images/icons/icon-down-arrow.png') center center no-repeat #3a3a3a;
}
#prevslide:active, #nextslide:active{ 
	margin-top:-19px; 
}
#prevslide:hover, #nextslide:hover{ 
	cursor:pointer; 
}

#slidecaption h2{
	
	font-weight: 200;
	font-size: 30px;
	color: #fff;
	text-shadow: 3px 3px 1px rgba(33,55,99,1.0);
	text-align: center;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-right: 0%;
	margin-left: 0%;
	line-height: 1.2;
	background: rgba(33,55,99,0.6);
	border-radius: 0px;
	border-bottom: solid 2px rgba(255,255,255,0.5);
	width: 100%;
	
	
}
#slidecaption h2 span{
	font-weight: 300;
	font-size: 30px;
}

#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../images/progress.gif) no-repeat center center;}

#supersized {  display:block; position:absolute; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/

#supersized li { display:block; list-style:none; z-index:-30; position:absolute; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
#supersized a { width:100%; height:100%; display:block; }
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading { background:#111 url(../images/progress.gif) no-repeat center center; width:100%; height:100%; }
#supersized li.image-loading img{ visibility:hidden; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }


	
	
	
/* parallax
--------------------------------------------------------*/
	
.parallax{
	width:100%;
	height:870px; 
	padding:0;
	margin:0;
	background-attachment:fixed;
	background-repeat:no-repeat; 
	border-top:20px solid rgba(255,255,255,0.3);
	border-bottom:20px solid rgba(255,255,255,0.3);
	color:#fff;  
	position:relative;
	background-size: cover;
}
.parallax .quoteWrap{
	display:table;
	width:100%;
	height:100%; 
	padding:0 !important;
	margin:0 !important;
}
.parallax.fixed{
	background-attachment:fixed;
}
.parallax.fixed-desktop{
	background-attachment:fixed !important;
}
.parallax .quoteWrap .quote{
	display: table-cell; 
	vertical-align:middle;
}
.parallax {
	text-align:center;
}
.parallax h3{
	text-transform:uppercase;
	font-weight:400;
	font-size: 5.0em;
	color: #b3b3b3;
}
.parallax h3 span{
	text-transform:uppercase;
	font-weight: 400;
	text-shadow: 2px 2px 1px rgba(0,0,0,1.0);
	font-size: 1.0em;
}
.parallaxText {
	display: table-cell;
	vertical-align: middle;
}
.imageClip {
	background:url(../images/parallax/model-clipped.png) center center no-repeat;
	width: 287px;
	height: 800px;
	margin: -500px auto 0 auto;
}	
.cutting {
	font-size: 100px;
	font-weight: 400;
	opacity: 1.0;
}

/* Twitter
--------------------------------------------------------*/
#twitter li {
	margin: 0;
	padding: 40px 0 0 0;
	background: url(../images/icons/social-twitter.png) no-repeat center top;
	font-size: 24px;
	text-shadow: 0px 0px 5px #222;
}

#twitter a {
	color: #fff;
	text-shadow: 0px 0px 5px #222;
	font-size: 24px;
}
#twitter a:hover {
	color: #000;
}

#twitter b a {
	color: #fff;
	color: rgba(255,255,255,0.6);
	font-weight: normal;
	font-size: 18px;
	text-shadow: none;
}
	
	
/* Page01
--------------------------------------------------------*/	
	
#page01 {
	clear: left;
}
.page01Image {
	margin-bottom: 30px;
}
.teamImage img {
    border-radius: 3%;
	margin: 20px auto 3px;
	box-shadow: 1px 1px 1px 1px #fff inset;
	border: 3px solid #B2C9E7;
}
.teamImage2 img {
    border-radius: 10%;
	margin: 5px 0px 5px 20px;
	box-shadow: 0 0 0 1px #fff inset;
	float: right;
}	
.teamImage3 img {
    border-radius: 5%;
	margin: 5px 0px 5px 20px;
	box-shadow: 0 0 0 1px #fff inset;
}
.teamImage4 img {
    border-radius: 10px;
	margin: 5px 10px 0px 0px;
	box-shadow: 0 0 0 1px #fff inset;
	float: left;
}
.teamOverlay {
	border: 5px solid #B2C9E7;
    border-radius: 10%;
    box-shadow: 0 0 0 6px rgba(210, 181, 91, 0.3) inset;
	width: 270px;
	height: 270px;
	margin-bottom: 30px;
	margin-top: 20px;
	position: absolute;
}

/* Stats
--------------------------------------------------------*/	
.statGrid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
	float: left;
}
.statGrid:after,
.statItem:before {
	content: '';
    display: table;
}
.statGrid:after {
	clear: both;
}
.statGrid li {
	width: 177px;
	height: 177px;
	display: inline-block;
	margin: 9px;
}
.statItem {
	width: 100%;
	height: 100%;
	border-radius: 100px;
	position: relative;
	cursor: default;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.statThumb {
	width: 100%;
	height: 100%;
	border-radius: 100px;
	overflow: hidden;
	position: absolute;
	box-shadow: inset 0 0 0 7px rgba(255,255,255, 0.5);
	transform-origin: 95% 40%;
	transition: all 0.3s ease-in-out;
	-webkit-transform:translate3d(0,0,0);
}
.ie8 .statThumb {
	display: none;
}
.statGridMobile .statThumb {
	display: none;
}
.statThumb:after {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	border-radius: 100px;
	top: 40%;
	left: 95%;
	margin: -4px 0 0 -4px;
	background: rgb(50,50,50);
	box-shadow: 0 0 3px rgba(255,255,255,0.9);
}

.stat-1 { 
	background-image: url(../images/stats/stat-1.jpg);
	z-index: 12;
}
.stat-2 { 
	background-image: url(../images/stats/stat-2.jpg);
	z-index: 11;
}
.stat-3 { 
	background-image: url(../images/stats/stat-3.jpg);
	z-index: 10;
}
.stat-4 { 
	background-image: url(../images/stats/stat-4.jpg);
	z-index: 9;
}
.stat-5 { 
	background-image: url(../images/stats/stat-5.jpg);
	z-index: 8;
}
.stat-6 { 
	background-image: url(../images/stats/stat-6.jpg);
	z-index: 7;
}
.statInfo {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	overflow: hidden;
	background: #B2C9E7;
}
.statInfo h3 {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	text-align: center;
	letter-spacing: 2px;
	font-size: 20px;
	margin: 0 auto;
	padding: 45px 0 0 0;
	height: 40px;
	font-weight: 700;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.4);
}
.statInfo p {
	color: #fff;
	padding: 10px 5px;
	text-transform: uppercase;
	margin: 0 auto;
	font-size: 18px;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.5);
}
.statItem:hover .statThumb {
	box-shadow: inset 0 0 0 7px rgba(255,255,255, 0.5), 0 1px 3px rgba(0,0,0,0.2);
	transform: scale(0.1,0.1);
}
.statItem:hover .statInfo p a{
	opacity: 1;
	transform: translateX(0px) rotate(0deg);
}	



	
/* Awards
--------------------------------------------------------*/	

.awardsImage {
	border-radius: 3%;
	border: 5px solid #213763;
	padding: 0px;
	margin-right: 14px;
}
.awardsImage img{
	border-radius: 2%;
	display: block;
}
.awardsListing ul {
	margin-bottom: 20px;
}
.awardsListing ul li{
	margin: 1px 0;
}
.awardsListing ul li span{
	background: #B2C9E7;
    color: #222;
    padding: 0 6px;
}




/* Services
--------------------------------------------------------*/	

.serviceImage {
	border: 5px solid #B2C9E7;
    border-radius: 10%;
    box-shadow: 0 0 0 5px rgba(210, 181, 91, 0.3) inset;
	width: 220px;
	height: 220px;
	transition: all 0.5s ease-in-out 0s;
	margin: 20px auto 30px;
}
.serviceImage h4{
	text-align: center;
	padding-top: 90px;
	opacity: 0;
	transform: scale(0);
	transition: all 0.8s ease-in-out 0s;
}
.serviceImage:hover {
    box-shadow: 0 0 0 110px rgba(255,255,255, 0.9) inset;
}
.serviceImage:hover h4{
    opacity: 1;
	transform: scale(1);
}
.circle {
	border-radius: 50%;
}

table {
    border: medium none;
    border-collapse: separate;
    border-radius: 6px 6px 6px 6px;
    border-spacing: 0;
    margin-bottom: 15px;
    width: 100%;
}
table th {
    background-color: #F7F7F7;
    background-image: -moz-linear-gradient(center bottom , #F7F7F7 0%, #FFFFFF 100%);
    border-color: #DDDDDD;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    color: #444444;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 15px;
    text-align: center;
    vertical-align: top;
}
table th:first-child {
    border-radius: 6px 0 0 0;
}
table td:last-child {
    border-right: 1px solid #908D8D;
}
table th:last-child {
    border-radius: 0 6px 0 0;
    border-right: 1px solid #908D8D;
}
table td {
    border-color: #908D8D;
    border-image: none;
    border-style: none none solid solid;
    border-width: medium medium 1px 1px;
    padding: 10px 15px;
	transition: all 0.4s ease-in-out 0s;
}
table tr:hover td {
    background-color: #B2C9E7;
    color: #FFFFFF;
}


/* Promotions
--------------------------------------------------------*/


/* Accordion */

.accTrigger {
	cursor: pointer;
	display: block;
	margin: 10px 0;
	background: #fff;
	border-radius: 30px;
	border-bottom: 6px solid #B2C9E7;
	transition: all 0.5s ease-in-out 0s;
}
.accTrigger:hover {
	background: #f1e9d2;
}
.accTrigger a {
	display: block;
	color: #B2C9E7;
	outline: none;
	padding: 10px;
	text-decoration: none;
	font-size: 26px;
	font-weight: 400;
	transition: all 0.5s ease-in-out 0s;
}
.accTrigger.active a {
	cursor: default;
	color: #555; 
}
.accTrigger.active  {
	background: #f1e9d2; 
}
.accTrigger a:hover {
	color: #555; 
}
.accContainer .content{ 
	padding: 2px 15px 5px 15px; 
	line-height: 19px; 
}
.accContent p {
	margin-bottom: 10px;
}
.accContent {
	padding: 10px 0;
	display: table;
}
.accImage {
	display: table-cell;
	vertical-align: middle;
	width: 20%;
}
.accImageInner {
	border-radius: 20px;
	border: 7px solid #B2C9E7;
	padding: 0px;
	width:93%;
}
.accImage img{
	border-radius: 10px;
	display: block;
	
}
.accTitle, .accText {
	width: 35%;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.accTitle h3{
	font-size: 54px;
	text-shadow: 1px 1px 3px #222222;	
	color: #E8DFCC;
	margin-left: 10%;
	margin-bottom: 0;
}
.accTitle h2{
	font-size: 90px;
	color: #B2C9E7;
	margin-left: 10%;
	margin-bottom: 0;
}
.accText p{
	margin: 10px 0 10px 5%;
	font-size: 20px;
}

	
/* gallery
--------------------------------------------------------*/	
	
.thumbLink {
    display: block;
    width: 100%;
}
.thumbImage {
    box-sizing: border-box;
    border: 0px solid #B2C9E7;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.thumbImage img {
    border-radius: 4px 4px 4px 4px;
	border: 3px solid #B2C9E7;
}
.da-thumbs {
    margin-top: 10px;
    position: relative;
}
.da-thumbs article {
    position: relative;
}
.da-thumbs article a, .da-thumbs article a img {
    display: block;
    position: relative;
}
.da-thumbs article a {
    overflow: hidden;
}
.thumbImage div {
    height: 65%;
    position: absolute;
    text-align: center;
    width: 100%;
}
.thumbImage div {
    display: none;
    padding-top: 35%;
}
.thumbImage img {
    transition: all 0.3s ease-in-out 0s;
}
.thumbImage div.da-animate {
    transition: all 0.3s ease-in-out 0s;
}
.da-slideFromTop {
    left: 0;
    top: -100%;
}
.da-slideFromBottom {
    left: 0;
    top: 100%;
}
.da-slideFromLeft {
    left: -100%;
    top: 0;
}
.da-slideFromRight {
    left: 100%;
    top: 0;
}
.da-slideTop {
    top: 0;
}
.da-slideLeft {
    left: 0;
}
.iconWrapper {
    background-color: rgba(178, 201, 231, 0.8);
    background-image: url("../images/btn-zoom.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 11% 11% 11% 11%;
    display: inline-block;
    height: 60px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 60px;
    z-index: 1000;
}
#gallery h3  {
	margin-bottom: 20px;
}
		
	
/*contact 
--------------------------------------------------------*/

.contactDetails p {
    padding-left: 17px;
	font-size: 18px;
}
.contactDetails {
	text-align: left;
}
.contactAddress {background: url("../images/icons/icon-address-grey.png") no-repeat scroll left 3px transparent;}
.contactPhone {background: url("../images/icons/icon-phone-grey.png") no-repeat scroll left 3px transparent;}
.contactEmail {background: url("../images/icons/icon-email-grey.png") no-repeat scroll left 5px transparent;}
.contactSkype {background: url("../images/icons/icon-skype-grey.png") no-repeat scroll left 5px transparent;}
.contactTime {background: url("../images/icons/icon-time-grey.png") no-repeat scroll left 5px transparent;}	
	
	
	
/*form elements*/


input[type="text"], input[type="password"], input[type="email"], textarea, select {
    background: #eee;
    border: none;
    border-radius: 3px;
    color: #777777;
    
    
    outline: medium none;
    
    width: 95%;
	font-family:'Rubik', sans-serif;
	font-size: 16px;
	font-weight: 400;
}


	
/* Flickr
--------------------------------------------------------*/

.flickrListing {
	margin-bottom: 25px;
	float: right;
    left: -50%;
    position: relative;
    text-align: left;
}
.flickrListingInner {
    left: 50%;
    position: relative;
}
.flickr_badge_image {
    float: left;
    position: relative;
}
.flickrListing img {
	display: block; 
	width: 75px;
	height: 75px;
	border-radius: 50%;
}
.flickrListing a {
	border: 3px solid #D6BC6B;
	padding: 2px;
    transition: all 0.2s ease-in-out;
	margin: 10px;
	float: left;
	border-radius: 50%;
	text-align: center;
}
.flickrListing a:hover {
	border: 3px solid #999;
}

/* Alert Boxes
--------------------------------------------------------*/

.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: left;
	color: #c09853;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
 	border-radius: 3px;
}
.alert h4 {
	margin: 0;
}
.alert p {
	margin: 0;
}
.alert .close {
	position: relative;
	top: -2px;
	right: -35px;
	line-height: 20px;
}
.alert-success {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.alert-danger,
.alert-error {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}
.alert-info {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
button.close {
    background: none;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}
.close {
    color: #000000;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
}

	
/*footer
--------------------------------------------------------*/	

#footer{
	position:relative; 
	overflow:hidden; 
	padding:5px 0 5px 0; 
	z-index:1;
	background:#213763;
}
#footer p.copyright{
	font-size:15px;
	margin-bottom:0;
	margin-top: 20px;
	text-align: center;
	color: #fff;
	line-height: 26px;
}




/* Social
--------------------------------------------------------*/

.socialLinks  {
	text-align: center;
}
.socialLinks li {
	display: inline-block;
    margin: 10px 5px 10px 5px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #e1cf96;
    transition: all 0.6s ease-in-out;
}
.socialLinks li a {
    display: block;
    height: 16px;
    width: 20px;
}
.socialLinks li a img{
    display: block;
    height: 30px;
    width: 30px;
	margin: 15px 0 0 15px;
}
.socialLinks li:hover {
    background-color: #B2C9E7;
}

.twitter {background-image: url("../images/icons/social-twitter.png");}
.facebook {background-image: url("../images/icons/social-facebook.png");}
.vimeo {background-image: url("../images/icons/social-vimeo.png");}
.youtube {background-image: url("../images/icons/social-youtube.png");}
.skype {background-image: url("../images/icons/social-skype.html");}
.linkedin {background-image: url("../images/icons/social-linkedin.png");}
.pinterest {background-image: url("../images/icons/social-pinterest.png");}
.googleplus {background-image: url("../images/icons/social-google%2b.png");}
.flickr {background-image: url("../images/icons/social-flickr.png");}
.rss {background-image: url("../images/icons/social-rss.png");}




		
/* MISC
--------------------------------------------------------*/		
		
	.clear{float:none;}			
	
	

/* Media Queries
--------------------------------------------------------*/

/* Smaller than standard 1199 (devices and browsers) */
@media only screen and (max-width: 1199px) {
	
	.parallax.fixed{background-attachment:scroll; background-position: center center;}
}


/* Higher than 960 (desktop devices) */
@media only screen and (min-width: 960px) and (max-width: 1199px) {
	input[type="text"], input[type="password"], input[type="email"], textarea, select {width: 320px;}
	.teamOverlay {width: 210px; height: 210px;}
	.accTitle h2 {font-size: 80px;}
	.accTitle h3 {font-size: 44px;}
}


/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	.small {font-size: 30px; font-weight:300;}
	.smallBold {font-size: 30px; font-weight:700;}
	.medium {font-size: 38px; text-transform: uppercase;}
	.mediumBold {font-size: 38px; font-weight:700; text-transform: uppercase;}
	.large {font-size: 50px;}
	.largeBold {font-size: 50px; font-weight:400; text-transform: uppercase;}
	.author {font-size: 16px; font-weight:300;}
	.cutting { font-size: 100px;}
	.accImage img{width: 100%;}
	#slidecaption h2{font-size: 72px;}
	#slidecaption h2 span{font-size: 84px;}
	
}


/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	input[type="text"], input[type="password"], input[type="email"], textarea, select {width: 248px;}
	.newsForm input[type="text"], .newsForm input[type="email"] {width: 210px;}
	.imageClip2 {margin-top: 120px;}
	.teamOverlay {width: 162px; height: 162px;}
	.accTitle h2 {font-size: 60px;}
	.accTitle h3 {font-size: 36px;}
}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.dropmenu { display: block; margin-top: 10px; }
	#nav {display: none;}
	#nav_bre {display: none;}
	#slidecaption { display:none;}
	#prevslide, #nextslide{top:120px;}
	.logo {display: inline-block; width: 300px; height: 274px; margin-left: -30px;	margin-top: -10px; padding-left: -90px; transform: scale(.55);}
	#prevslide {right: 45px; transform: scale(.5);}
	#nextslide {right: 22px; transform: scale(.5);}
	.homepage {margin-bottom: -50px;}
	h1 {font-size: 1.6em;}
	.parallax { height: 350px;}
	.accTitle h2 {font-size: 40px;}
	.accTitle h3 {font-size: 24px;}
	.accText {display: none;}
	.accTrigger a {font-size: 20px;}
	.imageClip {background-size: 60%;}
	
}
	
	
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	input[type="text"], input[type="password"], input[type="email"], textarea, select {width: 240px;}
	.newsForm input[type="text"], .newsForm input[type="email"] {width: 400px;}
	.imageClip2 {margin-top: 152px;}
	.teamOverlay {width: 410px; height: 410px;}
.parallax h3{
	text-transform:uppercase;
	font-weight:400;
	font-size: 2.4em;
	color: #b3b3b3;
}
.parallax h3 span{
	text-transform:uppercase;
	font-weight:500;
	font-size: 1.0em;
}	
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	input[type="text"], input[type="password"], input[type="email"], textarea, select {width: 180px;}
	.imageClip2 {margin-top: 211px;}
	.teamOverlay {width: 290px; height: 290px;}
.parallax h3{
	text-transform:uppercase;
	font-weight:400;
	font-size: 2.4em;
	color: #b3b3b3;
}
.parallax h3 span{
	text-transform:uppercase;
	font-weight:500;
	font-size: 1.0em;
}
}