﻿.raysgrid-form {
	color: #73879C;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	line-height: 1.471;
	font-size: 13px;
	-webkit-font-smoothing: antialiased;
}
.raysgrid-form a, .raysgrid-form i, .raysgrid-form input,.fixed_btns, .raysgrid-form button, .raysgrid-form .tab-pane, .rsgd_msg, .rel_btn:after, .rsgd_sel_opts li, .rsgd_sel_opts li:before, .settings-row {
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.raysgrid-form a:focus {
	outline: none;
}
.raysgrid-form {
	margin: 20px 20px 0 0;
	-webkit-box-shadow: 0 0px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 15px 0px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	background: #fff;
	position: relative;
}
.rsgd_logo {
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	padding: 20px;
	line-height: 1;
}
.grids_title {
	font-size: 25px;
	color: #666 !important;
	text-transform: uppercase;
	font-weight: 700;
}
.top-btns a,.top-btns button {
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	padding: 0 25px;
	cursor: pointer;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1;
	height: 82px;
	color: #666;
	background-color:#fff;
	border-left: 1px #ddd solid;
}
.top-btns a:not(.add_new):hover{
	background-color:#f9f9f9
}
.redcolor {
	color: #f00;
}
.f-right {
	float: right;
}
.rsgd_form {
	clear: both;
}
.raysgrid-form .widefat td, .raysgrid-form .widefat th {
	border-bottom: 1px #eee solid;
	line-height: 25px;
	padding: 10px 20px;
}
.raysgrid-form .input-row {
	padding: 10px 0;
	overflow: hidden;
}
.raysgrid-form .inner-blocks {
	margin-top: 60px;
}
.raysgrid-form .inn-cell {
	border: 1px solid #e5e5e5;
	padding: 15px 15px 15px 80px;
	position: relative;
	overflow: hidden;
	background: #FFF;
}
.raysgrid-form .lft-in {
	left: 0px;
	top: 0px;
	position: absolute;
	height: 100%;
	padding: 27px 10px;
}
.raysgrid-form .m-t-50 {
	margin-top: 50px;
}
.vers {
	margin-bottom: 15px;
}
.raysgrid-form .btn {
	border-radius: 3px !important;
}
.raysgrid-form .inner-title {
	background-color: #eee;
	padding: 15px;
	margin-bottom: 20px;
}
.input-row .col-md-2 {
	line-height: 35px;
}
.raysgrid-form .form-control.small {
	width: 75px;
	text-align: center;
	display: inline-block;
}
.raysgrid-form .t-right {
	text-align: right;
}
.raysgrid-form .nav-tabs > li > a i {
	margin-right: 10px;
}
.edit_btn, .delete_btn {
	font-size: 12px;
}
.rsgd_loading {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(51, 51, 51, 0.5);
	font-size: 0px;
	z-index: 9999;
	display: none;
}
.rsgd_loader-in {
	width: 60px;
	height: 60px;
	display: inline-block;
	padding: 0px;
	border-radius: 100%;
	border: 3px solid;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -33px;
	margin-left: -33px;
	border-top-color: rgb(255, 255, 255);
	border-bottom-color: rgb(255, 255, 255);
	border-left-color: rgba(0, 0, 0, 0.15);
	border-right-color: rgba(0, 0, 0, 0.15);
	-webkit-animation: rsgd_preloader3 0.8s ease-in-out infinite alternate;
	animation: rsgd_preloader3 0.8s ease-in-out infinite alternate;
}
@keyframes rsgd_preloader3{
	from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}
@-webkit-keyframes rsgd_preloader3{
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(360deg);}
}
.rsgd_msg {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 99999;
	width: 200px;
	margin-left: -100px;
	margin-top: -30px;
	height: 60px;
	font-size: 15px;
	text-align: center;
	line-height: 50px;
	display: none;
}
.rsgd_msg.error {
	background: #FF0000;
	color: #fff;
	padding: 5px;
	text-align: center;
}
.rsgd_msg.success {
	background: #333;
	color: #fff;
}
.rsgd_msg.success:before {
	margin: 0px 9px 0 0;
	font-family: dashicons;
	content: "\f529";
	color: #0f0;
	display: inline-block;
	font-size: 20px;
	position: relative;
	top: 4px;
}
.raysgrid-form .inline-cell a {
	padding: 8px;
	border: 0;
	margin: 0 2px;
	border-radius: 4px;
	display: inline-block;
	background-color: #fff;
	border: 1px #ececec solid;
}
.raysgrid-form .inline-cell .edit_btn {
	color: #9dc032;
}
.raysgrid-form .inline-cell .btn.clone_btn {
	color:#18bed8;
}
.raysgrid-form .inline-cell .btn.delete_btn {
	color:#ff0000;
}
.raysgrid-form .inline-cell .btn i {
	font-size: 20px;
	line-height: 20px;
}
.raysgrid-form table.table th, .raysgrid-form table.table td {
	vertical-align: middle !important;
}
.raysgrid-form table.table td:last-child {
	width: 9.5%;
	text-align: center;
	white-space: nowrap;
}
.raysgrid-form .wp-person a:focus .gravatar, .raysgrid-form a:focus, .raysgrid-form a:focus .media-icon img {
	-webkit-box-shadow: 0 0 0 0 #5b9dd9,0 0 0 0 rgba(30,140,190,.8) !important;
	box-shadow: 0 0 0 0 #5b9dd9,0 0 0 0 rgba(30,140,190,.8) !important;
}
.raysgrid-form .chk {
	margin-right: 15px;
	display: inline-block;
	padding-left: 24px;
	position: relative;
	padding-top: 8px;
}
.raysgrid-form .chk > div {
	margin-right: 5px;
}
.raysgrid-form .cust-select {
	padding: 6px 8px !important;
	height: auto !important;
	line-height: 1 !important;
	font-size: 14px;
}
.cs-lod {
	animation: spin 2s linear infinite;
	margin-right: 10px;
	float: left;
	display: none;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.high_area {
	height: 270px !important;
	resize: none;
}
.raysgrid-form .edit_skin {
	float: right;
	margin: 1px 20px 0 0;
	color: #fff;
	line-height: 1;
	font-size: 11px;
	padding: 3px 9px 4px;
	background-color: #e6cb1c;
	border-radius: 20px;
	display: none;
}
#rsgd_skins .form-group{
	display: block;
}
.portfolio-item {
	width: 24%;
	margin: 0 0.5% 20px;
	background-color: #fff;
	cursor: pointer;
	float: left;
}
.portfolio-item input[type="radio"] {
	display: none;
}
.portfolio-item .radio-lbl {
	background-color: #333;
	padding: 9px 15px;
	cursor: pointer;
	color: #fff;
	position: relative;
	font-size: 14px;
	display: block;
	margin:0 !important;
	z-index: 99
}
.selected-skin .radio-lbl {
	background-color: #7da600;
}
.selected-skin .edit_skin{
	display: inline-block;
}
.selected-skin {
	border-color: #7da600;
}
.radio-lbl:before {
	font-family: dashicons;
	content: "\f335";
	color: #fff !important;
	display: inline-block;
	position: absolute;
	right: 6px;
	font-size: 25px;
	top: 1px;
}
.selected-skin .radio-lbl:before {
	content: "\f147";
}
.radio-content {
	position: relative;
	border-top: 0;
}
.selected-skin .radio-content {
	opacity: 1;
}
.dataTables_wrapper {
	position: relative;
	clear: both;
}
table.rsgd_data_table {
	clear: both;
	margin-top: 6px;
	margin-bottom: 6px;
	border-collapse: collapse;
	border: 1px solid #ddd;
	width: 100%;
	max-width: 100%;
}
table.rsgd_data_table > tbody > tr > td, table.rsgd_data_table > tbody > tr > th, table.rsgd_data_table > thead > tr > td, table.rsgd_data_table > thead > tr > th {
	border: 1px solid #ddd;
	padding: 10px;
	line-height: 1.42857143;
	vertical-align: middle;
	border-top: 1px solid #ddd;
}
table.rsgd_data_table > thead > tr > td, table.rsgd_data_table > thead > tr > th {
	text-align: left;
	color: #ffffff;
	background: #9dc032;
}
table.dataTable thead .sorting:after {
	opacity: 0.4;
	content: "\f156";
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
	cursor: pointer;
	position: relative;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
	position: absolute;
	bottom: 8px;
	right: 8px;
	display: block;
	font-family: dashicons;
}
table.dataTable thead .sorting_asc:after {
	content: "\f347";
	opacity: 0.5;
}
table.dataTable thead .sorting_desc:after {
	content: "\f343";
	opacity: 0.5;
}
.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
	border-top: 0;
}
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
	padding-right: 30px;
}
.x_panel {
	position: relative;
	padding: 20px;
	border-bottom: 1px solid #E6E9ED;
}
.nomarg{
	border-bottom:0;
	padding-bottom:0
}
.x_panel:after{
	display: table;
	content: " ";
	clear: both;
}
.rsgd_form_title {
	border-bottom: 2px solid #7da600;
	padding: 20px 0px 7px;
	margin: 0 20px 10px;
	overflow: hidden;
}
.rsgd_form_title .filter {
	width: 40%;
	float: right;
}
.rsgd_form_title h2 {
	margin: 0;
	float: left;
	display: inline-block;
	white-space: nowrap;
	font-size: 23px;
	font-weight: 300;
	color: #7da600;
	line-height: 1;
}
.rsgd_form_title h2 i {
	margin-right: 12px;
	font-size: 29px;
	color: #333;
	line-height: 1;
	vertical-align: middle;
	width: auto;
	height: auto;
}
.rsgd_form_title h2 small {
	margin: 6px 0 0px 10px;
	font-size: 10px;
	font-weight: 400;
	padding: 4px 8px 3px;
	background-color: rgba(0, 0, 0, 0.07);
	line-height: 1;
	border-radius: 20px;
	color: #222;
	display: block;
	float: right;
}
.rsgd_form_title span {
	color: #BDBDBD;
}
.x_content {
	position: relative;
	width: 100%;
	clear: both;
}
.x_content h4 {
	font-size: 16px;
	font-weight: 500;
}
.raysgrid-form .dataTables_wrapper {
	position: relative;
	clear: both;
}
.raysgrid-form .dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
}
.raysgrid-form .dataTables_length {
	width: 50%;
	float: left;
	margin-bottom: 0;
	text-transform: capitalize;
	padding: 15px 0 9px;
	background-color: #f9f9f9;
	border: 1px #ddd solid;
	border-width: 1px 0 0 1px;
	margin-right: -2px;
}
.raysgrid-form .dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
	padding: 13px 0 7px;
	background-color: #f9f9f9;
	border: 1px #ddd solid;
	border-width: 1px 1px 0 0;
}
.raysgrid-form .dataTables_length label{
	margin-left:20px
}
.raysgrid-form .dataTables_filter label{
	margin-right:20px
}
.raysgrid-form div.dataTables_wrapper div.dataTables_info {
	padding-top: 27px;
	white-space: nowrap;
}
.raysgrid-form .rsgd_data_table>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}
.raysgrid-form .dataTables_info {
	width: 60%;
	float: left;
}
.raysgrid-form .dataTables_paginate {
	float: right;
	text-align: right;
	margin-top: 15px;
}
.raysgrid-form .dataTables_paginate .pagination {
	margin-top: 5px;
}
.raysgrid-form .pagination > li {
	display: inline;
}
.raysgrid-form .pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 9px 15px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #7da600;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.raysgrid-form .pagination > .active > a, .raysgrid-form .pagination > .active > a:focus, .raysgrid-form .pagination > .active > a:hover, .raysgrid-form .pagination > .active > span, .raysgrid-form .pagination > .active > span:focus, .raysgrid-form .pagination > .active > span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #7da600;
	border-color: #7da600;
}
.raysgrid-form .pagination > li > a:focus, .raysgrid-form .pagination > li > a:hover, .raysgrid-form .pagination > li > span:focus, .raysgrid-form .pagination > li > span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}
.raysgrid-form .btn-success {
	background: #85b100;
	border-color: #85b100;
	color: #fff;
	border-width: 0 0 0 1px;
}
.top-btns .rsgd_save_btn i, .top-btns .rsgd_edit_btn i{
	color:#fff !important;
	opacity:1
}
.raysgrid-form .delete_btn {
	color: #da5151;
}
.edit_btn, .delete_btn {
	font-size: 12px;
}
.btn.add_new {
	padding: 15px;
	text-align: center;
	height: 70px;
}
.top-btns a i,.top-btns button i {
	margin: 16px auto 8px !important;
	font-size: 30px;
	color: #85b100;
	display: table;
	opacity: 0.6;
}
.top-btns a.add_new i{
	color:#fff
}
.top-btns button i{
	margin-top:0 !important
}
.panel_toolbox {
	float: right;
	margin: 0;
}
.panel_toolbox > li {
	float: left;
	cursor: pointer;
	margin: 0;
}
.panel_toolbox > li > a {
	color: #909090;
	font-size: 14px;
	width: 30px;
	height: 30px;
	line-height: 35px;
	display: block;
	text-align: center;
	border-radius: 3px;
}
.panel_toolbox > li > a i {
	line-height: 30px;
	font-size: 17px;
}
.panel_toolbox > li > a:hover {
	background: #f2f2f2;
}
/** Tabs **/
.rsgd_tabs > li {
	position: relative;
	display: inline-block;
	margin: 0 1px 0 0;
}
.rsgd_tab_content > .tab-pane {
	display: none;
	padding: 0;
	background-color: #fff;
	overflow: hidden;
	border: 1px solid #ddd;
	border-top: 0;
}
.rsgd_tab_content > .active {
	display: block;
}
ul.rsgd_tabs {
	overflow: visible;
	margin: 0px;
	position: relative;
	z-index: 1;
	border-bottom: 3px #7da600 solid;
}
ul.rsgd_tabs > li a {
	padding: 12px 20px;
	background: #f5f5f5;
	margin: 0;
	display: block;
	font-weight: 600;
	font-size: 14px;
	color: #444;
	text-transform: uppercase;
}
ul.rsgd_tabs > li a:hover{
	background-color: #eaeaea;
}
ul.rsgd_tabs > li a i {
	margin-right: 10px;
	font-size: 17px;
	text-align: center;
	vertical-align: middle;
	color: #7da600;
	width: auto;
	height: auto;
	opacity: 0.7;
}
ul.rsgd_tabs > li.active a,ul.rsgd_tabs > li a:focus {
	background-color: #7da600;
	color: #fff;
	box-shadow: none;
}
ul.rsgd_tabs > li.active a i{
	color: #ffffff;
	opacity: 0.5;
}
.raysgrid-form .lbl {
	width: 11%;
	padding: 25px;
	display: table-cell;
	vertical-align: middle;
	background-color: #f5f5f5;
}
.raysgrid-form label.opt-lbl {
	padding: 0;
	font-weight: 600;
	color: #222;
	font-size: 13px;
	display: block;
	text-transform: uppercase;
}
.raysgrid-form small.description {
	font-size: 11px;
	color: #555;
	font-style: normal;
	display: block;
	line-height: 1.4;
	position: static;
	background-color: transparent;
	text-align: left;
	padding: 0;
}
.raysgrid-form .control-input {
	width: 80%;
	padding: 25px 25px 25px 40px;
	display: table-cell;
	vertical-align: middle;
}
.raysgrid-form .form-group {
	border-top: 1px #e8e8e8 solid;
	display: table;
	width: 100%;
}
.raysgrid-form .form-group:nth-child(even) {
	background-color: #fbfbfb;
}
.raysgrid-form .tab-pane .form-group:first-child {
	border-top:0
}
.raysgrid-form .divider-dashed {
	border-top: 1px dashed #e7eaec;
	background-color: #ffffff;
	height: 1px;
	margin: 10px 0;
	clear: both;
}
.raysgrid-form .form-control {
	border-color: #E0E0E0 !important;
	padding: 0 17px;
	border-radius: 3px;
	line-height: 41px;
	color: #555;
	background-color: #fbfbfb;
	width: 40em;
}
.raysgrid-form .form-control:focus{
	border-color: #7da600 !important;
}
.raysgrid-form .form-control[disabled], .raysgrid-form .form-control[readonly], .raysgrid-form fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1;
}
.raysgrid-form .form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
select.form-control {
	padding: 8px !important;
	height: auto;
}
.raysgrid-form input[type=number] {
	height: auto;
	width: 60px !important;
	padding: 8px;
	line-height: 1;
	text-align: center;
}
.raysgrid-form input[type=number]::-webkit-inner-spin-button,
.raysgrid-form input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}
.raysgrid-form input[type=radio], .raysgrid-form input[type=checkbox] {
	margin-top: 1px;
	margin-right:6px
}
.raysgrid-form .radio-lbl{
	margin-right:20px
}
.dataTables_wrapper .form-control {
	display: inline-block;
	padding: 4px 10px !important;
	width: auto;
	margin: 0 0 3px 5px;
	line-height: 22px;
	font-size: 12px;
}
.lst-th {
	width: 100px !important;
	padding-right: 20px !important;
	padding-left: 20px !important;
}
.t-center {
	text-align: center;
}
.m-t-sm {
	top: 6px;
	position: relative;
}
.raysgrid-form select[multiple] {
	height: 125px;
}
.screen-item > p {
	position: relative;
}
.screen-item .upload_im {
	padding: 10px;
	width: 50%;
	margin: 0 -4px;
	box-shadow: none !important;
}
.screen-item a.upload_image_button,.screen-item a.upload_button{

	padding: 10px 17px;

	font-size: 11px;

	font-weight: 700;

	text-transform: uppercase;

	margin-left: 10px !important;
}
.add_new_sc {
	padding-top: 15px;
}
.add_screen {
	background-color: #41ab41 !important;
	color: #fff !important;
	line-height: 40px !important;
	border-radius: 0 !important;
	border: 0 !important;
	height: auto !important;
	box-shadow: none !important;
	padding: 0 15px 0 10px !important;
}
.add_screen i {
	position: relative;
	top: 10px;
	margin-right: 5px;
}
.del_screen {
	padding: 10px 15px 11px !important;
	background-color: #e85151 !important;
	color: #fff !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	border: 0 !important;
	height: auto !important;
	font-weight: 700;
	top: -4px !important;
	position: relative;
	line-height: 1 !important;
	margin-right: 10px !important;
}
.up-image {
	margin: -3px 0 0 !important;
	border-radius: 0 4px 4px 0 !important;
}
#screen-item-0 {
	display: none;
}
.portfolio-meta-cont {
	border: 1px #eee solid;
	padding: 15px;
	margin-top: 15px;
}
.portfolio-meta-cont h3 {
	background-color: #f7f7f7;
	padding: 15px;
	font-size: 15px;
	border-bottom: 1px #eee solid;
	margin: -15px -15px 0 -15px;
}
.icon-item {
	padding: 20px 0 8px;
	border-bottom: 1px #eee solid;
}
.icon-item input[type="text"], .icon-item input[type="number"] {
	padding: 10px;
	width: 20%;
	margin: 0 4px 0 0;
	box-shadow: none !important;
	height: auto !important;
}
.del_icon {
	padding: 10px 15px 11px !important;
	background-color: #e85151 !important;
	color: #fff !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	border: 0 !important;
	height: auto !important;
	font-weight: 700;
	line-height: 1 !important;
	margin-right: 4px !important;
}
.bot-icon {
	display: inline-block;
	position: relative;
	top: -12px;
}
.bot-icon .button.btn_icon {
	border-radius:0
}
.bot-icon .icon-remove{height: 41px;line-height: 38px;width: 41px;text-align: center;border-radius: 0;}
.raysgrid-form .bad input, .raysgrid-form .bad select, .raysgrid-form .bad textarea {
	border: 1px solid #CE5454;
	box-shadow: 0 0 4px -2px #CE5454;
	position: relative;
	left: 0;
	-moz-animation: .7s 1 shake linear;
	-webkit-animation: 0.7s 1 shake linear;
}
.raysgrid-form .item input, .raysgrid-form .item textarea {
	transition: 0.42s;
}
.raysgrid-form .item .alert {
	float: left;
	margin: 0 0 0 20px;
	padding: 8px 10px;
	color: #FFF;
	border-radius: 3px 4px 4px 3px;
	background-color: #CE5454;
	max-width: 190px;
	white-space: pre;
	position: relative;
	left: -15px;
	opacity: 0;
	z-index: 1;
	transition: 0.15s ease-out;
}
.raysgrid-form .item .alert::after {
	content: '';
	display: block;
	height: 0;
	width: 0;
	border-color: transparent #CE5454 transparent transparent;
	border-style: solid;
	border-width: 9px 7px 8px;
	position: absolute;
	left: -13px;
	top: 9px;
}
.raysgrid-form .item.bad .alert {
	left: 0;
	opacity: 1;
	display: inline-block;
}
.raysgrid-form .inl-bl {
	display: inline-block;
}
.raysgrid-form .well .markup {
	background: #fff;
	color: #777;
	position: relative;
	padding: 45px 15px 15px;
	margin: 15px 0 0 0;
	background-color: #fff;
	border-radius: 0 0 4px 4px;
	box-shadow: none;
}
.raysgrid-form .well .markup::after {
	content: "Example";
	position: absolute;
	top: 15px;
	left: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #bbb;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.raysgrid-form .alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.raysgrid-form .clone_btn {
	color: #969696;
}
.raysgrid-form input[type=file] {
	width: 100% !important;
	padding: 10px;
	line-height: 23px;
}
.in-message {
	padding: 7px 15px;
	border: 1px #ddd solid;
	display: inline-block;
}
.in-message.msg-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.rel_btn {
	position: relative;
	overflow: hidden;
}
.raysgrid-form .delete_btn:hover:after {
	opacity: 0.2;
}
.btn.no-radius {
	border-radius: 0 !important;
}
.raysgrid-form .custom-check {
	float: none;
	top: 7px;
}
.post_types div.item {
	display: none;
}
.dis_opt{
	background-color: #f1f1f1;
	padding: 4px 7px;
	margin: 4px 0;
}
#rsgd_skins > .item:first-child .lbl{
	display: none;
	float: none;
	width: auto;
}
.edit-sk,.rsgd_popup_settings{
	display: none;
	position: fixed;
	width: 600px;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -150px;
	background-color: #fff;
	z-index: 9999999;
	-webkit-box-shadow: 0 15px 20px rgba(0,0,0,.3);
	box-shadow: 0 15px 20px rgba(0,0,0,.3);
}
.edit-sk .lbl {
	width: 30%;
}
.edit-sk .control-input {
	width: 70%;
}
.edit-sk .form-group{
	display: table !important;
}
.edit-sk h3.titl,.rsgd_popup_settings h3.titl {
	padding: 15px;
	margin: -15px 0 0;
	background-color: #7da600;
	color: #fff;
}
#boo-overlay {
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	height: 100%;
	min-height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.7;
	display: none;
	z-index: 9999;
}

/* Skins */
.port-container, .port-captions *, .ov-div,.portfolio-item .port-img:before,.portfolio-item .icon-links a,.portfolio-item .port-captions,.resort .port-captions h4:after,.portfolio-item .icon-links,
.portfolio-item .por-hover,.marbele .port-captions:before,.filter-by ul li a span b.popup{
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ov-div{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-position: 50% 50%;
	height: 270px;
	background-size: cover;
	background-image: url('../images/port-img.jpg');
}
.portfolio-item:nth-child(2n) .ov-div{
	background-image: url('../images/port-img-2.jpg');
}
.portfolio-item:nth-child(3n) .ov-div{
	background-image: url('../images/port-img-3.jpg');
}
.portfolio-item:nth-child(4n) .ov-div{
	background-image: url('../images/port-img-4.jpg');
}
.portfolio-item .port-img:before{
	position: absolute;
	background-color: rgba(0,0,0,.65);
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	opacity: 0;
	z-index: 2
}
.portfolio-item .icon-links{
	position: absolute;
}
.portfolio-item .icon-links a{
	display: inline-block;
	opacity: 0;
	position: absolute;
	z-index: 5;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px
}
.port-container,.portfolio-item .port-img{
	overflow: hidden;
	position: relative;
}
.portfolio-item .port-img{
	height: 270px;
}
.port-captions h4{
	margin: 10px 0 5px 0;
	padding: 0 10px;
	font-size: 17px;
}
.port-captions p.description{
	margin-bottom: 0;
	padding: 0 10px;
	text-align: center;
	font-style: normal;
}
.port-captions,.port-captions a{
	color: #555
}
.portfolio-item:hover .port-img:before,.portfolio-item:hover .icon-links a{
	opacity:1;
}
.portfolio .description a{
	display: inline-block !important
}
/* style 0 */
.kara .port-img::before{
	width: 94%;
	height: 94%;
	position: absolute;
	top: 3%;
	left: 3%;
	z-index: 2;
	display: block;
	content: "";
	-webkit-transform-origin: right;
	transform-origin: right;
	transition: visibility .6s,-webkit-transform .7s cubic-bezier(.19,1,.22,1);
	transition: transform .7s cubic-bezier(.19,1,.22,1),visibility .6s;
	transition: transform .7s cubic-bezier(.19,1,.22,1),visibility .6s,-webkit-transform .7s cubic-bezier(.19,1,.22,1);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	visibility: hidden;
}
.kara:hover .port-img::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	transform-origin: left;
	transition: -webkit-transform .5s cubic-bezier(1,0,0,1);
	transition: transform .5s cubic-bezier(1,0,0,1);
	transition: transform .5s cubic-bezier(1,0,0,1),-webkit-transform .5s cubic-bezier(1,0,0,1);
	visibility: visible;
}
.kara .port-captions{
	transition-delay: 0.3s !important;
	color: #fff;
	padding: 0 15px;
	opacity: 0;
	transition: none;
	text-align: center;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	opacity: 0;
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	margin-top: 18%;
}
.kara .port-captions a{
	color: #fff
}
.kara:hover .port-captions{
	opacity: 1;
}
.kara .portfolio-item .port-captions h4{
	transform: scaleY(0);
	transition-delay: 0.5s;
}
.kara .port-captions .description{
	transform: scaleY(0);
	transition-delay: 0.6s;
}
.kara:hover .port-captions h4,.kara:hover .port-captions .description{
	transform: scaleY(1);
}
.kara .icon-links{
	bottom: 65px;
	width: 100%;
	opacity: 0;
}
.kara:hover .icon-links{
	opacity: 1
}
.kara .icon-links a{
	background-color: transparent !important;
	color: #fff;
	font-size: 20px;
	transition-delay: 0.7s;
	bottom: 12px;
}
.kara .icon-links a.rsgd_link{
	left: -20px;
}
.kara .icon-links a.rsgd_zoom{
	right: -20px;
}
.kara:hover .icon-links a.rsgd_link{
	left: 20px;
}
.kara:hover .icon-links a.rsgd_zoom{
	right: 20px;
}
/* style 1 */
.paleo .port-captions h4,.sublime .port-captions h4,.gemini .port-captions h4,.focus .port-captions h4,.agent .port-captions h4,.mass .port-captions h4,.astro .port-captions h4,.zilla .port-captions h4{
	margin: 15px 0 0;
	font-size: 16px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.paleo p.description,.sublime p.description,.gemini p.description,.zilla p.description{
	font-size: 13px
}
.paleo .icon-links{
	bottom: 0;
	width: 100%;
	left: 0;
}
.paleo .icon-links a,.sublime .icon-links a{
	width: 50%;
	text-align: center;
	margin: 0 !important;
	top: 0;
	position: relative;
}
.paleo .port-captions {
	position: relative;
}
.paleo a.rsgd_zoom{
	right: -300px;
}
.paleo a.rsgd_link{
	left: -300px;
}
.paleo:hover a.rsgd_zoom{
	right: 0;
	opacity: 1
}
.paleo:hover a.rsgd_link{
	left: 0;
}

/* 2 */
.hub .port-container img,.ivy .port-container img,.hub .ov-div,.ivy .ov-div,.kara .port-container img,.kara .ov-div{
	position: relative;
	width:100%;
	z-index:1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.hub .port-container:after,.ivy .port-container:after{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:inline-block
}
.hub .port-container:hover .ov-div,.ivy .port-container:hover .ov-div,.kara .port-container:hover .ov-div{
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}
.portfolio-item .port-container:after{
	background-color:rgba(0,0,0,.5);
	opacity:0;
	z-index:1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
.hub .icon-links,.ivy .icon-links,.neuron .icon-links,.focus .icon-links,.kara .icon-links{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}
.hub .icon-links a {
	left:-60px;
	top:50%;
	margin-top:-20px;
}
.hub .port-container:hover .icon-links a{
	left:0
}
.hub a.rsgd_zoom{
	left:auto;
	right:-60px
}
.hub .port-container:hover a.rsgd_zoom{
	right:0;
	left: auto;
}
.hub .port-captions,.kara .port-captions{
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	z-index: 9
}
.hub h4,.hub .port-captions h4 {
	color:#fff;
	text-align:center;
	-webkit-transition-delay: 0.2s !important;
	transition-delay: 0.2s !important;
	-webkit-transform: translate3d(0,120px,0);
	transform: translate3d(0,120px,0);
}
.hub h4 a,.hub .port-captions h4 a{
	color:#fff
}
.hub .port-captions p.description {
	font-size: 11px;
	text-align:center;
	display:block;
	color:#ccc;
	-webkit-transition-delay: 0.3s !important;
	transition-delay: 0.3s !important;
	-webkit-transform: translate3d(0,120px,0);
	transform: translate3d(0,120px,0);
	margin-bottom: 10px
}
.hub .port-container .description a,.hub .port-captions .description a{
	color:#fff
}
.hub .port-container:hover h4,.hub .port-container:hover .description,.hub:hover .port-captions h4,.hub:hover .port-captions .description {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* 3 */
.ivy .port-container .icon-links a{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	z-index: 5;
	color: #fff;
	background-color: transparent !important;
}
.ivy .port-container .icon-links a:after{
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	display: inline-block;
	content: "";
	border-style: solid;
	border-width: 60px 60px 0 0;
	z-index: -1
}
.ivy .port-container a.rsgd_zoom:after{
	border-width: 0 0 60px 60px;
	top: auto;
	left: auto;
	bottom: 0;
	right: 0
}
.ivy .port-container a.rsgd_link{
	top: -60px;
	left: -60px;
}
.ivy .port-container a.rsgd_zoom{
	bottom: -60px;
	right: -60px;
}
.ivy:hover a.rsgd_link{
	top: 0;
	left: 0;
}
.ivy.portfolio-item:hover a.rsgd_zoom{
	bottom: 0;
	right: 0;
}
.ivy .port-captions{
	text-align: center;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	opacity: 0;
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	margin-top: 33%;
}
.ivy .port-container:hover .port-captions,.onair .port-container:hover .port-captions{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1
}
.ivy .port-captions h4 a,.onair .port-captions h4 a{
	color:#fff;
}
.ivy .port-captions p a,.ivy .port-captions p {
	color:#ccc;
}

/* 4 */
.sublime .port-captions{
	background-color: rgba(0,0,0,.05);
	padding: 5px 15px 15px;
	text-align: center;
}
.sublime .icon-links{
	bottom: 0;
	left: 0;
	width: 100%
}
.sublime .icon-links a{
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}
.sublime .icon-links a.rsgd_zoom{
	-webkit-transform: translate3d(0,-50px,0);
	transform: translate3d(0,-50px,0);
}
.sublime:hover .icon-links a{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.sublime a.rsgd_zoom,.krosh a.rsgd_zoom{
	bottom: 100px;
	right: 0
}
.sublime a.rsgd_link,.krosh a.rsgd_link{
	bottom: -100px
}
.sublime:hover .icon-links a,.krosh:hover .icon-links a{
	bottom: 0;
}

/* 5 */
.krosh{
	position: relative;
	overflow: hidden;
}
.krosh .port-captions{
	text-align: center;
	padding: 5px 15px 15px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	opacity: 0;
	position: absolute;
	width: 100%;
	z-index: 99;
	bottom: -100px;
	left: 0;
	background-color: #fff;
}
.krosh .port-captions h4{
	font-size:15px
}
.krosh .icon-links{
	width: 102px;
	height: 50px;
	left: 50%;
	margin-left: -51px;
	top: 50%;
	margin-top: -25px
}
.krosh .icon-links a.rsgd_zoom{
	margin-left: 1px
}
.krosh .port-container:hover .port-captions{
	bottom: 0;
	opacity: 1
}
.krosh .port-img,.krosh .media-cont{
	position: relative;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	top: 0
}
.krosh:hover .port-img,.krosh:hover .media-cont{
	top: -20px
}

/* 6 */
.impress .port-img:before{
	background-color: rgba(0,0,0,.75);
}
.impress .icon-links,.marbele .icon-links{
	height: 56px;
	width: 117px;
	top: 38%;
	left: 50%;
	margin-left: -50px;
	margin-top: -28px;
	overflow: visible;
	z-index: 99;
}
.impress .icon-links a,.marbele .icon-links a{
	position: static;
	width: 56px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	background-color: rgba(255,255,255,0.35);
	border-radius: 50%;
	font-size: 18px;
	color: #fff;
	transform: translate3d(0px, -150px, 0px);
	-webkit-animation-delay: 0.4s !important;
	animation-delay: 0.4s !important;
}
.impress .icon-links a:first-child,.marbele .icon-links a:first-child{
	margin-right: 5px;
}
.impress .icon-links a:last-child,.marbele .icon-links a:last-child{
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.impress:hover .icon-links a,.marbele:hover .icon-links a,.impress:hover .port-container:before{
	opacity: 1
}
.impress:hover .icon-links a,.marbele:hover .icon-links a {
	transform: translate3d(0px, 0px, 0px);
}
.impress:hover .icon-links a:hover,.marbele:hover .icon-links a:hover{
	background-color: rgba(0,0,0,.7);
}
.impress .port-captions{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 4;
	transform: translate3d(0px, 100px, 0px);
	-webkit-animation-delay: 0.4s !important;
	animation-delay: 0.4s !important;
}
.impress:hover .port-captions {
	transform: translate3d(0px, 0px, 0px);
}
.impress .port-captions h4{
	background-color: rgba(255,255,255,0.35);
	color: #fff;
	padding: 15px;
	font-weight: 300;
	text-align: center;
}
.impress .port-captions a{
	color: #fff
}
.impress .port-captions p.description{
	text-align: center;
	padding: 10px 10px 13px;
}

/* 7 */
.transit .port-img:before{
	background-color: rgba(255, 255, 255, 0.7);
}
.transit .icon-links{
	height: 56px;
	width: 117px;
	bottom: 24px;
	left: 50%;
	margin-left: -50px;
	overflow: visible;
	z-index: 99
}
.transit .icon-links a,.solo .icon-links a{
	position: static;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: rgba(0, 0, 0, 0.4);
	font-size: 18px;
	color: #fff;
	transform: translate3d(0px, 50px, 0px);
}
.transit .icon-links a:first-child{
	margin-right: 1px;
}
.transit .icon-links a{
	-webkit-transition: transform 0.7s ;
	transition: transform 0.7s ;
}
.transit:hover .icon-links a,.transit:hover .port-container:before{
	opacity: 1
}
.transit .port-img:before{
	display:none !important;
}
.transit:hover .icon-links a {
	transform: translate3d(0px, 0px, 0px);
}
.transit:hover .icon-links a:hover{
	background-color: rgba(0,0,0,.7);
}
.transit .port-captions{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	top: 0%;
	z-index: 4;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	background-color: #333;
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
	padding-top: 20%;
}
.transit .ov-div {
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.transit:hover .port-captions {
	-webkit-transform: translateY(0);
	transform: translateY(0);

}
.transit:hover .ov-div {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.transit .port-captions h4{
	color: #292929;
	font-weight: 600;
	text-align: center;
	position: relative;
}
.transit .port-captions h4:after,.resort .port-captions h4:after{
	position: absolute;
	width: 40px;
	height: 2px;
	background-color: #656565;
	content: "";
	display: inline-block;
	left: 50%;
	margin-left: -20px;
	bottom: -9px;
}
.transit .port-captions a{
	color: #fff;
}
.transit .port-captions p.description{
	text-align: center;
	padding-top: 8px
}
.transit .figcaption{
	position: relative;
	z-index: 5
}

/* 8 */
.resort .port-container{
	background-color: #ececec;
	padding: 15px;
	border:1px transparent solid;
}
.resort .port-img{
	max-height: 200px;
	overflow: hidden;
	border-width: 5px;
	border-style: solid;
	margin-bottom: 20px;
	border-color: #fff;
}
.resort .icon-links{
	height: auto;
	width: 100%;
	top: auto;
	z-index: 99;
	bottom: 0
}
.resort .icon-links a{
	position: static;
	width: 50%;
	text-align: center;
	transform: translate3d(-30px, 0px, 0px);
	-webkit-transform: translate3d(-30px, 0px, 0px);
}
.resort .icon-links a:last-child{
	transform: translate3d(30px, 0px, 0px);
	-webkit-transform: translate3d(30px, 0px, 0px);
}
.resort .port-captions {
	text-align: center;
}
.resort .port-captions h4{
	text-transform: none;
	position: relative;
	margin-bottom: 25px
}
.resort .port-captions h4:after{
	bottom: -14px
}
.resort:hover .port-captions h4:after{
	width: 100px;
	margin-left: -50px;
}
.resort .port-img img{
	transform: scale(1);
	-webkit-transform: scale(1);
}
.resort:hover .port-img img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.resort:hover .port-container{
	background-color: #fff;
	border-color: #ddd
}
.resort:hover .port-img{
	border-color:#ddd;
}
.resort:hover .icon-links a{
	transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
}

/* 9 */
.gemini .port-img:before,.onair .port-img:before{
	display: none;
}
.portfolio-item .por-hover{
	position: absolute;
	width: 100%;
	height: 100%;
	left: -100%;
	top: 0;
	background-color: rgba(0,0,0,.6);
}
.gemini .icon-links,.onair .icon-links{
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
}
.gemini .icon-links a{
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	top: 50%;
	margin-top: -25px;
	left: 50%;
	margin-left: -52px;
	transform: scale(0);
	-webkit-transform: scale(0);
	opacity: 0;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

/* 11 */
.onair .port-captions{
	text-align: center;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	opacity: 0;
	-webkit-transform: translate3d(0,-40px,0);
	transform: translate3d(0,-40px,0);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
}
.onair .port-captions{
	padding-top: 10%
}
.onair .port-captions p{
	display: table;
	margin: 5px auto 0;
	padding: 3px 6px;
	font-size: 13px;
	color: #fff
}
.onair .port-captions p a{
	color: #fff
}
.onair .icon-links a{
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	bottom: 5px;
	left: 50%;
	margin-left: -52px;
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	background-color: rgba(255,255,255,0.3) !important;
	color: #fff;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.onair .icon-links a:hover{
	background-color: rgba(0,0,0,0.5) !important;
	color: #fff
}
.gemini .icon-links a.rsgd_zoom,.onair .icon-links a.rsgd_zoom{
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
	left: auto;
	margin-left: 0;
	right: 50%;
	margin-right: -52px;
}
.gemini:hover .icon-links a,.onair:hover .icon-links a{
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
}

/* 10 */
.neuron .port-captions,.agent .port-captions{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	z-index: 9
}
.neuron .port-captions h4,.rotato .port-captions h4{
	padding:3px 6px;
	background-color: rgba(0, 0, 0, 0.63);
	display: table;
	margin:0 auto;
	font-size: 14px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	transform: translate3d(0px,-20px, 0px);
	-webkit-transform: translate3d(0px,-20px, 0px);
	opacity: 0;
}
.neuron .port-captions h4 a,.neuron .port-captions p,.neuron .port-captions p a,.rotato .port-captions h4 a,.rotato .port-captions p,.rotato .port-captions p a{
	color: #fff
}
.neuron .port-captions p,.rotato .port-captions p{
	margin-bottom: 8px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	transform: translate3d(0px,50px, 0px);
	-webkit-transform: translate3d(0px,50px, 0px);
	opacity: 0
}
.neuron:hover .port-captions h4,.neuron:hover .port-captions  p,.rotato:hover .port-captions h4,.rotato:hover .port-captions  p{
	transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	opacity: 1
}
.neuron .icon-links a,.rotato .icon-links a{
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: rgba(255,255,255,0.35);
	border-radius: 50%;
	font-size: 16px;
	color: #fff;
	transform: translate3d(-50px,0px,  0px);
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	top: 35%;
	left: 50%;
	margin-left: -52px;
}
.neuron .icon-links a:first-child,.rotato .icon-links a:first-child{
	margin-right: 5px;
}
.neuron .icon-links a:last-child,.rotato .icon-links a:last-child{
	left: auto;
	right: 50%;
	margin-right: -52px;
	transform: translate3d(50px,0px, 0px);
}
.neuron:hover .icon-links a,.rotato:hover .icon-links a{
	opacity: 1
}
.neuron:hover .icon-links a,.rotato:hover .icon-links a{
	transform: translate3d(0px, 0px, 0px);
}
.neuron:hover .icon-links a:hover,.rotato:hover .icon-links a:hover{
	background-color: rgba(0,0,0,.7);
}

/* 12 */
.solo {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.26);
	background: #fff;
}
.solo .port-container{
	padding:15px
}
.solo .port-captions h4,.zilla .port-captions h4{
	margin: 15px 0 10px;
	border-bottom : 1px #e8e8e8 solid;
	padding-bottom: 10px;
	font-size: 16px
}
.solo .port-captions p{
	font-size: 12px
}
.solo .icon-links {
	z-index: 9;
	position: relative;
}
.solo .port-img:before{
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	transform: translateX(380px);
	-webkit-transform: translateX(380px);
}
.solo:hover .port-img:before{
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
}
.solo .icon-links a{
	background-color: rgba(0,0,0,0.2);
	font-size: 16px;
	color: #fff;
	transform: translate3d(-50px,0px,  0px);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.solo .icon-links a:first-child{
	margin-right: 1px;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.solo:hover .icon-links a,.focus:hover .icon-links a{
	opacity: 1;
	transform: translate3d(0px, 0px, 0px);
}
.solo:hover .icon-links a:hover{
	background-color: rgba(0,0,0,.7);
}

/* 13 */
.rotato {
	perspective: 2000px;
	overflow: visible;
}
.rotato .port-img:before{
	display: none;
}
.rotato .port-img,.rotato .port-container{
	transform-style: preserve-3d;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	overflow: visible;
}
.rotato .icon-links{
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	transform: rotateY( 180deg );
	-webkit-transform: rotateY(180deg);
}
.rotato:hover .icon-links{
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	opacity: 1
}
.rotato .ov-div{
	backface-visibility: hidden;
}
.rotato:hover .ov-div{
	transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
}
.rotato .port-captions{
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	text-align: center;
	opacity: 0
}
.rotato:hover .port-captions{
	opacity: 1
}

/* 14 */
.focus:hover .port-img .ov-div{
	transform: scale(0.72);
}
.solo .icon-links a,.focus .icon-links a{
	font-size: 16px;
	transform: translate3d(-50px,0px,  0px);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.focus a.rsgd_zoom{
	bottom: 0;
	right: 0
}
.focus .icon-links a{
	transform: translate3d(-50px,-50px,  0px);
}
.focus .icon-links a.rsgd_zoom{
	transform: translate3d(50px,50px,  0px);
}
.focus:hover .icon-links a{
	opacity: 1;
	transform: translate3d(0px, 0px, 0px);
}
.focus .port-captions{
	background-color: #e8e8e8;
	padding: 5px 15px 15px;
	z-index: 99;
	position: relative;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.focus:hover .port-captions{
	margin-top: -50px;
	margin-right: 50px;
	background-color: #fff
}

/* 15 */
.agent .port-captions{
	padding-bottom: 10px;
	text-align: left;
	transform:translate3d(-600px,0,0);
	-webkit-transform:translate3d(-600px,0,0);
	color:#fff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.agent .port-captions a{
	color:#fff
}
.agent:hover .port-captions{
	transform:translate3d(0,0,0);
	-webkit-transform:translate3d(0,0,0);
}
.agent .port-img:before{
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	transform:translate3d(0,600px,0);
	-webkit-transform:translate3d(0,600px,0);
}
.agent:hover .port-img:before{
	transform:translate3d(0,0,0);
	-webkit-transform:translate3d(0,0,0);
}
.agent .icon-links{
	right: 5px;
	top: 5px;
	z-index: 9
}
.agent .icon-links a{
	position: static;
	margin: 0 0 2px;
	display: block;
	transform:translate3d(600px,0,0);
	-webkit-transform:translate3d(600px,0,0);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.agent .icon-links a.rsgd_zoom{
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.agent:hover .icon-links a{
	transform:translate3d(0,0,0);
	-webkit-transform:translate3d(0,0,0);
}
.paleo p.description,.gemini p.description,.solo p.description,.focus p.description,.agent p.description,.marbele p.description,.astro p.description,.zilla p.description{
	text-align:left;
	padding-left:10px !important
}

/* 16 */
.rolly .port-captions{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	text-align: center;
	padding-top: 33%
}
.rolly .port-captions h4{
	padding: 6px 10px;
	background-color: #333;
	color: #fff;
	display: table;
	margin: auto;
	line-height: 1;
	font-size: 13px;
}
.rolly .port-captions h4 a,.rolly:hover .port-captions p a,.mass .port-captions a,.marbele .port-captions a,.astro .port-captions a{
	color: #fff;
	font-size: 13px;
}
.rolly:hover .port-captions h4{
	background-color: #fff
}
.rolly:hover .port-captions h4 a{
	color: #333
}
.rolly:hover .ov-div{
	transform: scale(1.2);
}
.rolly .port-captions p{
	transform:scale(1,0);
	-webkit-transform:scale(1,0);
	opacity: 0;
	color: #fff;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.rolly:hover .port-captions p{
	transform:scale(1,1);
	-webkit-transform:scale(1,1);
	opacity: 1
}
.rolly .icon-links {
	bottom: 5px;
	top: auto;
	width: 102px;
	left: 50%;
	margin-left: -51px;
	z-index: 9
}
.rolly .icon-links a{
	position: static;
	background-color: transparent !important;
	color: #fff;
	transform: translate3d(-50px,0px,  0px);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.rolly .icon-links a.rsgd_zoom{
	transform: translate3d(50px,0px,  0px);
}
.rolly:hover .icon-links a{
	transform: translate3d(0px,0px,  0px);
}

/* 17 */
.mass .port-captions{
	text-align: center;
	opacity: 0;
	z-index: 9;
	padding: 15px;
	position: absolute;
	width: 100%;
	transform: translateY(-45px);
	height: 0;
}
.mass .icon-links{
	width: auto;
	bottom: 0;
	z-index: 99;
	transform: translateX(-50%);
	left: 50%;
}
.mass .icon-links a{
	position: static;
	margin: 0 1px;
	transform: translate3d(0px,-20px,0px);
	height: 40px;
	line-height: 45px;
}
.mass .icon-links a:hover{
	background-color: #333;
	color: #fff
}
.mass .icon-links a.rsgd_zoom{
	float: right;
	transform: translate3d(0px,-20px,0px);
}
.mass:hover .icon-links a{
	transform: translate3d(0px,0px,0px);
}
.mass:hover .port-captions{
	opacity: 1;
	transform: translateY(-30px);
	height: auto;
	width: 92%;
}
.mass,.mass .port-container,.mass .port-img{
	overflow: visible;
}
.mass:hover .port-img:before{
	background-color: transparent;
	opacity: 0 !important;
}
.mass .port-img{
	transition:transform 0.4s;
	-webkit-transition:transform 0.4s;
}
.mass:hover .port-img{
	transform:translateY(-30px);
	-webkit-transform:translateY(-30px);
}

/* 18 */
.marbele .port-captions:before{
	position: absolute;
	bottom: 0;
	height: 5px;
	width: 100%;
	display: block;
	content: "";
	left: 0;
	z-index: 8
}
.marbele:hover .port-captions:before{
	height: 100%
}
.marbele .port-captions{
	z-index: 9;
	padding: 5px 15px 15px;
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 9
}
.marbele .port-captions h4,.marbele .port-captions p{
	opacity: 0;
	position: relative;
	z-index: 9
}
.marbele:hover .port-captions h4,.marbele:hover .port-captions p{
	opacity: 1
}

/* 19 */
.astro .port-img:before{
	display: none;
}
.astro .icon-links{
	position: relative;
	z-index: 9;
	display: table;
	top: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -25px;
}
.astro .icon-links a{
	opacity: 1;
	position: static;
	margin: 0 2px 0 0
}
.astro .port-captions{
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,100px,0);
	transform: translate3d(0,100px,0);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	padding: 10px 20px 20px;
	color: #fff
}
.astro:hover .port-captions{
	transform: translate3d(0px,0px,0px);
}
.astro .ov-div{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
.astro:hover .ov-div{
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
}
.astro:hover .icon-links{
	transform: translate3d(0px,-30px,0px);
}
.astro .icon-links a{
	transform: translate3d(-50px,0px,  0px);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	opacity: 0
}
.astro .icon-links a.rsgd_zoom{
	transform: translate3d(50px,0px,  0px);
}
.astro:hover .icon-links a{
	transform: translate3d(0px,0px,  0px);
	opacity: 1
}

/* 20 */
.zilla .icon-links{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}
.zilla .icon-links a.rsgd_link{
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	transform: scale(0) rotate(360deg);
}
.zilla:hover a.rsgd_link{
	transform: scale(1) rotate(0deg);
}
.zilla a.rsgd_zoom{
	left: 0;
	bottom: 0;
	transform: translate3d(-50px,50px,0px);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.zilla {
	border: 1px #eee solid;
	padding: 15px 15px 0;
}
.zilla:nth-child(even){
	background-color: #f7f7f7
}
.zilla:hover a.rsgd_zoom{
	transform: translate3d(0px,0px,0px);
}
.zilla .port-captions{
	padding: 10px 0 20px;
}
.ivy .icon-links a:after{
	border-color: #7da600 transparent transparent transparent;
}
.ivy .icon-links a.rsgd_zoom:after{
	border-color: transparent transparent #7da600 transparent;
}
.white-bg{
	background-color: #fff;
	color: #333
}
.main-bg,.onair .port-captions p, .rotato .icon-links, .mass .port-captions, .mass .icon-links a,.astro .port-captions{
	background-color: #7da600;
	color: #fff
}
.mass .port-img:before{
	border-color: #7da600;
	width: 94.8%;
}
.paleo p.description,.gemini p.description{
	margin-bottom: 15px
}

.portfolio-meta-cont select#portfolio_layout{
	width: 30em;
	padding: 8px 10px;
	background-color: #f5f5f5;
	color: #333;
	height: auto;
}

.filter-by{
	margin: 0;
	clear:both;
	position:relative;
}
.filter-by ul{
	display:table;
	margin:auto;
	padding: 0;
	list-style: none;
}
.filter-by ul li{
	float: left;
	position:relative;
	margin: 0 3px;
	padding-bottom: 0;
	list-style: none;
}
.filter-by ul li a{
	display:block;
	position:relative;
	z-index:3;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #555;
	padding: 12px 25px;
	margin: 0 !important;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.17);
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.17);
}
.filter-by ul li.selected a{
	background-color: #7da600;
	color:#fff;
}
#rsgd_skins > .form-group > .control-input{
	display: block;
	width: auto;
	padding: 25px;
	overflow: hidden;
	height: 100%
}
.top-btns{
	position: absolute;
	right: 0px;
	top: 0;
	z-index: 9;
}
.x_panel .top-btns{
	top: -62px
}
.top-btns.fixed_btns{
	background-color: #fff;
	z-index: 999;
	right: 20px;
	padding: 4px;
	top: 32px;
	position: fixed;
	-webkit-box-shadow: 0 0px 30px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0px 30px 0px rgba(0, 0, 0, 0.2);
}
.blockk{
	top: 20px;
	right: 20px;
}
.col-haf{
	width: 50%;
	float: left;
}
.nowrap{
	white-space: nowrap;
}
.noborder{
	border-bottom:0;
}

.rsgd_chk{
	background-color: #f2f2f2;
	cursor: pointer;
	display: inline-block;
	height: 28px;
	position: relative;
	vertical-align: middle;
	width: 59px;
	border-radius: 32px;
	z-index: 0;
	-webkit-transition: background .3s ease 0s;
	-moz-transition: background .3s ease 0s;
	transition: background .3s ease 0s;
	cursor: pointer;
}
.rsgd_chk .rsgd_switch{
	background: #fff;
	height: 34px;
	position: absolute;
	top: -4px;
	width: 34px;
	left: -2px;
	background: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0px 5px 9px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 9px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 9px 2px rgba(0,0,0,0.1);
	-webkit-transition: right .3s ease 0s;
	-moz-transition: right .3s ease 0s;
	transition: all .3s ease 0s;
}
.rsgd_chk.selected .rsgd_switch{
	left: 26px;
}
.rsgd_chk.selected{
	background: #7da600;
}
.it_checkbox{
	margin: 0 !important;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	outline: none;
	opacity: 1;
	width: 65px !important;
	height: 30px !important;
	background-color:transparent !important;
	border:none !important;
	box-shadow: none !important;
	border-radius: 5em
}
.it_checkbox:before{
	display: none !important
}
.no_grids{
	text-align: center;
	font-size: 14px;
	background: #ffe3e3;
	padding: 20px;
	position: relative;
	z-index: 5;
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 2px #debaba solid;
	margin: 10px 20px;
}
.x_content .no_grids{
	margin: -15px 0 0
}
.no_grids i {
	display: table;
	margin: 0 auto 10px;
	font-size: 24px;
	background: rgba(0, 0, 0, 0.23);
	color: #fff;
	border-radius: 50%;
	line-height: 40px;
	width: 40px;
	height: 40px;
}
.close-skin{
	float: right;
	color: #fff;
}
.wp-color-result,.iris-picker .iris-square, .iris-picker .iris-slider, .iris-picker .iris-square-inner, .iris-picker .iris-palette,.wp-color-result span{
	border-radius: 0 !important;
	box-shadow: none;
}
.iris-picker .iris-palette{
	border:1px #ccc solid;
	margin-left: 1px !important;
}
.wp-picker-container .wp-color-result.button {
	height: 40px !important;
	border-color: #ececec !important;
	background: #eee;
	padding-left: 39px;
	margin: 0 !important;
	box-shadow: none;
	padding-right: 0;
	font-size: 12px;
}
.wp-picker-container .wp-color-result.button span.color-alpha{
	width: 39px !important;
	height: 38px !important;
	box-shadow: none !important;
}
.wp-picker-container .wp-color-result.button span.wp-color-result-text{
	height: 38px !important;
	line-height: 39px !important;
	padding: 0 13px;
	display: inline-block;
	background: #eee;
}
.wp-color-result:focus, .wp-color-result:hover{
	border-color:#ddd
}
.wp-color-result:after {
	line-height: 40px;
	padding: 0 15px;
	border-radius: 0 0;
	white-space: nowrap;
	border-color: #ececec !important;
}
.wp-color-result.wp-picker-open .wp-color-result-text{
	display:none
}
.wp-picker-container input[type=text].wp-color-picker {
	width: 90px !important;
	line-height: 38px;
	padding: 0 15px;
	box-shadow: none;
	margin-left: -1px;
	border-color: #ececec;
}
.wp-picker-container .button.button-small {
	height: 39px;
	line-height: 38px;
	border-radius: 0;
	box-shadow: none;
	padding: 0 15px;
	color: #fff;
	background-color: #444;
	border-color: #444;
	margin: 0px 0 0 -1px;
}
.rsgd_select_boxes{display: none;}
.rsgd_sel_opts {
	margin: 0;
	padding: 0;
	display: inline-block;
}
.rsgd_sel_opts li{
	padding: 15px 30px;
	margin: 0 -1px 0 0;
	float: left;
	cursor: pointer;
	overflow:hidden;
	position:relative;
	color: #444;
	border: 1px #efefef solid;
	background-color: #ffffff;
	z-index: 1;
	font-weight: 600;
}
.rsgd_sel_opts li:first-child{
	border-radius: 4px 0 0 4px;
}
.rsgd_sel_opts li:last-child{
	border-radius: 0 4px 4px 0;
}
.rsgd_sel_opts li:before {
	opacity: 0;
	content:"";
	width:100%;
	height: 2px;
	transform: translate3d(0,3px,0);
	position:absolute;
	left: 0;
	bottom: 0;
	background-color: #7da600;
}
.rsgd_sel_opts li.active{
	background-color: #f9f9f9;
	color: #7da600;
	z-index: 2;
}
.rsgd_sel_opts li.active:before {
	opacity: 1;
	transform:translate3d(0,0,0)
}
.slidernum{
	margin: 17px 35px 0 0;
	background-color: #f1f1f1;
	height: 3px;
	position: relative;
	float: left;
	width: 260px;
}
.slidernum .ui-slider-range{
	background-color: #7da600;
	height: 3px;
	position: absolute;
	top: 1px;
	transition: all 0.2s ease-out;
	left: 1px;
}
.slidernum .ui-state-default{
	width: 20px;
	height: 20px;
	background: #7da600;
	display: inline-block;
	position: absolute;
	transition: all 0.2s ease-out;
	top: -8px;
	border-radius: 50%;
	-webkit-box-shadow: 0px 5px 9px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 9px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 4px 7px 1px rgba(0,0,0,0.1);
}
.slidernum .ui-state-active,.slidernum .ui-state-focus{
	width: 30px;
	height: 30px;
	top: -13px;
	cursor: e-resize
}
.raysgrid-form input[type=number]::-webkit-inner-spin-button,
.raysgrid-form input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}
.iris-alpha-slider + .iris-alpha-slider{
	display: none;
}

.rsgd_lg_btn{
	padding: 15px 25px;
	font-size: 14px;
	cursor: pointer;
}
.rsgd_error_list{
	display: none;
	padding: 0 20px;
	line-height: 55px;
	height: 55px;
	background-color: #ffe4e4;
	margin: 11px 12px 0 0;
	border-radius: 5px;
	color: #666;
}
.rsgd_error_list b{
	font-weight: normal;
	font-size: 12px;
	text-transform: capitalize;
}
.setings_content{
	overflow: hidden;
	padding: 30px;
}
.rsgd_popup_settings label{
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
.rsgd_popup_settings .form-control{
	width: 100%;
	margin-bottom: 5px;
}
.rsgd_popup_settings .imp_hint{
	margin-bottom: 20px;
	display: block;
	line-height: 1.5
}
.rsgdred{
	color: #f00
}
.rsgd_popup_settings .rsgd_name_btn{
	padding: 10px 20px;
	border-radius: 4px;
	cursor: pointer;
}
.rsgd_close_settings{
	float: right;
	color: #fff
}


body.rtl .top-btns{
	right: auto;
	left: 0
}
body.rtl .rsgd_form_title h2,
body.rtl .rsgd_sel_opts li,
body.rtl .portfolio-item,
body.rtl .raysgrid-form .dataTables_length,
body.rtl .raysgrid-form .dataTables_filter{
	float: right;
}
body.rtl .rsgd_close_settings{
	float: left;
}
body.rtl .rsgd_form_title h2 small{
	float: left;
	margin: 6px 10px 0px 0;
}
body.rtl .rsgd_form_title h2 i,
body.rtl ul.rsgd_tabs > li a i{
	margin-right: 0;
	margin-left: 12px;
}
body.rtl .raysgrid-form small.description{
	text-align: right;
}
body.rtl .raysgrid-form .dataTables_filter{
	text-align: left;
	border-width: 1px 0 0 1px;
}
body.rtl .raysgrid-form .dataTables_filter label {
	margin-right: 0;
	margin-left: 20px;
}
body.rtl .raysgrid-form .dataTables_length{
	border-width: 1px 1px 0 0;
}
body.rtl .raysgrid-form .dataTables_length label {
	margin-left: 0;
	margin-right: 20px;
}
body.rtl .raysgrid-form .dataTables_info {
	float: right;
}
body.rtl .raysgrid-form .dataTables_paginate{
	float: left;
}