@charset "utf-8";
 @font-face {font-family: "Panton";
  src: url("fonts/3ABDD2_28_0.eot"); /* IE9*/
  src: url("fonts/3ABDD2_28_0.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("fonts/3ABDD2_28_0.woff2") format("woff2"), /* chrome、firefox */
  url("fonts/3ABDD2_28_0.woff") format("woff"), /* chrome、firefox */
  url("fonts/3ABDD2_28_0.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("fonts/3ABDD2_28_0.svg#Panton") format("svg"); /* iOS 4.1- */  
} 

@font-face {font-family: "Montserrat";
  src: url("fonts/029177df870cce2b384f0610a6e1f82a.eot"); /* IE9*/
  src: url("fonts/029177df870cce2b384f0610a6e1f82a.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("fonts/029177df870cce2b384f0610a6e1f82a.woff2") format("woff2"), /* chrome、firefox */
  url("fonts/029177df870cce2b384f0610a6e1f82a.woff") format("woff"), /* chrome、firefox */
  url("fonts/029177df870cce2b384f0610a6e1f82a.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("fonts/029177df870cce2b384f0610a6e1f82a.svg#Montserrat") format("svg"); /* iOS 4.1- */
}


body{
    font-family:"Montserrat";
    font-size: 18px; 
    font-weight: normal;
    background-color: transparent;
    color: #222221;
}

a:hover, a:focus {
    color: #79C498;
    text-decoration: inherit;
        text-decoration-style: inherit;
    font-weight: bold;
}

.footer{
	border-top: 0px; 
}
.page-header {
    margin: 20px 0 20px;
    border-bottom: 0;
    color: #000;
    margin-left: 32px;
}
.region-content{
	min-height: 65vH;
}
.centred-img{
    height: 85vH;
    position: relative;
    background-color: #fff;
    width: 100%;
    position: ;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding-bottom: 10%;
}

.navbar.container {
    border-bottom: 4px solid #ABEBC6;
    padding-bottom: 15px;
    color: #ABEBC6;
    background-color: transparent;
} 
a {
    color: #58D68D;
}
.menu li a {
    font-weight: bold;
    list-style-type: none;
    text-decoration: none;
}
.links li {
    float: left;
    margin-right: 25px;
    list-style-type: none;
    text-decoration: inherit;
}
/**** tabs horizontal style ****/ 
div.tab-content p, 
div.tab-content a 
 {
	text-align: left;
	font-family: "Montserrat";
	font-size: 16px;
	font-weight: normal;
	line-height: 19px;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
}
.node--type-opensource-product .nav-tabs > li > a{
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	font-size: 16px;
	line-height: 19px;
	font-weight: 600;
	font-family: "Montserrat";
	background-color: transparent;
	border-radius: inherit;
	border:inherit;
	text-align: center;
}
.node--type-opensource-product .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	background-color: #D5F5E3;
	border-radius: 38px;
	border-color: #D5F5E3;
}
div.tab-content a{
    display: inline-block;
    padding: 6px 16px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0;
    border-radius: 0px;

}
.openbtn, div.tab-content a{
	background: #ABEBC6 0% 0% no-repeat padding-box;
	border-radius: 38px;
	opacity: 1;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	font-family: "Montserrat";
	letter-spacing: 0px;
	color: #000000;
	float: left;
	clear: inherit;
	margin-right: 20px;
}
.openbtn:hover, 
.openbtn:focus, 
.openbtn:active,

div.tab-content a:hover, 
div.tab-content a:focus, 
div.tab-content a:active
{
    color: #79C498;
    background: #000 0% 0% no-repeat padding-box;
    text-decoration: inherit;
} 
/*.openbtn:active,.openbtn:hover, .openbtn:focus{
	 background-color: #D5F5E3; 
	 font-weight: bold;
}*/
.link-home{
    position: absolute;
    clear: right;
    top: 78%;
}
@media (min-width: 1024px) {
    .node--type-opensource-product div.tab-content {
        width: 80%;
        float: right;
        position: relative;
        padding-left: 20px;
        padding-top: 12px;
    }   
    .node--type-opensource-product .nav-tabs {
        border-bottom: 0;
        width: 20%;
        position: absolute;
        float: left;
    }
    .node--type-opensource-product .nav-tabs > li {
        float: inherit;
        clear: both;
        width: 100%;
        padding: 0 20px;

    }
}    
li a.language-link {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    width: 2.2ch;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
.tab-content > .tab-pane {
    position: absolute;
    top: 0;
}

.region-sidebar-first{
    margin-top: 50px;
}
.region-sidebar-first .field-content{
    display: block;
    text-align: left;
    text-transform: capitalize;
}
.region-sidebar-first .field-content a:hover{
    text-decoration: inherit;
    font-weight: bold;
    color: #000; 
}
.footer {
    margin-top: 75px;
    padding-top: 15px;
    padding-bottom: 16px;
    border-top: inherit;
}
.container{
    padding-bottom: 30px;
}
.footer.container {
    position: fixed;
    bottom: 0;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
    text-align: center;
    display: inline-block;
    width: 100%;
}
@media (max-width: 1023px) {
    .tab-content > .tab-pane {
        position: relative;
        top: 20px;
    }
    .node--type-opensource-product .nav-tabs {
        padding-bottom: 8px;

    }
    .openbtn, div.tab-content a {
        font-size: 14px;
        margin-bottom: 10px;
    }

}
@media (max-width: 768px) {
    .node--type-opensource-product .nav-tabs > li > a {
        font-size: 10px;
        line-height: 4px;

    }
    div.tab-content p, div.tab-content a {
        font-size: 12px;
        line-height: 14px;
    }
    .openbtn, div.tab-content a {
        font-size: 12px;
        margin-bottom: 20px;
        clear: both;
    }
    .navbar-default .navbar-toggle {
        display: none;
    }

}
@media (max-width: 767px) and (orientation: portrait){
    .centred-img img{
        height: 60%;
		width: auto; 
    }
	
}
@media (max-width: 767px) and (orientation: portrait){
	.link-home {
	    top: 90%;
	}
}
