.heartContainer
{
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
}

.human-heart
{
	animation: 2.5s infinite beatHeart;
}

@keyframes beatHeart
{
	0%
	{
		transform:scale(1);
	}
	10%
	{
		transform:scale(1.1);
	}
	20%
	{
		transform:scale(1);
	}
	80%
	{
		transform:scale(1);
	}
	90%
	{
		transform:scale(1.1);
	}
	100%
	{
		transform:scale(1);
	}
}


table,th,td
{
	padding:5px;
}

hr
{
	color:#ac2e48;
}

ul,ol
{
	margin:20px 0 20px 40px;
}

.userMobileDisplay
{
	display:none;
}

.searchIconMenuBar
{
	float:right;
	width:25px;
	height:20px;
	padding:13px 12px 12px 12px;
	overflow:hidden;
}

.searchIconMenuBar img
{
	width: 100%;
}



.flagMenu img
{
	float:left;
	width:20px;
	margin-right:5px;
	border-radius:50%;
}
.accordion4,.accordion5
{
	width:100%;
	margin:0px 0px 3px 0px;
	padding:10px 10px;
	color:#fff;	
	background:#a5c6e2;
 	cursor:pointer;
	text-align:left;
	font-size:17px;
	border-radius:5px;
}

.accordion4 span,.accordion5 span
{
	font-size:22px;	
	color:#00cbff;
	display:none;
}
.accordion4:after
{	
	content: '\25BD';
	color: #fff;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.accordion5:after
{	
	content: '\25BD';
	color: #fff;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.activeMenu:after
{
	content: "\25B3";
}

.activeMenu, .accordion4:hover 
{
	background: #6792B9;
}

.activeMenu, .accordion5:hover 
{
	background: #6792B9;
}

.panel2
{
	padding:0 18px;
	display: none;
	overflow: hidden;
	background:#fff;
	margin:0px 0px 10px 0px;
}	


.panel2 a
{
	color:#444;
	font-size:17px;			
}


.panel2 a:hover
{
	color:#ccc;	
}

.leftButton
{
	background: #a5c6e2;
	color: #fff;		
	cursor: pointer;
	padding:10px 10px;
	width:100%;
	border: none;
	text-align: left;
	font-size: 17px;
	border-radius:5px;
	margin:0px 0px 3px 0px;
	display:block;
	box-sizing:border-box;
}	

.leftButton span
{
	font-size:20px;	
	color:#ccc;
	display:none;
}

.leftButton img
{
	display:none;		
}

.accordion4  img,.accordion5  img
{
	display:none;
}

.MenuOverlay
{
	height:100%;
	width:0%;
	position:fixed;
	z-index:99999;
	top:0;
	right:0;
	background:#fff;
	overflow-x:hidden;
	transition:0.5s;
}

.mobileMenu
{
	display:none;		
}

.desktopMenu
{
	display:block;		
}


.navbarInoutBox
{
    float:right;
    width:auto;
    transition:0.2s;
    overflow:auto;
}



.topArrow
{
    border: solid white;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 8px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}


.topBackButton
{
    width: 50px;
    height: 50px;
    line-height: 60px;
    text-align: center;
    position: fixed;
    top: 85px;
    left: 10px;
    background: rgba(255,204,1,0.6);
    border-radius: 100%;
	z-index:999;
	cursor:pointer;
}

.backArrow
{
	margin-left:8px;
    border: solid white;
    border-width: 5px 5px 0px 0px;
    display: inline-block;
    padding: 8px;
    transform:rotate(-135deg);
    -webkit-transform:rotate(-135deg);
}


/***** Back To Top Button Ends ****/

.blogRightBar
{
}

.blogRightBar h1
{
	background:-webkit-linear-gradient(330deg, #646f6f 0%, #0fe7dc 100%);
	background: linear-gradient(to right, #0099CC, #00CCFF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #6792B9;
	font-size:24px;
	margin:0px;
	padding:0px;
}

.popularPostsBox
{
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	margin-top:10px; 
	margin-bottom: 40px;
}


.blogExternalContainer
{
	width:1200px;
	max-width:100%;
	margin:50px auto;
	overflow:auto;
	color:rgba(0,0,0,0.8);
	font-size:15px;
}

.blogBigContainer
{
    box-sizing: border-box;
    float: left;
    width: 67%;
    margin-right: 2%;
    margin-left: 1%;
}


.blogTextConteiner
{
	box-sizing: border-box;
	float: left;
	width: 100%;
	background-color: white;
	line-height: 1.6;
	margin-bottom: 0px;
}

.blogTextConteiner a
{
	text-decoration:underline;	
}



.blogExternalContainer .leftImage
{
	padding:0px;
	float:left;
	margin:0px 15px 5px 0px;	
	border-radius:10px;
	box-sizing:border-box;
}

.blogExternalContainer .rightImage
{
	padding:0px;
	float:right;
	margin:0px 0px 5px 15px;	
	border-radius:10px;
	box-sizing:border-box;
}


.blogExternalContainer h1
{
    font-size: 2em;
    line-height: 1.5;
    font-weight: normal;
    margin: 15px auto;
    color: rgba(0,0,0,0.6);
}

.blogExternalContainer h2 {
    font-size: 1.4em;
    line-height: 1.5;
    font-weight: normal;
    margin: 15px auto;
    color: rgba(0,0,0,0.7);
}

.blogExternalContainer h3 {
    font-size: 1.3em;
    line-height: 1.5;
    font-weight: normal;
    margin: 15px auto;
    color: rgba(0,0,0,0.7);
}

.blogExternalContainer h4 {
    font-size: 1.2em;
    line-height: 1.5;
    font-weight: normal;
    margin: 15px auto;
    color: rgba(0,0,0,0.7);
}

.blogExternalContainer h5 {
    font-size: 1.1em;
    line-height: 1.5;
    font-weight: normal;
    margin: 15px auto;
    color: rgba(0,0,0,0.7);
}

.blogExternalContainer h6 {
    font-size: 0.9em;
    line-height: 1.5;
    font-weight: normal;
    margin: 15px auto;
    color: rgba(0,0,0,1);
}

.blogDate {
    font-size: 0.8em;
    color: rgba(0,0,0,0.8);
    text-align: left;
}

.blogAuthor {
    font-size: 0.9em;
}

.blogBannerPicture {
    width: 100%;
}

.blogSocialMediaBlox {
    text-align: right;
    border-top: 1px solid rgba(0,0,0,0.1);
    font-size: 0.8em;
    padding: 10px 0;
    color: rgba(0,0,0,0.6);
    font-style: italic;
    margin-top: 20px;
}

.blogTextContent {
}

.socialMediaIcon {
    width: 22px;
    display: inline-block;
    margin-left: 6px;
    opacity: 0.8;
}

.blogReadMoreContainer {
    width: 100%;
    overflow: auto;
    margin-bottom: 40px;
}


.blogReadMoreBox {
    background-size: cover;
    width: 48%;
    height: 200px;
    float: left;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    position: relative;
    line-height: 1.4;
}

.blogReadMoreBoxRight {
    margin-right: 2%;
}

.blogReadMoreBoxLeft {
    margin-left: 2%;
}

.blogReadMoreBoxSubject {
    color: white;
    font-weight: bold;
    background: rgba(0,0, 0, 0.5);
    background: -moz-linear-gradient(top, rgba(0,0, 0, 0.0) 0%, rgba(0,0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0, 0, 0.0)), color-stop(100%,rgba(0,0, 0, 0.8)));
    background: -webkit-linear-gradient(top, rgba(0,0, 0, 0.0) 0%,rgba(0,0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(0,0, 0, 0.0) 0%,rgba(0,0, 0, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(0,0, 0, 0.0) 0%,rgba(0,0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0,0, 0, 0.0)', endColorstr='rgba(0,0, 0, 0.8)',GradientType=0 );
    background: linear-gradient(top, rgba(0,0, 0, 0.0) 0%,rgba(0,0, 0, 0.8) 100%);
    background: linear-gradient(rgba(0,0, 0, 0.0), rgba(0,0, 0, 0.8));
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 70px 5% 20px 5%;
    line-height: 1.6;
}


.blogReadMoreAuthor {
    display: block;
    font-weight: normal;
    font-size: 0.8em;
}



.blogReadMoreReadCaption {
    font-weight: normal;
    color: inherit;
    display: block;
    width: 100%;
    height: 100%;
}


.blogCommentBox {
    box-sizing: border-box;
    width: 100%;
    padding: 20px 2%;
    margin-top: 10px;
    border-top: 1px solid rgba(0,0,0,0.1);
    overflow: auto;
}

.blogCommentTextBox {
    width: 85%;
    float: left;
}

.blogCommentBoxPicture {
    background: url(../family-3.html);
    width: 11%;
    margin-right: 4%;
    height: 80px;
    float: left;
    border-radius: 10px;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}

.blogCommentBoxAuthor {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.2em;
    color: rgba(0,0,0,0.7);
}

.blogCommentBoxDate {
    font-size: 0.8em;
    margin: 15px auto;
}


.blogCommentBoxContent {
    font-size: 0.9em;
}


.blogInput {
    box-sizing: border-box;
    background-color: white;
    float: none;
    width: 100%;
    border: 1px solid #6792B9;
    margin: 10px auto;
    border-radius: 10px;
    font-size: inherit;
    color: inherit;
    padding: 11px 16px;
    line-height: 1.5;
}


    .blogInput:focus, .blogInput:active {
        outline: none;
    }


.blogGradientButton
{
    box-sizing: border-box;
    background: #646f6f;

    background: -moz-linear-gradient(top, #646f6f 0%, #0fe7dc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#646f6f), color-stop(100%,#0fe7dc));
    background: -webkit-linear-gradient(top, #646f6f 0%,#0fe7dc 100%);
    background: -o-linear-gradient(top, #646f6f 0%,#0fe7dc 100%);
    background: -ms-linear-gradient(top, #646f6f 0%,#0fe7dc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646f6f', endColorstr='#0fe7dc',GradientType=0 );
    background: linear-gradient(top, #646f6f 0%,#0fe7dc 100%);
    background: linear-gradient(10deg, #646f6f, #0fe7dc);
    background: linear-gradient(to right, #0099CC, #00CCFF);

    width: 100%;
    color: white;
    text-align: center;
    font-weight: normal;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: inherit;
    transition: 0.5s;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 15px auto;
}

    .blogGradientButton:active {
        transform: translateY(6px);
        outline: none;
    }

    .blogGradientButton:focus {
        outline: none;
    }


.blogPanelGetNewsletter {
    width: 100%;
    margin-bottom: 40px;
}

.subscriptionWarning {
    line-height: 1.5;
    font-size: 0.8em;
    font-style: italic;
    margin-top: 10px;
}


.socialMediaBackground {
    background: url(../jpg/socialmediaportfoliobackground.jpg);
    background-size: cover;
    background-position: center;
    min-height: 170px;
}

.socialMediaLogo {
    height: 180px;
    width: 180px;
    margin: -100px auto;
    padding: 10px;
    border-radius: 50%;
    background: white;
}

    .socialMediaLogo img {
        width: 97.5%;
        margin: 2.5px 1.25%;
        border-radius: inherit;
    }

.socialMediaSubject {
    font-size: 1.5em;
    font-weight: bold;
    margin: 110px auto 5px auto;
    text-align: center;
}

.socialMediaText {
    line-height: 1.6;
    padding: 10px 5%;
    text-align: center;
}

.socialMediaIcons {
    text-align: center;
    overflow: auto;
    padding-bottom: 25px;
    width: 180px;
    margin: 0 auto;
}

.socialMediaIconUnit:active
{
	transform:translateY(6px);
	outline:none;
}

.socialMediaIconUnit:focus
{
	outline:none;
}


.categoriesBox
{
	width:100%;
    background:white;
    box-shadow:0px 0px 5px rgba(0, 0, 0, 0.3);
    margin-bottom:40px;
    margin-top:0;
}

.categoryUnit
{
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 10px;
    position: relative;
}

.categoryCircle {
    position: absolute;
    right: 5px;
    margin-top: -25px;
    color: white;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    font-size: 0.8em;
}

.categoryUnit a {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 100%;
    height: 100%;
}


.popularPostsUnit {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 5%;
    background: white;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.popularPostsUnitAuthorDate {
    font-size: 0.8em;
    margin: 10px auto;
}



.popularPostsUnitSubject {
    font-size: 1em;
    font-weight: bold;
    color: rgba(0,0,0,0.6);
}
.popularPostsUnitTag
{
    width:fit-content;
    margin-top: 5px;
    margin-right: 5px;
    padding: 3px 10px;
    color: white;
    font-size: 0.9em;
    display: inline-block;
    background:-moz-linear-gradient(top, #646f6f 0%, #0fe7dc 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#646f6f), color-stop(100%,#0fe7dc));
    background:-webkit-linear-gradient(top, #646f6f 0%,#0fe7dc 100%);
    background:-o-linear-gradient(top, #646f6f 0%,#0fe7dc 100%);
    background:-ms-linear-gradient(top, #646f6f 0%,#0fe7dc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646f6f', endColorstr='#0fe7dc',GradientType=0 );
    background: linear-gradient(top, #646f6f 0%,#0fe7dc 100%);
    background: linear-gradient(10deg, #646f6f, #0fe7dc);
    background: linear-gradient(to right, #0099CC, #00CCFF);
    border-radius: 10px;
}
.popularPostsUnit a {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 100%;
    height: 100%;
}
.popularPostsUnit:hover {
    color:white;
    background:-moz-linear-gradient(top, #646f6f 0%, #0fe7dc 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#646f6f), color-stop(100%,#0fe7dc));
    background:-webkit-linear-gradient(top, #646f6f 0%,#0fe7dc 100%);
    background:-o-linear-gradient(top, #646f6f 0%,#0fe7dc 100%);
    background:-ms-linear-gradient(top, #646f6f 0%,#0fe7dc 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#646f6f', endColorstr='#0fe7dc',GradientType=0 );
    background:linear-gradient(top, #646f6f 0%,#0fe7dc 100%);
    background:linear-gradient(10deg, #646f6f, #0fe7dc);
    background:linear-gradient(to right, #0099CC, #00CCFF);
    border-color:white;
}
.popularPostsUnit:hover .popularPostsUnitTag
{
	background:white;
	color:#6792B9;
}

.popularPostsUnit:hover .popularPostsUnitSubject
{
	color:white;
}
.featuredVideoSubject
{
    padding:10px;
    color:white;
    font-weight:bold;
    font-size:1.5em;
    background:-moz-linear-gradient(top, #646f6f 0%, #0fe7dc 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#646f6f), color-stop(100%,#0fe7dc));
    background:-webkit-linear-gradient(top, #646f6f 0%,#0fe7dc 100%);
    background:-o-linear-gradient(top, #646f6f 0%,#0fe7dc 100%);
    background:-ms-linear-gradient(top, #646f6f 0%,#0fe7dc 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#646f6f', endColorstr='#0fe7dc',GradientType=0 );
    background:linear-gradient(top, #646f6f 0%,#0fe7dc 100%);
    background:linear-gradient(10deg, #646f6f, #0fe7dc);
    border-radius:10px 10px 0 0;
}
.featuredVideoBox {
    margin-top: 40px;
    width: 100%;
    margin-bottom: 40px;
}



.bogIndexPageHeader {
    line-height: 1.8;
    margin-bottom: 20px;
    margin-top: 20px;
}

.indexTableBox
{
    overflow: auto;
    box-sizing: border-box;
    padding:20px 0px 20px 20px;
    border-radius: 10px;
    background:none;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	margin:30px 0px 0px 0px;
}

.indexTableUnit
{
    box-sizing: border-box;
    width: 64%;
    height: auto;
    padding:0px;
    float: left;
	background:none;
	margin:0px 3%;
}

.indexTableUnit h1
{
	background:none;	
	font-size: 1.4em;
	margin:0px 0px 0px 0px;
	color:#0f0f0f;
	line-height:1.3;
}

.indexTableUnit h1 a
{
	color:#0f0f0f;
	font-size:22px;
}


.indexTableUnitPicture
{
    width:30%;
    min-height: 200px;
    float: left;
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	box-sizing:border-box;
}

.indexTableUnitSubject
{	
	font-size: 1.4em;
    margin-bottom: 10px;	
}

.indexTableUnitDateAuthor {
    font-size: 0.8em;
    margin-left: 5px;
}

.indexTableUnitSummary {
    margin: 10px auto 10px auto;
    line-height: 1.5;
    font-size: 1em;
}

.indexTableUnitSummary a
{
	background:-webkit-linear-gradient(330deg, #646f6f 0%, #0fe7dc 100%);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
	color:#6792B9;
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    background-color: white;
    width: 100%;
    padding: 10px;
    border: 1px solid #6792B9;
    border-radius: 10px;
    font: inherit;
    font-size: inherit;
}

    div.dataTables_wrapper div.dataTables_filter input:active, div.dataTables_wrapper div.dataTables_filter input:focus {
        outline: none;
    }

div.dataTables_wrapper div.dataTables_length label {
    display: none;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: right;
    width: 60%;
    box-sizing: border-box;
}

.paginate_button
{
    display: inline;
    display: inline-block;
    margin: 0 6px;
    background: -moz-linear-gradient(top, #6792B9 0%, #81db34 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6792B9), color-stop(100%,#81db34));
    background: -webkit-linear-gradient(top, #6792B9 0%,#81db34 100%);
    background: -o-linear-gradient(top, #6792B9 0%,#81db34 100%);
    background: -ms-linear-gradient(top, #6792B9 0%,#81db34 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6792B9', endColorstr='#81db34',GradientType=0 );
    background: linear-gradient(top, #6792B9 0%,#81db34 100%);
    background: linear-gradient(10deg, #6792B9, #81db34);
	background: linear-gradient(to right, #0099CC, #00CCFF);
    color: white;
    padding: 10px;
    border-radius: 10px;
    opacity: 0.6;
}

    .paginate_button a
	{
        color: white;
    }

.disabled {
    background: -moz-linear-gradient(top, #808080 0%, #c8c5c5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#808080), color-stop(100%,#c8c5c5));
    background: -webkit-linear-gradient(top, #808080 0%,#c8c5c5 100%);
    background: -o-linear-gradient(top, #808080 0%,#c8c5c5 100%);
    background: -ms-linear-gradient(top, #808080 0%,#c8c5c5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#c8c5c5',GradientType=0 );
    background: linear-gradient(top, #808080 0%,#c8c5c5 100%);
    background: linear-gradient(10deg, #808080, #c8c5c5);
    cursor: not-allowed;
}

    .disabled a {
        cursor: not-allowed;
        opacity: 0.5;
    }

    .active {
    opacity: 1;
}

    .activePagination{
    opacity: 1;
}


.blogBigHeading {
    font-size: 3em !important;
}

.blogIndexPageHeadingBox {
    padding: 10px;
}


.shareItSocialMediaIcons
{
    width:35px;
    height:35px;
    border-radius:10px;
    background-color:red;
    display:inline-block;
    margin-left:5px;
    transition:0.5s;

	text-align:center;
	display:inline-table;
	line-height:35px;
}

.shareItSocialMediaIcons a
{
	display:table-cell;
	line-height:35px;
}

.shareItSocialMediaIcons img
{
	//width: 100%;
	height: auto;
}

.shareItSocialMediaIcons:active
{
	transform:translateY(6px);
	outline:none;
}

.shareItSocialMediaIcons:focus
{
	outline:none;
}

.socialMediaIconUnit img
{
	width:90%;
	height:auto;
	margin:1px 5%;

	width:initial !important;
	margin-top:5px;
}

.socialBox
{
	clear:both;
	margin:30px 0px 10px -5px;
}

.socialBox h2
{
	margin:15px 0px 0px 0px;
	color:#f2f2f2;
	font-size:1.5em;	
}

.socialBox img
{
	margin-right:10px;
	display: inline-block;
	cursor: pointer;
	transition: 0.2s;
}

.socialBox img:hover
{
	background:#0098CB;
}


.socialBox
{
	clear:both;
	margin:30px 0px 10px -5px;
	display:table;
}

.socialBox h2
{
	margin:15px 0px 0px 0px;
	color:#f2f2f2;
	font-size:1.5em;	
}

.socialBox img
{
	margin-right:10px;
	display: inline-block;
	cursor: pointer;
	transition: 0.2s;
}

.socialBox img:hover
{
	background:#0098CB;
}


.socialFb
{
	float:left;
	display:table;
	width:11px;
	height:26px;
	margin:0px 2px 0px 0px;
	margin:0px 10px 0px 0px;
	background: url('../png/sprite-social-media-icon.png') -19px -47px;
}

.socialYoutube
{
	float:left;
	display:table;
	width:22px;
	height:26px;
	margin:0px 2px 0px 0px;
	margin:0px 10px 0px 0px;
	background: url('../png/sprite-social-media-icon.png') -52px -47px;
}

.socialInsta
{
	float:left;
	display:table;
	width:22px;
	height:26px;
	margin:0px 2px 0px 0px;
	margin:0px 10px 0px 0px;
	background: url('../png/sprite-social-media-icon.png') -31px -47px;
}

.socialLinkedIn
{
	float:left;
	display:table;
	width:22px;
	height:26px;
	margin:0px 2px 0px 0px;
	margin:0px 8px 0px 0px;
	background: url('../png/sprite-social-media-icon.png') -122px -47px;
}

.socialTwit
{
	float:left;
	display:table;
	width:22px;
	height:26px;
	margin:0px 2px 0px 0px;
	margin:0px 10px 0px 0px;
	background: url('../png/sprite-social-media-icon.png') -73px -47px;
}

.socialPin
{
	float:left;
	display:table;
	width:20px;
	height:26px;
	margin:0px 2px 0px 0px;
	margin:0px 8px 0px 0px;
	background: url('../png/sprite-social-media-icon.png') 0px -47px;
}

.socialXing
{
	float:left;
	display:table;
	width:23px;
	height:24px;
	margin:0px 2px 0px 0px;
	margin:0px 10px 0px 0px;
	background: url('../png/sprite-social-media-icon.png') -170px -48px;
}

.socialVk
{
	float:left;
	display:table;
	width:28px;
	height:26px;
	margin:0px 2px 0px 0px;
	margin:0px 0px 0px 0px;
	background: url('../png/sprite-social-media-icon.png') -143px -47px;
}


.socialMediaIconUnit
{
	float: none;
	width: 60px;
	height: 60px;
	margin-left: 3px;
	margin-right: 3px;
	cursor: pointer;
	display: inline-block;
	border-radius: 50%;
	transition: 0.2s;
}
.socialMediaIconUnit img
{
	width: 100%;
	height: auto;
}


/*** online_aupair_family ***/

.marginNegative
{
	margin-top:-30px;
}



.registerButton
{
    box-sizing: border-box;
    background: #646f6f;

    background: -moz-linear-gradient(top, #646f6f 0%, #0fe7dc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#646f6f), color-stop(100%,#0fe7dc));
    background: -webkit-linear-gradient(top, #646f6f 0%,#0fe7dc 100%);
    background: -o-linear-gradient(top, #646f6f 0%,#0fe7dc 100%);
    background: -ms-linear-gradient(top, #646f6f 0%,#0fe7dc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646f6f', endColorstr='#0fe7dc',GradientType=0 );
    background: linear-gradient(top, #646f6f 0%,#0fe7dc 100%);
    background: linear-gradient(10deg, #646f6f, #0fe7dc);
    background: linear-gradient(to right, #0099CC, #00CCFF);

	width1: 100%;
	margin: 15px auto;
	padding: 8px 16px;
	text-align: center;
	font-size: 15px;
	cursor: pointer;
	transition: 0.5s;
	//text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'century gothic',calibri,verdana,arial;
	font-weight: normal;
	color:#fff !important;
	border-radius: 10px;
	display:table;
	line-height: 1.8;
}

.registerButton:active
{
	transform: translateY(6px);
	outline: none;
}

.registerButton:focus
{
	outline: none;
}


@media screen and (max-width:1200px)
{
	.topnavContainer
	{
		width:1000px;
	}


}

@media screen and (max-width:1000px)
{

	.afterLoginFirst, .afterLoginSecond
	{
		float:left;
		width:auto !important;
		margin-top:10px;
		margin-bottom:0px;
		margin-left:0px;
		padding-bottom:7px;
	}
	.loginFirstLogo, .loginSecondLogo
	{
		display:none !important;
	}
	.afterLoginFirst
	{
		display:block;
	}

	.taglineBox
	{
		max-width:200px;
		display:none;
	}


	.userMobileDisplay
	{
		width:70%;
		margin:0px auto;
		position:relative;
		font-size:16px;
		text-align:center;
		color:#fff;
		display:table-cell;
		vertical-align:middle;
	}
	
	.accordion4,.accordion5 
	{
		padding:8px;
		background: #fff;
		color: #515151;
		border-bottom:1px solid #f2f2f2;
		border-radius:0px;
	}
	.accordion4  img,.accordion5  img
	{
		float:left;	
		height:22px;
		padding:0px 5px 0px 0px;
		display:block;		
	}

	.leftButton img
	{
		float:left;
		height:20px;
		padding:5px 5px 0px 0px;
		display:block;
	}
	.accordion4 span,.accordion5 span
	{
		display:inline;
	}
	.activeMenu, .accordion4:hover 
	{
		background:none;
	}
	.activeMenu, .accordion5:hover 
	{
		background:none;
	}
	.leftButton
	{
		background: #fff;		
		color: #515151;
		border-bottom:1px solid #f2f2f2;
		border-radius:0px;
		padding:6px;
	}
	.leftButton span
	{
		font-size:22px;	
		color:#ccc;
		display:inline-table;	
	}
	.accordion4:after
	{	
		color: #ccc;
	}
	.accordion5:after
	{	
		color: #ccc;
	}
	.mobileOnly
	{
		display:table;
	}
	.mobileMenu
	{
		display:block;
	}
	.desktopMenu
	{
		display:none;		
	}

	.searchIconMenuBar
	{
		display:none;
	}

}

@media screen and (max-width:900px)
{
    .blogExternalContainer {
        margin: 20px auto;
    }
    .blogBigContainer {
        width: 58%;
        margin-right: 1%;
        margin-left: 1%;
    }

    

	

    .blogCommentTextBox {
        width: 75%;
    }
    .blogCommentBoxPicture {
        width: 21%;
        margin-right: 4%;
        height: 80px;
    }


	.indexTableBox
	{
		padding:0px;
		width:96%;
		margin:20px auto;
	}

    .indexTableUnit
	{
		width:90%;
		height: auto;
		background:none;
		margin:5px 5% 10px 5%;	
	}

    .indexTableUnitPicture
	{
        width: 100%;
        min-height:200px;
        float: left;
        margin:0px;
        margin-bottom:20px;
		border-radius:0px;
    }


    .blogBigHeading {
        font-size: 2em !important;
    }
    .paginate_button {
        margin: 0 2px;
    }
}

@media screen and (max-width:850px)
{
	.indexUnitBox
	{
		width:47%;
		margin:20px 1.5%;
	}
}
@media screen and (max-width:750px)
{
	.MagMenuBox
	{
        width: 47%;
    }
}

@media screen and (max-width:650px)
{

	.blogExternalContainer img
	{
		max-width:100%;	
	}

	.blogExternalContainer .leftImage
	{
		padding:0px;
		margin:10px 10px 10px 0px;
		max-width:100%;
		height:auto;		
	}

	.blogExternalContainer .rightImage
	{
		padding:0px;
		margin:10px 0px 10px 10px;
		max-width:100%;
		height:auto;		
	}

	.homeContainer h1
	{
		padding:0px 10px;
	}
	.innerPageTopHeaderBox
	{
		margin-bottom:-50px;
	}
	.extraMargin
	{
		margin-bottom:70px;
	}

	.blogExternalContainer {
        margin: 10px auto;
    }

    .blogBigContainer {
        width: 98%;
        margin-right: 1%;
        margin-left: 1%;
    }

    .socialMediaTeasingBox {
        margin-top: 40px;
    }

    .categoriesBox {
        margin-top: 40px;
    }
}

@media screen and (max-width:350px)
{

	.MagVideoBox
	{
		width: 100%;
		min-height: 275px;
		margin: 10px auto;
	}

    .blogReadMoreBox {
        width:98%;
        height:200px;
        margin-top:10px;
        margin-bottom:10px;
    }

    .blogReadMoreBoxRight {
        margin-right:1%;
        margin-left:1%;
    }

    .blogReadMoreBoxLeft {
        margin-right: 1%;
        margin-left: 1%;
    }

}
