/*Main Style GAconsulting.al*/
/*Mundesuar nga A.Sako*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);

/* ------------ */
/* Content Left */
/* ------------ */

div#cont_left {
    float: left;
    margin: 20px 0 10px 20px;
	padding: 0;
    width: 720px;
	background: url(../img/content_bg.png) repeat-x;
	box-shadow:0px 0px 3px rgba(0,0,0,0.07);
	-webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

.subcont h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: "Roboto Condensed", sans-serif;
	color: #c43f2e;
	margin: 2px 10px 0 10px;
	padding: 0;
	line-height: 34px;
	border-bottom: 1px solid #dcdcdc;
}

#cont_left .readimg {
    float: left;
    width: 280px;
    margin: 5px 10px 10px 10px;
	background: #fbfbfb;
	border: 1px solid #fff;
	overflow: hidden;
	padding: 6px;
	-webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:0 0 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow:0 0 2px rgba(0, 0, 0, 0.2);
}

#cont_left .readimg img {
    width: 280px;
    height: auto;
    position: relative;
}

#cont_left .subcont span,h2,h3 {
	font-size: 16px;
	font-weight: bold;
	font-family: "Roboto Condensed", sans-serif;
	color: #6f6a6c;
	margin-left: 10px;
}

#cont_left p { margin: 15px 10px 0 10px; }
#cont_left .list {
	float: left;
	margin: 20px 0 20px 40px;
}
#cont_left .list ul {
	list-style-type: circle;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 14px;
	color: #003B76; 
}
#cont_left .list p {
	margin: 5px;
	padding: 2px 0 2px 10px;
	font-style: normal;
	font-family: Arial;
	font-size: 13px;
	border-left: 1px solid #dcdcdc;
}
#cont_left .list ul li p em {
	display:block;
}

/*Read Bookmarks*/
#cont_left .bookmarks {
    border-top: 1px solid #dcdcdc;
	margin: 10px 10px 0 10px;
	padding: 0 10px;
}

#cont_left .bookmarks ul li {
	list-style: none;
	display: inline-block;
	margin: .2em 0;
	padding: .1em;
}

/* ------------- */
/* Content Right */
/* ------------- */

div#cont_right {
    float: left;
    padding: 10px 0 0 20px;
    width: 220px;
}

#cont_right .submenu {
	border:1px solid #e1e1e1;
	background:#fff;
	padding:0px;
	margin:10px 0 30px 0;
	text-align:left;
    font-size:12px;
	position:relative;
	box-shadow:0px 0px 3px rgba(0,0,0,0.07);
	-webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

#cont_right .submenu h2 {
	background:#f5f5f5;
	font-size: 16px;
	font-weight: bold;
	font-family: "Roboto Condensed", sans-serif;
	color: #6f6a6c;
	margin:0;
	padding:0 10px;
	line-height:34px;
	border-bottom:1px solid #dcdcdc;
	-webkit-border-radius:3px 3px 0 0;
    -moz-border-radius:3px 3px 0 0;
    border-radius:3px 3px 0 0;
}

#cont_right .submenu ul, .submenu li { display:block; list-style-type:none; margin:0; padding:0; }
#cont_right .submenu li { margin:0px; }
#cont_right .submenu li+li { border-top:1px solid #eef3f7; }
#cont_right .submenu li a { color:#c43f2e; display:block; text-decoration:none; padding:9px 10px; line-height:12px; background:none; outline:none; }
#cont_right .submenu li a:hover { color:#666; background-color:#f5f9fd; border-right:3px solid #ddd; }

#cont_right .submenu li.active a {
    color:#003B76;
    font-weight: bold; 
    background: #f5f9fd url(../img/subpage_current.jpg) no-repeat left;
    padding-left:22px; margin-left:-12px;
    border-right:3px solid #c43f2e;
}


/* ------------ */
/* Contact Form */
/* ------------ */

div#cont_top {
    float: left;
    margin: 20px 0 10px 20px;
	padding: 0;
    width: 960px;
	background: url(../img/content_bg.png) repeat-x;
	box-shadow:0px 0px 3px rgba(0,0,0,0.07);
	-webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

.contactLeft {
	float:left;
    border-right: 1px solid #DCDCDC;
    padding:20px 30px 0 20px;
	margin:10px 0 10px 0;
    width:500px;
    min-height:370px;
}

.contactRight {
    float:left;
    padding:20px 0 0 30px;
    width:320px;
}
.contactRight h3 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 16px;
}

h3.details {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 16px;
}

.details {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 13px;
	padding:10px;
	height:75px;
}
.details p {
	color:#888888;
	padding-bottom: 8px;
}
.details span {
	color: #414141;
}

/* google map */

.googlemap {	
	background:#fbfbfb;
	border:1px solid #fff;
	margin:0 0 20px;
	overflow:hidden;
	padding:10px;
	width:276px; margin-right:20px;
	-webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:0 0 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow:0 0 2px rgba(0, 0, 0, 0.2);
}
.googlemap a { font-size:11px; }

.contact-form {
	width:100%;
	padding:1em;
}
.contact-form  table { width:100%; border-collapse:collapse; margin:8px; }
.contact-form  thead { color:#fbc900; }
.contact-form  td, th { border:none; height:20px; padding:4px; font:bold 12px "Roboto Condensed", sans-serif; }
.contact-form label {
	color:#404040;
	float:left;
	line-height:18px;
	padding-top:6px;
	text-align:right;
	font-weight:bold;
}

.error-msg  {
	background: #ffcece url('../img/cross_circle.png') left no-repeat;
	border: 1px solid #df8f8f;
	color: #665252!important;
	margin: 1em 0;
	padding: 6px 6px 6px 20px;
	font-size: 11px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.success-msg {
	background: #d5ffce url('../img/tick_circle.png') left no-repeat;
	border: 1px solid #9adf8f;
	color: #556652!important;
	margin: 1em 0;
	padding: 6px 6px 6px 20px;
	font-size: 11px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}