/* Bootstrap 3 override classes */

.node li {line-height: 1.5rem; padding: 7px 0;}


.btn {
    border: 1px solid #dedede;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 10px;
    padding: 8px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: rgb(250,250,250);
    text-decoration: none;
    min-width: 150px;
}

.btn-primary {color: #333;}
.btn-primary:hover {color: #333;}



.btn:hover {
    text-decoration: none;
    background-color: rgb(238,236,238);
}

.btn-large {
    font-size: 1.2rem;
    line-height: 1.65;
    padding: 12px 15px;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++ SIDE BAR NAV +++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.menu li a {text-decoration: none;}

.menu li a {
    border-bottom: 1px solid #d9d9d9;
    padding: 12px 0 12px 12px;
}

ul li a.active, 
ul li a.active-trail, 
ul li a.active:hover, 
ul li a.active-trail:hover,
ul li a.active:focus, 
ul li a.active-trail:focus {
    color: rgb(59,107,150);
    border-left: 10px solid rgb(187,197,207);
}

.expanded ul li a.active-trail, 
.expanded ul li a.active:hover,
.expanded ul li a.active:focus {
    color: #fff;
}



.nav>li>a:hover,
.nav>li>a:focus {
	text-decoration:none;
	background-color: rgb(248,248,248);
}




/* Nested items */
.expanded ul li {
    list-style: none;
    padding: 0;
}

.expanded ul li a {
	padding: 10px 10px 10px 22px;
	border-bottom: 1px solid #D9D9D9;
	display: block;
	background: #fff;
}

.expanded ul li a:hover {
    background-color: rgb(248,248,248);
    color: #333;
}


ul ul {margin: 0;}

/* nested active nav link */
ul ul li a.active,
ul ul li a.active:hover,
ul ul li a.active:focus {
	/*background: url(../images/arrow_on.gif) no-repeat 7px 14px scroll;*/
	background-color: rgb(59,107,150);
	border-left: none;
}
    
    
    
ul ul li a.active:before {
    font-family: 'FontAwesome';
    content: "\f1db";
    font-size: 0.8em;
    margin-right: 9px;
}




/* Side menu : Sub-menu links */
.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: inline-block;
    float: left;
    font-size: 0.875rem;
    font-family: inherit;
    left: 0;
    list-style: outside none none;
    margin: 0 0 12px 0;
    min-width: 100%;
    padding: 0;
    position: relative;
}

.dropdown-menu > li > a {line-height: 1.5;}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: rgb(64, 112, 124);
}

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
    background-color: rgb(64, 112, 124);
    color: #fff;
}


.caret {
    display: inline;
    margin: 0;
    padding: 0;
    border: none;
    margin-left: 4px;

}


.caret:before {
    font-family: 'FontAwesome';
    content: "\f0d7";
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++ Professional Skills Table +++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.skills_table {
    border: none;
    margin: 10px 0;
    padding: 0;
    width: 99%;
}

.skills_table .skills_title {
    background: rgb(249,249,249);
    border-bottom: 1px solid #fff;
    color: rgb(98, 118, 145);
    font-size: 1rem;
    margin: 0;
    padding: 12px 8px;
    width: 30%;
}

.skills_table .skills {
    border: medium none;
    line-height: 1.5em;
    margin: 0;
    padding: 5px;
}

.skills_table .skills p {
    border-bottom: 1px solid #ddd;
    font-size: 0.875rem;
    line-height: 1.75rem;
    margin: 0;
    padding: 4px 0;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */






/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* FORM ITEMS */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Resources search fields */

select.filter-list {
    border: 1px solid #ccc;
    color: #333;
    cursor: default;
    font-size: 1.077em;
    line-height: 1.2em;
    margin: 0;
    overflow: auto;
    text-align: start;
    text-indent: 1px;
    text-shadow: none;
    white-space: nowrap !important;
    word-wrap: normal !important;
    padding: 4px;
    width: 300px;
    min-height: 36px;
}

select.filter-list option {
    color: #333;
    font-size: 1.077em;
    line-height: 1.2em;
    margin: 0;
    text-indent: 2px;
    padding: 4px;
}

.filter .btn,
.search .btn {
    margin: 10px 10px 10px 0;
}
    
    
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */



.well {
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    min-height: 20px;
    padding: 0;
}



.breadcrumb {
    border: medium none;
    border-radius: 0;
    color: #666;
    font-family: helvetica,arial,tahoma,sans-serif;
    font-size: 0.875rem;
    font-weight: inherit;
    text-transform: none;
    background-color: #fff;
    list-style: outside none none;
    margin-bottom: 10px;
    padding: 0;
}


.panel {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    box-shadow: none;
    margin-bottom: 20px;
}


.panel-default {
    border: 1px solid rgb(235,235,235);
    background: rgb(249,249,249);
    padding: 15px;
}




.breadcrumb a {text-decoration: underline;}





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* FOOTER CLASSES */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.footer {
    background: #fff;
    border-top: 1px solid #e5e5e5;
    color: #5a5046;
    margin-bottom: 1em;
    margin-top: 20px;
    padding: 35px 0 36px;
    text-align: center;
    font-size: 0.813rem;
}

.footer a {color: #5a5046;}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */






/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* IMAGE CLASSES */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

img {
    border: 0 none;
    max-width: 100%;
    vertical-align: middle;
}

.inner_img {
    border: 1px dashed rgb(175,195,205);
    padding: 5px;
    overflow: hidden;
    color: #333;
    /*width: 100%;*/
}

.img_caption {
	border: none;
	color: #666;
	padding: 5px 15px;
	overflow: hidden;
	display: inline-block;
	font-size: 1em;
	margin-bottom: 1em;
    margin-top: 3px;
    background: #f3f3f3;
}



/* Thumbnail images */

.thumbs-design {
  	border: 8px solid #fff;
	float: left;
	height: 120px;
	margin: 0 10px 10px 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 144px;
}

.thumbs-design:hover {
	border: 8px solid rgb(255,255,255);
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 7px rgba(110,130,140,0.65);
	   -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 7px rgba(110,130,140,0.65);
	        box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 7px rgba(110,130,140,0.65);
	-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	   -moz-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	        transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;       
}


.thumbs-design img {
    border: none;
    color: #666;
    display: inline-block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding: 0;
}

.thumbs-design a {border: none;}



.thumbs-logo {
    border: 1px dashed rgb(175,195,205);
    float: left;
    height: 140px;
    margin: 0 10px 10px 0;
    overflow: hidden;
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
    width: 180px;
}


/* HOME PAGE IMG */
.thumbnail {
	display: inline-block;
	display: block;
	height: auto;
	max-width: 100%;
	padding: 8px;
	margin: 20px 0;
	line-height: 1.428571429;
	background-color: #fff;
	border: 1px dashed rgb(151, 171, 191);
	border-radius: 0;
	-webkit-transition:all .2s ease-in-out;
	   -moz-transition:all .2s ease-in-out;
	        transition:all .2s ease-in-out;
}

.thumbnail > img, .thumbnail a img {
	display:block;
	height:auto;
	max-width:100%;
	margin-right:auto;
	margin-left:auto;
}

.thumbnail:hover {
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 7px rgba(110,130,140,0.6);
	   -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 7px rgba(110,130,140,0.6);
	        box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 7px rgba(110,130,140,0.6);
	-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	   -moz-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	        transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;       
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */








/* ACCESSIBILITY CLASSES */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#skip-link {text-align: left;}

#skip-link a {
	position: absolute; 
	left: -10000px; 
	width: 1px; 
	height: 1px; 
	overflow: hidden; 
}

#skip-link a:focus, .skipnav a:active { 
	position: static; 
	left: 0; 
	width: auto; 
	height: auto; 
	overflow: visible; 
	text-decoration: underline; 
}
  
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */







/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* RESPONSIVE CLASSES */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/*@media(max-width:800px) {*/

/*    .thumbs-design {*/
/*        width: 23.333%;*/
/*        margin: 0 1.333% 1.333% 0;*/
/*        padding: 0;*/
/*    }*/
     
/*     .thumbs-design img {*/
/*        min-width: 100%;*/
/*        min-height: auto;*/
/*    }  */
    
/*}*/



@media(max-width:768px) {
    .thumbs-design {
        height: 120px;
        margin: 0 10px 10px 0;
        width: 160px;
    }

}


@media(min-width:700px) {
    .navbar-nav {display: none;}
}


@media(max-width:640px) {
    
    .region-sidebar-first {display: none;}
    
    .navbar {min-height: 120px;}
    
    .navbar-nav {display: block;}
    
    .navbar-collapse .navbar-nav {margin: 0;}
    
    .navbar-collapse.collapse.in,
    .navbar-collapse.collapse.in {
        display: block;
    }
    
    .navbar-toggle {
		background: rgb(16, 53, 73);
		border: 1px solid #fff;
		border-radius: 0;
		float: left;
		margin-bottom: 8px;
		margin-right: 0;
		margin-top: 0;
		padding: 8px;
		position: absolute;
		left: 15px;
		top: 10px;
	}
	
	.navbar-inverse .navbar-collapse, 
	.navbar-inverse .navbar-form {
        border: none;
        border-top: 1px solid white;
    }

	.navbar-collapse {
        border-top: 1px solid #fff;
        box-shadow: none;
        min-width: 100%;
        overflow-x: visible;
        padding-left: 0;
        padding-right: 0;
        position: relative;
        top: 40px;
        /*background-color: rgb(64, 112, 124);*/
        background-color: rgb(250, 250, 248);
    }
    
    .navbar-collapse .nav > li {
        padding: 0;
    }
    
    .navbar-collapse .nav > li > a {
        color: #333;
        font-size: 1rem;
        display: block;
        padding: 15px;
        position: relative;
        text-decoration: none;
        border-bottom: 1px solid rgb(205,205,209);
    }

    .navbar-collapse .nav > li > a:hover,
    .navbar-collapse .nav > li > a:focus {
        /*background-color: rgb(16, 53, 73);*/
        background-color: rgb(248,248,246);
        text-decoration: underline;
        color: #333;
    }
    
    .navbar-collapse .nav > li > a.active ,
    .navbar-collapse .nav > li > a.active:hover,
    .navbar-collapse .nav > li > a.active:focus {
        /*background-color: rgb(103, 0, 18);*/
        background-color: rgb(220, 228, 240);
        color: #333;
    }

}



@media(max-width:680px) {
    .thumbs-design {
        margin: 0 10px 10px 0;
        width: 142px;
    }
    
    .navbar-header {
        margin: 0 !important;
    }
    
    .container .navbar-header a.name {margin: 10px 10px 0 0;}
    
    .container .lead{margin: 0 10px 0 0;}
    
    .container > .navbar-header, 
    .container-fluid > .navbar-header, 
    .container > .navbar-collapse, 
    .container-fluid > .navbar-collapse {
        margin-left: 0;
        margin-right: 0;
    }
    
    .expanded ul li a {
        background: #fff none repeat scroll 0 0;
        border-bottom: 1px solid #d9d9d9;
        display: block;
        font-size: 1rem;
        padding: 10px 10px 10px 35px;
    }

    .thumbs-design {
        width: 31.333%;
        margin: 0 1.333% 1.333% 0;
        padding: 0;
    }
     
     .thumbs-design img {
        min-width: 100%;
        min-height: auto;
    }  
    

}


@media(max-width:480px) {
    
    .region-content {
        text-align: center;
    }
    
    
    .thumbs-design {
        margin: 0 10px 10px 0;
        width: 140px;
    }
    
    .thumbs-logo {
        height: 100%;
        margin: 0 3% 3% 0;
        overflow: hidden;
        padding: 10px 0;
        text-align: center;
        vertical-align: middle;
        width: 46.89%;
    }

}



@media(max-width:400px) {
    .thumbs-design {
        width: 47.666%;
        margin: 0 1.333% 1.333% 0;
        padding: 0;
    }
    
    .thumbs-design img {
        min-width: 100%;
        min-height: auto;
    }
    
}



/*@media(max-width:320px) {*/
/*    .thumbs-design {*/
/*        border: 5px solid #fff;*/
/*        margin: 0 5px 5px 0;*/
/*        width: 140px;*/
/*    }*/

/*}*/



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */