/*
Theme Name: Icevisit
Theme URI: www.gasfabrik.com
Description:Icevisit, coded by Gasfabrik, designed by someone else...
Version: 1.0
Author: Leifur Einarsson @ Gasfabrik
Author URI: www.gasfabrik.com.
*/

/* general styles *************************************************************/
html {
	background: #585858;
}
body {
	background: #f0f0f0 url(images/bg-body.jpg) repeat-x;
	color: #4f4f4f;
	font: 12px/16px Arial, sans-serif;
	margin: 0;
}
form {
	margin: 0;
	padding: 0;
}
input {
	font: 12px/12px Arial, Sans-serif;
}
a {
	color: #000;
	text-decoration: underline;
}

p {
	margin: 10px 0px 10px 0px;
	
}

hr {
	border:0;
	color: #cdcdcd;
	background-color: #cdcdcd;
	height: 1px;
}
a:hover {
	color: #ff8204;
}
img {
	border: none;
}
.wrap {
	width: 930px;
	overflow: hidden;
	background: url(images/bg-wrap.gif) repeat-x;
	margin: 0 5px;
	padding-bottom: 12px;
}
.about-ice {
	padding-bottom: 10px;
}
.main-holder {
	width: 100%;
}

h3 {
       color: #ff8204;
       font-size: 14px;

}

/* Front Heima Boxin 3 *************************************************************/

.box1 {
      background:url(images/icebergslandmanna.jpg) no-repeat;
      width:280px;
      height:200px;
      display:block;
      text-indent:-9999px;
      margin:0;
      padding:0;
      }

.box2 {
      background:url(images/hotlavaiceland.jpg) no-repeat;
      width:280px;
      height:200px;
      display:block;
      text-indent:-9999px;
      margin:0;
      padding:0;
      }

.box3 {
      background:url(images/flyanddrive.jpg) no-repeat;
      width:280px;
      height:200px;
      display:block;
      text-indent:-9999px;
      margin:0;
      padding:0;
      }


/* page holder ****************************************************************/
.container {
	width: 940px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0px 0;
}
.container-inner {
	padding-bottom: 22px;
        
}
/* header *********************************************************************/
#header {
	background: url(images/box-top.png) no-repeat;
	height: 138px;
	width: 100%;
}
#header h1 {
	position: absolute;
	top: 25px;
	left: 16px;
	margin: 0;
	width: 247px;
}
#header h1 a {
	background: url(images/logo.gif) no-repeat;
	width: 224px;
	height: 59px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}
#header .language {
	position: absolute;
	top: 44px;
	right: 22px;
	width: 128px;
	overflow: hidden;
}
#header .language span {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	float: left;
}
#header .language ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
#header .language ul li {
	float: left;
	margin-left: 6px;
	padding: 3px 4px;
}
#header .language ul li.active {
	background: url(images/lang-active.gif) no-repeat;
}
#header .language ul li a {
	display: block;
	width: 16px;
	text-indent: -9999px;
}
#header .language ul li a.lang1 {
	background: url(images/lang1.gif) no-repeat;
	height: 15px;
}
#header .language ul li a.lang2 {
	background: url(images/lang2.gif) no-repeat;
	height: 16px;
}
#header .navigation {
	margin: 0;
	padding: 94px 0 0 5px;
	list-style: none;
}
#header .navigation li {
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-right: 1px;
	text-transform: uppercase;
}
#header .navigation li a {
	float: left;
	background: url(images/buttons.gif) no-repeat;
	height: 28px;
	color: #fff;
	width: 154px;
	text-decoration: none;
	text-align: center;
	padding-top: 16px;
}
#header .navigation li a:hover {
	float: left;
	background: url(images/buttons_hover.gif) no-repeat;
	height: 28px;
	color: #fff;
	width: 154px;
	text-decoration: none;
	text-align: center;
	padding-top: 16px;
}

#header .navigation li.active a {
	background-position: 0 -44px;
	color: #7e7e7e;
}
.relative {
	position: relative;
	width: 100%;
}

.box-center {
	background: url(images/box-center.png) repeat-y;
	overflow: hidden;
	width: 100%;
        min-height:350px;
}
.box-bottom {
	background: url(images/box-bottom.png) no-repeat;
	height: 14px;
	overflow: hidden;
}
/* tour page **********************************************************/
.content {
	float: left;
	width: 582px;
	padding: 0 19px;
        margin:26px 0px 0px 0px;
        overflow:hidden;
       
}

.post h2 a {
	margin: 0;
	padding: 0px 0 0;
	color: #ff8204;
	font-size: 22px;
        text-decoration:none;
        
}

.post h2 a:hover {
        color:#666666;

}


.content .breadcrumbs {
	margin: 5px 0 14px 0px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
}
.content .breadcrumbs li {
	float: left;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 12px;
	color: #848484;
}
.content .breadcrumbs li a {
	text-decoration: none;
	color: #ff8204;
	background: url(images/separator.gif) no-repeat 0 50%;
	padding: 0 5px 0 10px;
}
.content .breadcrumbs li a:hover {
	text-decoration: underline;
}
.content .breadcrumbs li a.special-link {
	background: url(images/simple-bullet.gif) no-repeat 0 50%;
	padding: 0 5px 0 10px;
	margin-left: 3px;
}
.content .breadcrumbs li a.current {
	color: #848484;
	text-decoration: underline;
}

.content p {
	margin: 0 0 14px;
	text-align: justify;
}

.content img {
	float: right;
	border: 1px solid #cecdcd;
	padding: 4px;
	margin: 0 6px 6px 20px;
}


.table {
	border: 0px;
}
.table th {
	background-color:#f0f0f0;
	padding: 5px 3px;
	text-align: left;
	border-bottom: 1px solid #ccc;	
}
.table td {
	padding: 2px 3px;
	border-bottom: 1px solid #f0f0f0;	
}
.text {
	margin-top: 30px;
}
.p {
	margin: 0 0 14px;
	text-align: justify;
}
.p img {
	float: right;
	border: 1px solid #cecdcd;
	padding: 4px;
	margin: 0 6px 6px 20px;
}
.h3 {
	margin: 16px 0 10px;
	color: #ff8204;
	font-size: 14px;
}
/* about iceland page ****************************************************************/
.about-iceland {
	overflow: hidden;
	width: 100%;
}
.about-iceland li {
	float: left;
	width: 100%;
	border-bottom: 1px solid #cdcdcd;
}
.about-iceland li a {
	color: #4e4e4e;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	display: block;
	width: 100%;
	padding-left: 15px;
}
.about-iceland li a:hover {
	color: #ff8204;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	display: block;
	width: 100%;
	padding-left: 15px;
}
.about-iceland li a.active {
	color: #FF8204;
}
.about-iceland li ul li {
	background: #e5e5e5;
	border: 0;
	border-top: 1px solid #cdcdcd;
	background: #e5e5e5;
}
.about-iceland li ul li a span {
	background: #e5e5e5;
	padding-left: 20px;
	background: url(images/bullet.gif) no-repeat 0 50%;
}


.about-iceland li ul li.active a,
.about-iceland li ul li a:hover {
	background: #fff;
}
.about-iceland li ul li.active a span,
.about-iceland li ul li a:hover span {
	background: url(images/bullet-hover.gif) no-repeat 0 50%;
}


.main-column .iceland-box {
	padding: 0;
	border: 0;
}
.quote {
	background-color: #eee;
	border-top: 1px solid #ccc;
	color: #666;
	padding: 4px;
}
.quote a {
	text-decoration: underline;
	color: #666;
}
/* book page *********************************************************************/
.forms p {
	margin: 0;
}
.forms {
	padding-bottom: 18px;
	border-bottom: 1px solid #e1e1e1;
}
.information {
	margin-top: 22px;
}
.forms h3 {
	margin: 0 0 16px;
	font-size: 16px;
}
.form-wrapper {
	overflow: hidden;
	width: 100%;
	margin-bottom: 8px;
}
.icol1 {
	float: left;
	width: 280px;
}
.form-wrapper input {
	width: 271px;
	padding: 5px 2px 5px 5px;
	background: #f1f1f1;
	border: 1px solid #e1e1e1;
	margin-top: 4px;
}
.form-wrapper textarea {
	font: 12px Arial, sans-serif;
	width: 271px;
	padding: 5px 2px 5px 5px;
	background: #f1f1f1;
	border: 1px solid #e1e1e1;
	margin-top: 4px;
}
.form-wrapper select {
	width: 279px;
	margin-top: 4px;
}
.form-wrapper label {
	display: block;
	font-weight: bold;
}
.icol2 {
	float: right;
	width: 280px;
}
.form-wrapper .select {
	float: left;
}
.form-wrapper .select select {
	width: 129px;
}
.form-wrapper .right-select {
	margin-left: 21px;
}
.tour-info {
	margin-top: 30px;
}
.form-holder {
	margin-top: 20px;
	overflow: hidden;
	width: 100%;
}
.checker {
	width: 220px;
	float: left;
	margin-top: 9px;
}
.booking {
	float: right;
}
.mini-box span {
	padding-left: 12px;
}
/* index-page ****************************************************************/
.image-holder {
	position: relative;
	width: 100%;
}
.image-holder img {
	display: block;
}
.image-holder .image-text {
	position: absolute;
	top: 30px;
	left: 35px;
	width: 360px;
	height: 72px;
	background: url(images/index-text.png) no-repeat;
	text-indent: -9999px;
	font: bold 24px/26px "Times New Roman", Georgia, Sans-serif;
	color: #fff;
}
.recommended {
	padding: 16px 0 0;
	margin: 0;
	list-style: none;
}
.recommended li {
	float: left;
	width: 280px;
	margin-left: 25px;
	display: inline;
}
.recommended li h3 {
	margin: 0;
	font-size: 14px;
	line-height: 15px;
	text-transform: uppercase;
}
.recommended li h3 a {
	color: #ff8204;
	text-decoration: none;
}
.recommended li strong {
	color: #4f4f4f;
	font-size: 11px;
	line-height: 13px;
	display: block;
	margin: 0 0 12px 1px;
	background: url(images/bullet-hover.gif) no-repeat 100% 60%;
}
.recommended li img {
	display: block;
}
.recommended li p {
	margin: 15px 0 15px;
}

/* main column ****************************************************************/
.main-column {
	float: left;
	width: 290px;
	padding-top: 30px;
}
.mini-box {
	background: #f0f0f0;
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 20px;
	padding-bottom: 12px;
}
.mini-box h2 {
	margin: 0;
	background: url(images/title.gif) no-repeat;
	line-height: 34px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	padding-left: 15px;
}
.mini-box p {
	line-height: 15px;
	margin: 12px 12px 16px;
}
.button {
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: url(images/button.gif) no-repeat;
	width: 260px;
	line-height: 32px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 auto;
}
.mini-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mini-box ul.detailes {
	background: url(images/detailes-bg.gif) repeat-y;
	width: 290px;
	overflow: hidden;
}
.mini-box .detailes li {
	border-bottom: 1px solid #cdcdcd;
	overflow: hidden;
	width: 100%;
	line-height: 12px;
	padding: 12px 0 7px;
	float: left;
}
.mini-box .detailes li strong {
	float: left;
	width: 64px;
	padding-left: 16px;
}
.mini-box .detailes li p {
	margin: 0;
	float: right;
	width: 176px;
	margin-right: 10px;
}
.mini-box .detailes li p.second-p {
	margin-top: -4px;
}
.mini-box .map {
	margin: 12px 0 0 20px;
	display: block;
}
.box-top {
	background: url(images/box-top.gif) no-repeat;
	height: 48px;
	overflow: hidden;
	margin-top: 10px;
}
.box-top h3 {
	color: #4f4f4f;
	font-size: 14px;
	margin: 0 0 0 23px;
	line-height: 52px;
}
.box-center ul.list {
	margin: 0 0 5px 5px;
	padding: 20px 0 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
}
.box-center .list li {
	float: left;
	padding-left: 20px;
}
/* footer *********************************************************************/
#footer {
	background: #585858 url(images/bg-footer.gif) repeat-x;
	color: #fff;
	padding-bottom: 22px;
}
#footer .centered-footer {
	width: 930px;
	margin: 0 auto;
}
.fbox {
	padding: 20px 0;
}
.fbox-top {
	overflow: hidden;
	background: url(images/fbox-top.gif) no-repeat;
	height: 10px;
}
.fbox-center {
	overflow: hidden;
	background: url(images/fbox-center.gif) repeat-y;
	width: 100%;
}
.fbox-bottom {
	background: url(images/fbox-bottom.gif) no-repeat 0 100%;
	padding: 4px 0 14px;
}
.fbox ul {
	margin: 0 -80px 0 0;
	padding: 0 0 0 9px;
	list-style: none;
	overflow: hidden;
	width: 931px;
}
.fbox ul li {
	float: left;
	padding-right: 27px;
	width: 128px;
}
.fbox ul li h3 {
	margin: 0;
	text-transform: uppercase;
	font-size: 12px;
	background: url(images/bottom-bullet.gif) no-repeat 100% 50%;
	float: left;
	padding-right: 10px;
}
.fbox ul li h3 a {
	text-decoration: none;
	color: #fff;
}
.fbox ul li h3 a:hover {
	text-decoration: none;
	color: #ff8204;
}
.fbox ul li p {
	margin: 14px 0 0;
	font-size: 11px;
	line-height: 13px;
}
.fbox ul li div {
	overflow: hidden;
	width: 100%;
}
.fwrapper {
	overflow: hidden;
	width: 100%;
	font-size: 11px;
	line-height: 14px;
}
.f-logo {
	float: left;
	width: 220px;
}
#footer strong {
	display: block;
}
.f-logo {
	background: url(images/emblem.gif) no-repeat;
	display: block;
	color: #fff;
	padding-left: 30px;
	text-decoration: none;
	font-size: 11px;
}
.adventure {
	float: left;
	width: 124px;
	padding-left: 250px;
}
.terms {
	float: left;
	width: 98px;
	padding-left: 35px;
	color: #fff;
	margin-top: 12px;
}
.rights {
	float: right;
	width: 100px;
	padding-right: 50px;
}

.wpcf7-captcha-captcha-44  {
        align:left;
        padding:0px 100px 0px 0px;
}

#formtour {
        max-length:400px;


}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
