@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

 html,
body {
    min-height: 100%;
    height:100%;
    background-color: #f5f5f5;
    font-family: 'Open Sans', Calibri, Arial, sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #333;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.logo {
    margin-bottom: 20px;
    margin-top: 10px;
}
/**/
#socialWrapper {
	background: none repeat scroll 0 0 transparent;
	height: 40px;
	display: inline-block;
	float:right;
}
#socialWrapper1 {
	background: none repeat scroll 0 0 transparent;
	height: 40px;
	display: block;
	float:left;
	margin-left:35px;
}
#socialWrapper2 {
	background: none repeat scroll 0 0 transparent;
	height: 40px;
	display: block;
	float:none;
	margin:5px;
}

#socialContent {
	color: #999999 !important;
	font-size: 11px;
	font-weight: normal;
	padding-top: 13px;
}

#socialContent a:hover {
	color: #289DCC;
	outline: 0 none;
	text-decoration: none;
}

#socialContent a,#socialContent a:visited {
	color: #999999;
	text-decoration: none;
}
#socialWebIcons {
	margin-top: -13px;
	height: 40px;
}
.socialIcon {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	height: 37px;
	opacity: 0.6;
	text-indent: -9999px;
	transition: all 0.2s ease 0s;
	width: 40px;
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 0;
}

.ics{
	height: 64px;
	width: 64px;
}

#fb {
	background-image: url("../images/facebook.png");
}

#twitter {
	background-image: url("../images/twitter.png");
}

#mail {
	background-image: url("../images/mail.png");
}

#linkedin {
	background-image: url("../images/linkedin.png");
}

#youtube {
	background-image: url("../images/youtube.png");
}

#twitter:hover {
	background-position: 0 -40px;
	background-color: #289DCC;
	opacity: 0.8;
}

#fb:hover {
	background-position: 0 -40px;
	background-color: #3B5998;
	opacity: 0.8;
}

#mail:hover {
	background-position: 0 -40px;
	background-color: #DD4B39;
	opacity: 0.8;
}

#linkedin:hover {
	background-position: 0 -40px;
	background-color: #71B2D0;
	opacity: 0.8;
}

#youtube:hover {
	background-position: 0 -40px;
	background-color: #F45750;
	opacity: 0.8;
}

.fb {
	background-image: url("../images/facebook.png");
	background-color:rgb(97,121,171);
}

.twitter {
	background-image: url("../images/twitter.png");
	background-color:rgb(82,175,213);
}

.mail {
	background-image: url("../images/mail.png");
	background-color:rgb(226,110,95);
}

.linkedin {
	background-image: url("../images/linkedin.png");
	background-color:rgb(140,192,216);
}

.youtube {
	background-image: url("../images/youtube.png");
	background-color:rgb(245,119,114);
}

.twitter:hover {
	background-position: 0 -40px;
	background-color: #289DCC;
	opacity: 0.8;
}

.fb:hover {
	background-position: 0 -40px;
	background-color: #3B5998;
	opacity: 0.8;
}

.mail:hover {
	background-position: 0 -40px;
	background-color: #DD4B39;
	opacity: 0.8;
}

.linkedin:hover {
	background-position: 0 -40px;
	background-color: #71B2D0;
	opacity: 0.8;
}

.youtube:hover {
	background-position: 0 -40px;
	background-color: #F45750;
	opacity: 0.8;
}
/**/


.cellBasedContent {
    color: white;
    line-height:1.5em;
}
@media screen and (max-width: 480px) {
    .logo-responsive {
        height: 60px;
    }
    .content {
     /* height: 100%;*/
        /*padding-top: 45px;*/
    }
    .sliderContent h2 {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .sliderContent {
        font-size: 12px;
        
        padding-left:50PX;
        padding-right:50px;
    }
    .cellBasedContent h2 {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .cellBasedContent {
        font-size: 12px;
        
    }
    .button,.ReadMoreButton{
        font-size: 12px;
		min-width:70px;
		display: block;
		margin-bottom:20px;
    }
	.fullPage-slidesNav{
		display: none;
	}
	.InfoBox{
		font-size:11px;
		min-width:130px;
	}
	.sidebar .heading{
		font-size:16px;
	}
	.sidebar .option a {
		font-size:14px;
	}
	.contentbar p{
		font-size:14px;
	}
	.contentbar h3 {
		font-size:17px;
	}
	.contentbar h4 {
		font-size:15px;
	}
	.contentbar br {
	   display: none;
	}
	.contentbar ul {
	   padding:15px;
	}
	/* .slide{
		display:inline-block;
	} */
}
@media screen and (min-width: 480px) {
    .logo-responsive {
        height: 70px;
    }
    .content {
       /* height: 100%;
        padding-top: 65px;*/
    }
    .sliderContent h2 {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .sliderContent {
        font-size: 14px;
        line-height:1.25em;
        padding-left:50px;
        padding-top:20px;
        padding-right:50px;
    } .cellBasedContent h2 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .cellBasedContent {
        font-size: 13px;
    }
    .button,.ReadMoreButton {
        font-size: 13px;
		min-width:80px;
		display: block;
		margin-bottom:20px;
    }
	.InfoBox{
		font-size:14px;
		min-width:150px;
	}	
	.sidebar .heading{
		font-size:18px;
	}
	.sidebar .option a {
		font-size:14px;
	}
	.contentbar p{
		font-size:15px;
	}
	.contentbar br {
	   display: none;
	}
	/* .slide{
		display:inline-block;
	} */
}
@media screen and (min-width: 768px) {
.image_size{
	height:80px;
	width:120px;
}
    .logo-responsive {
        height: 80px;
    }
    .content {
       /* height: 80%;
        padding-top: 75px;*/
    }
    .sliderContent h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .sliderContent {
        font-size: 16px;
        line-height:1.5em;
        padding-left:50px;
        padding-right:50px;
    }
    .cellBasedContent h2 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .cellBasedContent {
        font-size: 13px;
    }
    .button,.ReadMoreButton{
        font-size: 13px;
		min-width:150px;
		display: inline-block;
		margin-bottom:2px;
    }
	.custom_img {
        width:100px;
    }
	.InfoBox{
		font-size:12px;
		min-width:120px;
	}
	.sidebar .heading{
		font-size:18px;
	}
	.sidebar .option a {
		font-size:14px;
	}
	.contentbar p{
		font-size:15px;
	}
	/* .slide{
		display:inline-block;
	} */
}
@media screen and (min-width: 992px) {
.image_size{
	height:100px;
	width:150px;
}
    .logo-responsive {
        height: 85px;
    }
    .content {
      /*  height: 80%;*/
       /* padding-top: 100px;*/
    }
    .sliderContent h2 {
        font-size: 35px;
        margin-bottom: 30px;
    }
    .sliderContent {
        font-size: 18px;
        padding-left:50px;
        padding-right:50px;
    }
    .cellBasedContent h2 {
        font-size: 19px;
        margin-bottom: 15px;
    }
    .cellBasedContent {
        font-size: 14px;
    }
    .button,.ReadMoreButton {
        font-size: 14px;
		min-width:150px;
		display: inline-block;
		margin-bottom:2px;
    }
	.InfoBox{
		font-size:14px;
		min-width:150px;
	}
	.custom_img {
        width:130px;
    }
	.sidebar .heading{
		font-size:18px;
	}
	.sidebar .option a {
		font-size:14px;
	}
	.contentbar p{
		font-size:17px;
	}
	/* .slide{
		display:inline-block;
	} */
}
@media screen and (min-width: 1200px) {
.image_size{
	height:100px;
	width:150px;
}
    .logo-responsive {
        height: 95px;
    }
    .content {
        /*height: 100%;*/
       /* padding-top: 125px;*/
    }
    .sliderContent h2 {
        font-size: 40px;
        margin-bottom: 30px;
        line-height:1.5em;
    }
    .sliderContent {
        font-size: 20px;
        padding-left:50px;
        padding-right:50px;
    }
    .cellBasedContent h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .cellBasedContent {
        font-size: 16px;
    }
    .button,.ReadMoreButton {
        font-size: 15px;
		min-width:150px;
		display: inline-block;
		margin-bottom:2px;
    }
	.InfoBox{
		font-size:14px;
		min-width:150px;
	}
    .custom_img {
        width:150px;
    }
	.sidebar .heading{
		font-size:18px;
	}
	.sidebar .option a {
		font-size:14px;
	}
	.contentbar p{
		font-size:17px;
	}
	/* .slide{
		display:inline-block;
	} */
    
}
@media screen and (min-width: 1600px) {
.image_size{
	height:100px;
	width:150px;
}
    .logo-responsive {
        height: 100px;
    }
    .content {
        /*height: 80%;*/
    /*    padding-top: 125px;*/
    }
    .sliderContent h2 {
        font-size: 45px;
        margin-bottom: 30px;
    }
    .sliderContent {
        font-size: 28px;        
        padding-left:50PX;
        padding-right:50px;
        
    }
    .cellBasedContent h2 {
        font-size: 35px;
        margin-bottom: 30px;
    }
    .cellBasedContent {
        font-size: 20px;        
    }
    .button,.ReadMoreButton {
        font-size: 16px;
		min-width:150px;
		display: inline-block;
		margin-bottom:2px;
    }
	.InfoBox{
		font-size:14px;
		min-width:150px;
	}
    .custom_img {
        width:150px;
    }
	.sidebar .heading{
		font-size:18px;
	}
	.sidebar .option a {
		font-size:14px;
	}
	.contentbar p{
		font-size:17px;
	}
	/* .slide{
		display:inline-block;
	} */
}
.menuBar {
    position: absolute;
    top: 40px;
    right: 0px
}
.customBtn , .customDropDownMenu{
    background-color: rgb(21, 156, 188);
	color:white !important;
	border: 1px solid rgb(21, 156, 188);
}
.customBtn:hover {
    background-color: rgb(193,216,48) !important;
    color:rgb(21,156,188);
	border: 1px solid transparent;
    
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}
.dropdown-submenu .pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
a.submenutitle {
    color: white;
    text-decoration: none;
}
a.submenutitle:hover {
    text-decoration: underline;
}
.rightBarInHeader {
    position: relative;
}
.breadCrumbs {
    position: absolute;
    right: 0px;
    top: 85px;
}
.bodyContent {
    min-height: 100%;
	border-top:6px solid rgb(193,216,48);
    position: relative;
   /* height: 125%;*/
     height: 100%;
}
.header {
    /*
    position: absolute;
    z-index: 100;
    left: 0px;
    width: 100%;
    background: rgba(255, 255, 255, 0.82);
    */
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.content {
    /*position: absolute;
    right: 0px;
    left: 0px;*/
/*	height:100%;*/
    color:white;	
}
#bgimg{
	min-height:90%;
	padding-bottom:80px;
	
}
.footer {
    /*position: absolute;
    bottom: 0px;*/
    left: 0px;
    right: 0px;
    padding-top:25px;
    background-color: rgb(127,127,127);
	border-top:10px solid rgb(193,216,48);
	font-size:14px;
}
.footerContent {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.footerContent a{
	color:white;
}
.socialIconsInFooter img {
    height: 20px;
}
.copyright {
    /*
	padding-top: 20px;
	*/
    font-size: 12px;
    width: 350px;
    margin: 0 auto;
    /*
	margin-bottom: 10px;
	*/
	background-color: rgb(127,127,127);
	color:white;
}

.socialIconsInFooter {
    padding-top: 10px;
}
.footer-xs {
   /* position: absolute;
    bottom: 0px;*/
    left: 0px;
    right: 0px;
    padding-top:10px;
    font-size: 10px;
    color: black;
    height: 20px;
	float:none;
}

li a, .whiteLink {
    color:white;
}
.whiteLink:hover,li a:hover {
    color:white;
}
.sidebar {
    background-color:white;
    color:#999;
    border: 1px solid #ddd;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    margin-bottom:10px;
    padding-bottom:10px;
}

.sidebar .heading{
    display:block;
    font-weight:400;
    line-height:3em;
    padding-left:18px;
}
.sidebar .option a:hover { 
    background-color:rgb(21,156,188);
    color:white;
    cursor:pointer;
}
.sidebar .option a {
    display:block;
    line-height:2em;
    font-weight:200;
    padding-left:30px; 
    transition:all 0.2s;
    text-decoration: none;
}

.sidebar .news a {
     display:block;
    font-size: 16px;
    line-height:2em;
    font-weight:200;
    padding-left:30px; 
    transition:all 0.2s;
}
.contentbar h3 {
	margin-top:0px;
    padding-bottom:10px;
    border-bottom: 1px solid #ddd;
}
.contentbar li{ 
    line-height:2em;   
}
.contentbar p{
    line-height:2em;
}
.contentbar {
    color:#555;
    background-color:white;
    border-radius:10px;
    min-height:200px;
    border: 1px solid #ddd;
    padding:40px;
	margin-bottom:10px;
}
.headerIcon {
    height:70px;
}
.button {
    
	border-style:outset;	
	color:white !important;
	border: 1px solid rgb(21, 156, 188);    color: white;
    border:0;
    display: inline-block;    
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.35s ease-in-out 0s, border-color 0.35s ease-in-out 0s;
	padding:2px 15px 2px 15px;
	font-weight:400;
    margin-bottom: 2ssspx;
	background: rgb(89,193,234); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(89,193,234,1) 0%, rgba(21,156,188,1) 50%, rgba(112,200,234,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(89,193,234,1)), color-stop(50%,rgba(21,156,188,1)), color-stop(100%,rgba(112,200,234,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(89,193,234,1) 0%,rgba(21,156,188,1) 50%,rgba(112,200,234,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(89,193,234,1) 0%,rgba(21,156,188,1) 50%,rgba(112,200,234,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(89,193,234,1) 0%,rgba(21,156,188,1) 50%,rgba(112,200,234,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(89,193,234,1) 0%,rgba(21,156,188,1) 50%,rgba(112,200,234,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59c1ea', endColorstr='#70c8ea',GradientType=0 ); /* IE6-9 */


}
.button:hover {
    /*background-color: rgb(193,216,48) !important;*/
    color:white;
	text-decoration:none;
	background: rgb(191,210,85); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,210,85,1)), color-stop(50%,rgba(142,185,42,1)), color-stop(51%,rgba(114,170,0,1)), color-stop(100%,rgba(158,203,45,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */

}

.slideThumbnail {
    margin-bottom:20px;
}

.rightAlignedImg {
    margin-top:50px;
}

.ReadMoreButton{	
	color:white !important;  	    
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
	border-style:none;
    cursor: pointer;
    transition:all 0.35s ease-in-out 0s;
	margin-top:10px;
	padding:2px 10px 2px 10px;
	font-weight:400;
	background: rgb(89,193,234); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(89,193,234,1) 0%, rgba(21,156,188,1) 50%, rgba(112,200,234,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(89,193,234,1)), color-stop(50%,rgba(21,156,188,1)), color-stop(100%,rgba(112,200,234,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(89,193,234,1) 0%,rgba(21,156,188,1) 50%,rgba(112,200,234,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(89,193,234,1) 0%,rgba(21,156,188,1) 50%,rgba(112,200,234,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(89,193,234,1) 0%,rgba(21,156,188,1) 50%,rgba(112,200,234,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(89,193,234,1) 0%,rgba(21,156,188,1) 50%,rgba(112,200,234,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59c1ea', endColorstr='#70c8ea',GradientType=0 ); /* IE6-9 */
}

.ReadMoreButton:hover{	
	background: rgb(191,210,85); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,210,85,1)), color-stop(50%,rgba(142,185,42,1)), color-stop(51%,rgba(114,170,0,1)), color-stop(100%,rgba(158,203,45,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */

}

.InfoBox{
	background-color: rgb(21, 156, 188);
	color:white !important;
	border: 1px solid rgb(21, 156, 198);
	border-radius:15px;
	padding:2px 10px 2px 10px;
	text-align:center;	
	display: inline-block;
	background: rgb(73,155,234); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(73,155,234,1)), color-stop(100%,rgba(32,124,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 ); /* IE6-9 */

}

