html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:none;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;text-decoration:none;margin:0;padding:0;}
table{border-collapse:separate;border-spacing:0}
blockquote:before,blockquote:after,q:before,q:after{content:""}
*{margin:0;padding:0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block; }								  
ol, ul { list-style: none;}
blockquote, q { quotes: none;}
:focus { outline: 0;}
table { border-collapse: collapse; border-spacing: 0;}
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
a{text-decoration:none; position:relative; color:#3fafdd;}
audio,video,canvas {max-width: 100%;}
 
a.interior-link:link, a.interior-link:visited, a.interior-link:active {

     color: #3fafdd;
     font-size:18px;
     text-decoration:underline;
font-weight: bold;
	 font-family: 'Source Sans Pro', sans-serif;
     outline: none;
     cursor: pointer;
     -webkit-transition: all ease 0.5s;
     -o-transition: all ease 0.5s;
     transition: all ease 0.5s;
    

}

a.interior-link:hover {

     color:#024763;
	 font-weight: bold;}
	
a.cam-link:link, a.cam-link:visited, a.cam-link:active {

     color: #3fafdd;
     font-size:24px;
     font-weight: bold;
	 text-decoration:underline;
	 font-family: 'Source Sans Pro', sans-serif;
     outline: none;
     cursor: pointer;
     -webkit-transition: all ease 0.5s;
     -o-transition: all ease 0.5s;
     transition: all ease 0.5s;
    

}

a.cam-link:hover {

     color:#024763;
	font-weight: bold;
	 
	 }
	 
	 
	 a.nav-link:link, a.nav-link:visited, a.nav-link:active {

     color: #fff;
     font-size:16px;
     font-weight: bold;
	 font-family: 'Source Sans Pro', sans-serif;
     outline: none;
     cursor: pointer;
     -webkit-transition: all ease 0.5s;
     -o-transition: all ease 0.5s;
     transition: all ease 0.5s;
    

}

a.nav-link:hover {

     color:#b7e7fa;
	font-weight: bold;
	 
	 }
	 
	 	 a.nav-link-top:link, a.nav-link-top:visited, a.nav-link-top:active {

     color: #fff;
     font-size:16px;
   
	 font-family: 'Source Sans Pro', sans-serif;
     outline: none;
     cursor: pointer;
     -webkit-transition: all ease 0.5s;
     -o-transition: all ease 0.5s;
     transition: all ease 0.5s;
    

}

a.nav-link-top:hover {

     color:#b7e7fa;
	 
	 }
	 
	 a.nav-link:hover {

     color:#b7e7fa;
	font-weight: bold;
	 
	 }
	 
	 	 a.menu-link:link, a.menu-link:visited, a.menu-link:active {

     color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 34px;
    letter-spacing: 2px;
    font-family: 'Source Sans Pro', sans-serif;
     outline: none;
     cursor: pointer;
     -webkit-transition: all ease 0.5s;
     -o-transition: all ease 0.5s;
     transition: all ease 0.5s;
    

}

a.menu-link:hover {

     color:#3fafdd;
	font-weight: bold;
	 
	 }
	 
	 /* <!-- */
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

/* --> */
	 
.button-link {
    padding: 10px 15px;
	width:200px;
	margin:auto;
    background: #037cae;
    color: #FFF;
    border: solid 1px #037cae;
   
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.button-link:hover {
    background: #015a7f;
    border: solid 1px #015a7f;
    text-decoration: none;
}
.button-link:active {
  
    background: #015a7f;
    border: solid 1px #015a7f;
}



a.navint-link:link, a.navint-link:visited, a.navint-link:active {

     color: #fff;

    

}

a.navint-link:hover {

     color:#43b9ea;
	 
	 }
	 











/*  SECTIONS  */
.sectionsection {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.colcol {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.colcol:first-child { margin-left: 0; }

/*  GROUPING  */
.groupgroup:before,
.groupgroup:after { content:""; display:table; }
.groupgroup:after { clear:both;}
.groupgroup { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_22_of_22 {
	width: 100%;
}
.span_11_of_22 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.colcol { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_22_of_22, .span_11_of_22 { width: 100%; }
}

 
#posts { position: relative; }

.entry {
	position: relative;
	margin: 0 0 50px;
	padding: 0 0 50px;
	border-bottom: 2px solid #F5F5F5;
}

.entry-image { margin-bottom: 30px; }

.entry-image,
.entry-image > a,
.entry-image .slide a,
.entry-image img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

.entry-image iframe { display: block; }

.entry-image img { border-radius: 3px; }

.entry-title h2 {
	margin: 0;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.entry-title h2 a { color: #333; }

.entry-title h2 a:hover { color: #1ABC9C; }

.entry-meta {
	margin: 10px -10px -15px 0;
	list-style: none;
}

.single-post .entry-meta { margin-bottom: 20px; }

.entry-meta li {
	float: left;
	font-size: 13px;
	line-height: 14px;
	margin: 0 10px 15px 0;
	color: #999;
	font-family: 'Crete Round', serif;
	font-style: italic;
}

.entry-meta li:before {
	content: '/';
	display: inline-block;
	margin-right: 10px;
	opacity: 0.5
}

.entry-meta li i {
	position: relative;
	top: 1px;
	font-size: 14px;
	margin-right: 3px;
}

.entry-meta li a { color: #999; }

.entry-meta li a:hover { color: #1ABC9C; }

.entry-meta li:first-child:before { display: none; }

.entry-meta li ins {
	font-weight: 600;
	text-decoration: none;
}

.entry-c {
	position: relative;
	min-width:200px;
}

#posts .entry-content { margin-top: 10px; }

.single-post .entry-content .entry-image { max-width: 350px; }

.entry-content { position: relative; }

.entry-link {
	display: block;
	background-color: #F5F5F5;
	padding: 30px 0;
	text-align: center;
	color: #444;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 24px;
	font-weight: 700;
	border-radius: 3px;
}

body:not(.device-touch) .entry-link {
	-webkit-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}

.entry-link:hover {
	color: #FFF;
	background-color: #1ABC9C;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.entry-link span {
	display: block;
	margin-top: 5px;
	font-family: 'Crete Round', serif;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
	font-size: 14px;
	color: #AAA;
}

.entry-link:hover span { color: #EEE; }

.entry blockquote p {
	font-weight: 400;
	font-family: 'Crete Round', serif;
	font-style: italic;
}


/* Small Thumbs
-----------------------------------------------------------------*/

.small-thumbs .entry-image,
.ievent .entry-image {
	float: left;
	width: 300px;
	margin: 0 30px 0 0;
}

.small-thumbs .entry-image img,
.ievent .entry-image img { border-radius: 0; }

.small-thumbs .entry-c .entry-image,
.ievent .entry-c .entry-image {
	float: none;
	width: 100%;
	margin: 0 0 20px 0;
}

.small-thumbs .entry-c .entry-image img,
.ievent .entry-c .entry-image img { border-radius: 5px; }

.small-thumbs .entry-title h2,
.ievent .entry-title h2 {
	font-size: 20px;
	font-weight: 600;
}


/* Small Thumbs - Right
-----------------------------------------------------------------*/

.small-thumbs.alt .entry-image {
	float: right;
	margin: 0 0 0 30px;
}

.small-thumbs.alt .entry-c .entry-image {
	float: none;
	margin: 0 0 20px 0;
}


/* Small Thumbs - Both Sidebar
-----------------------------------------------------------------*/

.bothsidebar .small-thumbs .entry-image {
	width: 200px;
	margin: 0 25px 0 0;
}

.bothsidebar .small-thumbs.alt .entry-image { margin: 0 0 0 25px; }

.bothsidebar .small-thumbs .entry-c .entry-image {
	width: 100%;
	margin: 0 0 20px 0;
}

.bothsidebar .small-thumbs .entry-title h2 { font-size: 18px; }
	 
	 /* ----------------------------------------------------------------
	Events
-----------------------------------------------------------------*/


.events .entry,
.ievent {
	padding: 20px;
	background-color: #f3f8fa;
	border-bottom: 3px solid #37a8d7;
}

.events .entry-image .entry-date,
.ievent .entry-image .entry-date {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: rgba(0,0,0,0.7);
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	width: 60px;
	height: 64px;
	text-align: center;
	padding-top: 7px;
	font-size: 26px;
	line-height: 1;
}

.events .entry-image .entry-date span,
.ievent .entry-image .entry-date span {
	display: block;
	font-size: 15px;
	margin-top: 5px;
}

.events .entry-c,
.ievent .entry-c { padding: 5px 0; }

	 .story-wrapper .contents{
    font-family: 'Merriweather',sans-serif;
    letter-spacing: 1.3px;
    line-height: 36px;
	font-size:16px;
    font-weight: 400;
    padding: 30px 0 75px 0;
}
.story-wrapper .contents-interior{
    font-family: 'Merriweather',sans-serif;
    letter-spacing: 1.3px;
    line-height: 36px;
	font-size:16px;
    font-weight: 400;
    padding: 0 0 45px 0;
}
.story-wrapper .contents span{
  color: #c69e59;
  font-family: 'Roboto', sans-serif;
}
.story-wrapper .owner-info{
    color: #a87f41;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.story-wrapper .designation{
    font-weight: 400;
    letter-spacing: 1.5px;
}
div.feature {
    position: relative;
}
 
div.feature a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    background-color: #FFF; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}
