/*
Theme Name: THOR
Theme URI: http://www.myrobotmonkey.com.au/
Description: My Robot Monkey - Special created for My Robot Monkey client WordPress Themes
Version: 1.0
Author: MRM
Author URI: http://www.myrobotmonkey.com.au/
*/

@font-face {
	font-family:'Dakota-Regular';
	src: url('assets/fonts/Dakota_gdi.eot');
	src: url('assets/fonts/Dakota_gdi.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/Dakota_gdi.woff') format('woff'),
		url('assets/fonts/Dakota_gdi.ttf') format('truetype'),
		url('assets/fonts/Dakota_gdi.svg#Dakota-Regular') format('svg');
	font-weight: 5;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-201D;
}

html {
  min-height: 100%;
  position: relative;
}

body {
	-webkit-font-smoothing: antialiased;
	padding: 0;
	margin: 0;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #000;
	font-size: 13px;
	min-height: 100%;
	/*margin-bottom: 50px;*/
}

body.homepage{
	background: #282828 url(images/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-bottom: 0px;
}

a, img, input, select, textarea, button{
	outline: none !important;
	-moz-outline: none !important;
	-webkit-outline: none !important;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.alignleft{
	float: left;
	margin: 0px 15px 10px 0;
}

.alignright{
	float: right;
	margin: 0px 0 10px 15px;
}

h1,h2,h3,h4{
	font-size: 20px;
}

h1{
	font-size: 28px;
	color: #000;
}

img, select, input, a{
	outline: none !important;
}

h3{
	font-size: 18px;
}

a{
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	color: #3d81d0;
}

a:hover, a:focus{
	text-decoration: none;
	color: #ff0000;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 50px;
    background-color: transparent;
    border-radius: 0px;
}

.mainwrap{
	margin: 0 auto;
	max-width: 960px;
	position: relative;
}
@media (max-width: 990px) {
	.mainwrap{
		margin: 0 15px;
	}
}

header{
	background: #000 url(images/bgheader.jpg) center top no-repeat;
	color: #fff;
}

.topmn{
	display: table;
	margin-top: 35px;
}

.topmn ul{
	display: table-row;
}

.topmn ul li{
	display: table-cell;
	text-transform: uppercase;
	max-width: 220px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px dotted #444444;
	padding: 0px 38px;
	font-size: 16px;
	color:#8b8b8b;
}

.topmn ul li:first-child{
	border-left: 1px dotted #444444;
}

.topmn ul li a{
	display: block;
	font-size: 16px;
	color: #8b8b8b;
	line-height: 20px;
}

.topmn ul li a:hover{
	color: #ffffff;
}

.socialmedia a{
	display: inline-block;
	margin-left: 5px;
}

.socialmedia a:first-child{
	margin-left: 0px;
}

.socialmedia .fa{
	height: 30px;
	width: 30px;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	padding: 6px;
	border-radius: 50px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	border: 1px solid transparent;
}

.socialmedia .fa-facebook{
	background: #4b6ea9;
}

.socialmedia .fa-twitter{
	background: #63cef2;
}

.socialmedia .fa:hover{
	background: #000000;
	border: 1px solid #ddd;
}

.socialmedia{
	margin-top: 40px;
	text-align: right;
}

.mainmenubox{
	background: #005a9c;
	border-top: 1px solid #80adce;
	border-bottom: 1px solid #00223a;
}

.mainmenubox .mainwrap > div{
	float: left;
}

.mainmenubox .mainwrap > div:first-child{
	width: calc(100% - 177px);
}

.mainmenubox .mainwrap > div:last-child{
	width: 177px;
	margin-top: -11px;
}
@media (min-width: 800px) {
	.navbar {
		border-radius: 0px;
		min-height: 10px;
		margin-bottom: 0px;
		border: 0px solid transparent;
		margin-top: 13px;
	}
	
	.navbar-nav > li:first-child > a {
		border-left: 1px solid #00518c;
	}
	
	.navbar-nav > li > a {
		padding-top:1px;
		padding-bottom: 1px;
		text-transform: uppercase;
		color: #fff;
		border-right: 1px solid #00518c;
		font-size: 13px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li.active > a {
		color: #ec6b3f;
		background: none;
	}
	
	.container-fluid {
		padding-right: 0px;
		padding-left: 0px;
	}
	
	.navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
	}
}

@media (max-width: 799px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
	
	.navbar-toggle {
		float: left;
		border-radius: 0px;
	}
	
	.navbar-toggle .icon-bar {
		background: #fff;
	}
	
	.navbar {
		margin-top: 0px;
		margin-bottom: 0px;
		min-height: 10px;
	}
	.navbar-toggle {
		padding: 8px 10px;
	}
	
	.nav > li > a {
		background: none;
		color: #fff;
		text-transform: uppercase;
	}
	
	.nav > li > a:hover, .nav > li.active > a, .nav > li > a:focus {
		background: #004a81;
	}
	
	.mainmenubox .mainwrap > div{
		position: relative;
	}
	.mainmenubox .mainwrap > div:first-child{
		width: 100% !important;
	}
	.mainmenubox .mainwrap > div:last-child{
		position: absolute;
		right: 0;
		top: -0px;
	}
}

@media (max-width: 767px) {
	.topheader img{
		margin: 0px auto;
	}
	
	.topmn ul li{
		max-width: 150px;
		text-align: center;
		vertical-align: middle;
		border-right: 1px dotted #444444;
		padding: 0px 15px;
		font-size: 13px;
		color:#8b8b8b;
	}
	
	.topmn ul li a{
		font-size: 13px;
		line-height: 20px;
	}
	.topmn{
		margin: 10px auto;
	}
	.socialmedia{
		margin-top: 15px;
		text-align: center;
		margin-bottom: 25px;
	}
	
	
	
}

@media (max-width: 800px) {
	/*.mainmenubox .mainwrap > div{
		position: relative;
	}
	.mainmenubox .mainwrap > div:first-child{
		width: 100% !important;
	}
	.mainmenubox .mainwrap > div:last-child{
		position: absolute;
		right: 0;
		top: -0px;
	}
	.navbar{
		margin-top:0px;
	}
   .navbar-header {
        float: none;
    }
	.navbar-toggle {
        display: block;
    }
	.navbar-toggle {
		float: left;
		border-radius: 0px;
	}
	
	.navbar-toggle .icon-bar {
		background: #fff;
	}
	.navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
	.navbar-collapse.collapse {
        display: none !important;
    }
	.navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
	.navbar-nav > li {
        float: none;
    }
	.navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
	.collapsing {
        overflow: hidden!important;
    }
	.dropdown-menu{
		position: static;
		float: none;
		width: auto;
		margin-top: 0px;
		border: 0px none;
		box-shadow: none;
	
	}
	
	.nav > li > a {
		background: none;
		color: #fff;
		text-transform: uppercase;
	}
	
	.nav > li > a:hover, .nav > li.active > a, .nav > li > a:focus {
		background: #004a81;
	} */
}

.sliderline{
	background: url(images/sliderline.png);
	height: 8px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.flexslider {
    margin: 0px;
    background: #FFF none repeat scroll 0% 0%;
    border: 0px solid #FFF;
}

.flex-control-nav {
    bottom: 10px;
	z-index: 5;
}

.flex-control-nav li {
    margin: 0px 3px;
}

.flex-control-paging li a {
    background: none;
    box-shadow: none;
	border: 1px solid #fff;
}

.flex-control-paging li a:hover, .flex-control-paging li a.flex-active{
    background: #FFF;
}

.flex-direction-nav a:before  { 
    content: " ";
    display: block;
    background: url('images/prev.png') no-repeat;
    width: 65px;
    height: 83px;
}
.flex-direction-nav a.flex-next:before  { 
    content: " ";
    display: block;
    background: url('images/next.png') no-repeat;
    width: 65px;
    height: 83px;
}

.flex-direction-nav a {
    width: 65px;
    height: 83px;
    margin: -32px 0px 0px;
    top: 50%;
}

.flexslider .flex-prev {
    opacity: 0.8 !important;
    left: 0px;
}

.flexslider .flex-next {
    opacity: 0.8 !important;
    right: 0px;
}

.flexslider:hover .flex-prev {
    opacity: 1 !important;
    left: 0px;
}

.flexslider:hover .flex-next {
    opacity: 1 !important;
    right: 0px;
}

@media (max-width: 767px) {
	.flex-direction-nav{
		display: none;
	}
}

.maincontent{
	margin-top: 10px;
	margin-bottom: 38px;
}

.maincontent .bannerbox{
	margin-bottom: 5px;
}

.maincontent .greenbox{
	margin-bottom: 24px;
	padding: 14px;
	background: #6ab085;
	text-align: center;
	color: #fff;
}

.maincontent .greenbox .row{
	margin-left: -7px;
	margin-right: -7px;
}
.maincontent .greenbox .row > div{
	padding-left: 7px;
	padding-right: 7px;
}

.maincontent .greenbox img{
	border: 3px solid #fff;
}

.maincontent .greenbox h3 {
    margin-top: 15px;
    margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
}

.maincontent .homegallery {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 2px solid #767676;
}

.homegallerybox{
	padding: 0;
	margin: 0;
}

.maincontent .homegallery ul li{
	margin-right: 10px;
}


.maincontent .homegallery .flex-direction-nav a:before  { 
    content: " ";
    display: block;
    background: #FFF url('images/prev_small.png') right no-repeat;
     width: 28px;
    height: 22px;
	border-right: 1px solid #FFF;
}
.maincontent .homegallery .flex-direction-nav a.flex-next:before  { 
    content: " ";
    display: block;
    background: #FFF url('images/next_small.png') left no-repeat;
     width: 28px;
    height: 22px;
	border-left: 1px solid #FFF;
}

.maincontent .homegallery .flex-direction-nav a {
    width: 28px;
    height: 22px;
    top: 0px;
	margin-top: -11px !important;
	opacity: 1;
}

.maincontent .homegallery .flex-direction-nav .flex-prev {
    left: calc(50% - 28px);
}

.maincontent .homegallery .flex-direction-nav .flex-next {
    right: calc(50% - 28px);
}

.connect{
	background: #dad9d4;
	padding: 15px;
	margin-top: 10px;
}

.connect > .row{
	margin-left: -7px;
	margin-right: -7px;
}

.connect > .row > div{
	padding-left: 7px;
	padding-right: 7px;
}

@media (max-width: 767px) {
	.connect > .row > div{
		margin-bottom: 15px;
	}
}

@media (max-width: 480px) {
	.connect > .row > div{
		width: 100%;
	}
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
width: 100% !important;
}

section, footer{
	margin: 0;
}

aside .widget{
	margin-bottom: 10px;
}


footer{
	background: #000;
	padding: 15px;
	color: #999999;
	font-size: 12px;
	padding-bottom: 30px;
}

.copyright{
	text-align: right;
}

footer a{
	color: #999999;
}

footer .footmenu ul{
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0px;
}

footer .footmenu ul li{
	display: inline-block;
	font-size: 12px;
	margin-bottom: 5px;
}

footer .footmenu ul li a{
	display: block;
	padding: 3px 15px;
	border: 1px solid #999999;
	margin: 0px 2px;
}

footer .footmenu ul li:first-child a{
	margin-left: 0;
}
footer .footmenu ul li:last-child a{
	margin-right: 0;
}

@media(max-width:991px){
	.copyright, .footmenu{
		text-align: center !important;
		margin-bottom: 15px;
	}
}
@media(min-width:992px){
	.nohomepage > .row > div:first-child{
		width: 72%;
	}
	.nohomepage > .row > div:last-child{
		width: 28%;
	}
}

.logosponsor img {
	border:1px solid #ccc;
	padding: 3px;
	margin: 10px;
}

/* List column */
.listrow {
	
}
.listrow ul{
	width:800px;
	margin-bottom:20px;
	overflow:hidden;
	list-style: square;
}
.listrow li{
  	line-height:1.5em;
  	float:left;
  	display:inline;
}
#double li  { width:50%;} 
#triple li  { width:33.333%; } 
#quad li    { width:25%; } 
#six li     { width:16.666%; } 




/* Bloglist */
.greycontent{
	margin-top: 4px;
}

.greycontent h1{
	background: #df4e22;
	padding: 20px;
	color: #FFF;
	display:inline-block;
	margin: 0;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.greycontent .contentwrap{
	padding: 40px 0px;
	/*color: #949494;*/
	color:#4B4B4B;
}

@media(max-width:480px){
	/*.greycontent .contentwrap img{
		width: 100%;
		height: auto;
	}*/
}
.greycontent .contentwrap h2{
	font-size: 25px;
	font-family:'HelveticaNeueCE-Thin';
	color:#e86e29;
}

.greycontent .contentwrap h3{
	font-size: 18px;
	font-family:'HelveticaNeueCE-Thin';
}

.red{
	color: #F00;
}

.orangebox > .row{
	margin: 0;
	color: #000;
}
.orangebox > .row > div{
	padding: 0;
}

.orangebox > .row > div:last-child{
	background: #df4e21 url(images/bglogotrans.png) left top no-repeat;
	background-size: auto 100%;
}

.orangebox .contentwrap h3{
	margin-top: 0;
}

.orangebox .contentwrap{
	color: #000;
}

@media (max-width: 480px){
	.greycontent .contentwrap, .orangebox .contentwrap{
		padding: 15px;
	}
}

.bloglist{
	/*background: #2a2929;*/
	background:#fff;
	padding: 10px;
	border: 1px solid #ccc;
}

.bloglist h2{
	margin: 0;
	font-size: 16px;
}

.listblogwrap {
	margin-left:-10px;
	margin-right:-10px;
}

.listblogwrap > div{
	padding: 10px;
}

.bloglist time{
	color: #999;
}
@media (max-width: 980px){
	.bloglist img{
		margin-bottom: 20px;
	}
}

.copyright a:hover{
	color:#6AB085;
}

.blog-item{
	border-bottom: 2px solid #173D73;
	padding-bottom:15px;
	margin-bottom:10px;
}

.readmore-link, .readmore-link:hover{
	display:inline-block;
	padding:5px 10px;
	margin-top:10px;
	background:#ec6b3f;
	border-radius:4px;
	color:#fff;
}	

.wrap-newsletter-box{
	padding: 20px;
	text-align: center;
	background: #252b33;
	color: #74777b;
}

.wrap-newsletter-box h2{
	margin-top: 0px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: normal;
	letter-spacing: 2px;

}

.wrap-newsletter-box p.subtitle{
	margin: 0px;
	margin-bottom: 15px;
}

.wrap-form-newsletter-home{
	max-width: 600px;
	margin: 0 auto;
}

.wrap-form-newsletter-home form{
	padding-right: 150px;
	position: relative;
	margin-bottom: 15px;
}

.wrap-form-newsletter-home form input[type=text]{
	width: 100%;
	height: 40px;
	border: 1px #fff solid;
	border-radius: 4px;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
}

.wrap-form-newsletter-home form button[type=submit]{
	width: 145px;
	height: 40px;
	line-height: 40px;
	background: #005a9c;
	color: #fff;
	border: none;
	text-align: center;
	position: absolute;
	right: 0px;
	top: 0px;

}

.form-enews-result p {
    padding: 15px;
}

.woocommerce-checkout .woocommerce .col2-set .col-1, .woocommerce-page.woocommerce-checkout .col2-set .col-1 {
    width: 100% !important;
}

.woocommerce-checkout input[type=text]{
	width: 100%;
	height: 40px;
	border: 1px #eeeeee solid;
	border-radius: 4px;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
}


.woocommerce-checkout .woocommerce-billing-fields h3{
	display: none;
}
.donation-list + .donation-list {
	margin-top: 15px;
}
.donation-list .a{
	display: block;
	background: #f4f4f4;
	padding: 15px;
	color: #000000;
	border-radius: 3px;
	cursor: pointer;
}
.donation-list section{
	display: block;
	background: #f4f4f4;
	padding: 15px;
	color: #000000;
	border-radius: 3px;
}
.donation-list .a:hover, .donation-list .a.active{
	background: #ff6600;
	color: #ffffff;
}
.donation-list .a > div, .donation-list section > div{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
}
.donation-list .a .vcenterprice, .donation-list section .vcenterprice{
	font-size: 22px;
}
.donation-list section .vcenterprice input{
	font-size: 14px;
}
.donation-list .a > div > div, .donation-list section > div > div{
  	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}
.donation-list .a > div > div:last-child, .donation-list section > div > div:last-child{
  	border-left: 1px solid #1c1c1c;
  	-webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}

.donation-list .a:hover > div > div:last-child, .donation-list .a.active > div > div:last-child{
  	border-left: 1px solid #ffffff;
}

.amount-notify{
	font-size: 20px;
}

.donation-notify.invalid{
	margin-top: 15px;
	color: #ff0000;
}
.mc4wp-response{
	margin-top: 15px;
}

.wrap-form-newsletter-home > .row{
	margin-right: -5px;
	margin-left: -5px;
}

.wrap-form-newsletter-home > .row > div{
	padding-right: 5px;
	padding-left: 5px;
}
