/*
Theme Name: REAL TOUR VISION
Description: Used to style the TinyMCE editor and/or additional styles for TinyMCE.
*/

.linkarrow { background:url(images/arrow-extension2.png) no-repeat right center; font:bold 14px/1.214em Arial, Helvetica, sans-serif; text-transform:uppercase; padding-right:23px; cursor:pointer; display:inline-block}
 .linkarrow .linkarrowin { background:#e9a261; *background:#E69855; display:block; padding:11px 10px; text-shadow:-1px -1px 0 #d67e3f; color:#fff}
.linkarrow:hover { text-decoration:none; background:url(images/arrow-extension2-hover.png) no-repeat right center}
.linkarrow:hover span, .linkarrow:hover .linkarrowin { background:#feb878; *background:#FEB06C}

.headertitlebg { -moz-border-radius: 20px; -khtml-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px; padding: 8px 42px; display:inline-block; color:#fff;
	background: #5993B9;
	background: -moz-linear-gradient(top,  #5993B9 0%, #053758 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5993B9), color-stop(100%,#053758));
	background: -webkit-linear-gradient(top,  #5993B9 0%,#053758 100%);
	background: -o-linear-gradient(top,  #5993B9 0%,#053758 100%);
	background: -ms-linear-gradient(top,  #5993B9 0%,#053758 100%);
	background: linear-gradient(to bottom,  #5993B9 0%,#053758 100%);
	pie-background: linear-gradient(#414c9b,#053758);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414c9b', endColorstr='#410537584c9b',GradientType=0 );*/
}
a.headertitlebg:hover { text-decoration:none;
	background: #053758;
	background: -moz-linear-gradient(top,  #053758 0%, #5993B9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#053758), color-stop(100%,#5993B9));
	background: -webkit-linear-gradient(top,  #053758 0%,#5993B9 100%);
	background: -o-linear-gradient(top,  #053758 0%,#5993B9 100%);
	background: -ms-linear-gradient(top,  #053758 0%,#5993B9 100%);
	background: linear-gradient(to bottom,  #053758 0%,#5993B9 100%);
	pie-background: linear-gradient(#053758,#5993B9);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#053758', endColorstr='#5993B9',GradientType=0 );*/
}

.video_img {/* border:1px solid #064770;*/ padding:14px; -khtml-border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
	background: #5b95bb;
	background: -moz-linear-gradient(top,  #5b95bb 0%, #043757 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b95bb), color-stop(100%,#043757));
	background: -webkit-linear-gradient(top,  #5b95bb 0%,#043757 100%);
	background: -o-linear-gradient(top,  #5b95bb 0%,#043757 100%);
	background: -ms-linear-gradient(top,  #5b95bb 0%,#043757 100%);
	background: linear-gradient(to bottom,  #5b95bb 0%,#043757 100%);
	-pie-background: linear-gradient(#5b95bb, #043757);
}