/* STYLESHEET FILE DESCRIPTION: Styles for Solutions/Portfolio page  */

#heading .box {
	border-radius: 0;
}


/* FILTER
#########################################*/
#filter {
	margin: 10px 0 40px 0;
	text-align: center; 
}


/* Tabs */
.tabs {
	height: 35px;
	padding: 0 1px 0 1px;
	background: url('/images/generic/switch-tabs-bg.png') repeat-x;
	border-radius: 6px;
	border: 1px solid #0f5092;
	white-space: nowrap;
	display: inline-block;
}


.tabs label {
	height: 33px;
	line-height: 35px;
	display: inline-block;
}

.tabs input:checked,
.tabs input:not(:checked) {
  display: none;
}

.tabs strong {
	margin-top: 1px;
	padding: 0 10px 0 10px;
	border-radius: 5px;
	cursor: pointer;
	display: block;
	
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.tabs strong:hover {
	color: #d9e021;
}

.tabs strong span {
	border-bottom: 1px dashed rgba(255,255,255,0.4);
	
	-webkit-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
}

.tabs strong:hover span {
	border-bottom-color: rgba(217,224,33,0.4);
}

.tabs input:checked + label strong {
	background: url('/images/generic/switch-tabs-selected.png') repeat-x;
	line-height: 33px;
	color: #3b6801;
	display: block;
	cursor: default;
}

.tabs input:checked + label strong span {border-bottom: none;}


/* DESTINATION
#########################################*/
#destination {
	width: 1080px;
	min-height: 600px;
}

#destination li {
	display: block;
}

.image-grid li {
	width: 359px;
	height: 350px;
	float: left;
	overflow: hidden;
}

#destination .image {
	width: 238px;
	height: 238px;
	margin-left: 60px;
	border: 2px solid;

	-webkit-border-radius: 238px;
	-moz-border-radius: 238px;
	-o-border-radius: 238px;
	-ms-border-radius: 238px;
	border-radius: 238px;
	display: block;
	
	-webkit-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
}

#destination a:hover .image {border-color: #d6de24 !important;}

#destination .icon {
	width: 228px;
	height: 228px;
	margin: 5px 0 0 5px;
	
	-webkit-border-radius: 228px;
	-moz-border-radius: 228px;
	-o-border-radius: 228px;
	-ms-border-radius: 228px;
	border-radius: 228px;
}

#destination .action {
	width: 32px;
	height: 32px;
	margin: 20px 0 0 190px;
	border-radius: 32px;
	background-image: url('/images/sections/solutions/portfolio-actions.png');
	background-repeat: no-repeat;
	background-color: #d9e021;
	border: 3px solid #035caa;
	position: absolute;
	opacity: 0;
	
	-webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

#destination .go .action {background-position: 0 0;}
#destination .gallery .action {background-position: 0 -32px;}

#destination a:hover .image .action {opacity: 1;}

#destination .title {
	width: 238px;
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 19px;
}

#destination .title span {
	border-bottom: 1px solid rgba(255,255,255,0.4);
	
	-webkit-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
}

#destination a:hover .title span {
	border-bottom-color: rgba(217,224,33,0.4);
}

#destination .gallery .title span {border-style: dashed;}