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

body { background:#fbfbfb url(img/line.jpg) top repeat-x; font-family: 'Dosis', sans-serif; margin-top: 20px;}
a { text-decoration:none;}
a:hover, a:focus {text-decoration: none;}
h1{ font-family: 'Courgette', cursive; font-size:40px; margin:0; position:relative; top:40px; left:65px; color:#17466b;}
h2{ font-size:20px; color:#17466b; font-weight:bolder; margin: 17px 0 17px 20px;}
h3{font-size:18px; color:#17466b; line-height:5px;  font-weight:bolder;}
p {color:#494949; font-size:20px; line-height:150%; font-weight:lighter; margin-top: 20px;}
img { border:none;}
/* .icon-bar {	color: #e23719; border: 1px solid #e23719; margin-top: 15px;} */
.hide,.cloak div,.cloak span,.likert.cloak tbody,.likert.cloak thead{display:none !important}

.fbimg{margin-left: 40px; margin-top: 20px;}

.container{
	margin: 0 auto;
	max-width: 1000px;
}

.logo {
	max-width:100%;
}

.info {
	max-width: 100%;
	font-size:17px;
	color:#343434;
	text-transform: uppercase;
	}
	
.info ul{
	list-style-type:none;
	line-height:200%;
	}

.info img {margin-top: -6px;}

.main{
	max-width: 100%;
	min-height:100%;
	margin:0 auto;
	}

.jumbotron {
	max-width: 100%;
	padding: 20px 0;
	background:transparent;
}

.separator {width: 100%; height: 20px;}

.answer{
	max-width: 100%;
	height:auto;
	background: url(img/homebg.jpg) no-repeat;
	padding: 20px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.answer ul{
	margin-bottom: 20px;
	}

.answer ul li{
	font-size: 17px;
	line-height: 35px;
	color: #494949;
	}

.answer h2{
		margin-left: 20px;
	} 

.answer h3{
	margin-left: 20px;
	}

.services{
	max-width: 100%;
	min-height: 136px;
	position: relative;
	margin-bottom: 30px;
	} 

.services img{
	float: left;
	margin-right: 20px;height: 136px;
	}

.pagetitle{
	max-width: 100%;
	height:125px;
	background:url(img/title.jpg) center center no-repeat;
	margin:0;	
	}

.titleimg{
	float:right;
	}
	
.team{
	margin-left:30px;
	margin-bottom: 20px;
	min-height: 154px;
	}

.team h2{
	margin:0;
	}

.teamimg {
	float: left;
	margin-right:10px;
	}

.about{
	max-width: 100%;
	float:right;
	}
.about h1{ text-transform:uppercase; font-size:30px; font-weight:bold; color:#17466b; font-family: 'Dosis', sans-serif; position:relative; top:10px; left:0;}
.about a{color:#17466b;}

footer{
	background:url(img/footer.png) center center no-repeat;
	max-width: 100%;
	min-height:75px;
	margin:0 auto;
	color:#f8f8f8;
	font-size:16px;
	font-weight:lighter;
	}

footer span{
	position:relative;
	top:25px;
	}

.studio{
	float: right;
	}
		
.studio a{
	color:#8592a9;
	}

table{
	margin:0 auto;
	text-align:center;
	}

.services ul{
	text-align:left;
	list-style-type:none;
	font-size:18px;
	color:#494949;
	line-height:200%;
	}
/************************ Za meni *****************/

.navbar-nav>li>a{ 
	font-size: 17px; 
	text-transform: uppercase;
	margin:0 auto;
	padding:0;
	text-decoration:none;
	color:#17466b;
	display:block;}

.nav {
	margin-top:20px;
	text-align:left;
	text-transform:uppercase;
	}

.navbar{margin-bottom: 0;}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color:transparent;
  color:#3fb6c5;
}
.navbar-nav>li {
	font-size:17px;
	margin-left:20px;
	list-style-type:none;
	}
.navbar-nav > li > .active {color:#3fb6c5;}

.navbar-toggle {border: solid 1px #344c72; background-color: #344c72; color:#FFF; width: 100%; margin:0 auto; text-transform: uppercase;}

.flag {float: right; list-style-type: none; margin-right: 15px; margin-top: 20px;}

/********************  Galerija  *****************************/

#image_wrap {
    /* dimensions */
    width:500px;
    padding:15px 0; 
    /* centered */
	margin:0 auto;
 
}

/*
  root element for the scrollable.
  when scrolling occurs this element stays still.
  */
.scrollable {

    /* required settings */
    position:relative;
    overflow:hidden;
   	width: 530px;
    height:120px;
    
}

/*
   root element for scrollable items. Must be absolutely positioned
   and it should have a extremely large width to accomodate scrollable
   items.  it's enough that you set the width and height for the root
   element and not for this element.
*/
.scrollable .items {
    /* this cannot be too large */
    width:20000em;
    position:absolute;
    clear:both;
}

.items div {
    float:left;
    width:680px;
}

/* single scrollable item */
.scrollable img {
    float:left;
    margin:20px 5px 20px 21px;
    padding:2px;
    width:100px;
    height:75px;
}

/* active item */
.scrollable .active {
    position:relative;
    cursor:default;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
    float:left;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
    background:url(img/hori_large.png) no-repeat;
    display:block;
    width:30px;
    height:30px;
    float:left;
    margin:40px 10px;
   	cursor:pointer;
   	font-size:1px;
}

/* right */
a.right { background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover { background-position:-30px -30px; }
a.right:active { background-position:-60px -30px; }


/* left */
a.left { margin-left: 0px; }
a.left:hover  { background-position:-30px 0; }
a.left:active { background-position:-60px 0; }

/* up and down */
a.up, a.down  {
    background:url(img/vert_large.png) no-repeat;
    float: none;
    margin: 10px 50px;
}

/* up */
a.up:hover { background-position:-30px 0; }
a.up:active { background-position:-60px 0; }

/* down */
a.down { background-position: 0 -30px; }
a.down:hover { background-position:-30px -30px; }
a.down:active { background-position:-60px -30px; }


/* disabled navigational button */
a.disabled {
    visibility:hidden !important;
}
.thumbsbox {
	 width:620px; 
	 height:120px;
	 margin:0 auto;
	}
.edu-img {
	float:left; 
	margin:20px 20px 0 0;
	}

ol {
	color:#494949;
	font-weight:lighter;
	}

/*************** MEDIA SCREEN ****************/

@media screen and (min-width: 768px) {
	/* .container .jumbotron, .container-fluid .jumbotron{
		padding-right: 0;
		padding-left: 0;
	} */
}

@media screen and (max-width: 767px) {
	.answer{
		width:auto;
		height:auto;
		background-color:#e7e996;
		background-image: none;
		padding: 20px;
		margin-left: 0 !important;
		margin-bottom: 20px;
	}
	.about{	float:none;}

	footer{
		background-image: none;
		background-color:#344c72;
		width:auto;
		text-align: center;
		margin-left: 0;
	}
	.fbimg{margin-left: 0;}
	.studio{float: none; margin-bottom: 40px;}

	.logo{margin-bottom:30px;}	
	.info {margin: 0 auto;}
	.img-responsive{margin: 0 auto;}
	.titleimg{display: none;}

	.teamimg {margin-right:5px;}

	.info {font-size:15px;	}
	.info ul{padding-left: 0;}
	.dogcat{display: none;}
	.navbar-nav > li > a{ font-size: 25px; line-height: 150%}
	.nav > li > a:hover,.nav > li > a:focus {background-color:#eee;}
	.flag{display: none;}
	iframe {width: 100%}
	.navbar-nav > li > a[href="gallery.html"]{display: none;}
}