/*************/
/* POWERMAIL */
/*************/


	/* CONTACT FORM // BEGIN */
	.tx-powermail h3,
	.tx-powermail legend {
		display: none;
	}
	.tx-powermail input[type=text], .tx-powermail input[type=email] {
		width: 98%;
		height: 35px;
		border: 1px solid #DBDBDB;
		margin-bottom: 7px;
		font-style: italic;
		padding-left: 2%;
	}
	.tx-powermail label {
		float: left;
		width: 100%;
		margin-bottom: 3px;
		display: block;
	}
	.tx-powermail textarea {
		width: 98%;
		height: 100px;
		margin-bottom: 7px;
		padding-left: 2%;
		padding-top: 6px;
		font-style: italic;
		border: 1px solid #DBDBDB;
	}
	.tx-powermail button[type=submit]{
		display: block;
		color: #ffffff !important;
		cursor: pointer !important;
		width: 62px;
		height: 32px;
		background-color: #ec008c;
		border: 1px solid #db0482;
		text-transform: uppercase;
		font-size: 14px;
		padding: 3px 5px;		
	}
	
	/* CONTENT FORM // BEGIN */
	#form {
		height: auto;
	}
	#form h2 {
		color: #FFFFFF;
		font-size: 20px;
		text-transform: uppercase;
		margin-top: 15px;
	}
	#form .tx-powermail label {
		display: none;
	}
	#form .tx-powermail input[type=text], #form .tx-powermail input[type=email] {
		border: 0px;	
		height: 34px;
	}
	#form .tx-powermail button[type=submit]{
		width: 62px;
		height: 32px;
		background-color: #ec008c;
		border: 1px solid #db0482;
		text-transform: uppercase;
		font-size: 14px;
		padding: 3px 5px;
	}
	
	#form .powermail_message {
		display: none;
	}
	#form .tx-powermail input.powermail_field_error {
		border: 1px solid #ec008c;
	}
	#form .powermail_create p {
		color: #FFFFFF;
		padding-left: 2%;
	}
		/* IPAD PORTRAIT */
		@media (min-width: 692px) {	
			#form .tx-powermail .gfield > div {
				width: 27%;
				margin-right: 2%;
				float: left;
			}
			#form .tx-powermail #field_2_1 {
				margin-left: 2%;
				width: 100%;
			}
			#form .tx-powermail #gform_submit_button_2 {
				width: 9%;
			}
			#form h2 {
				margin-left: 2%;
				margin-top: 18px;
			}
			#form .tx-powermail button[type=submit] {
				width: 100%;
			}
			#form .tx-powermail input[type=text], #form .tx-powermail input[type=email]{
				padding-left: 4%;
				width: 96%;
			}
		}
		
		/* IPAD PORTRAIT */
		@media (min-width: 692px) {
			#contact #c207 {
				display: none;
			}
			.formContact .tx-powermail .gfield > div {
				margin: 0px 2%;
				width: 96%!important;
			}
			.formContact .tx-powermail button[type=submit] {
				width: auto!important;
			}
			.formContact .tx-powermail input[type=text], .formContact .tx-powermail input[type=email] {
				padding-left: 2%!important;
				width: 98%!important;
			}
		}		
	
/***********/
/* TT_NEWS */
/***********/

	/* LATEST VIEW // BEGIN */
	.news-latest-container {
		overflow: hidden;
		width: 100%;
	}
	.news-latest-container > a {
		overflow: hidden;
		display: block;
		margin-bottom: 18px;
		padding: 0px;
		text-decoration: none;
	}
	.news-latest-container > a #itemImage {
		float: left;
		width: 72px;
		margin-right: 12px;
	}
	.news-latest-container > a #itemText {
		float: left;
		width: auto;
		padding: 10px 0px 0px 0px;
	}	
	.news-latest-container > a #itemText h2 {
		margin-bottom: 5px;
		text-transform: none;
		font-size: 14px;
		font-weight: 700;
	}
	.news-latest-container .newsMore {
		background-color: #ec008c;
		border: 1px solid #db0482;
		text-transform: uppercase;
		font-size: 14px;
		display: inline-block;
		padding: 3px 11px;	
		color: #FFFFFF;
	}
	
	
		/* SMALL MOBILE */
		@media (max-width: 370px) {
			.news-latest-container > a #itemText {
				width: 195px;
				padding: 0px;
			}
		}
		
		/* IPAD PORTRAIT */
		@media (min-width: 768px) {	
			.news-latest-container > a #itemImage {
				width: 26%;
				margin-right: 7%;
			}
			.news-latest-container > a #itemImage > img {
				width: 100%;
				height: auto;
			}
			.news-latest-container > a #itemText {
				width: 67%;
				padding: 0px;
			}
			.news-latest-container .newsMore {
				margin-bottom: 0px;
			}
		}		
		
	
	/* LIST VIEW // BEGIN */
	.news-list-container {
		overflow: hidden;
		width: 100%;
	}
	.news-list-container > a {
		overflow: hidden;
		display: block;
		margin-bottom: 30px;
		padding: 0px;
		text-decoration: none;
	}
	.news-list-container > a #itemImage {
		float: left;
		width: 25%;
		margin-right: 3%;
	}
	.news-list-container > a #itemImage img {
		width: 100%;
		height: auto;	
	}
	.news-list-container > a #itemText {
		float: left;
		width: 72%;
		padding: 0px 0px 0px 0px;
	}	
	.news-list-container > a #itemText h2 {
		margin-bottom: 5px;
		text-transform: none;
		font-size: 14px;
		font-weight: 600;
	}
	.news-list-container > a #itemText .itemMore {
		margin-top: 0px;
		display: block;
		color: #ec008c;
	}
	.news-list-container .newsMore {
		background-color: #ec008c;
		border: 1px solid #db0482;
		text-transform: uppercase;
		font-size: 14px;
		display: inline-block;
		padding: 3px 11px;	
	}
	
	/* SINGLE VIEW // BEGIN */
	.news-single-item .news-single-img {
		display: block;
		overflow: hidden;
	}
	.news-single-item .news-single-img img {
		display: block;
		margin-top: 15px;
	}
	.news-single-item .news-single-img  > a {
		float: left;
		margin-right: 5px;
	}
	.news-single-item .news-single-img  > a:focus {
		outline-color: #FFFFFF;
	}
	.news-single-item h1 {
		margin-bottom: 15px;
	}
	.news-single-item .news-single-backlink {
		display: block;
		margin-toP: 15px;
	}
	
/*************/
/* SLIDESHOW */
/*************/

	/* MAIN SLIDES // BEGIN */
	#home #header .csc-textpic-center-inner > div {
		display: none;
		position: absolute;
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	#home #header .csc-textpic-center-inner > div:first-child {
		display: block;
	}
	#home #header .csc-textpic-center-inner table {
		width: 100%;
	}
	#home #header .csc-textpic-center-inner,
	#home #header .csc-textpic-center-outer {
		right: auto;
		float: left;
		width: 100%;
	}
	#home #header #slideThumbs {
		display: inline-block;
		position: absolute;
		bottom: 10px;
		left: 49%;
	}
	#home #header #slideThumbs .thumb {
		width: 7px;
		height: 7px;
		background-color: #FFFFFF;
		margin: 2px 5px 2px 2px;
		float: left;
		display: block;
		cursor: pointer;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	#home #header #slideThumbs .thumb.active,
	#home #header #slideThumbs .thumb:hover {
		width: 7px;
		height: 7px;  
		background-color: #ec008c;
	}
	
	#home #header div.csc-textpic div.csc-textpic-imagecolumn {
		float: none;
	}
	
	#home #header caption {
		display: none;
	}
	#home .csc-textpic-center-outer {
		height: 293px;
	}	
	#home #header #slideshow table {
		width: 100%;
	}

	#home #header #slideshow img {
		width: 100%;
		height: auto;
		min-width: 800px;
	}
	#home #punt {
		width: 100%;
		height: 100%;
		display: block;
		overflow: hidden;
		position: absolute;
		top: 0px;
		opacity: 0.1;
    	background: black;
	}

	.footer-form {
		padding-bottom: 25px;
	}

	.footer-form button span {
		color: #ffffff !important;
	}

	.gform_validation_errors, .gfield_validation_message {
		display: none;
	}

	.gfield_error input { 
		border: 1px solid #ec008c !important;
	}
	
	.contact-form ul li {
		list-style: none !important;
		padding: 0px !important;
		margin-left: 0px !important;
	}

	.contact-form button span {
		color: #ffffff !important;
	}