/*----------------------------------------------*/
/* Reset */
/*----------------------------------------------*/


dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	list-style: none;
	list-style-image: none;
	text-decoration: none;
}

.fb-root{
	align-content: center;
}

input, textarea, select {
	font:11px Arial, Helvetica, sans-serif;
	vertical-align:middle;
	outline:none;
}

table {
    border-collapse: ;
    border-spacing:	;
}

p{
	line-height: 1.5em;
	font-size: 13px;
	color: #909090;
	text-align:justify;
}

table tbody p{
	text-align: left;
	margin-left: 5px;
}

.tdlinks{
	padding-right: 5px;
}

/*----------------------------------------------*/
/* Button Style */
/*----------------------------------------------*/

.button{
	display: inline-block;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	font: 12px/1em 'TitilliumText22LRegular', Arial, sans-serif;
	padding: 9px 11px;
	color: #909090; !important;
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top, #f7f7f7 0%, #e7e7e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f7f7f7 0%,#e7e7e7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f7f7f7 0%,#e7e7e7 100%); /* IE10+ */
	background: linear-gradient(top, #f7f7f7 0%,#e7e7e7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 0 1px 0 #fdfdfd;
	-moz-box-shadow: inset 0 1px 0 #fdfdfd;
	box-shadow: inset 0 1px 0 #fdfdfd;
	border: solid 1px #dddddd;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	text-shadow: 0 1px 0 #fff;
}
.button:hover{
	position: relative;
	background: #ededed;
	color: #828282; !important;
	cursor: pointer;
}
.button:active{	
	-moz-box-shadow: none; 
	-webkit-box-shadow: none; 
	box-shadow: none;
}
.button.gray{
	background: #a7a8a8; /* Old browsers */
	background: -moz-linear-gradient(top, #c6cfd1 0%, #a7a8a8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6cfd1), color-stop(100%,#a7a8a8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c6cfd1 0%,#a7a8a8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c6cfd1 0%,#a7a8a8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c6cfd1 0%,#a7a8a8 100%); /* IE10+ */
	background: linear-gradient(top, #c6cfd1 0%,#a7a8a8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6cfd1', endColorstr='#a7a8a8',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 0 1px 0 #dadada;
	-moz-box-shadow: inset 0 1px 0 #dadada;
	box-shadow: inset 0 1px 0 #dadada;
	color: #414141 !important;
	text-shadow: 0 1px 0 #d7d7d7 !important;
	border: 1px solid #aaaaaa;
}
.button.gray:hover{
	background: #bfbfbf !important;
}
.button.orange{
	background: #f7a626; /* Old browsers */
	background: -moz-linear-gradient(top, #f4d423 0%, #f7a626 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4d423), color-stop(100%,#f7a626)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f4d423 0%,#f7a626 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f4d423 0%,#f7a626 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f4d423 0%,#f7a626 100%); /* IE10+ */
	background: linear-gradient(top, #f4d423 0%,#f7a626 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4d423', endColorstr='#f7a626',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 0 1px 0 #f6e587;
	-moz-box-shadow: inset 0 1px 0 #f6e587;
	box-shadow: inset 0 1px 0 #f6e587;
	color: #563a0d !important;
	text-shadow: 0 1px 0 #d7d7d7 !important;
	border: 1px solid #d38b18;
}
.button.orange:hover{
	background: #eebc35 !important;
}
.button.red{
	background: #db4646; /* Old browsers */
	background: -moz-linear-gradient(top, #f65454 0%, #db4646 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f65454), color-stop(100%,#db4646)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f65454 0%,#db4646 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f65454 0%,#db4646 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f65454 0%,#db4646 100%); /* IE10+ */
	background: linear-gradient(top, #f65454 0%,#db4646 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f65454', endColorstr='#db4646',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 0 1px 0 #f38282;
	-moz-box-shadow: inset 0 1px 0 #f38282;
	box-shadow: inset 0 1px 0 #f38282;
	color: #601111 !important;
	text-shadow: 0 1px 0 #be9494 !important;
	border: 1px solid #ba3e3e;
}
.button.red:hover{
	background: #db4646 !important;

}
.button.blue{
	background: #75b9ca; /* Old browsers */
	background: -moz-linear-gradient(top, #75b9ca 0%, #1497c8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#75b9ca), color-stop(100%,#1497c8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #75b9ca 0%,#1497c8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #75b9ca 0%,#1497c8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #75b9ca 0%,#1497c8 100%); /* IE10+ */
	background: linear-gradient(top, #75b9ca 0%,#1497c8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75b9ca', endColorstr='#1497c8',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 0 1px 0 #80caed;
	-moz-box-shadow: inset 0 1px 0 #80caed;
	box-shadow: inset 0 1px 0 #80caed;
	color: #093856 !important;
	text-shadow: 0 1px 0 #a2b9c8 !important;
	border: 1px solid #4183a2;
}
.button.blue:hover{
	background: #3a9cca !important;
}
.button.medium{
	font: 15px/1em 'TitilliumText22LRegular', Arial, sans-serif;
	padding: 11px 17px !important;
}
.button.large{
	font: 18px/1em 'TitilliumText22LRegular', Arial, sans-serif;
	padding: 15px 21px !important;
}
input.button, button.button{
	*width: auto; /* IE7 Fix */
	*overflow: visible; /* IE7 Fix */
}
.row{
	margin-top: 20px;
	padding-bottom: 20px;
}

/*----------------------------------------------*/
/* Blog */
/*----------------------------------------------*/
#blog{
	position: relative;
	width: 100%;
	padding: 0;
	z-index: 103;
	margin: 0;
}
.blog-post{
	width: 598px;
	float: left;
	margin-right: 60px;
	display: inline-block;
}

.blog-post_det{
	width: 800px;
	float: inherit;
	/*margin-left: 30px;*/
	display: inline-block;
}

.blog-post .post{
	background: #fcfcfc;
	border: #eee 1px solid;
	border-bottom: #eee solid 2px !important;
	box-shadow: inset 0 0 0 1px #fff;
	display: inline-block;
	width: 100%;
	padding: 20px;
	overflow: hidden;
}



.posted-by-text{
	font-size: 12px;
	color: #707070;
	font-weight: bold;
}
.posted-by-text a{
	color: #909090;
	text-decoration: none;
	font-weight: normal;
}
.posted-by-text a:hover{
	text-decoration: underline;
}
.imageBlog{
	width: 345px;
	margin: 0 10px 0 0;
	display: inline-block;
	position: relative;
	float: left;
	line-height: 0;
}
.imageBlogdetails{
	width: 100%;
	margin: 0 ;
	display: inline-block;
	position: relative;
	float: none;
	line-height: 0;
}
.imageBlog img{
	max-width: 100%;
	overflow: hidden;
}
.textBlog{
	position: relative;
	float: right;
	width: 230px;
}
.textBlog2{
	position: relative;
	float:left;
	width: 460px;
}
.textBlogdetails{
	position: relative;
	display: inline-block;
	float: none;
	width: 100%;
	clear: both;
	margin-bottom: 20px;
}
.textBlogdetails ul{
	position: relative;
	float: left;
	width: 220px;
	margin-right: 20px;
}
.textBlog.tags{
	position: relative;
	clear: both;
}
.textBlog li, .textBlogdetails li{
	font-size: 11px;
	float: left;
	padding: 7px 0px 7px 17px;
	line-height: 1.2em;
	color: #bbb;
	border-bottom: dashed 1px #ddd;
	clear: both;
}
.textBlog li, .textBlogdetails li{
	width: 250px !important;
}
.tagsDetails{
	clear: both;
	padding: 0 0 20px 0;
	display: block;
}
.tagsDetails li{
	font-size: 11px;
	float: left;
	color: #bbb;
	margin-right: 20px;
	padding-left: 17px;
}
.tagsDetails li a{
	color: #bbb;
	text-decoration: none;
}
.tagsDetails li a:hover{
	color: #bbb;
	text-decoration: underline;
}
.textBlog li a, .textBlogdetails li a{
	text-decoration: none;
	color: #bbb;
}
.textBlog li a:hover, .textBlogdetails li a:hover{
	text-decoration: underline;
}
.textBlog li:last-child, .textBlogdetails li:last-child {
	border-bottom: none !important;
}
.tags li.date{
	background: url(../images/date.png) left no-repeat;
}
.tags li.category{
	background: url(../images/category.png) left no-repeat;
}
.tags li.comments{
	background: url(../images/comments.png) left no-repeat;
}
.textBlog p{
	padding: 10px 0 0 0;
	color: #909090;
	font-style: italic;
	font-size: 12px;
	line-height: 1.5em;
}
.textBlogdetails p{
	color: #909090;
	font-size: 12px !important;
	font-style: italic !important;
	line-height: 1.5em;
}
#blogTags {
	position: relative;
	padding: 0 0 20px 0;
}
#blogTags a
{
	display: inline-block;
	overflow: hidden;
	border: solid 1px #ddd;
	font-size: 13px;
	font-family: 'TitilliumText22LRegular', Arial, sans-serif;
	color: #bbb;
	padding: 5px;
	text-shadow: #eee 0px 1px 0px;
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top, #fcfcfc 0%, #f3f3f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcfcfc 0%,#f3f3f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcfcfc 0%,#f3f3f3 100%); /* IE10+ */
	background: linear-gradient(top, #fcfcfc 0%,#f3f3f3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
}
#blogTags h3{
	margin-right: 15px;
}
#blogTags a:hover
{
	background: #f3f3f3; /* Old browsers */
	background: -moz-linear-gradient(top, #f3f3f3 0%, #fcfcfc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#fcfcfc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f3f3f3 0%,#fcfcfc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f3f3f3 0%,#fcfcfc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f3f3f3 0%,#fcfcfc 100%); /* IE10+ */
	background: linear-gradient(top, #f3f3f3 0%,#fcfcfc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
}
#blogTags a img
{
	padding: 0 5px 0 0;
	margin-bottom: -1px;
	outline: none;
}



/*----------------------------------------------*/
/* Comments */
/*----------------------------------------------*/
#comments{
	position: relative;
	margin: 0;
}
.postComment {
	position: relative;
	margin: 15px 0 15px 0;
	overflow: hidden;
	max-width: 100%;
}
.postComment ul{
	padding: 10px;
	border: solid 1px #eee;
}
.postComment ul img{
	float: left;
}
.postComment ul li{
	margin: 0 15px 0 15px;
}
.postComment h4{
	font-weight: bold;
}
.postComment ul li:first-child{
	overflow: hidden;
	display: inline-block;
	width: 60px;
	float: left;
	margin-left: 0 !important;
}
.postComment ul li:last-child{
	overflow: hidden;
	padding-left: 10px;
	border-left: 1px solid #eee;
}
.dateComments{
	font-size: 12px;
	color: #bbb;
	font-style: italic;
}
.postComment ul li p{
	margin-top: 20px;
	font-size: 12px;
	color: #909090;
	line-height: 1.5em;
}
.postComment .reply{
	position: absolute;
	right: 10px;
	top: 10px;
}
.postComment h4{
	color: #909090;
}
.reply a{
	text-decoration: none;
	color: #aaaaaa;
	font-size: 12px;
}
.reply a:hover{
	color: #62a5c8;
}
.reply a img{
	margin-bottom: -2px;
	padding-right: 5px;
}
.reply1{
	margin: 15px 0 0 30px !important;
}
.reply2{
	margin: 15px 0 0 60px !important;
}
#respon{
	padding: 0px 0 20px 0;
}
#respon .nameInput, #respon .emailInput, #respon .webInput{
	width: 45%;
	background: #efefef;
	height: 28px;
	margin-bottom: 10px;
	border: 1px solid #dedede;
	padding-left: 12px;
	color: #bbb;
}
#respon .messageInput{
	font-family: Arial,sans-serif; 
	font-size: 12px;
	width: 70%;
	height: 100px;
	margin-bottom: 15px;
	border: 1px solid #dedede;
	padding-top: 12px;
	padding-left: 12px;
	background: #eee;
	color: #bbb;
}
#respon label{
	display: block;
	margin-bottom: 4px;
	color: #aaa;
	font-size: 12px;
}
#respon .nameInput:hover, #respon .emailInput:hover, #respon .webInput:hover, #respon .messageInput:hover{
	border: 1px solid #d0d0d0;
}
#respon .nameInput:focus, #respon .emailInput:focus, #respon .webInput:focus, #respon .messageInput:focus{
	outline: none;
	background-color: #e7e7e7;
	color: #a1a1a1;
}

/* contact columns */

#contact{
	width: 100%;
	padding: 20px 0 20px 0;
}

.nameInput, .emailInput, .webInput{
	width: 75%;
	height: 28px;
	margin-bottom: 10px;
	padding-left: 12px;
	color: #707070;
}
.messageInput{
	font-family: Arial,sans-serif; 
	font-size: 12px;
	width: 90%;
	height: 100px;
	margin-bottom: 15px;
	padding-top: 12px;
	padding-left: 12px;
	color: #707070;
}
label{
	display: block;
	margin-bottom: 4px;
	color: #aaa;
	font-size: 11px;
}
.nameInput:focus, .emailInput:focus, .webInput:focus, .messageInput:focus{
	outline: none;
	color: #666;
}

.post-footer{
	width: 100%;
	margin: 0;
	padding: 0;
}
.post-footer a {
	text-decoration: none;
	color: #7b7b7b !important;
	margin-left: 10px;
}
.post-footer a:hover{
	color: #aaa !important;
}
.post-footer-wrap{
	overflow: hidden;
	padding: 10px 0px 10px 0;
	margin: 0 auto;
	color: #7b7b7b !important;
}
.post-footer-wrap p{
	color: #FFF !important;
	vertical-align: middle;
	margin: 5px;
}
.socialNav {
	float: right;
}
.socialNav li{
	float: right;
	margin-left: -3px;
}
.socialNav li a{
	display: block;
	cursor: pointer;
}

/*----------------------------------------------*/
/* Shortcodes - Image */
/*----------------------------------------------*/

.image{
	line-height: 0;
	display: block;
	position: relative;
	margin-bottom: 20px;
	background: url(../images/loading.gif) center center no-repeat #e7e7e7 
}
.preloader { 
	background: url(../images/loading.gif) center center no-repeat #e7e7e7 !important;
}
.shadow img{
	display: block;
	margin: auto;
	position: relative;
	max-width: 100%;
	margin-top: -20px;
	margin-bottom: 10px;
}
.shadowflat img{
	display: block;
	clear: both;
	margin: auto;
	position: relative;
	max-width: 100%;
	margin-top: 0;
	margin-bottom: 10px;
}
.image img{
	display: block;
	width: 100%;
	height: auto;
}
.image .mask, .image .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.image p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 17px;
   position: relative;
   color: #2e2e2e;
   padding-top: 10%;
   text-align: center;
}
.image img {
   -webkit-transition: all 0.1s linear;
   -moz-transition: all 0.1s linear;
   -o-transition: all 0.1s linear;
   -ms-transition: all 0.1s linear;
   transition: all 0.1s linear;
}
.image a:hover img {

}
.image .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(241,241,241, 0.33);
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   -moz-box-shadow: inset 0 0 7em #666;
   -webkit-box-shadow: inset 0 0 7em #666;   
	box-shadow: inset 0 0 7em #666;
}
.image:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.image:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.image:hover img {
}
.image:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.image:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.image:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}

